diff --git a/src/pretix/locale/ar/LC_MESSAGES/django.po b/src/pretix/locale/ar/LC_MESSAGES/django.po index 3971642af..13e0fc2fc 100644 --- a/src/pretix/locale/ar/LC_MESSAGES/django.po +++ b/src/pretix/locale/ar/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-05-13 16:44+0000\n" +"POT-Creation-Date: 2020-06-10 16:02+0000\n" "PO-Revision-Date: 2019-12-25 01:00+0000\n" "Last-Translator: Abdullah \n" "Language-Team: Arabic " msgid "Empty, if this product is not an admission ticket" msgstr "تفريغ، إذا كان هذا المنتج ليس تذكرة الدخول" -#: pretix/base/models/orders.py:1069 pretix/base/models/orders.py:2110 +#: pretix/base/models/orders.py:1069 pretix/base/models/orders.py:2137 #: pretix/base/settings.py:537 msgid "Company name" msgstr "اسم الشركة" -#: pretix/base/models/orders.py:1073 pretix/base/models/orders.py:2117 +#: pretix/base/models/orders.py:1073 pretix/base/models/orders.py:2144 #: pretix/base/settings.py:32 pretix/plugins/stripe/payment.py:150 msgid "Select country" msgstr "حدد الدولة" -#: pretix/base/models/orders.py:1204 +#: pretix/base/models/orders.py:1231 msgctxt "payment_state" msgid "created" msgstr "خلقت" -#: pretix/base/models/orders.py:1205 +#: pretix/base/models/orders.py:1232 msgctxt "payment_state" msgid "pending" msgstr "قيد الانتظار" -#: pretix/base/models/orders.py:1206 +#: pretix/base/models/orders.py:1233 msgctxt "payment_state" msgid "confirmed" msgstr "تم تأكيد" -#: pretix/base/models/orders.py:1207 +#: pretix/base/models/orders.py:1234 msgctxt "payment_state" msgid "canceled" msgstr "ألغيت" -#: pretix/base/models/orders.py:1208 +#: pretix/base/models/orders.py:1235 msgctxt "payment_state" msgid "failed" msgstr "فشل" -#: pretix/base/models/orders.py:1209 +#: pretix/base/models/orders.py:1236 msgctxt "payment_state" msgid "refunded" msgstr "ردها" -#: pretix/base/models/orders.py:1237 pretix/base/models/orders.py:1608 +#: pretix/base/models/orders.py:1264 pretix/base/models/orders.py:1635 #: pretix/base/shredder.py:352 msgid "Payment information" msgstr "معلومات الدفع" -#: pretix/base/models/orders.py:1430 +#: pretix/base/models/orders.py:1457 #, python-format msgid "Event registration confirmed: %(code)s" msgstr "تم تأكيد تسجيل الإيفينت: %(code)s" -#: pretix/base/models/orders.py:1448 +#: pretix/base/models/orders.py:1475 #, python-format msgid "Payment received for your order: %(code)s" msgstr "تم إستلام الدفع لطلبك: %(code)s" -#: pretix/base/models/orders.py:1554 +#: pretix/base/models/orders.py:1581 msgctxt "refund_state" msgid "started externally" msgstr "التي خارجيا" -#: pretix/base/models/orders.py:1555 +#: pretix/base/models/orders.py:1582 msgctxt "refund_state" msgid "created" msgstr "خلقت" -#: pretix/base/models/orders.py:1556 +#: pretix/base/models/orders.py:1583 msgctxt "refund_state" msgid "in transit" msgstr "في مرحلة انتقالية" -#: pretix/base/models/orders.py:1557 +#: pretix/base/models/orders.py:1584 msgctxt "refund_state" msgid "done" msgstr "منجز" -#: pretix/base/models/orders.py:1558 +#: pretix/base/models/orders.py:1585 msgctxt "refund_state" msgid "failed" msgstr "فشل" -#: pretix/base/models/orders.py:1560 +#: pretix/base/models/orders.py:1587 msgctxt "refund_state" msgid "canceled" msgstr "ألغيت" -#: pretix/base/models/orders.py:1568 +#: pretix/base/models/orders.py:1595 msgctxt "refund_source" msgid "Organizer" msgstr "منظم" -#: pretix/base/models/orders.py:1569 +#: pretix/base/models/orders.py:1596 msgctxt "refund_source" msgid "Customer" msgstr "زبون" -#: pretix/base/models/orders.py:1570 +#: pretix/base/models/orders.py:1597 msgctxt "refund_source" msgid "External" msgstr "خارجي" -#: pretix/base/models/orders.py:1714 +#: pretix/base/models/orders.py:1741 msgid "Payment fee" msgstr "دفع الرسوم" -#: pretix/base/models/orders.py:1715 +#: pretix/base/models/orders.py:1742 msgid "Shipping fee" msgstr "رسوم الشحن" -#: pretix/base/models/orders.py:1716 +#: pretix/base/models/orders.py:1743 msgid "Service fee" msgstr "رسوم الخدمة" -#: pretix/base/models/orders.py:1717 +#: pretix/base/models/orders.py:1744 #: pretix/control/templates/pretixcontrol/order/index.html:133 msgid "Cancellation fee" msgstr "رسوم الإلغاء" -#: pretix/base/models/orders.py:1718 +#: pretix/base/models/orders.py:1745 msgid "Other fees" msgstr "رسوم أخرى" -#: pretix/base/models/orders.py:1719 pretix/base/payment.py:1005 +#: pretix/base/models/orders.py:1746 pretix/base/payment.py:1005 #: pretix/control/templates/pretixcontrol/order/index.html:128 msgid "Gift card" msgstr "كرت هدية" -#: pretix/base/models/orders.py:1724 +#: pretix/base/models/orders.py:1751 #: pretix/control/templates/pretixcontrol/organizers/giftcard.html:65 #: pretix/control/templates/pretixcontrol/organizers/giftcard.html:103 #: pretix/control/views/vouchers.py:70 msgid "Value" msgstr "القيمة" -#: pretix/base/models/orders.py:1861 +#: pretix/base/models/orders.py:1888 msgid "Order position" msgstr "موقف ترتيب" -#: pretix/base/models/orders.py:2036 pretix/base/services/orders.py:846 +#: pretix/base/models/orders.py:2063 pretix/base/services/orders.py:846 #, python-format msgid "Your event registration: %(code)s" msgstr "تسجيلك للإيفينت: %(code)s" -#: pretix/base/models/orders.py:2065 +#: pretix/base/models/orders.py:2092 msgid "Cart ID (e.g. session key)" msgstr "ID العربة (مثل مفتاح جلسة)" -#: pretix/base/models/orders.py:2083 +#: pretix/base/models/orders.py:2110 msgid "Cart position" msgstr "موقف العربة" -#: pretix/base/models/orders.py:2084 +#: pretix/base/models/orders.py:2111 msgid "Cart positions" msgstr "مواقف العربة" -#: pretix/base/models/orders.py:2121 +#: pretix/base/models/orders.py:2148 msgid "Only for business customers within the EU." msgstr "فقط للعملاء من الشركات داخل الاتحاد الأوروبي." -#: pretix/base/models/orders.py:2126 +#: pretix/base/models/orders.py:2153 msgid "This reference will be printed on your invoice for your convenience." msgstr "سيتم طباعة هذا المرجع على الفاتورة لراحتك." @@ -3017,9 +3019,9 @@ msgstr "" "سبيكة يمكن استخدامها مرة واحدة فقط. وتستخدم هذه في عناوين URL للإشارة إلى " "حسابات منظم والأحداث الخاصة بك." -#: pretix/base/models/organizer.py:52 pretix/control/forms/event.py:68 -#: pretix/control/forms/event.py:74 pretix/control/forms/filter.py:338 -#: pretix/control/forms/filter.py:614 +#: pretix/base/models/organizer.py:52 pretix/control/forms/event.py:63 +#: pretix/control/forms/event.py:69 pretix/control/forms/filter.py:338 +#: pretix/control/forms/filter.py:666 #: pretix/control/templates/pretixcontrol/events/index.html:68 #: pretix/control/templates/pretixcontrol/organizers/base.html:4 #: pretix/control/templates/pretixcontrol/organizers/edit.html:9 @@ -3097,7 +3099,7 @@ msgid "%(name)s on %(object)s" msgstr "%(name)s علي %(object)s" #: pretix/base/models/organizer.py:252 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:82 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:84 msgid "Team" msgstr "الفريق" @@ -3111,20 +3113,20 @@ msgstr "فرق" msgid "Invite to team '{team}' for '{email}'" msgstr "دعوة إلى فريق '{team}' ل '{email}'" -#: pretix/base/models/seating.py:23 +#: pretix/base/models/seating.py:24 msgid "Your layout file is not a valid JSON file." msgstr "ملف التخطيط الخاص بك ليس ملف JSON صالح." -#: pretix/base/models/seating.py:32 +#: pretix/base/models/seating.py:33 msgid "Your layout file is not a valid seating plan. Error message: {}" msgstr "ملف تخطيط ليست خطة جلوس صالحة. رسالة خطأ: {}" -#: pretix/base/models/seating.py:145 +#: pretix/base/models/seating.py:152 #, python-brace-format msgid "Row {number}" msgstr "صف {number}" -#: pretix/base/models/seating.py:150 +#: pretix/base/models/seating.py:157 #, python-brace-format msgid "Seat {number}" msgstr "مقعد {number}" @@ -3207,7 +3209,7 @@ msgstr "تخفيض سعر المنتج بنسبة (٪)" #: pretix/control/templates/pretixcontrol/vouchers/index.html:19 #: pretix/control/templates/pretixcontrol/vouchers/index.html:100 #: pretix/control/views/vouchers.py:69 pretix/control/views/waitinglist.py:199 -#: pretix/plugins/checkinlists/exporters.py:359 +#: pretix/plugins/checkinlists/exporters.py:418 #: pretix/presale/templates/pretixpresale/event/fragment_cart.html:316 #: pretix/presale/templates/pretixpresale/event/index.html:278 msgid "Voucher code" @@ -3242,7 +3244,7 @@ msgstr "" msgid "Valid until" msgstr "ساري حتى" -#: pretix/base/models/vouchers.py:131 pretix/control/forms/filter.py:955 +#: pretix/base/models/vouchers.py:131 pretix/control/forms/filter.py:1007 msgid "Reserve ticket from quota" msgstr "تذكرة احتياطي من الحصص" @@ -3513,7 +3515,7 @@ msgctxt "subevent" msgid "Dates" msgstr "تواريخ" -#: pretix/base/notifications.py:184 pretix/base/pdf.py:130 +#: pretix/base/notifications.py:184 pretix/base/pdf.py:135 msgid "Event date" msgstr "تاريخ الحدث" @@ -4102,7 +4104,7 @@ msgstr "تذكرة التعليمات البرمجية (محتوى البارك msgid "Order position number" msgstr "رقم موقع الطلب" -#: pretix/base/pdf.py:64 pretix/control/forms/event.py:1263 +#: pretix/base/pdf.py:64 pretix/control/forms/event.py:1262 #: pretix/control/templates/pretixcontrol/items/index.html:33 msgid "Product name" msgstr "اسم المنتج" @@ -4158,116 +4160,131 @@ msgstr "السعر بما في ذلك إضافات" msgid "Attendee company" msgstr "البريد الإلكتروني الحضور" -#: pretix/base/pdf.py:114 pretix/base/pdf.py:212 +#: pretix/base/pdf.py:114 pretix/base/pdf.py:217 #: pretix/base/services/tickets.py:96 pretix/control/views/pdf.py:80 msgid "Sample company" msgstr "شركة عينة" #: pretix/base/pdf.py:118 #, fuzzy +#| msgid "Attendee badges" +msgid "Full attendee address" +msgstr "شارات الحضور" + +#: pretix/base/pdf.py:119 +msgid "" +"John Doe\n" +"Sample company\n" +"Sesame Street 42\n" +"12345 Any City\n" +"Atlantis" +msgstr "" + +#: pretix/base/pdf.py:123 +#, fuzzy #| msgid "Attendee email" msgid "Attendee country" msgstr "البريد الإلكتروني الحضور" -#: pretix/base/pdf.py:126 +#: pretix/base/pdf.py:131 msgid "Sample event name" msgstr "اسم الحدث عينة" -#: pretix/base/pdf.py:131 +#: pretix/base/pdf.py:136 msgid "May 31st, 2017" msgstr "31 مايو 2017" -#: pretix/base/pdf.py:135 +#: pretix/base/pdf.py:140 msgid "Event date range" msgstr "نطاق التاريخ الحدث" -#: pretix/base/pdf.py:136 +#: pretix/base/pdf.py:141 msgid "May 31st – June 4th, 2017" msgstr "31 مايو - 4 يونيو، عام 2017" -#: pretix/base/pdf.py:140 +#: pretix/base/pdf.py:145 msgid "Event begin date and time" msgstr "الحدث بدء التاريخ والوقت" -#: pretix/base/pdf.py:141 +#: pretix/base/pdf.py:146 msgid "2017-05-31 20:00" msgstr "2017/05/31 20:00" -#: pretix/base/pdf.py:148 +#: pretix/base/pdf.py:153 msgid "Event begin date" msgstr "الحدث يبدأ التاريخ" -#: pretix/base/pdf.py:149 pretix/base/pdf.py:170 pretix/base/pdf.py:244 +#: pretix/base/pdf.py:154 pretix/base/pdf.py:175 pretix/base/pdf.py:249 msgid "2017-05-31" msgstr "2017/05/31" -#: pretix/base/pdf.py:156 +#: pretix/base/pdf.py:161 msgid "Event begin time" msgstr "الحدث يبدأ وقت" -#: pretix/base/pdf.py:157 +#: pretix/base/pdf.py:162 msgid "20:00" msgstr "20:00" -#: pretix/base/pdf.py:161 +#: pretix/base/pdf.py:166 msgid "Event end date and time" msgstr "حدث نهاية التاريخ والوقت" -#: pretix/base/pdf.py:162 +#: pretix/base/pdf.py:167 msgid "2017-05-31 22:00" msgstr "2017/05/31 22:00" -#: pretix/base/pdf.py:169 +#: pretix/base/pdf.py:174 msgid "Event end date" msgstr "تاريخ نهاية الحدث" -#: pretix/base/pdf.py:178 +#: pretix/base/pdf.py:183 msgid "22:00" msgstr "22:00" -#: pretix/base/pdf.py:185 +#: pretix/base/pdf.py:190 msgid "Event admission date and time" msgstr "الحدث تاريخ القبول والوقت" -#: pretix/base/pdf.py:186 pretix/base/pdf.py:252 +#: pretix/base/pdf.py:191 pretix/base/pdf.py:257 msgid "2017-05-31 19:00" msgstr "2017/05/31 19:00" -#: pretix/base/pdf.py:193 +#: pretix/base/pdf.py:198 msgid "Event admission time" msgstr "الساعة القبول الحدث" -#: pretix/base/pdf.py:194 pretix/base/pdf.py:260 +#: pretix/base/pdf.py:199 pretix/base/pdf.py:265 msgid "19:00" msgstr "19:00" -#: pretix/base/pdf.py:201 +#: pretix/base/pdf.py:206 msgid "Event location" msgstr "موقع الحدث" -#: pretix/base/pdf.py:202 pretix/base/settings.py:559 +#: pretix/base/pdf.py:207 pretix/base/settings.py:559 msgid "Random City" msgstr "مدينة عشوائية" -#: pretix/base/pdf.py:211 +#: pretix/base/pdf.py:216 msgid "Invoice address company" msgstr "شركة عنوان الفاتورة" -#: pretix/base/pdf.py:216 +#: pretix/base/pdf.py:221 #, fuzzy #| msgid "Invoice address company" msgid "Invoice address city" msgstr "شركة عنوان الفاتورة" -#: pretix/base/pdf.py:217 pretix/base/services/invoices.py:340 +#: pretix/base/pdf.py:222 pretix/base/services/invoices.py:340 msgid "Sample city" msgstr "مدينة عينة" -#: pretix/base/pdf.py:221 +#: pretix/base/pdf.py:226 msgid "List of Add-Ons" msgstr "قائمة من الإضافات" -#: pretix/base/pdf.py:222 +#: pretix/base/pdf.py:227 msgid "" "Add-on 1\n" "Add-on 2" @@ -4275,90 +4292,90 @@ msgstr "" "الملحق 1\n" "الملحق 2" -#: pretix/base/pdf.py:233 pretix/control/forms/filter.py:490 -#: pretix/control/forms/filter.py:492 +#: pretix/base/pdf.py:238 pretix/control/forms/filter.py:542 +#: pretix/control/forms/filter.py:544 #: pretix/control/templates/pretixcontrol/organizers/index.html:35 msgid "Organizer name" msgstr "اسم منظم" -#: pretix/base/pdf.py:234 +#: pretix/base/pdf.py:239 msgid "Event organizer company" msgstr "شركة منظم الحدث" -#: pretix/base/pdf.py:238 +#: pretix/base/pdf.py:243 msgid "Organizer info text" msgstr "معلومات منظم نص" -#: pretix/base/pdf.py:239 +#: pretix/base/pdf.py:244 msgid "Event organizer info text" msgstr "حدث المعلومات منظم النص" -#: pretix/base/pdf.py:243 +#: pretix/base/pdf.py:248 msgid "Printing date" msgstr "تاريخ الطباعة" -#: pretix/base/pdf.py:251 +#: pretix/base/pdf.py:256 msgid "Printing date and time" msgstr "تاريخ ووقت الطباعة" -#: pretix/base/pdf.py:259 +#: pretix/base/pdf.py:264 msgid "Printing time" msgstr "طباعة الوقت" -#: pretix/base/pdf.py:267 +#: pretix/base/pdf.py:272 msgid "Seat: Full name" msgstr "مقعد: الاسم الكامل" -#: pretix/base/pdf.py:268 +#: pretix/base/pdf.py:273 msgid "Ground floor, Row 3, Seat 4" msgstr "الطابق الأرضي، الصف 3، مقعد 4" -#: pretix/base/pdf.py:270 pretix/base/pdf.py:276 -#: pretix/control/forms/orders.py:229 +#: pretix/base/pdf.py:275 pretix/base/pdf.py:281 +#: pretix/control/forms/orders.py:233 msgid "General admission" msgstr "القبول العام" -#: pretix/base/pdf.py:273 +#: pretix/base/pdf.py:278 msgid "Seat: zone" msgstr "مقعد: المنطقة" -#: pretix/base/pdf.py:274 +#: pretix/base/pdf.py:279 msgid "Ground floor" msgstr "الطابق الأرضي" -#: pretix/base/pdf.py:279 +#: pretix/base/pdf.py:284 msgid "Seat: row" msgstr "مقعد: صف واحد" -#: pretix/base/pdf.py:284 +#: pretix/base/pdf.py:289 msgid "Seat: seat number" msgstr "مقعد: عدد المقاعد" -#: pretix/base/pdf.py:320 +#: pretix/base/pdf.py:325 #, python-brace-format msgid "Question: {question}" msgstr "سؤال: {question}" -#: pretix/base/pdf.py:321 +#: pretix/base/pdf.py:326 #, python-brace-format msgid "" msgstr "<الجواب: {question}>" -#: pretix/base/pdf.py:343 pretix/base/pdf.py:350 -#: pretix/plugins/badges/exporters.py:238 -#: pretix/plugins/checkinlists/exporters.py:62 -#: pretix/plugins/checkinlists/exporters.py:335 +#: pretix/base/pdf.py:348 pretix/base/pdf.py:355 +#: pretix/plugins/badges/exporters.py:246 +#: pretix/plugins/checkinlists/exporters.py:77 +#: pretix/plugins/checkinlists/exporters.py:394 #: pretix/plugins/ticketoutputpdf/exporters.py:42 #, python-brace-format msgid "Attendee name: {part}" msgstr "اسم الحضور: {part}" -#: pretix/base/pdf.py:360 +#: pretix/base/pdf.py:365 #, python-brace-format msgid "Invoice address name: {part}" msgstr "الفاتورة اسم عنوان: {part}" -#: pretix/base/pdf.py:522 pretix/plugins/ticketoutputpdf/ticketoutput.py:78 +#: pretix/base/pdf.py:527 pretix/plugins/ticketoutputpdf/ticketoutput.py:78 msgid "Ticket" msgstr "تذكرة" @@ -4401,7 +4418,7 @@ msgid "" msgstr "" "لم نكن قادرين على معالجة طلبك تماما كما كان الملقم مشغول جدا. حاول مرة اخرى." -#: pretix/base/services/cart.py:54 pretix/presale/views/cart.py:174 +#: pretix/base/services/cart.py:54 pretix/presale/views/cart.py:176 msgid "You did not select any products." msgstr "انت لم تختر أي من المنتجات." @@ -4678,7 +4695,7 @@ msgctxt "invoice" msgid "Attendee: {name}" msgstr "الحضور: {name}" -#: pretix/base/services/invoices.py:170 pretix/plugins/reports/exporters.py:215 +#: pretix/base/services/invoices.py:170 pretix/plugins/reports/exporters.py:218 msgctxt "subevent" msgid "Date: {}" msgstr "تاريخ: {}" @@ -4864,7 +4881,7 @@ msgid "" msgstr "" "وقد اتخذت واحد من المقاعد في طلبك في غضون ذلك، أزلنا موقف من عربة التسوق." -#: pretix/base/services/orders.py:153 pretix/control/forms/orders.py:68 +#: pretix/base/services/orders.py:153 pretix/control/forms/orders.py:69 msgid "The new expiry date needs to be in the future." msgstr "احتياجات تاريخ انتهاء الصلاحية الجديدة ليكون في المستقبل." @@ -4901,7 +4918,7 @@ msgstr "" "لا يمكن إلغاء هذا النظام منذ بطاقة هدية {card} شراؤها في هذا النظام قد تم " "استبدالها." -#: pretix/base/services/orders.py:391 pretix/control/forms/orders.py:132 +#: pretix/base/services/orders.py:391 pretix/control/forms/orders.py:136 msgid "" "The cancellation fee cannot be higher than the payment credit of this order." msgstr "رسوم الإلغاء لا يمكن أن يكون أعلى من الائتمان دفع هذا النظام." @@ -5035,7 +5052,7 @@ msgstr "" "حدث خطأ أثناء محاولة إرسال ظهره المال لك. يرجى الاتصال منظم الحدث لمزيد من " "المعلومات." -#: pretix/base/services/seating.py:35 pretix/base/services/seating.py:90 +#: pretix/base/services/seating.py:35 pretix/base/services/seating.py:94 #, python-format msgid "" "You can not change the plan since seat \"%s\" is not present in the new plan " @@ -5043,7 +5060,7 @@ msgid "" msgstr "" "لا يمكنك تغيير الخطة منذ مقعد \"%s\" غير موجود في الخطة الجديدة ويباع بالفعل." -#: pretix/base/services/seating.py:93 +#: pretix/base/services/seating.py:97 #, python-format msgid "" "You can not change the plan since seat \"%s\" is not present in the new plan " @@ -5639,7 +5656,7 @@ msgstr "عرض تفاصيل هذا البند قبل بدء [خبر] وبعد [ msgid "Available languages" msgstr "اللغات المتوفرة" -#: pretix/base/settings.py:707 pretix/control/forms/event.py:96 +#: pretix/base/settings.py:707 pretix/control/forms/event.py:91 msgid "Default language" msgstr "اللغة الافتراضية" @@ -5677,7 +5694,7 @@ msgstr "إذا المعوقين، سيتم عرض بداية الحدث وتار msgid "Hide all products that are sold out" msgstr "إخفاء جميع المنتجات التي تباع بها" -#: pretix/base/settings.py:757 pretix/control/forms/event.py:1177 +#: pretix/base/settings.py:757 pretix/control/forms/event.py:1176 msgid "Publicly show how many tickets of a certain type are still available." msgstr "تظهر علنا ​​كيف العديد من تذاكر من نوع معين لا تزال متاحة." @@ -5693,7 +5710,7 @@ msgstr "مشاهدة أشكال مختلفة من المنتج توسعت بشك msgid "Enable waiting list" msgstr "تمكين قائمة الانتظار" -#: pretix/base/settings.py:785 pretix/control/forms/event.py:1182 +#: pretix/base/settings.py:785 pretix/control/forms/event.py:1181 msgid "" "Once a ticket is sold out, people can add themselves to a waiting list. As " "soon as a ticket becomes available again, it will be reserved for the first " @@ -5799,7 +5816,7 @@ msgid "" msgstr "" #: pretix/base/settings.py:888 pretix/base/settings.py:896 -#: pretix/control/forms/organizer.py:292 +#: pretix/control/forms/organizer.py:293 #: pretix/presale/templates/pretixpresale/organizers/calendar.html:25 #: pretix/presale/templates/pretixpresale/organizers/calendar_week.html:25 #: pretix/presale/templates/pretixpresale/organizers/index.html:34 @@ -5807,20 +5824,20 @@ msgid "List" msgstr "قائمة" #: pretix/base/settings.py:889 pretix/base/settings.py:897 -#: pretix/control/forms/organizer.py:293 +#: pretix/control/forms/organizer.py:294 #, fuzzy #| msgid "Calendar" msgid "Week calendar" msgstr "التقويم" #: pretix/base/settings.py:890 pretix/base/settings.py:898 -#: pretix/control/forms/organizer.py:294 +#: pretix/control/forms/organizer.py:295 #, fuzzy #| msgid "Calendar" msgid "Month calendar" msgstr "التقويم" -#: pretix/base/settings.py:894 pretix/control/forms/organizer.py:290 +#: pretix/base/settings.py:894 pretix/control/forms/organizer.py:291 msgid "Default overview style" msgstr "أسلوب محة افتراضي" @@ -5859,7 +5876,7 @@ msgstr "" "سيتم دفعها المال المدفوع تلقائيا مرة أخرى إذا في طريقة الدفع يسمح بذلك. خلاف " "ذلك، سيتم إنشاء استرداد اليدوي للك لمعالجة يدويا." -#: pretix/base/settings.py:952 pretix/control/forms/orders.py:586 +#: pretix/base/settings.py:952 pretix/control/forms/orders.py:590 msgid "Keep a fixed cancellation fee" msgstr "الحفاظ على رسوم على إلغاء الثابتة" @@ -5867,7 +5884,7 @@ msgstr "الحفاظ على رسوم على إلغاء الثابتة" msgid "Keep payment, shipping and service fees" msgstr "الحفاظ على الدفع والشحن ورسوم الخدمات" -#: pretix/base/settings.py:973 pretix/control/forms/orders.py:591 +#: pretix/base/settings.py:973 pretix/control/forms/orders.py:595 msgid "Keep a percentual cancellation fee" msgstr "الحفاظ على رسوم على إلغاء percentual على" @@ -5929,19 +5946,19 @@ msgstr "يدويا إصدار بطاقة هدية" msgid "Refund method" msgstr "أجل استرداد" -#: pretix/base/settings.py:1051 pretix/control/forms/event.py:1205 +#: pretix/base/settings.py:1051 pretix/control/forms/event.py:1204 msgid "Contact address" msgstr "عنوان الإتصال" -#: pretix/base/settings.py:1052 pretix/control/forms/event.py:1207 +#: pretix/base/settings.py:1052 pretix/control/forms/event.py:1206 msgid "We'll show this publicly to allow attendees to contact you." msgstr "سنعرض هذا علنا ​​للسماح الحضور للاتصال بك." -#: pretix/base/settings.py:1060 pretix/control/forms/event.py:1199 +#: pretix/base/settings.py:1060 pretix/control/forms/event.py:1198 msgid "Imprint URL" msgstr "مقدم الخدمة URL" -#: pretix/base/settings.py:1061 pretix/control/forms/event.py:1200 +#: pretix/base/settings.py:1061 pretix/control/forms/event.py:1199 msgid "" "This should point e.g. to a part of your website that has your contact " "details and legal information." @@ -6537,95 +6554,95 @@ msgctxt "subevent" msgid "Date ordering" msgstr "تاريخ الطلب" -#: pretix/base/settings.py:1657 +#: pretix/base/settings.py:1665 msgid "Most common English titles" msgstr "معظم الألقاب الإنجليزية المشتركة" -#: pretix/base/settings.py:1667 +#: pretix/base/settings.py:1675 msgid "Most common German titles" msgstr "معظم الألقاب الألمانية المشتركة" -#: pretix/base/settings.py:1676 pretix/base/settings.py:1689 -#: pretix/base/settings.py:1705 pretix/base/settings.py:1755 -#: pretix/base/settings.py:1768 pretix/base/settings.py:1782 +#: pretix/base/settings.py:1684 pretix/base/settings.py:1697 +#: pretix/base/settings.py:1713 pretix/base/settings.py:1763 +#: pretix/base/settings.py:1776 pretix/base/settings.py:1790 msgid "Given name" msgstr "الاسم المعطى" -#: pretix/base/settings.py:1677 pretix/base/settings.py:1690 -#: pretix/base/settings.py:1706 pretix/base/settings.py:1722 -#: pretix/base/settings.py:1739 pretix/base/settings.py:1754 -#: pretix/base/settings.py:1769 pretix/base/settings.py:1783 +#: pretix/base/settings.py:1685 pretix/base/settings.py:1698 +#: pretix/base/settings.py:1714 pretix/base/settings.py:1730 +#: pretix/base/settings.py:1747 pretix/base/settings.py:1762 +#: pretix/base/settings.py:1777 pretix/base/settings.py:1791 msgid "Family name" msgstr "اسم العائلة" -#: pretix/base/settings.py:1681 pretix/base/settings.py:1697 -#: pretix/base/settings.py:1713 pretix/base/settings.py:1728 -#: pretix/base/settings.py:1746 pretix/base/settings.py:1761 -#: pretix/base/settings.py:1791 pretix/base/settings.py:1814 +#: pretix/base/settings.py:1689 pretix/base/settings.py:1705 +#: pretix/base/settings.py:1721 pretix/base/settings.py:1736 +#: pretix/base/settings.py:1754 pretix/base/settings.py:1769 +#: pretix/base/settings.py:1799 pretix/base/settings.py:1822 msgctxt "person_name_sample" msgid "John" msgstr "يوحنا" -#: pretix/base/settings.py:1682 pretix/base/settings.py:1698 -#: pretix/base/settings.py:1714 pretix/base/settings.py:1730 -#: pretix/base/settings.py:1748 pretix/base/settings.py:1762 -#: pretix/base/settings.py:1792 +#: pretix/base/settings.py:1690 pretix/base/settings.py:1706 +#: pretix/base/settings.py:1722 pretix/base/settings.py:1738 +#: pretix/base/settings.py:1756 pretix/base/settings.py:1770 +#: pretix/base/settings.py:1800 msgctxt "person_name_sample" msgid "Doe" msgstr "أنثى ظبية" -#: pretix/base/settings.py:1688 pretix/base/settings.py:1704 -#: pretix/base/settings.py:1736 +#: pretix/base/settings.py:1696 pretix/base/settings.py:1712 +#: pretix/base/settings.py:1744 msgctxt "person_name" msgid "Title" msgstr "عنوان" -#: pretix/base/settings.py:1696 pretix/base/settings.py:1712 -#: pretix/base/settings.py:1745 +#: pretix/base/settings.py:1704 pretix/base/settings.py:1720 +#: pretix/base/settings.py:1753 msgctxt "person_name_sample" msgid "Dr" msgstr "الدكتور" -#: pretix/base/settings.py:1720 pretix/base/settings.py:1737 +#: pretix/base/settings.py:1728 pretix/base/settings.py:1745 msgid "First name" msgstr "الاسم الاول" -#: pretix/base/settings.py:1721 pretix/base/settings.py:1738 +#: pretix/base/settings.py:1729 pretix/base/settings.py:1746 msgid "Middle name" msgstr "الاسم الأوسط" -#: pretix/base/settings.py:1802 pretix/base/settings.py:1813 +#: pretix/base/settings.py:1810 pretix/base/settings.py:1821 msgctxt "person_name_sample" msgid "John Doe" msgstr "فلان الفلاني" -#: pretix/base/settings.py:1808 +#: pretix/base/settings.py:1816 msgid "Calling name" msgstr "الشتائم" -#: pretix/base/settings.py:1821 +#: pretix/base/settings.py:1829 msgid "Latin transcription" msgstr "النسخ اللاتينية" -#: pretix/base/settings.py:1924 pretix/control/forms/event.py:176 +#: pretix/base/settings.py:1932 pretix/control/forms/event.py:172 msgid "" "Your default locale must also be enabled for your event (see box above)." msgstr "" "ولا بد أيضا من تمكين اللغة الافتراضية لهذا الحدث الخاص بك (انظر المربع " "أعلاه)." -#: pretix/base/settings.py:1928 +#: pretix/base/settings.py:1936 msgid "" "You cannot require specifying attendee names if you do not ask for them." msgstr "لا يمكنك تتطلب تحديد أسماء الحضور إذا كنت لا أطلب منهم." -#: pretix/base/settings.py:1932 +#: pretix/base/settings.py:1940 msgid "You have to ask for attendee emails if you want to make them required." msgstr "" "عليك أن تسأل لرسائل البريد الإلكتروني الحضور إذا كنت تريد أن تجعل منهم " "المطلوبة." -#: pretix/base/settings.py:1936 +#: pretix/base/settings.py:1944 #, fuzzy #| msgid "" #| "You have to ask for attendee emails if you want to make them required." @@ -6635,13 +6652,13 @@ msgstr "" "عليك أن تسأل لرسائل البريد الإلكتروني الحضور إذا كنت تريد أن تجعل منهم " "المطلوبة." -#: pretix/base/settings.py:1940 +#: pretix/base/settings.py:1948 #, fuzzy #| msgid "This will require users to enter a company name." msgid "You have to require invoice addresses to require for company names." msgstr "وهذا يتطلب من المستخدمين إدخال اسم الشركة." -#: pretix/base/settings.py:1947 +#: pretix/base/settings.py:1955 msgid "The last payment date cannot be before the end of presale." msgstr "تاريخ الدفعة الأخيرة لا يمكن أن يكون قبل نهاية [خبر]." @@ -7041,16 +7058,22 @@ msgstr "حدث خطأ غير متوقع، يرجى المحاولة مرة أخ msgid "The task has been completed." msgstr "تم الانتهاء من المهمة." -#: pretix/control/forms/__init__.py:112 +#: pretix/control/forms/__init__.py:115 +#, fuzzy, python-brace-format +#| msgid "Please only upload PDF files." +msgid "Please do not upload files larger than {size}!" +msgstr "يرجى فقط تحميل الملفات PDF." + +#: pretix/control/forms/__init__.py:136 msgid "Filetype not allowed!" msgstr "الملف المطبوع سري!" #: pretix/control/forms/checkin.py:38 pretix/control/forms/filter.py:244 -#: pretix/control/forms/filter.py:271 pretix/control/forms/filter.py:979 -#: pretix/control/forms/filter.py:999 pretix/control/forms/filter.py:1091 -#: pretix/control/forms/filter.py:1107 pretix/control/forms/filter.py:1168 -#: pretix/control/forms/filter.py:1203 pretix/control/forms/orders.py:544 -#: pretix/control/forms/orders.py:699 +#: pretix/control/forms/filter.py:271 pretix/control/forms/filter.py:1031 +#: pretix/control/forms/filter.py:1051 pretix/control/forms/filter.py:1143 +#: pretix/control/forms/filter.py:1159 pretix/control/forms/filter.py:1220 +#: pretix/control/forms/filter.py:1255 pretix/control/forms/orders.py:548 +#: pretix/control/forms/orders.py:703 #: pretix/control/templates/pretixcontrol/event/fragment_subevent_choice_simple.html:5 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:47 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:109 @@ -7059,7 +7082,7 @@ msgctxt "subevent" msgid "All dates" msgstr "جميع التواريخ" -#: pretix/control/forms/event.py:44 pretix/control/forms/organizer.py:310 +#: pretix/control/forms/event.py:44 pretix/control/forms/organizer.py:311 msgid "Use languages" msgstr "استخدام اللغات" @@ -7071,35 +7094,20 @@ msgstr "اختيار جميع اللغات التي ينبغي أن يكون ه msgid "This is an event series" msgstr "هذه هي سلسلة من الأحداث" -#: pretix/control/forms/event.py:50 -msgid "" -"Only recommended for advanced users. If this feature is enabled, this will " -"not only be a single event but a series of very similar events that are " -"handled within a single shop. The single events inside the series can only " -"differ in date, time, location, prices and quotas, but not in other " -"settings, and buying tickets across multiple of these events at the same " -"time is possible. You cannot change this setting for this event later." -msgstr "" -"أوصى فقط للمستخدمين المتقدمين. إذا تم تمكين هذه الميزة، وهذا لن يكون إلا حدث " -"واحد ولكن سلسلة من الأحداث مشابهة جدا التي يتم معالجتها داخل متجر واحد. " -"أحداث واحدة داخل سلسلة يمكن أن تختلف فقط في التاريخ والوقت والمكان والأسعار " -"والحصص، ولكن ليس في الأماكن الأخرى، وشراء تذاكر عبر عدة من هذه الأحداث في " -"نفس الوقت ممكن. لا يمكنك تغيير هذا الإعداد لهذا الحدث في وقت لاحق." - -#: pretix/control/forms/event.py:88 +#: pretix/control/forms/event.py:83 msgid "" "You already used this slug for a different event. Please choose a new one." msgstr "استخدمته بالفعل هذا سبيكة لحدث آخر. الرجاء اختيار واحدة جديدة." -#: pretix/control/forms/event.py:92 pretix/control/forms/event.py:394 +#: pretix/control/forms/event.py:87 pretix/control/forms/event.py:390 msgid "Event timezone" msgstr "توقيت الحدث" -#: pretix/control/forms/event.py:99 +#: pretix/control/forms/event.py:94 msgid "Sales tax rate" msgstr "معدل ضريبة المبيعات" -#: pretix/control/forms/event.py:100 +#: pretix/control/forms/event.py:95 msgid "" "Do you need to pay sales tax on your tickets? In this case, please enter the " "applicable tax rate here in percent. If you have a more complicated tax " @@ -7109,22 +7117,22 @@ msgstr "" "يرجى إدخال معدل الضريبة المطبقة هنا في المئة. إذا كان لديك الوضع الضريبي " "أكثر تعقيدا، يمكنك إضافة المزيد من معدلات الضرائب وتكوين مفصل لاحقا." -#: pretix/control/forms/event.py:107 +#: pretix/control/forms/event.py:102 msgid "Grant access to team" msgstr "" -#: pretix/control/forms/event.py:108 +#: pretix/control/forms/event.py:103 msgid "" "You are allowed to create events under this organizer, however you do not " "have permission to edit all events under this organizer. Please select one " "of your existing teams that will be granted access to this event." msgstr "" -#: pretix/control/forms/event.py:113 +#: pretix/control/forms/event.py:108 msgid "Create a new team for this event with me as the only member" msgstr "" -#: pretix/control/forms/event.py:156 pretix/control/forms/event.py:309 +#: pretix/control/forms/event.py:151 pretix/control/forms/event.py:305 msgid "" "Sample Conference Center\n" "Heidelberg, Germany" @@ -7132,42 +7140,42 @@ msgstr "" "مركز المؤتمرات عينة\n" "هايدلبرغ، ألمانيا" -#: pretix/control/forms/event.py:180 +#: pretix/control/forms/event.py:176 msgid "Your default locale must be specified." msgstr "يجب تحديد اللغة الافتراضية." -#: pretix/control/forms/event.py:254 +#: pretix/control/forms/event.py:250 msgid "Copy configuration from" msgstr "تكوين نسخة من" -#: pretix/control/forms/event.py:260 pretix/control/forms/event.py:263 +#: pretix/control/forms/event.py:256 pretix/control/forms/event.py:259 #: pretix/control/forms/item.py:250 msgid "Do not copy" msgstr "لا تنسخ" -#: pretix/control/forms/event.py:314 pretix/control/forms/organizer.py:87 +#: pretix/control/forms/event.py:310 pretix/control/forms/organizer.py:87 msgid "Custom domain" msgstr "مجال مخصص" -#: pretix/control/forms/event.py:316 pretix/control/forms/organizer.py:89 +#: pretix/control/forms/event.py:312 pretix/control/forms/organizer.py:89 msgid "You need to configure the custom domain in the webserver beforehand." msgstr "تحتاج إلى تكوين المجال مخصصة في خادم الويب مسبقا." -#: pretix/control/forms/event.py:324 pretix/control/forms/organizer.py:97 +#: pretix/control/forms/event.py:320 pretix/control/forms/organizer.py:97 msgid "You cannot choose the base domain of this installation." msgstr "لا يمكنك اختيار المجال الأساسي من هذا التثبيت." -#: pretix/control/forms/event.py:328 pretix/control/forms/organizer.py:102 +#: pretix/control/forms/event.py:324 pretix/control/forms/organizer.py:102 #, fuzzy #| msgid "This domain is already in use for a different organizer." msgid "This domain is already in use for a different event or organizer." msgstr "هذا المجال هو بالفعل في استخدام لمنظم مختلفة." -#: pretix/control/forms/event.py:397 +#: pretix/control/forms/event.py:393 msgid "Name format" msgstr "تنسيق اسم" -#: pretix/control/forms/event.py:398 +#: pretix/control/forms/event.py:394 msgid "" "This defines how pretix will ask for human names. Changing this after you " "already received orders might lead to unexpected behavior when sorting or " @@ -7176,11 +7184,11 @@ msgstr "" "هذا يعرف كيف pretix سيطلب أسماء الإنسان. تغيير هذا بعد تلقي أوامر بالفعل قد " "يؤدي إلى سلوك غير متوقع عندما يكون الترتيب أو تغيير أسماء." -#: pretix/control/forms/event.py:403 +#: pretix/control/forms/event.py:399 msgid "Allowed titles" msgstr "عناوين سمح" -#: pretix/control/forms/event.py:404 +#: pretix/control/forms/event.py:400 msgid "" "If the naming scheme you defined above allows users to input a title, you " "can use this to restrict the set of selectable titles." @@ -7188,13 +7196,13 @@ msgstr "" "إذا كان نظام تسمية قمت بتعريفه فوق يتيح للمستخدمين إدخال العنوان، يمكنك " "استخدام هذا للحد من مجموعة من العناوين اختيار." -#: pretix/control/forms/event.py:409 pretix/control/forms/organizer.py:276 +#: pretix/control/forms/event.py:405 pretix/control/forms/organizer.py:276 #, fuzzy #| msgid "Sender name" msgid "Header image" msgstr "اسم المرسل" -#: pretix/control/forms/event.py:412 +#: pretix/control/forms/event.py:409 #, fuzzy #| msgid "" #| "If you provide a logo image, we will by default not show your events name " @@ -7210,29 +7218,29 @@ msgstr "" "إذا كنت توفير صورة الشعار، ونحن سوف افتراضيا لا تظهر اسم الأحداث والتاريخ في " "رأس الصفحة. وسوف نعرض شعارك مع ارتفاع الحد الأقصى من 120 بكسل." -#: pretix/control/forms/event.py:418 pretix/control/forms/organizer.py:285 +#: pretix/control/forms/event.py:415 pretix/control/forms/organizer.py:286 msgid "Use header image in its full size" msgstr "" -#: pretix/control/forms/event.py:419 pretix/control/forms/organizer.py:286 +#: pretix/control/forms/event.py:416 pretix/control/forms/organizer.py:287 msgid "We recommend to upload a picture at least 1170 pixels wide." msgstr "" -#: pretix/control/forms/event.py:423 +#: pretix/control/forms/event.py:420 msgid "Show event title even if a header image is present" msgstr "" -#: pretix/control/forms/event.py:424 +#: pretix/control/forms/event.py:421 #, fuzzy #| msgid "This question will only show up in the backend." msgid "The title will only be shown on the event front page." msgstr "على هذا السؤال سوف تظهر فقط في الخلفية." -#: pretix/control/forms/event.py:428 +#: pretix/control/forms/event.py:425 msgid "Social media image" msgstr "" -#: pretix/control/forms/event.py:431 +#: pretix/control/forms/event.py:429 msgid "" "This picture will be used as a preview if you post links to your ticket shop " "on social media. Facebook advises to use a picture size of 1200 x 630 " @@ -7241,51 +7249,51 @@ msgid "" "square is shown. If you do not fill this, we will use the logo given above." msgstr "" -#: pretix/control/forms/event.py:437 pretix/control/forms/organizer.py:226 +#: pretix/control/forms/event.py:435 pretix/control/forms/organizer.py:226 msgid "Primary color" msgstr "لون أصلي" -#: pretix/control/forms/event.py:441 pretix/control/forms/event.py:451 -#: pretix/control/forms/event.py:461 pretix/control/forms/event.py:470 +#: pretix/control/forms/event.py:439 pretix/control/forms/event.py:449 +#: pretix/control/forms/event.py:459 pretix/control/forms/event.py:468 #: pretix/control/forms/organizer.py:230 pretix/control/forms/organizer.py:240 #: pretix/control/forms/organizer.py:250 pretix/control/forms/organizer.py:260 msgid "Please enter the hexadecimal code of a color, e.g. #990000." msgstr "الرجاء إدخال رمز عشري من لون، على سبيل المثال # 990000." -#: pretix/control/forms/event.py:446 pretix/control/forms/organizer.py:235 +#: pretix/control/forms/event.py:444 pretix/control/forms/organizer.py:235 msgid "Accent color for success" msgstr "لون لهجة للنجاح" -#: pretix/control/forms/event.py:447 pretix/control/forms/organizer.py:236 +#: pretix/control/forms/event.py:445 pretix/control/forms/organizer.py:236 msgid "We strongly suggest to use a shade of green." msgstr "نقترح بشدة لاستخدام الظل الأخضر." -#: pretix/control/forms/event.py:456 pretix/control/forms/organizer.py:245 +#: pretix/control/forms/event.py:454 pretix/control/forms/organizer.py:245 msgid "Accent color for errors" msgstr "لون لهجة عن الأخطاء" -#: pretix/control/forms/event.py:457 +#: pretix/control/forms/event.py:455 msgid "We strongly suggest to use a dark shade of red." msgstr "نقترح بشدة لاستخدام الظل الداكن اللون الأحمر." -#: pretix/control/forms/event.py:466 pretix/control/forms/organizer.py:256 +#: pretix/control/forms/event.py:464 pretix/control/forms/organizer.py:256 msgid "Page background color" msgstr "" -#: pretix/control/forms/event.py:476 pretix/control/forms/organizer.py:266 +#: pretix/control/forms/event.py:474 pretix/control/forms/organizer.py:266 msgid "Use round edges" msgstr "" -#: pretix/control/forms/event.py:480 pretix/control/forms/organizer.py:315 +#: pretix/control/forms/event.py:478 pretix/control/forms/organizer.py:316 #: pretix/control/templates/pretixcontrol/pdf/index.html:305 msgid "Font" msgstr "الخط" -#: pretix/control/forms/event.py:485 pretix/control/forms/organizer.py:320 +#: pretix/control/forms/event.py:483 pretix/control/forms/organizer.py:321 msgid "Only respected by modern browsers." msgstr "تحترم إلا من خلال المتصفحات الحديثة." -#: pretix/control/forms/event.py:542 +#: pretix/control/forms/event.py:540 msgid "" "e.g. I hereby confirm that I have read and agree with the event organizer's " "terms of service and agree with them." @@ -7293,26 +7301,26 @@ msgstr "" "مثلا أنا هنا أؤكد أنني قد قرأت وتوافق مع الشروط منظم الحدث من الخدمة " "والاتفاق معهم." -#: pretix/control/forms/event.py:546 +#: pretix/control/forms/event.py:544 #, python-brace-format msgid "Ask for {fields}, display like {example}" msgstr "طلب {fields}، العرض مثل {example}" -#: pretix/control/forms/event.py:552 +#: pretix/control/forms/event.py:550 msgid "Free text input" msgstr "إدخال النص الحر" -#: pretix/control/forms/event.py:586 +#: pretix/control/forms/event.py:584 msgid "" "You have configured gift cards to be valid {} years plus the year the gift " "card is issued in." msgstr "" -#: pretix/control/forms/event.py:601 +#: pretix/control/forms/event.py:599 msgid "Tax rule for payment fees" msgstr "حكم الضرائب لدفع الرسوم" -#: pretix/control/forms/event.py:603 +#: pretix/control/forms/event.py:601 msgid "" "The tax rule that applies for additional fees you configured for single " "payment methods. This will set the tax rate and reverse charge rules, other " @@ -7322,11 +7330,11 @@ msgstr "" "هذا وسوف يحدد معدل الضريبة وقواعد المحاسبة العكسية، يتم تجاهل إعدادات أخرى " "للحكم الضرائب." -#: pretix/control/forms/event.py:695 +#: pretix/control/forms/event.py:693 msgid "Generate invoices for Sales channels" msgstr "توليد الفواتير للقنوات المبيعات" -#: pretix/control/forms/event.py:698 +#: pretix/control/forms/event.py:696 msgid "" "If you have enabled invoice generation in the previous setting, you can " "limit it here to specific sales channels." @@ -7334,63 +7342,63 @@ msgstr "" "إذا قمت بتمكين الجيل الفاتورة في الإعداد السابق، يمكنك تحديد هنا لقنوات " "البيع المحددة." -#: pretix/control/forms/event.py:702 +#: pretix/control/forms/event.py:700 msgid "Invoice style" msgstr "النمط فاتورة" -#: pretix/control/forms/event.py:708 +#: pretix/control/forms/event.py:706 msgid "Invoice language" msgstr "اللغة فاتورة" -#: pretix/control/forms/event.py:709 pretix/control/forms/event.py:730 +#: pretix/control/forms/event.py:707 pretix/control/forms/event.py:729 msgid "The user's language" msgstr "لغة المستخدم" -#: pretix/control/forms/event.py:712 +#: pretix/control/forms/event.py:710 msgid "Logo image" msgstr "صورة الشعار" -#: pretix/control/forms/event.py:715 +#: pretix/control/forms/event.py:714 msgid "We will show your logo with a maximal height and width of 2.5 cm." msgstr "وسوف نعرض شعارك مع ارتفاع القصوى وعرض 2.5 سم." -#: pretix/control/forms/event.py:759 +#: pretix/control/forms/event.py:758 msgid "Bcc address" msgstr "عنوان مخفية" -#: pretix/control/forms/event.py:760 +#: pretix/control/forms/event.py:759 msgid "All emails will be sent to this address as a Bcc copy" msgstr "سيتم إرسال جميع رسائل البريد الإلكتروني إلى هذا العنوان كنسخة مخفية" -#: pretix/control/forms/event.py:766 +#: pretix/control/forms/event.py:765 msgid "Signature" msgstr "التوقيع" -#: pretix/control/forms/event.py:769 +#: pretix/control/forms/event.py:768 #, python-brace-format msgid "This will be attached to every email. Available placeholders: {event}" msgstr "وسيلحق هذا على كل البريد الإلكتروني. النائبة المتاحة: {event}" -#: pretix/control/forms/event.py:774 +#: pretix/control/forms/event.py:773 msgid "e.g. your contact details" msgstr "مثلا تفاصيل الاتصال الخاصة بك" -#: pretix/control/forms/event.py:779 +#: pretix/control/forms/event.py:778 msgid "HTML mail renderer" msgstr "HTML العارض الإلكتروني" -#: pretix/control/forms/event.py:784 pretix/control/forms/event.py:801 -#: pretix/control/forms/event.py:818 pretix/control/forms/event.py:877 +#: pretix/control/forms/event.py:783 pretix/control/forms/event.py:800 +#: pretix/control/forms/event.py:817 pretix/control/forms/event.py:876 msgid "Text sent to order contact address" msgstr "إرسالها إلى عنوان النص أمر الاتصال" -#: pretix/control/forms/event.py:789 pretix/control/forms/event.py:806 -#: pretix/control/forms/event.py:823 pretix/control/forms/event.py:882 +#: pretix/control/forms/event.py:788 pretix/control/forms/event.py:805 +#: pretix/control/forms/event.py:822 pretix/control/forms/event.py:881 msgid "Send an email to attendees" msgstr "إرسال بريد إلكتروني إلى الحضور" -#: pretix/control/forms/event.py:790 pretix/control/forms/event.py:807 -#: pretix/control/forms/event.py:824 pretix/control/forms/event.py:883 +#: pretix/control/forms/event.py:789 pretix/control/forms/event.py:806 +#: pretix/control/forms/event.py:823 pretix/control/forms/event.py:882 msgid "" "If the order contains attendees with email addresses different from the " "person who orders the tickets, the following email will be sent out to the " @@ -7399,32 +7407,32 @@ msgstr "" "إذا كان النظام يحتوي على الحضور مع عناوين البريد الإلكتروني المختلفة من " "الشخص الذي يأمر التذاكر، سيتم إرسال البريد الإلكتروني التالي إلى الحضور." -#: pretix/control/forms/event.py:795 pretix/control/forms/event.py:812 -#: pretix/control/forms/event.py:829 pretix/control/forms/event.py:888 +#: pretix/control/forms/event.py:794 pretix/control/forms/event.py:811 +#: pretix/control/forms/event.py:828 pretix/control/forms/event.py:887 msgid "Text sent to attendees" msgstr "إرسالها النص إلى الحضور" -#: pretix/control/forms/event.py:835 pretix/control/forms/event.py:857 -#: pretix/control/forms/event.py:862 pretix/control/forms/event.py:867 -#: pretix/control/forms/event.py:872 +#: pretix/control/forms/event.py:834 pretix/control/forms/event.py:856 +#: pretix/control/forms/event.py:861 pretix/control/forms/event.py:866 +#: pretix/control/forms/event.py:871 #: pretix/control/templates/pretixcontrol/organizers/giftcard.html:99 #: pretix/control/templates/pretixcontrol/pdf/index.html:367 msgid "Text" msgstr "نص" -#: pretix/control/forms/event.py:840 +#: pretix/control/forms/event.py:839 msgid "Text (sent by admin)" msgstr "النص (أرسلت بواسطة admin)" -#: pretix/control/forms/event.py:845 +#: pretix/control/forms/event.py:844 msgid "Text (requested by user)" msgstr "النص (عن طريق المستخدم المطلوب)" -#: pretix/control/forms/event.py:850 pretix/control/forms/event.py:893 +#: pretix/control/forms/event.py:849 pretix/control/forms/event.py:892 msgid "Number of days" msgstr "عدد الأيام" -#: pretix/control/forms/event.py:853 +#: pretix/control/forms/event.py:852 msgid "" "This email will be sent out this many days before the order expires. If the " "value is 0, the mail will never be sent." @@ -7432,7 +7440,7 @@ msgstr "" "سيتم إرسال هذا البريد الإلكتروني من هذا عدة أيام قبل انتهاء صلاحية النظام. " "إذا كانت القيمة 0، لن يتم إرسال البريد." -#: pretix/control/forms/event.py:896 +#: pretix/control/forms/event.py:895 msgid "" "This email will be sent out this many days before the order event starts. If " "the field is empty, the mail will never be sent." @@ -7440,15 +7448,15 @@ msgstr "" "سيتم إرسال هذا البريد الإلكتروني من هذا عدة أيام قبل أن يبدأ الحدث النظام. " "إذا كان الحقل فارغا، لن يتم إرسال البريد." -#: pretix/control/forms/event.py:900 +#: pretix/control/forms/event.py:899 msgid "Received order" msgstr "النظام وردت" -#: pretix/control/forms/event.py:905 +#: pretix/control/forms/event.py:904 msgid "Approved order" msgstr "أجل المعتمد" -#: pretix/control/forms/event.py:908 +#: pretix/control/forms/event.py:907 msgid "" "This will only be sent out for non-free orders. Free orders will receive the " "free order template from above instead." @@ -7456,99 +7464,99 @@ msgstr "" "لن يتم إرسال هذه خارج لأوامر غير حرة. وسوف تتلقى أوامر الحرة قالب النظام " "الحر من فوق بدلا من ذلك." -#: pretix/control/forms/event.py:912 +#: pretix/control/forms/event.py:911 msgid "Denied order" msgstr "أمر مرفوض" -#: pretix/control/forms/event.py:917 +#: pretix/control/forms/event.py:916 msgid "Use custom SMTP server" msgstr "استخدام خادم SMTP مخصص" -#: pretix/control/forms/event.py:918 +#: pretix/control/forms/event.py:917 msgid "" "All mail related to your event will be sent over the smtp server specified " "by you." msgstr "" "سيتم إرسال جميع الرسائل المتعلقة الحدث الخاص بك على خادم SMTP التي يحددها لك." -#: pretix/control/forms/event.py:922 +#: pretix/control/forms/event.py:921 msgid "Hostname" msgstr "اسم المضيف" -#: pretix/control/forms/event.py:927 +#: pretix/control/forms/event.py:926 msgid "Port" msgstr "ميناء" -#: pretix/control/forms/event.py:932 +#: pretix/control/forms/event.py:931 msgid "Username" msgstr "اسم المستخدم" -#: pretix/control/forms/event.py:944 +#: pretix/control/forms/event.py:943 msgid "Use STARTTLS" msgstr "استخدام STARTTLS" -#: pretix/control/forms/event.py:945 +#: pretix/control/forms/event.py:944 msgid "Commonly enabled on port 587." msgstr "تمكين عادة على المنفذ 587." -#: pretix/control/forms/event.py:949 +#: pretix/control/forms/event.py:948 msgid "Use SSL" msgstr "استخدام SSL" -#: pretix/control/forms/event.py:950 +#: pretix/control/forms/event.py:949 msgid "Commonly enabled on port 465." msgstr "تمكين عادة على المنفذ 465." -#: pretix/control/forms/event.py:979 pretix/control/forms/orders.py:465 -#: pretix/control/forms/orders.py:622 pretix/control/forms/vouchers.py:255 +#: pretix/control/forms/event.py:978 pretix/control/forms/orders.py:469 +#: pretix/control/forms/orders.py:626 pretix/control/forms/vouchers.py:255 #: pretix/plugins/sendmail/forms.py:49 #, python-brace-format msgid "Available placeholders: {list}" msgstr "النائبة المتاحة: {list}" -#: pretix/control/forms/event.py:1014 +#: pretix/control/forms/event.py:1013 msgid "" "You can activate either SSL or STARTTLS security, but not both at the same " "time." msgstr "يمكنك تنشيط إما SSL أو الأمن STARTTLS، ولكن ليس كلاهما في نفس الوقت." -#: pretix/control/forms/event.py:1063 +#: pretix/control/forms/event.py:1062 msgid "Any country" msgstr "أي بلد" -#: pretix/control/forms/event.py:1064 +#: pretix/control/forms/event.py:1063 msgid "European Union" msgstr "الإتحاد الأوربي" -#: pretix/control/forms/event.py:1076 +#: pretix/control/forms/event.py:1075 msgid "Any customer" msgstr "أي زبون" -#: pretix/control/forms/event.py:1077 +#: pretix/control/forms/event.py:1076 msgid "Individual" msgstr "فرد" -#: pretix/control/forms/event.py:1078 +#: pretix/control/forms/event.py:1077 msgid "Business" msgstr "اعمال" -#: pretix/control/forms/event.py:1079 +#: pretix/control/forms/event.py:1078 msgid "Business with valid VAT ID" msgstr "العمل مع معرف الضريبة على القيمة المضافة" -#: pretix/control/forms/event.py:1085 +#: pretix/control/forms/event.py:1084 msgid "Charge VAT" msgstr "تكلفة ضريبة القيمة المضافة" -#: pretix/control/forms/event.py:1087 +#: pretix/control/forms/event.py:1086 msgid "No VAT" msgstr "لا ضريبه للقيمه المضافه" -#: pretix/control/forms/event.py:1116 +#: pretix/control/forms/event.py:1115 msgid "Pre-selected voucher" msgstr "قسيمة المختارة مسبقا" -#: pretix/control/forms/event.py:1118 +#: pretix/control/forms/event.py:1117 msgid "" "If set, the widget will show products as if this voucher has been entered " "and when a product is bought via the widget, this voucher will be used. This " @@ -7559,11 +7567,11 @@ msgstr "" "شراء المنتج عن طريق القطعة، سيتم استخدام هذه القسائم. يمكن استخدام هذا يمكن " "على سبيل المثال لتوفير الحاجيات التي تعطي تخفيض أو إلغاء المنتجات سرية." -#: pretix/control/forms/event.py:1123 +#: pretix/control/forms/event.py:1122 msgid "Compatibility mode" msgstr "وضع التوافق" -#: pretix/control/forms/event.py:1125 +#: pretix/control/forms/event.py:1124 msgid "" "Our regular widget doesn't work in all website builders. If you run into " "trouble, try using this compatibility mode." @@ -7571,32 +7579,32 @@ msgstr "" "لا تعمل لدينا القطعة العادية في جميع بناة الموقع. إذا واجهت مشكلة، حاول " "استخدام هذا الوضع التوافق." -#: pretix/control/forms/event.py:1146 +#: pretix/control/forms/event.py:1145 msgid "The given voucher code does not exist." msgstr "لا وجود رمز قسيمة معين." -#: pretix/control/forms/event.py:1153 pretix/control/forms/organizer.py:48 +#: pretix/control/forms/event.py:1152 pretix/control/forms/organizer.py:48 #: pretix/control/views/shredder.py:108 msgid "The slug you entered was not correct." msgstr "وكانت سبيكة التي أدخلتها غير صحيحة." -#: pretix/control/forms/event.py:1157 pretix/control/forms/organizer.py:52 +#: pretix/control/forms/event.py:1156 pretix/control/forms/organizer.py:52 msgid "Event slug" msgstr "سبيكة الحدث" -#: pretix/control/forms/event.py:1188 +#: pretix/control/forms/event.py:1187 msgid "Ticket downloads" msgstr "التنزيلات تذكرة" -#: pretix/control/forms/event.py:1189 +#: pretix/control/forms/event.py:1188 msgid "Your customers will be able to download their tickets in PDF format." msgstr "زبائنك سوف تكون قادرة على تحميل تذاكرهم في شكل PDF." -#: pretix/control/forms/event.py:1193 +#: pretix/control/forms/event.py:1192 msgid "Require all attendees to fill in their names" msgstr "يتطلب من جميع الحضور لملء في أسمائها" -#: pretix/control/forms/event.py:1194 +#: pretix/control/forms/event.py:1193 msgid "" "By default, we will ask for names but not require them. You can turn this " "off completely in the settings." @@ -7604,11 +7612,11 @@ msgstr "" "افتراضيا، ونحن سوف تسأل عن الأسماء ولكن لا تتطلب منهم. يمكنك إيقاف هذا تماما " "في الإعدادات." -#: pretix/control/forms/event.py:1220 +#: pretix/control/forms/event.py:1219 msgid "Payment via Stripe" msgstr "الدفع عن طريق الشريط" -#: pretix/control/forms/event.py:1221 +#: pretix/control/forms/event.py:1220 msgid "" "Stripe is an online payments processor supporting credit cards and lots of " "other payment options. To accept payments via Stripe, you will need to set " @@ -7619,11 +7627,11 @@ msgstr "" "خيارات الدفع الأخرى. لقبول الدفع عن طريق الشريط، وسوف تحتاج إلى إعداد حساب " "معهم، والتي تأخذ أقل من خمس دقائق باستخدام واجهة بسيطة بهم." -#: pretix/control/forms/event.py:1227 +#: pretix/control/forms/event.py:1226 msgid "Payment by bank transfer" msgstr "الدفع عن طريق التحويل المصرفي" -#: pretix/control/forms/event.py:1228 +#: pretix/control/forms/event.py:1227 msgid "" "Your customers will be instructed to wire the money to your account. You can " "then import your bank statements to process the payments within pretix, or " @@ -7633,16 +7641,16 @@ msgstr "" "المصرفية الخاصة بك لمعالجة المدفوعات في غضون pretix، أو وضع علامة عليها كما " "تدفع يدويا." -#: pretix/control/forms/event.py:1267 +#: pretix/control/forms/event.py:1266 #: pretix/control/templates/pretixcontrol/event/quick_setup.html:45 msgid "Price (optional)" msgstr "السعر (اختياري)" -#: pretix/control/forms/event.py:1272 +#: pretix/control/forms/event.py:1271 msgid "Free" msgstr "حر" -#: pretix/control/forms/event.py:1277 +#: pretix/control/forms/event.py:1276 msgid "Quantity available" msgstr "الكمية متاحة" @@ -7663,7 +7671,7 @@ msgstr "دفع (أو إلغاؤها مع رسوم المدفوعة)" #: pretix/control/templates/pretixcontrol/items/question.html:21 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:8 #: pretix/control/templates/pretixcontrol/orders/overview.html:67 -#: pretix/plugins/reports/exporters.py:223 +#: pretix/plugins/reports/exporters.py:226 msgid "Pending" msgstr "قيد الانتظار" @@ -7677,13 +7685,13 @@ msgstr "في انتظار (تأخر)" msgid "Pending or paid" msgstr "بانتظار أو المدفوعة" -#: pretix/control/forms/filter.py:111 pretix/control/forms/filter.py:541 -#: pretix/control/forms/filter.py:946 +#: pretix/control/forms/filter.py:111 pretix/control/forms/filter.py:593 +#: pretix/control/forms/filter.py:998 #: pretix/control/templates/pretixcontrol/items/question.html:24 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:17 #: pretix/control/templates/pretixcontrol/orders/overview.html:60 #: pretix/control/templates/pretixcontrol/organizers/giftcards.html:76 -#: pretix/plugins/reports/exporters.py:219 +#: pretix/plugins/reports/exporters.py:222 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:20 msgid "Expired" msgstr "منتهية الصلاحية" @@ -7697,7 +7705,7 @@ msgstr "معلقة أو منتهية الصلاحية" #: pretix/control/templates/pretixcontrol/items/question.html:26 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:19 #: pretix/control/templates/pretixcontrol/orders/overview.html:59 -#: pretix/plugins/reports/exporters.py:219 +#: pretix/plugins/reports/exporters.py:222 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:22 msgid "Canceled" msgstr "ألغيت" @@ -7724,8 +7732,8 @@ msgstr "يتقاضون أجورا" msgid "Pending (but fully paid)" msgstr "في انتظار (ولكن مدفوع بالكامل)" -#: pretix/control/forms/filter.py:119 pretix/control/forms/filter.py:526 -#: pretix/control/forms/filter.py:529 +#: pretix/control/forms/filter.py:119 pretix/control/forms/filter.py:578 +#: pretix/control/forms/filter.py:581 #: pretix/control/templates/pretixcontrol/event/live.html:63 msgid "Test mode" msgstr "وضع الاختبار" @@ -7736,28 +7744,28 @@ msgstr "وضع الاختبار" msgid "Cancellation requested" msgstr "رسوم الإلغاء" -#: pretix/control/forms/filter.py:278 pretix/control/forms/filter.py:796 -#: pretix/control/forms/filter.py:1006 pretix/control/forms/vouchers.py:112 +#: pretix/control/forms/filter.py:278 pretix/control/forms/filter.py:848 +#: pretix/control/forms/filter.py:1058 pretix/control/forms/vouchers.py:112 #: pretix/control/templates/pretixcontrol/items/question.html:29 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:99 msgid "All products" msgstr "جميع المنتجات" -#: pretix/control/forms/filter.py:282 pretix/control/forms/filter.py:1010 +#: pretix/control/forms/filter.py:282 pretix/control/forms/filter.py:1062 #: pretix/control/forms/vouchers.py:100 pretix/control/views/typeahead.py:514 #, python-brace-format msgid "{product} – Any variation" msgstr "{product} - أي تباين" #: pretix/control/forms/filter.py:341 pretix/control/forms/filter.py:346 -#: pretix/control/forms/filter.py:617 pretix/control/forms/filter.py:622 +#: pretix/control/forms/filter.py:669 pretix/control/forms/filter.py:674 msgid "All organizers" msgstr "جميع المنظمين" -#: pretix/control/forms/filter.py:381 pretix/control/forms/filter.py:528 -#: pretix/control/forms/filter.py:537 pretix/control/forms/filter.py:860 -#: pretix/control/forms/filter.py:869 pretix/control/forms/filter.py:941 -#: pretix/control/forms/filter.py:954 +#: pretix/control/forms/filter.py:433 pretix/control/forms/filter.py:580 +#: pretix/control/forms/filter.py:589 pretix/control/forms/filter.py:912 +#: pretix/control/forms/filter.py:921 pretix/control/forms/filter.py:993 +#: pretix/control/forms/filter.py:1006 #: pretix/control/templates/pretixcontrol/checkin/lists.html:104 #: pretix/control/templates/pretixcontrol/checkin/lists.html:116 #: pretix/control/templates/pretixcontrol/organizers/devices.html:72 @@ -7767,209 +7775,209 @@ msgstr "جميع المنظمين" msgid "All" msgstr "الكل" -#: pretix/control/forms/filter.py:383 pretix/control/forms/filter.py:603 +#: pretix/control/forms/filter.py:435 pretix/control/forms/filter.py:655 msgid "Shop live and presale running" msgstr "تسوق الحية و[خبر] تشغيل" -#: pretix/control/forms/filter.py:384 pretix/control/forms/filter.py:862 +#: pretix/control/forms/filter.py:436 pretix/control/forms/filter.py:914 msgid "Inactive" msgstr "غير نشط" -#: pretix/control/forms/filter.py:396 pretix/control/forms/subevents.py:287 +#: pretix/control/forms/filter.py:448 pretix/control/forms/subevents.py:287 #: pretix/control/forms/subevents.py:326 msgid "Weekday" msgstr "يوم من أيام الأسبوع" -#: pretix/control/forms/filter.py:398 +#: pretix/control/forms/filter.py:450 msgid "All days" msgstr "كل الأيام" -#: pretix/control/forms/filter.py:399 +#: pretix/control/forms/filter.py:451 msgid "Monday" msgstr "يوم الاثنين" -#: pretix/control/forms/filter.py:400 +#: pretix/control/forms/filter.py:452 msgid "Tuesday" msgstr "الثلاثاء" -#: pretix/control/forms/filter.py:401 +#: pretix/control/forms/filter.py:453 msgid "Wednesday" msgstr "الأربعاء" -#: pretix/control/forms/filter.py:402 +#: pretix/control/forms/filter.py:454 msgid "Thursday" msgstr "الخميس" -#: pretix/control/forms/filter.py:403 +#: pretix/control/forms/filter.py:455 msgid "Friday" msgstr "يوم الجمعة" -#: pretix/control/forms/filter.py:404 +#: pretix/control/forms/filter.py:456 msgid "Saturday" msgstr "يوم السبت" -#: pretix/control/forms/filter.py:405 +#: pretix/control/forms/filter.py:457 msgid "Sunday" msgstr "الأحد" -#: pretix/control/forms/filter.py:530 +#: pretix/control/forms/filter.py:582 #, fuzzy #| msgctxt "stripe" #| msgid "Live" msgid "Live" msgstr "حي" -#: pretix/control/forms/filter.py:535 pretix/control/forms/filter.py:538 +#: pretix/control/forms/filter.py:587 pretix/control/forms/filter.py:590 #, fuzzy #| msgid "Empty tag" msgid "Empty" msgstr "علامة فارغة" -#: pretix/control/forms/filter.py:539 +#: pretix/control/forms/filter.py:591 msgid "Valid and with value" msgstr "" -#: pretix/control/forms/filter.py:540 +#: pretix/control/forms/filter.py:592 msgid "Expired and with value" msgstr "" -#: pretix/control/forms/filter.py:546 pretix/control/forms/filter.py:548 -#: pretix/control/forms/filter.py:876 pretix/control/forms/filter.py:878 +#: pretix/control/forms/filter.py:598 pretix/control/forms/filter.py:600 +#: pretix/control/forms/filter.py:928 pretix/control/forms/filter.py:930 msgid "Search query" msgstr "استعلام بحث" -#: pretix/control/forms/filter.py:601 +#: pretix/control/forms/filter.py:653 msgid "All events" msgstr "كل الأحداث" -#: pretix/control/forms/filter.py:602 +#: pretix/control/forms/filter.py:654 msgid "Shop live" msgstr "متجر على الهواء مباشرة" -#: pretix/control/forms/filter.py:604 +#: pretix/control/forms/filter.py:656 msgid "Shop not live" msgstr "تسوق لا يعيش" -#: pretix/control/forms/filter.py:607 +#: pretix/control/forms/filter.py:659 msgid "Single event running or in the future" msgstr "حدث واحد قيد التشغيل أو في المستقبل" -#: pretix/control/forms/filter.py:608 +#: pretix/control/forms/filter.py:660 msgid "Single event in the past" msgstr "حدث واحد في الماضي" -#: pretix/control/forms/filter.py:775 pretix/control/forms/filter.py:777 +#: pretix/control/forms/filter.py:827 pretix/control/forms/filter.py:829 msgid "Search attendee…" msgstr "بحث الحضور ..." -#: pretix/control/forms/filter.py:783 +#: pretix/control/forms/filter.py:835 msgid "Check-in status" msgstr "تحقق ذات المركز" -#: pretix/control/forms/filter.py:785 +#: pretix/control/forms/filter.py:837 msgid "All attendees" msgstr "جميع الحاضرين" -#: pretix/control/forms/filter.py:786 +#: pretix/control/forms/filter.py:838 #, fuzzy #| msgid "Presale" msgctxt "checkin state" msgid "Present" msgstr "مبيعات" -#: pretix/control/forms/filter.py:787 +#: pretix/control/forms/filter.py:839 #: pretix/control/templates/pretixcontrol/checkin/index.html:131 #: pretix/control/templates/pretixcontrol/checkin/lists.html:73 -#: pretix/plugins/checkinlists/exporters.py:337 +#: pretix/plugins/checkinlists/exporters.py:396 msgid "Checked in" msgstr "إيداعه" -#: pretix/control/forms/filter.py:788 +#: pretix/control/forms/filter.py:840 #: pretix/control/templates/pretixcontrol/checkin/index.html:126 msgid "Not checked in" msgstr "غير محددة في" -#: pretix/control/forms/filter.py:867 pretix/control/forms/filter.py:870 +#: pretix/control/forms/filter.py:919 pretix/control/forms/filter.py:922 #: pretix/control/templates/pretixcontrol/users/index.html:47 msgid "Administrator" msgstr "مدير" -#: pretix/control/forms/filter.py:871 +#: pretix/control/forms/filter.py:923 msgid "No administrator" msgstr "لا المسؤول" -#: pretix/control/forms/filter.py:942 +#: pretix/control/forms/filter.py:994 msgid "Valid" msgstr "صالح" -#: pretix/control/forms/filter.py:943 +#: pretix/control/forms/filter.py:995 msgid "Unredeemed" msgstr "غير معوض" -#: pretix/control/forms/filter.py:944 +#: pretix/control/forms/filter.py:996 msgid "Redeemed at least once" msgstr "افتدى على الأقل مرة واحدة" -#: pretix/control/forms/filter.py:945 +#: pretix/control/forms/filter.py:997 msgid "Fully redeemed" msgstr "افتدى بالكامل" -#: pretix/control/forms/filter.py:947 +#: pretix/control/forms/filter.py:999 msgid "Redeemed and checked in with ticket" msgstr "مطفأة وإيداعه مع تذكرة" -#: pretix/control/forms/filter.py:952 +#: pretix/control/forms/filter.py:1004 msgid "Quota handling" msgstr "التعامل مع الحصص" -#: pretix/control/forms/filter.py:956 +#: pretix/control/forms/filter.py:1008 msgid "Allow to ignore quota" msgstr "السماح لتجاهل الحصص" -#: pretix/control/forms/filter.py:961 pretix/control/forms/filter.py:963 +#: pretix/control/forms/filter.py:1013 pretix/control/forms/filter.py:1015 msgid "Filter by tag" msgstr "تصفية حسب العلامة" -#: pretix/control/forms/filter.py:968 pretix/control/forms/filter.py:970 +#: pretix/control/forms/filter.py:1020 pretix/control/forms/filter.py:1022 msgid "Search voucher" msgstr "بحث قسيمة" -#: pretix/control/forms/filter.py:1016 pretix/control/forms/vouchers.py:91 +#: pretix/control/forms/filter.py:1068 pretix/control/forms/vouchers.py:91 #: pretix/control/views/typeahead.py:522 pretix/control/views/typeahead.py:526 #: pretix/control/views/vouchers.py:81 #, python-brace-format msgid "Any product in quota \"{quota}\"" msgstr "أي منتج في الحصص \"{quota}\"" -#: pretix/control/forms/filter.py:1132 +#: pretix/control/forms/filter.py:1184 msgid "Refund status" msgstr "حالة إعادة الأموال" -#: pretix/control/forms/filter.py:1134 +#: pretix/control/forms/filter.py:1186 msgid "All open refunds" msgstr "كل مبلغ معاد المفتوحة" -#: pretix/control/forms/filter.py:1135 +#: pretix/control/forms/filter.py:1187 msgid "All refunds" msgstr "كل مبلغ معاد" -#: pretix/control/forms/filter.py:1171 +#: pretix/control/forms/filter.py:1223 msgid "Date filter" msgstr "تاريخ فلتر" -#: pretix/control/forms/filter.py:1173 +#: pretix/control/forms/filter.py:1225 msgid "Filter by…" msgstr "مصنف بواسطة…" -#: pretix/control/forms/filter.py:1175 +#: pretix/control/forms/filter.py:1227 msgid "Date of last successful payment" msgstr "تاريخ الدفع الناجح الماضي" -#: pretix/control/forms/filter.py:1180 +#: pretix/control/forms/filter.py:1232 msgid "Date from" msgstr "التاريخ من" -#: pretix/control/forms/filter.py:1185 +#: pretix/control/forms/filter.py:1237 msgid "Date until" msgstr "التاريخ وحتى" @@ -8190,8 +8198,8 @@ msgstr "لقد قمت بإضافة نفس إضافة على فئة مرتين" msgid "Bundled product" msgstr "المنتجات المجمعة" -#: pretix/control/forms/item.py:735 pretix/control/forms/orders.py:260 -#: pretix/control/forms/orders.py:394 +#: pretix/control/forms/item.py:735 pretix/control/forms/orders.py:264 +#: pretix/control/forms/orders.py:398 msgid "inactive" msgstr "غير نشط" @@ -8230,11 +8238,11 @@ msgstr "عرض كل أوامر وضع الاختبار" msgid "CSV column: \"{name}\"" msgstr "" -#: pretix/control/forms/orders.py:33 +#: pretix/control/forms/orders.py:34 msgid "Overbook quota" msgstr "حصة حجز إضافي" -#: pretix/control/forms/orders.py:34 +#: pretix/control/forms/orders.py:35 msgid "" "If you check this box, this operation will be performed even if it leads to " "an overbooked quota and you having sold more tickets than you planned!" @@ -8242,11 +8250,11 @@ msgstr "" "إذا قمت بتحديد هذا المربع، سيتم تنفيذ هذه العملية حتى لو أدى ذلك إلى الحصة " "مكتظا بالنزلاء وكنت بعد أن باعت تذاكر أكثر مما تعدون!" -#: pretix/control/forms/orders.py:78 +#: pretix/control/forms/orders.py:79 msgid "Overbook quota and ignore late payment" msgstr "حجز إضافي الحصص وتجاهل التأخر في السداد" -#: pretix/control/forms/orders.py:79 +#: pretix/control/forms/orders.py:80 msgid "" "If you check this box, this operation will be performed even if it leads to " "an overbooked quota and you having sold more tickets than you planned! The " @@ -8257,16 +8265,16 @@ msgstr "" "مكتظا بالنزلاء وكنت بعد أن باعت تذاكر أكثر مما تعدون! كما سيتم تنفيذ العملية " "بغض النظر عن إعدادات المدفوعات المتأخرة." -#: pretix/control/forms/orders.py:105 +#: pretix/control/forms/orders.py:106 #: pretix/control/templates/pretixcontrol/order/deny.html:19 msgid "Notify user by e-mail" msgstr "تنبيه المستخدم عن طريق البريد الإلكتروني" -#: pretix/control/forms/orders.py:112 +#: pretix/control/forms/orders.py:113 msgid "Keep a cancellation fee of" msgstr "الحفاظ على رسوم إلغاء" -#: pretix/control/forms/orders.py:113 +#: pretix/control/forms/orders.py:114 msgid "" "If you keep a fee, all positions within this order will be canceled and the " "order will be reduced to a paid cancellation fee. Payment and shipping fees " @@ -8279,24 +8287,24 @@ msgstr "" "إلغاء الحجز الخاص بك إذا كنت ترغب في الاحتفاظ بها. يرجى دائما إدخال قيمة " "الإجمالية، وسيتم احتساب الضرائب تلقائيا." -#: pretix/control/forms/orders.py:141 +#: pretix/control/forms/orders.py:145 msgid "Payment amount" msgstr "دفع المبلغ" -#: pretix/control/forms/orders.py:145 +#: pretix/control/forms/orders.py:149 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/control.html:7 -#: pretix/plugins/reports/exporters.py:319 -#: pretix/plugins/reports/exporters.py:381 -#: pretix/plugins/reports/exporters.py:491 -#: pretix/plugins/reports/exporters.py:520 +#: pretix/plugins/reports/exporters.py:322 +#: pretix/plugins/reports/exporters.py:384 +#: pretix/plugins/reports/exporters.py:494 +#: pretix/plugins/reports/exporters.py:523 msgid "Payment date" msgstr "يوم الدفع او الاستحقاق" -#: pretix/control/forms/orders.py:183 +#: pretix/control/forms/orders.py:187 msgid "Re-calculate taxes" msgstr "الضرائب إعادة حساب" -#: pretix/control/forms/orders.py:186 +#: pretix/control/forms/orders.py:190 msgid "" "This operation re-checks if taxes should be paid to the items due to e.g. " "configured reverse charge rules and changes the prices and tax values " @@ -8309,11 +8317,11 @@ msgstr "" "المثال مفيد بعد تغيير عنوان الفاتورة. استخدام مع الرعاية وإلا إذا كنت في " "حاجة إليها. لاحظ أن الاختلافات التقريب قد تحدث في هذا الإجراء." -#: pretix/control/forms/orders.py:192 +#: pretix/control/forms/orders.py:196 msgid "Issue a new invoice if required" msgstr "إصدار فاتورة جديدة إذا لزم الأمر" -#: pretix/control/forms/orders.py:196 +#: pretix/control/forms/orders.py:200 msgid "" "If an invoice exists for this order and this operation would change its " "contents, the old invoice will be canceled and a new invoice will be issued." @@ -8321,65 +8329,65 @@ msgstr "" "في حالة وجود فاتورة لهذا النظام وهذا من شأنه أن عملية تغيير محتوياته، سيتم " "إلغاء الفاتورة القديمة وسيتم إصدار فاتورة جديدة." -#: pretix/control/forms/orders.py:201 +#: pretix/control/forms/orders.py:205 msgid "Notify user" msgstr "إبلاغ المستخدم" -#: pretix/control/forms/orders.py:205 +#: pretix/control/forms/orders.py:209 msgid "" "Send an email to the customer notifying that their order has been changed." msgstr "إرسال بريد إلكتروني إلى إخطار العملاء التي تم تغيير ترتيبها." -#: pretix/control/forms/orders.py:209 +#: pretix/control/forms/orders.py:213 msgid "Allow to overbook quotas when performing this operation" msgstr "السماح لحصص حجز إضافي عند تنفيذ هذه العملية" -#: pretix/control/forms/orders.py:225 +#: pretix/control/forms/orders.py:229 msgid "Add-on to" msgstr "إضافة إلى" -#: pretix/control/forms/orders.py:230 +#: pretix/control/forms/orders.py:234 #: pretix/control/templates/pretixcontrol/checkin/index.html:70 #: pretix/control/templates/pretixcontrol/order/change.html:118 #: pretix/control/views/vouchers.py:70 msgid "Seat" msgstr "مقعد" -#: pretix/control/forms/orders.py:237 +#: pretix/control/forms/orders.py:241 msgid "Including taxes, if any. Keep empty for the product's default price" msgstr "" "بما في ذلك الضرائب، إن وجدت. تبقي فارغة للحصول على السعر الافتراضي المنتج" -#: pretix/control/forms/orders.py:335 pretix/control/forms/orders.py:339 -#: pretix/control/forms/orders.py:378 pretix/control/forms/orders.py:389 +#: pretix/control/forms/orders.py:339 pretix/control/forms/orders.py:343 +#: pretix/control/forms/orders.py:382 pretix/control/forms/orders.py:393 msgid "(Unchanged)" msgstr "(دون تغيير)" -#: pretix/control/forms/orders.py:345 pretix/control/forms/orders.py:412 +#: pretix/control/forms/orders.py:349 pretix/control/forms/orders.py:416 msgid "New price (gross)" msgstr "السعر الجديد (إجمالي)" -#: pretix/control/forms/orders.py:349 +#: pretix/control/forms/orders.py:353 msgid "Generate a new secret" msgstr "توليد سر جديدة" -#: pretix/control/forms/orders.py:353 +#: pretix/control/forms/orders.py:357 msgid "Cancel this position" msgstr "إلغاء هذا المنصب" -#: pretix/control/forms/orders.py:357 +#: pretix/control/forms/orders.py:361 msgid "Split into new order" msgstr "تنقسم إلى النظام الجديد" -#: pretix/control/forms/orders.py:416 +#: pretix/control/forms/orders.py:420 msgid "Remove this fee" msgstr "" -#: pretix/control/forms/orders.py:430 +#: pretix/control/forms/orders.py:434 msgid "Invalidate secrets" msgstr "أسرار يبطل" -#: pretix/control/forms/orders.py:431 +#: pretix/control/forms/orders.py:435 msgid "" "Regenerates the order and ticket secrets. You will need to re-send the link " "to the order page to the user and the user will need to download his tickets " @@ -8389,67 +8397,67 @@ msgstr "" "للمستخدم وسوف يحتاج المستخدم إلى تحميل تذاكر له مرة أخرى. سوف الإصدارات " "القديمة تكون غير صالحة." -#: pretix/control/forms/orders.py:456 pretix/control/forms/orders.py:639 -#: pretix/control/forms/orders.py:666 pretix/control/forms/vouchers.py:222 +#: pretix/control/forms/orders.py:460 pretix/control/forms/orders.py:643 +#: pretix/control/forms/orders.py:670 pretix/control/forms/vouchers.py:222 #: pretix/plugins/sendmail/forms.py:21 pretix/plugins/sendmail/forms.py:76 msgid "Subject" msgstr "موضوع" -#: pretix/control/forms/orders.py:480 +#: pretix/control/forms/orders.py:484 msgid "Recipient" msgstr "مستلم" -#: pretix/control/forms/orders.py:486 pretix/control/forms/orders.py:647 -#: pretix/control/forms/orders.py:674 pretix/control/forms/vouchers.py:228 +#: pretix/control/forms/orders.py:490 pretix/control/forms/orders.py:651 +#: pretix/control/forms/orders.py:678 pretix/control/forms/vouchers.py:228 #: pretix/plugins/sendmail/forms.py:22 pretix/plugins/sendmail/forms.py:81 msgid "Message" msgstr "رسالة" -#: pretix/control/forms/orders.py:499 +#: pretix/control/forms/orders.py:503 msgid "" "Cancel the order. All tickets will no longer work. This can not be reverted." msgstr "الغي الطلب. وجميع التذاكر لم تعد تعمل. هذا لا يمكن عاد." -#: pretix/control/forms/orders.py:500 +#: pretix/control/forms/orders.py:504 msgid "" "Mark the order as pending and allow the user to pay the open amount with " "another payment method." msgstr "" "نحتفل النظام كما المعلقة وتسمح للمستخدم لدفع المبلغ مفتوح مع طريقة دفع أخرى." -#: pretix/control/forms/orders.py:502 +#: pretix/control/forms/orders.py:506 msgid "Do nothing and keep the order as it is." msgstr "لا تفعل شيئا والحفاظ على النظام كما هو عليه." -#: pretix/control/forms/orders.py:529 +#: pretix/control/forms/orders.py:533 msgid "The refund amount needs to be positive and less than {}." msgstr "احتياجات المبلغ المسترد لتكون إيجابية وأقل من {}." -#: pretix/control/forms/orders.py:535 +#: pretix/control/forms/orders.py:539 msgid "You need to specify an amount for a partial refund." msgstr "تحتاج إلى تحديد مبلغ للحصول على رد جزئي." -#: pretix/control/forms/orders.py:547 +#: pretix/control/forms/orders.py:551 #, fuzzy #| msgid "Cancel order" msgid "Cancel all dates" msgstr "الغاء الطلب" -#: pretix/control/forms/orders.py:552 +#: pretix/control/forms/orders.py:556 #, fuzzy #| msgctxt "amount_label" #| msgid "Automatically refund" msgid "Automatically refund money if possible" msgstr "تلقائيا استرداد" -#: pretix/control/forms/orders.py:557 +#: pretix/control/forms/orders.py:561 #, fuzzy #| msgid "This payment method does not support automatic refunds." msgid "" "Create manual refund if the payment method odes not support automatic refunds" msgstr "طريقة الدفع هذه لا يدعم استرداد التلقائي." -#: pretix/control/forms/orders.py:561 +#: pretix/control/forms/orders.py:565 msgid "" "If checked, all payments with a payment method not supporting automatic " "refunds will be on your manual refund to-do list. Do not check if you want " @@ -8457,29 +8465,29 @@ msgid "" "gift cards." msgstr "" -#: pretix/control/forms/orders.py:566 +#: pretix/control/forms/orders.py:570 msgid "" "Refund order value to a gift card instead instead of the original payment " "method" msgstr "" -#: pretix/control/forms/orders.py:572 +#: pretix/control/forms/orders.py:576 #, fuzzy #| msgid "Gift card value" msgid "Gift card validity" msgstr "قيمة بطاقة هدية" -#: pretix/control/forms/orders.py:579 +#: pretix/control/forms/orders.py:583 msgid "Special terms and conditions" msgstr "" -#: pretix/control/forms/orders.py:596 +#: pretix/control/forms/orders.py:600 #, fuzzy #| msgid "Order fees" msgid "Keep fees" msgstr "رسوم الطلب" -#: pretix/control/forms/orders.py:599 +#: pretix/control/forms/orders.py:603 msgid "" "The selected types of fees will not be refunded but instead added to the " "cancellation fee. Fees are never refunded in when an order in an event " @@ -8487,25 +8495,25 @@ msgid "" "dates." msgstr "" -#: pretix/control/forms/orders.py:605 +#: pretix/control/forms/orders.py:609 #, fuzzy #| msgid "Send out emails" msgid "Send information via email" msgstr "إرسال رسائل البريد الإلكتروني" -#: pretix/control/forms/orders.py:611 +#: pretix/control/forms/orders.py:615 #, fuzzy #| msgid "Send out emails" msgid "Send information to waiting list" msgstr "إرسال رسائل البريد الإلكتروني" -#: pretix/control/forms/orders.py:642 pretix/control/forms/orders.py:668 +#: pretix/control/forms/orders.py:646 pretix/control/forms/orders.py:672 #, fuzzy, python-brace-format #| msgid "Can create events" msgid "Canceled: {event}" msgstr "يمكن إنشاء أحداث" -#: pretix/control/forms/orders.py:653 +#: pretix/control/forms/orders.py:657 #, fuzzy, python-brace-format #| msgid "" #| "Hello {attendee_name},\n" @@ -8542,7 +8550,7 @@ msgstr "" "تحياتنا،\n" "فريق {event}" -#: pretix/control/forms/orders.py:680 +#: pretix/control/forms/orders.py:684 #, fuzzy, python-brace-format #| msgid "" #| "Hello {attendee_name},\n" @@ -8575,7 +8583,7 @@ msgstr "" "تحياتنا،\n" "فريق {event}" -#: pretix/control/forms/orders.py:711 +#: pretix/control/forms/orders.py:715 msgid "Please confirm that you want to cancel ALL dates in this event series." msgstr "" @@ -8632,7 +8640,7 @@ msgstr "النص الصفحة الرئيسية" msgid "This will be displayed on the organizer homepage." msgstr "سيتم عرض هذا على الصفحة الرئيسية منظم." -#: pretix/control/forms/organizer.py:279 +#: pretix/control/forms/organizer.py:280 #, fuzzy #| msgid "" #| "If you provide a logo image, we will by default not show your " @@ -8648,11 +8656,11 @@ msgstr "" "إذا كنت توفير صورة الشعار، ونحن سوف افتراضيا لا تظهر اسم مؤسستك في رأس " "الصفحة. وسوف نعرض شعارك مع ارتفاع الحد الأقصى من 120 بكسل." -#: pretix/control/forms/organizer.py:298 +#: pretix/control/forms/organizer.py:299 msgid "Show availability in event overviews" msgstr "عرض توفر لمحات عامة في الحدث" -#: pretix/control/forms/organizer.py:299 +#: pretix/control/forms/organizer.py:300 msgid "" "If checked, the list of events will show if events are sold out. This might " "make for longer page loading times if you have lots of events and the shown " @@ -8662,20 +8670,20 @@ msgstr "" "لأوقات أطول تحميل الصفحة إذا كان لديك الكثير من الأحداث والحالة المعروضة قد " "يكون قديما لمدة تصل إلى دقيقتين." -#: pretix/control/forms/organizer.py:305 +#: pretix/control/forms/organizer.py:306 msgid "Link back to organizer overview on all event pages" msgstr "صلة الى نظرة عامة منظم على جميع صفحات الحدث" -#: pretix/control/forms/organizer.py:312 +#: pretix/control/forms/organizer.py:313 msgid "" "Choose all languages that your organizer homepage should be available in." msgstr "اختيار جميع اللغات التي زيارة المنظم ينبغي أن تكون متاحة في." -#: pretix/control/forms/organizer.py:323 +#: pretix/control/forms/organizer.py:324 msgid "Favicon" msgstr "فافيكون" -#: pretix/control/forms/organizer.py:326 +#: pretix/control/forms/organizer.py:328 msgid "" "If you provide a favicon, we will show it instead of the default pretix " "icon. We recommend a size of at least 200x200px to accommodate most devices." @@ -8683,37 +8691,37 @@ msgstr "" "إذا قمت بتوفير فافيكون، وسوف نعرض بدلا من الافتراضي pretix رمز. نوصي حجم " "200x200px على الأقل لاستيعاب معظم الأجهزة." -#: pretix/control/forms/organizer.py:330 +#: pretix/control/forms/organizer.py:332 #, fuzzy #| msgid "Gift card code" msgid "Length of gift card codes" msgstr "رمز بطاقة هدية" -#: pretix/control/forms/organizer.py:331 +#: pretix/control/forms/organizer.py:333 msgid "" "The system generates by default {}-character long gift card codes. However, " "if a different length is required, it can be set here." msgstr "" -#: pretix/control/forms/organizer.py:336 +#: pretix/control/forms/organizer.py:338 #, fuzzy #| msgid "Gift card code" msgid "Validity of gift card codes in years" msgstr "رمز بطاقة هدية" -#: pretix/control/forms/organizer.py:337 +#: pretix/control/forms/organizer.py:339 msgid "" "If you set a number here, gift cards will by default expire at the end of " "the year after this many years. If you keep it empty, gift cards do not have " "an explicit expiry date." msgstr "" -#: pretix/control/forms/organizer.py:352 +#: pretix/control/forms/organizer.py:354 msgctxt "webhooks" msgid "Event types" msgstr "أنواع الأحداث" -#: pretix/control/forms/organizer.py:383 +#: pretix/control/forms/organizer.py:385 msgid "Gift card value" msgstr "قيمة بطاقة هدية" @@ -10370,7 +10378,7 @@ msgstr "CSV" #: pretix/control/templates/pretixcontrol/organizers/detail.html:43 #: pretix/control/templates/pretixcontrol/organizers/giftcards.html:38 #: pretix/control/templates/pretixcontrol/organizers/index.html:18 -#: pretix/control/templates/pretixcontrol/search/orders.html:27 +#: pretix/control/templates/pretixcontrol/search/orders.html:33 #: pretix/control/templates/pretixcontrol/subevents/index.html:41 #: pretix/control/templates/pretixcontrol/users/index.html:22 #: pretix/control/templates/pretixcontrol/vouchers/index.html:54 @@ -10461,7 +10469,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/order/pay.html:33 #: pretix/control/templates/pretixcontrol/order/pay_complete.html:28 #: pretix/control/templates/pretixcontrol/order/reactivate.html:30 -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:155 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:169 #: pretix/control/templates/pretixcontrol/order/refund_done.html:26 #: pretix/control/templates/pretixcontrol/order/refund_process.html:47 #: pretix/control/templates/pretixcontrol/order/refund_start.html:51 @@ -10513,9 +10521,9 @@ msgstr "حذف" #: pretix/control/templates/pretixcontrol/checkin/list_edit.html:10 #: pretix/control/templates/pretixcontrol/checkin/list_edit.html:17 -#: pretix/plugins/checkinlists/exporters.py:38 -#: pretix/plugins/checkinlists/exporters.py:88 -#: pretix/plugins/checkinlists/exporters.py:315 +#: pretix/plugins/checkinlists/exporters.py:39 +#: pretix/plugins/checkinlists/exporters.py:107 +#: pretix/plugins/checkinlists/exporters.py:374 #: pretix/plugins/pretixdroid/forms.py:39 #: pretix/plugins/pretixdroid/models.py:24 #: pretix/plugins/pretixdroid/templates/pretixplugins/pretixdroid/configuration.html:79 @@ -11309,7 +11317,7 @@ msgid "Installed plugins" msgstr "الإضافات المثبتة" #: pretix/control/templates/pretixcontrol/event/plugins.html:10 -#: pretix/control/views/checkin.py:260 pretix/control/views/event.py:177 +#: pretix/control/views/checkin.py:264 pretix/control/views/event.py:177 #: pretix/control/views/event.py:317 pretix/control/views/event.py:396 #: pretix/control/views/event.py:436 pretix/control/views/event.py:594 #: pretix/control/views/event.py:785 pretix/control/views/event.py:1135 @@ -11493,14 +11501,14 @@ msgid "Basics" msgstr "مبادئ" #: pretix/control/templates/pretixcontrol/event/settings.html:31 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:44 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:46 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:349 #: pretix/control/templates/pretixcontrol/subevents/detail.html:32 msgid "Geo coordinates" msgstr "" #: pretix/control/templates/pretixcontrol/event/settings.html:32 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:45 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:47 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:271 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:275 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:350 @@ -11509,7 +11517,7 @@ msgid "Optional" msgstr "" #: pretix/control/templates/pretixcontrol/event/settings.html:39 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:52 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:54 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:357 #: pretix/control/templates/pretixcontrol/subevents/detail.html:40 msgid "Geocoding data © OpenStreetMap" @@ -11541,7 +11549,7 @@ msgid "Shop design" msgstr "تصميم متجر" #: pretix/control/templates/pretixcontrol/event/settings.html:124 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:74 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:76 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:392 #: pretix/control/templates/pretixcontrol/subevents/detail.html:76 msgid "Timeline" @@ -11826,7 +11834,7 @@ msgid "" "We strongly recommend against using short forms of more then 16 characters." msgstr "ونحن نوصي بشدة بعدم استخدام أشكال قصيرة من أكثر من 16 حرفا." -#: pretix/control/templates/pretixcontrol/events/create_basics.html:68 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:70 msgid "Display settings" msgstr "اعدادات العرض" @@ -11849,7 +11857,40 @@ msgstr "" "بحاجة إلى تغيير بعض الإعدادات يدويا، على سبيل المثال إعدادات التاريخ والوقت " "والنصوص التي تحتوي على اسم الحدث." -#: pretix/control/templates/pretixcontrol/events/create_foundation.html:10 +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:13 +msgid "Singular event or non-event shop" +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:15 +msgid "" +"An event with individual configuration. If you create more events later, you " +"can copy the event to save yourself some work." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:21 +msgid "" +"Examples: Conferences, workshops, trade fairs, one-off concerts, sale of " +"digital content, multi-day events with combination tickets." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:32 +msgid "Event series or time slot booking" +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:34 +msgid "" +"A series of events that share the same configuration. They can still be " +"different in their dates, locations, prices, and capacities." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:40 +msgid "" +"Examples: Multiple presentations of the same show, same concert in multiple " +"locations, museums, libraries, or swimming pools, events that need to be " +"booked together in one cart." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:53 msgid "" "Please note that you will only be able to delete your event until the first " "order has been created." @@ -12314,8 +12355,8 @@ msgstr "تحرير مسألة" #: pretix/control/templates/pretixcontrol/items/question.html:20 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:14 #: pretix/control/templates/pretixcontrol/orders/overview.html:68 -#: pretix/plugins/checkinlists/exporters.py:343 -#: pretix/plugins/reports/exporters.py:223 +#: pretix/plugins/checkinlists/exporters.py:402 +#: pretix/plugins/reports/exporters.py:226 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:17 msgid "Paid" msgstr "مدفوع" @@ -13203,10 +13244,10 @@ msgstr "الضرائب" #: pretix/control/templates/pretixcontrol/order/index.html:550 #: pretix/control/templates/pretixcontrol/orders/overview.html:69 #: pretix/control/templates/pretixcontrol/orders/overview.html:146 -#: pretix/plugins/reports/exporters.py:223 -#: pretix/plugins/reports/exporters.py:278 -#: pretix/plugins/reports/exporters.py:447 -#: pretix/plugins/reports/exporters.py:591 +#: pretix/plugins/reports/exporters.py:226 +#: pretix/plugins/reports/exporters.py:281 +#: pretix/plugins/reports/exporters.py:450 +#: pretix/plugins/reports/exporters.py:594 #: pretix/presale/templates/pretixpresale/event/fragment_cart.html:292 msgid "Total" msgstr "مجموع" @@ -13410,52 +13451,52 @@ msgctxt "amount_label" msgid "Automatically refund" msgstr "تلقائيا استرداد" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:59 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:63 msgid "Automatically refund full amount" msgstr "برد كامل المبلغ تلقائيا" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:62 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:66 msgid "This payment method does not support automatic refunds." msgstr "طريقة الدفع هذه لا يدعم استرداد التلقائي." -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:70 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:74 msgid "Transfer to other order" msgstr "نقل إلى أمر آخر" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:73 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:77 msgctxt "amount_label" msgid "Transfer" msgstr "نقل" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:81 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:85 msgctxt "order_label" msgid "to" msgstr "إلى" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:91 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:95 #: pretix/control/templates/pretixcontrol/organizers/giftcard_create.html:5 msgid "Create a new gift card" msgstr "إنشاء بطاقة هدية جديدة" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:103 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:113 msgid "" "The gift card can be used to buy tickets for all events of this organizer." msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:111 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:121 msgid "Manual refund" msgstr "رد اليدوي" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:114 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:124 msgctxt "amount_label" msgid "Manually refund" msgstr "استرداد يدويا" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:125 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:139 msgid "Keep transfer as to do" msgstr "حافظ على نقل كما تفعل" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:129 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:143 #: pretix/control/templates/pretixcontrol/order/refund_done.html:5 #: pretix/control/templates/pretixcontrol/order/refund_done.html:9 #: pretix/control/templates/pretixcontrol/order/refund_process.html:6 @@ -13463,7 +13504,7 @@ msgstr "حافظ على نقل كما تفعل" msgid "Mark refund as done" msgstr "استرداد علامة تم الاطلاع عليه" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:139 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:153 msgid "" "Any payments that you selected for automatical refunds will be immediately " "communicate the refund request to the respective payment provider. Manual " @@ -13475,7 +13516,7 @@ msgstr "" "المعلقة، ثم يمكنك بعد ذلك وضع علامة عليها كما فعلت مرة واحدة لنقل الواقع " "الظهر المال للعميل." -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:160 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:174 msgid "Perform refund" msgstr "أداء استرداد" @@ -13723,29 +13764,29 @@ msgid "Remove filter" msgstr "فلتر إزالة" #: pretix/control/templates/pretixcontrol/orders/index.html:132 -#: pretix/control/templates/pretixcontrol/search/orders.html:78 +#: pretix/control/templates/pretixcontrol/search/orders.html:83 msgid "CANCELLATION REQUESTED" msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:135 #: pretix/control/templates/pretixcontrol/orders/index.html:137 -#: pretix/control/templates/pretixcontrol/search/orders.html:81 -#: pretix/control/templates/pretixcontrol/search/orders.html:83 +#: pretix/control/templates/pretixcontrol/search/orders.html:86 +#: pretix/control/templates/pretixcontrol/search/orders.html:88 msgid "REFUND PENDING" msgstr "إسترداد بانتظار" #: pretix/control/templates/pretixcontrol/orders/index.html:140 -#: pretix/control/templates/pretixcontrol/search/orders.html:86 +#: pretix/control/templates/pretixcontrol/search/orders.html:91 msgid "OVERPAID" msgstr "زائدة" #: pretix/control/templates/pretixcontrol/orders/index.html:142 -#: pretix/control/templates/pretixcontrol/search/orders.html:88 +#: pretix/control/templates/pretixcontrol/search/orders.html:93 msgid "UNDERPAID" msgstr "يتقاضون أجورا" #: pretix/control/templates/pretixcontrol/orders/index.html:144 -#: pretix/control/templates/pretixcontrol/search/orders.html:90 +#: pretix/control/templates/pretixcontrol/search/orders.html:95 msgid "FULLY PAID" msgstr "مدفوع بالكامل" @@ -13791,7 +13832,7 @@ msgstr "" "والتي تعود التي ينتمون إليها." #: pretix/control/templates/pretixcontrol/orders/overview.html:61 -#: pretix/plugins/reports/exporters.py:219 +#: pretix/plugins/reports/exporters.py:222 msgid "Purchased" msgstr "اشترى" @@ -14506,7 +14547,7 @@ msgstr "رمز الاستجابة السريعة لالضوئي الرصاص" msgid "pretix Logo" msgstr "pretix شعار" -#: pretix/control/templates/pretixcontrol/search/orders.html:99 +#: pretix/control/templates/pretixcontrol/search/orders.html:104 msgid "" "We couldn't find any orders that you have access to and that match your " "search query." @@ -15676,15 +15717,15 @@ msgstr "ليس لديك إذن لتنفيذ هذا الإجراء." msgid "The selected check-ins have been reverted." msgstr "وقد عادت الإضافية الاختيار المحددة." -#: pretix/control/views/checkin.py:163 +#: pretix/control/views/checkin.py:167 msgid "The selected tickets have been marked as checked in." msgstr "وقد اتسمت تذاكر اختياره إيداعه." -#: pretix/control/views/checkin.py:227 +#: pretix/control/views/checkin.py:231 msgid "The new check-in list has been created." msgstr "تم إنشاء الاختيار في قائمة جديدة." -#: pretix/control/views/checkin.py:234 pretix/control/views/checkin.py:277 +#: pretix/control/views/checkin.py:238 pretix/control/views/checkin.py:281 #: pretix/control/views/event.py:206 pretix/control/views/event.py:399 #: pretix/control/views/event.py:439 pretix/control/views/event.py:597 #: pretix/control/views/event.py:754 pretix/control/views/event.py:1094 @@ -15699,11 +15740,11 @@ msgstr "تم إنشاء الاختيار في قائمة جديدة." msgid "We could not save your changes. See below for details." msgstr "لم نتمكن من حفظ التغييرات. انظر أدناه للحصول على التفاصيل." -#: pretix/control/views/checkin.py:256 pretix/control/views/checkin.py:293 +#: pretix/control/views/checkin.py:260 pretix/control/views/checkin.py:297 msgid "The requested list does not exist." msgstr "عدم وجود قائمة المطلوب." -#: pretix/control/views/checkin.py:302 +#: pretix/control/views/checkin.py:306 msgid "The selected list has been deleted." msgstr "تم حذف القائمة المحددة." @@ -15954,7 +15995,7 @@ msgstr "تم تحديث التعليق." msgid "Could not update the comment." msgstr "لا يمكن تحديث للتعليق." -#: pretix/control/views/event.py:1061 pretix/control/views/main.py:296 +#: pretix/control/views/event.py:1061 pretix/control/views/main.py:276 msgid "VAT" msgstr "ضريبة" @@ -16991,30 +17032,30 @@ msgstr "" msgid "8 portrait A7 pages on one A4 page" msgstr "" -#: pretix/plugins/badges/exporters.py:186 +#: pretix/plugins/badges/exporters.py:194 msgid "None of the selected products is configured to print badges." msgstr "يتم تكوين أي من المنتجات المختارة لطباعة الشارات." -#: pretix/plugins/badges/exporters.py:192 +#: pretix/plugins/badges/exporters.py:200 msgid "Attendee badges" msgstr "شارات الحضور" -#: pretix/plugins/badges/exporters.py:212 +#: pretix/plugins/badges/exporters.py:220 #: pretix/plugins/ticketoutputpdf/exporters.py:32 msgid "Include pending orders" msgstr "وتشمل الأوامر المعلقة" -#: pretix/plugins/badges/exporters.py:217 +#: pretix/plugins/badges/exporters.py:225 msgid "Include add-on or bundled positions" msgstr "وتشمل إضافة على مناصب أو واحدة" -#: pretix/plugins/badges/exporters.py:222 +#: pretix/plugins/badges/exporters.py:230 #, fuzzy #| msgid "Answer options" msgid "Rendering option" msgstr "خيارات الإجابة" -#: pretix/plugins/badges/exporters.py:227 +#: pretix/plugins/badges/exporters.py:235 msgid "" "This option allows you to align multiple badges on one page, for example if " "you want to print to a sheet of stickers with a regular office printer. " @@ -17022,10 +17063,10 @@ msgid "" "correct size." msgstr "" -#: pretix/plugins/badges/exporters.py:233 -#: pretix/plugins/checkinlists/exporters.py:56 -#: pretix/plugins/reports/exporters.py:315 -#: pretix/plugins/reports/exporters.py:487 +#: pretix/plugins/badges/exporters.py:241 +#: pretix/plugins/checkinlists/exporters.py:71 +#: pretix/plugins/reports/exporters.py:318 +#: pretix/plugins/reports/exporters.py:490 #: pretix/plugins/ticketoutputpdf/exporters.py:37 msgid "Sort by" msgstr "ترتيب حسب" @@ -17586,35 +17627,43 @@ msgstr "تحقق في مصدر قائمة" msgid "This plugin allows you to generate check-in lists for your conference." msgstr "هذا البرنامج المساعد يسمح لك لتوليد الاختيار في القوائم لمؤتمركم." -#: pretix/plugins/checkinlists/exporters.py:46 +#: pretix/plugins/checkinlists/exporters.py:50 +msgid "Only include tickets for dates on or after this date." +msgstr "" + +#: pretix/plugins/checkinlists/exporters.py:57 +msgid "Only include tickets for dates on or before this date." +msgstr "" + +#: pretix/plugins/checkinlists/exporters.py:61 msgid "Include QR-code secret" msgstr "تتضمن QR رمز سري" -#: pretix/plugins/checkinlists/exporters.py:51 +#: pretix/plugins/checkinlists/exporters.py:66 #, fuzzy #| msgid "Requires special attention" msgid "Only tickets requiring special attention" msgstr "يتطلب اهتماما خاصا" -#: pretix/plugins/checkinlists/exporters.py:71 +#: pretix/plugins/checkinlists/exporters.py:86 msgid "Include questions" msgstr "وتشمل الأسئلة" -#: pretix/plugins/checkinlists/exporters.py:183 +#: pretix/plugins/checkinlists/exporters.py:222 msgid "Check-in list (PDF)" msgstr "تحقق في قائمة (PDF)" #. Translators: maximum 5 characters -#: pretix/plugins/checkinlists/exporters.py:234 +#: pretix/plugins/checkinlists/exporters.py:284 msgctxt "tablehead" msgid "paid" msgstr "مدفع" -#: pretix/plugins/checkinlists/exporters.py:337 +#: pretix/plugins/checkinlists/exporters.py:396 msgid "Automatically checked in" msgstr "التحقق تلقائيا في" -#: pretix/plugins/checkinlists/exporters.py:346 +#: pretix/plugins/checkinlists/exporters.py:405 #: pretix/plugins/paypal/payment.py:86 msgid "Secret" msgstr "سر" @@ -17702,45 +17751,45 @@ msgid "" "to send any payments." msgstr "" -#: pretix/plugins/paypal/payment.py:205 pretix/plugins/paypal/payment.py:291 -#: pretix/plugins/paypal/payment.py:306 pretix/plugins/paypal/payment.py:309 -#: pretix/plugins/paypal/payment.py:367 +#: pretix/plugins/paypal/payment.py:205 pretix/plugins/paypal/payment.py:298 +#: pretix/plugins/paypal/payment.py:313 pretix/plugins/paypal/payment.py:316 +#: pretix/plugins/paypal/payment.py:374 pretix/plugins/paypal/payment.py:515 msgid "We had trouble communicating with PayPal" msgstr "كان لدينا مشكلة في التواصل مع باي بال" -#: pretix/plugins/paypal/payment.py:323 pretix/plugins/paypal/payment.py:332 -#: pretix/plugins/paypal/payment.py:393 +#: pretix/plugins/paypal/payment.py:330 pretix/plugins/paypal/payment.py:339 +#: pretix/plugins/paypal/payment.py:400 msgid "" "We were unable to process your payment. See below for details on how to " "proceed." msgstr "" "لم نتمكن من معالجة دفعتك. انظر أدناه للحصول على تفاصيل حول كيفية المضي قدما." -#: pretix/plugins/paypal/payment.py:374 pretix/plugins/paypal/payment.py:383 +#: pretix/plugins/paypal/payment.py:381 pretix/plugins/paypal/payment.py:390 msgid "" "PayPal has not yet approved the payment. We will inform you as soon as the " "payment completed." msgstr "" "وباي بال لم يوافق بعد الدفع. ونحن سوف أبلغكم في أقرب وقت اتمام عملية الدفع." -#: pretix/plugins/paypal/payment.py:408 pretix/plugins/stripe/payment.py:435 +#: pretix/plugins/paypal/payment.py:415 pretix/plugins/stripe/payment.py:435 #: pretix/plugins/stripe/payment.py:787 msgid "There was an error sending the confirmation mail." msgstr "كان هناك خطأ أثناء إرسال البريد تأكيد." -#: pretix/plugins/paypal/payment.py:485 pretix/plugins/paypal/payment.py:492 +#: pretix/plugins/paypal/payment.py:492 pretix/plugins/paypal/payment.py:499 msgid "Refunding the amount via PayPal failed: {}" msgstr "برد مبلغ عن طريق PayPal فشل: {}" -#: pretix/plugins/paypal/payment.py:591 pretix/plugins/paypal/payment.py:599 +#: pretix/plugins/paypal/payment.py:615 pretix/plugins/paypal/payment.py:623 msgid "The payment for this invoice has already been received." msgstr "الدفع لهذه الفاتورة تم إستلامه مسبقا." -#: pretix/plugins/paypal/payment.py:592 pretix/plugins/paypal/payment.py:600 +#: pretix/plugins/paypal/payment.py:616 pretix/plugins/paypal/payment.py:624 msgid "PayPal payment ID" msgstr "رقم المرجعي لعملية الدفع في باي بال" -#: pretix/plugins/paypal/payment.py:594 +#: pretix/plugins/paypal/payment.py:618 msgid "PayPal sale ID" msgstr "رقم البيع في باي بال" @@ -18144,48 +18193,48 @@ msgstr "الصفحة %d" msgid "Created: %s" msgstr "مكون: %s" -#: pretix/plugins/reports/exporters.py:153 +#: pretix/plugins/reports/exporters.py:156 msgid "Order overview (PDF)" msgstr "نظرة عامة النظام (PDF)" -#: pretix/plugins/reports/exporters.py:197 +#: pretix/plugins/reports/exporters.py:200 #: pretix/plugins/statistics/templates/pretixplugins/statistics/index.html:58 msgid "Orders by product" msgstr "أوامر من قبل المنتج" -#: pretix/plugins/reports/exporters.py:202 +#: pretix/plugins/reports/exporters.py:205 #, python-brace-format msgid "{axis} between {start} and {end}" msgstr "{axis} بين {start} و {end}" -#: pretix/plugins/reports/exporters.py:227 -#: pretix/plugins/reports/exporters.py:228 -#: pretix/plugins/reports/exporters.py:229 #: pretix/plugins/reports/exporters.py:230 #: pretix/plugins/reports/exporters.py:231 +#: pretix/plugins/reports/exporters.py:232 +#: pretix/plugins/reports/exporters.py:233 +#: pretix/plugins/reports/exporters.py:234 msgid "#" msgstr "#" -#: pretix/plugins/reports/exporters.py:299 +#: pretix/plugins/reports/exporters.py:302 msgid "List of orders with taxes (PDF)" msgstr "قائمة الطلبات مع الضرائب (PDF)" -#: pretix/plugins/reports/exporters.py:376 +#: pretix/plugins/reports/exporters.py:379 #, python-brace-format msgid "Orders by tax rate ({currency})" msgstr "أوامر من سعر الضريبة ({currency})" -#: pretix/plugins/reports/exporters.py:385 -#: pretix/plugins/reports/exporters.py:521 +#: pretix/plugins/reports/exporters.py:388 +#: pretix/plugins/reports/exporters.py:524 msgid "Gross" msgstr "إجمالي" -#: pretix/plugins/reports/exporters.py:385 -#: pretix/plugins/reports/exporters.py:521 +#: pretix/plugins/reports/exporters.py:388 +#: pretix/plugins/reports/exporters.py:524 msgid "Tax" msgstr "ضريبة" -#: pretix/plugins/reports/exporters.py:470 +#: pretix/plugins/reports/exporters.py:473 msgid "List of orders with taxes" msgstr "قائمة الطلبات مع الضرائب" @@ -19337,7 +19386,7 @@ msgid "Show all events of %(name)s" msgstr "عرض كل الأحداث من %(name)s" #: pretix/presale/templates/pretixpresale/event/base.html:98 -#: pretix/presale/templates/pretixpresale/event/base.html:128 +#: pretix/presale/templates/pretixpresale/event/base.html:132 msgid "" "This ticket shop is currently in test mode. Please do not perform any real " "purchases as your order might be deleted without notice." @@ -19346,7 +19395,7 @@ msgstr "" "كما يمكن حذف طلبك من دون إشعار." #: pretix/presale/templates/pretixpresale/event/base.html:104 -#: pretix/presale/templates/pretixpresale/event/base.html:134 +#: pretix/presale/templates/pretixpresale/event/base.html:138 msgid "" "Orders made through this sales channel cannot be deleted - even if the " "ticket shop is in test mode!" @@ -19354,11 +19403,11 @@ msgstr "" "الطلبات المنشئة عن طريق قناة البيع هذة لا يمكن حذفها - حتى لو كان متجر " "التذاكر في حالة التجربة!" -#: pretix/presale/templates/pretixpresale/event/base.html:142 +#: pretix/presale/templates/pretixpresale/event/base.html:146 msgid "Contact event organizer" msgstr "تواصل مع المنظمين" -#: pretix/presale/templates/pretixpresale/event/base.html:145 +#: pretix/presale/templates/pretixpresale/event/base.html:149 msgid "Imprint" msgstr "المنظم" @@ -19797,6 +19846,11 @@ msgstr "كمية %(item)s للنظام" msgid "Go" msgstr "اذهب" +#: pretix/presale/templates/pretixpresale/event/fragment_subevent_calendar_week.html:21 +#: pretix/presale/templates/pretixpresale/organizers/calendar_week.html:48 +msgid "W" +msgstr "" + #: pretix/presale/templates/pretixpresale/event/fragment_subevent_list.html:21 #: pretix/presale/templates/pretixpresale/event/fragment_subevent_list.html:30 #: pretix/presale/templates/pretixpresale/fragment_calendar.html:71 @@ -20562,19 +20616,19 @@ msgstr "برجاء إدخال أرقام فقط." msgid "Please enter positive numbers only." msgstr "الرجاء إدخال أرقام موجبة فقط." -#: pretix/presale/views/cart.py:338 +#: pretix/presale/views/cart.py:340 msgid "We applied the voucher to as many products in your cart as we could." msgstr "" -#: pretix/presale/views/cart.py:360 +#: pretix/presale/views/cart.py:362 msgid "Your cart has been updated." msgstr "تم تحديث عربة التسوق." -#: pretix/presale/views/cart.py:363 pretix/presale/views/cart.py:385 +#: pretix/presale/views/cart.py:365 pretix/presale/views/cart.py:387 msgid "Your cart is now empty." msgstr "عربة التسوق الخاصة بك الآن فارغة." -#: pretix/presale/views/cart.py:400 +#: pretix/presale/views/cart.py:402 msgid "The products have been successfully added to your cart." msgstr "تم إضافة التذاكر إلى سلة التسوق." @@ -20796,6 +20850,21 @@ msgstr "حق الوصول للقراءة" msgid "Write access" msgstr "وصول الكتابة" +#~ msgid "" +#~ "Only recommended for advanced users. If this feature is enabled, this " +#~ "will not only be a single event but a series of very similar events that " +#~ "are handled within a single shop. The single events inside the series can " +#~ "only differ in date, time, location, prices and quotas, but not in other " +#~ "settings, and buying tickets across multiple of these events at the same " +#~ "time is possible. You cannot change this setting for this event later." +#~ msgstr "" +#~ "أوصى فقط للمستخدمين المتقدمين. إذا تم تمكين هذه الميزة، وهذا لن يكون إلا " +#~ "حدث واحد ولكن سلسلة من الأحداث مشابهة جدا التي يتم معالجتها داخل متجر " +#~ "واحد. أحداث واحدة داخل سلسلة يمكن أن تختلف فقط في التاريخ والوقت والمكان " +#~ "والأسعار والحصص، ولكن ليس في الأماكن الأخرى، وشراء تذاكر عبر عدة من هذه " +#~ "الأحداث في نفس الوقت ممكن. لا يمكنك تغيير هذا الإعداد لهذا الحدث في وقت " +#~ "لاحق." + #~ msgid "Edit list" #~ msgstr "قائمة Edit." diff --git a/src/pretix/locale/ar/LC_MESSAGES/djangojs.po b/src/pretix/locale/ar/LC_MESSAGES/djangojs.po index c0685ca69..e0705843b 100644 --- a/src/pretix/locale/ar/LC_MESSAGES/djangojs.po +++ b/src/pretix/locale/ar/LC_MESSAGES/djangojs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-05-13 16:45+0000\n" +"POT-Creation-Date: 2020-06-10 16:02+0000\n" "PO-Revision-Date: 2019-12-25 01:00+0000\n" "Last-Translator: Abdullah \n" "Language-Team: Arabic \n" "Language-Team: Catalan " msgid "Empty, if this product is not an admission ticket" msgstr "Buit si aquest producte no és un tiquet d'admissió" -#: pretix/base/models/orders.py:1069 pretix/base/models/orders.py:2110 +#: pretix/base/models/orders.py:1069 pretix/base/models/orders.py:2137 #: pretix/base/settings.py:537 msgid "Company name" msgstr "Nom de l'empresa" -#: pretix/base/models/orders.py:1073 pretix/base/models/orders.py:2117 +#: pretix/base/models/orders.py:1073 pretix/base/models/orders.py:2144 #: pretix/base/settings.py:32 pretix/plugins/stripe/payment.py:150 msgid "Select country" msgstr "Seleccionau país" -#: pretix/base/models/orders.py:1204 +#: pretix/base/models/orders.py:1231 msgctxt "payment_state" msgid "created" msgstr "creat" -#: pretix/base/models/orders.py:1205 +#: pretix/base/models/orders.py:1232 msgctxt "payment_state" msgid "pending" msgstr "pendent" -#: pretix/base/models/orders.py:1206 +#: pretix/base/models/orders.py:1233 msgctxt "payment_state" msgid "confirmed" msgstr "confirmat" -#: pretix/base/models/orders.py:1207 +#: pretix/base/models/orders.py:1234 msgctxt "payment_state" msgid "canceled" msgstr "cancel·lat" -#: pretix/base/models/orders.py:1208 +#: pretix/base/models/orders.py:1235 msgctxt "payment_state" msgid "failed" msgstr "fallat" -#: pretix/base/models/orders.py:1209 +#: pretix/base/models/orders.py:1236 msgctxt "payment_state" msgid "refunded" msgstr "reemborsat" -#: pretix/base/models/orders.py:1237 pretix/base/models/orders.py:1608 +#: pretix/base/models/orders.py:1264 pretix/base/models/orders.py:1635 #: pretix/base/shredder.py:352 msgid "Payment information" msgstr "Informació de pagament" -#: pretix/base/models/orders.py:1430 +#: pretix/base/models/orders.py:1457 #, fuzzy, python-format #| msgid "Order approved and confirmed: %(code)s" msgid "Event registration confirmed: %(code)s" msgstr "S'ha confirmat i aprovat la comanda: %(code)s" -#: pretix/base/models/orders.py:1448 +#: pretix/base/models/orders.py:1475 #, python-format msgid "Payment received for your order: %(code)s" msgstr "S'ha rebut el pagament per a la vostra comanda: %(code)s" -#: pretix/base/models/orders.py:1554 +#: pretix/base/models/orders.py:1581 msgctxt "refund_state" msgid "started externally" msgstr "s'ha iniciat externament" -#: pretix/base/models/orders.py:1555 +#: pretix/base/models/orders.py:1582 msgctxt "refund_state" msgid "created" msgstr "creat" -#: pretix/base/models/orders.py:1556 +#: pretix/base/models/orders.py:1583 msgctxt "refund_state" msgid "in transit" msgstr "en trànsit" -#: pretix/base/models/orders.py:1557 +#: pretix/base/models/orders.py:1584 msgctxt "refund_state" msgid "done" msgstr "fet" -#: pretix/base/models/orders.py:1558 +#: pretix/base/models/orders.py:1585 msgctxt "refund_state" msgid "failed" msgstr "fallat" -#: pretix/base/models/orders.py:1560 +#: pretix/base/models/orders.py:1587 msgctxt "refund_state" msgid "canceled" msgstr "cancel·lat" -#: pretix/base/models/orders.py:1568 +#: pretix/base/models/orders.py:1595 msgctxt "refund_source" msgid "Organizer" msgstr "Organitzador" -#: pretix/base/models/orders.py:1569 +#: pretix/base/models/orders.py:1596 msgctxt "refund_source" msgid "Customer" msgstr "Client" -#: pretix/base/models/orders.py:1570 +#: pretix/base/models/orders.py:1597 msgctxt "refund_source" msgid "External" msgstr "Extern" -#: pretix/base/models/orders.py:1714 +#: pretix/base/models/orders.py:1741 msgid "Payment fee" msgstr "Tarifa de pagament" -#: pretix/base/models/orders.py:1715 +#: pretix/base/models/orders.py:1742 msgid "Shipping fee" msgstr "Tarifa d'enviament" -#: pretix/base/models/orders.py:1716 +#: pretix/base/models/orders.py:1743 msgid "Service fee" msgstr "Tarifa de servei" -#: pretix/base/models/orders.py:1717 +#: pretix/base/models/orders.py:1744 #: pretix/control/templates/pretixcontrol/order/index.html:133 msgid "Cancellation fee" msgstr "Tarifa de cancel·lació" -#: pretix/base/models/orders.py:1718 +#: pretix/base/models/orders.py:1745 msgid "Other fees" msgstr "Altres tarifes" -#: pretix/base/models/orders.py:1719 pretix/base/payment.py:1005 +#: pretix/base/models/orders.py:1746 pretix/base/payment.py:1005 #: pretix/control/templates/pretixcontrol/order/index.html:128 msgid "Gift card" msgstr "Targeta regal" -#: pretix/base/models/orders.py:1724 +#: pretix/base/models/orders.py:1751 #: pretix/control/templates/pretixcontrol/organizers/giftcard.html:65 #: pretix/control/templates/pretixcontrol/organizers/giftcard.html:103 #: pretix/control/views/vouchers.py:70 msgid "Value" msgstr "Valor" -#: pretix/base/models/orders.py:1861 +#: pretix/base/models/orders.py:1888 msgid "Order position" msgstr "Posició de la comanda" -#: pretix/base/models/orders.py:2036 pretix/base/services/orders.py:846 +#: pretix/base/models/orders.py:2063 pretix/base/services/orders.py:846 #, fuzzy, python-format #| msgid "Your order: %(code)s" msgid "Your event registration: %(code)s" msgstr "La vostra comanda: %(code)s" -#: pretix/base/models/orders.py:2065 +#: pretix/base/models/orders.py:2092 msgid "Cart ID (e.g. session key)" msgstr "Identificador del carretó (ex. clau de sessió)" -#: pretix/base/models/orders.py:2083 +#: pretix/base/models/orders.py:2110 msgid "Cart position" msgstr "Posició del carretó" -#: pretix/base/models/orders.py:2084 +#: pretix/base/models/orders.py:2111 msgid "Cart positions" msgstr "Posicions del carretó" -#: pretix/base/models/orders.py:2121 +#: pretix/base/models/orders.py:2148 msgid "Only for business customers within the EU." msgstr "Només per a clients empresarials dins la UE." -#: pretix/base/models/orders.py:2126 +#: pretix/base/models/orders.py:2153 msgid "This reference will be printed on your invoice for your convenience." msgstr "" "S'imprimirà aquesta referència dins la factura per a la vostra conveniència." @@ -3113,9 +3115,9 @@ msgstr "" "guions. Cada mot només es pot utilitzar una vegada. Això s'utilitzarà a les " "URL per referir-vos als vostre esdeveniments i comptes d'organització." -#: pretix/base/models/organizer.py:52 pretix/control/forms/event.py:68 -#: pretix/control/forms/event.py:74 pretix/control/forms/filter.py:338 -#: pretix/control/forms/filter.py:614 +#: pretix/base/models/organizer.py:52 pretix/control/forms/event.py:63 +#: pretix/control/forms/event.py:69 pretix/control/forms/filter.py:338 +#: pretix/control/forms/filter.py:666 #: pretix/control/templates/pretixcontrol/events/index.html:68 #: pretix/control/templates/pretixcontrol/organizers/base.html:4 #: pretix/control/templates/pretixcontrol/organizers/edit.html:9 @@ -3196,7 +3198,7 @@ msgid "%(name)s on %(object)s" msgstr "%(name)s a %(object)s" #: pretix/base/models/organizer.py:252 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:82 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:84 msgid "Team" msgstr "Equip" @@ -3210,21 +3212,21 @@ msgstr "Equips" msgid "Invite to team '{team}' for '{email}'" msgstr "Convida l'equip '{team}' per '{email}'" -#: pretix/base/models/seating.py:23 +#: pretix/base/models/seating.py:24 msgid "Your layout file is not a valid JSON file." msgstr "" -#: pretix/base/models/seating.py:32 +#: pretix/base/models/seating.py:33 msgid "Your layout file is not a valid seating plan. Error message: {}" msgstr "" -#: pretix/base/models/seating.py:145 +#: pretix/base/models/seating.py:152 #, fuzzy, python-brace-format #| msgid "Invoice number" msgid "Row {number}" msgstr "Número de la factura" -#: pretix/base/models/seating.py:150 +#: pretix/base/models/seating.py:157 #, fuzzy, python-brace-format #| msgid "Team name" msgid "Seat {number}" @@ -3311,7 +3313,7 @@ msgstr "Redueix el preu del producte en (%)" #: pretix/control/templates/pretixcontrol/vouchers/index.html:19 #: pretix/control/templates/pretixcontrol/vouchers/index.html:100 #: pretix/control/views/vouchers.py:69 pretix/control/views/waitinglist.py:199 -#: pretix/plugins/checkinlists/exporters.py:359 +#: pretix/plugins/checkinlists/exporters.py:418 #: pretix/presale/templates/pretixpresale/event/fragment_cart.html:316 #: pretix/presale/templates/pretixpresale/event/index.html:278 msgid "Voucher code" @@ -3346,7 +3348,7 @@ msgstr "" msgid "Valid until" msgstr "Vàlid fins" -#: pretix/base/models/vouchers.py:131 pretix/control/forms/filter.py:955 +#: pretix/base/models/vouchers.py:131 pretix/control/forms/filter.py:1007 msgid "Reserve ticket from quota" msgstr "Reserva tiquet de la quota" @@ -3639,7 +3641,7 @@ msgctxt "subevent" msgid "Dates" msgstr "" -#: pretix/base/notifications.py:184 pretix/base/pdf.py:130 +#: pretix/base/notifications.py:184 pretix/base/pdf.py:135 msgid "Event date" msgstr "Data de l'esdeveniment" @@ -4239,7 +4241,7 @@ msgstr "Codi de tiquet (contingut del codi de barres)" msgid "Order position number" msgstr "Posició de la comanda" -#: pretix/base/pdf.py:64 pretix/control/forms/event.py:1263 +#: pretix/base/pdf.py:64 pretix/control/forms/event.py:1262 #: pretix/control/templates/pretixcontrol/items/index.html:33 msgid "Product name" msgstr "Nom del producte" @@ -4295,7 +4297,7 @@ msgstr "" msgid "Attendee company" msgstr "Correu electrònic de l'assistent" -#: pretix/base/pdf.py:114 pretix/base/pdf.py:212 +#: pretix/base/pdf.py:114 pretix/base/pdf.py:217 #: pretix/base/services/tickets.py:96 pretix/control/views/pdf.py:80 msgid "Sample company" msgstr "Empresa de mostra" @@ -4303,108 +4305,123 @@ msgstr "Empresa de mostra" #: pretix/base/pdf.py:118 #, fuzzy #| msgid "Attendee email" +msgid "Full attendee address" +msgstr "Correu electrònic de l'assistent" + +#: pretix/base/pdf.py:119 +msgid "" +"John Doe\n" +"Sample company\n" +"Sesame Street 42\n" +"12345 Any City\n" +"Atlantis" +msgstr "" + +#: pretix/base/pdf.py:123 +#, fuzzy +#| msgid "Attendee email" msgid "Attendee country" msgstr "Correu electrònic de l'assistent" -#: pretix/base/pdf.py:126 +#: pretix/base/pdf.py:131 msgid "Sample event name" msgstr "Nom de l'esdeveniment de mostra" -#: pretix/base/pdf.py:131 +#: pretix/base/pdf.py:136 msgid "May 31st, 2017" msgstr "31 de Març de 2017" -#: pretix/base/pdf.py:135 +#: pretix/base/pdf.py:140 msgid "Event date range" msgstr "Rang de data de l'esdeveniment" -#: pretix/base/pdf.py:136 +#: pretix/base/pdf.py:141 msgid "May 31st – June 4th, 2017" msgstr "31 de Maig - 4 de Juny de 2017" -#: pretix/base/pdf.py:140 +#: pretix/base/pdf.py:145 msgid "Event begin date and time" msgstr "Dia i hora de l'inici de l'esdeveniment" -#: pretix/base/pdf.py:141 +#: pretix/base/pdf.py:146 msgid "2017-05-31 20:00" msgstr "31-05-2017 20:00" -#: pretix/base/pdf.py:148 +#: pretix/base/pdf.py:153 msgid "Event begin date" msgstr "Data de l'inici de l'esdeveniment" -#: pretix/base/pdf.py:149 pretix/base/pdf.py:170 pretix/base/pdf.py:244 +#: pretix/base/pdf.py:154 pretix/base/pdf.py:175 pretix/base/pdf.py:249 msgid "2017-05-31" msgstr "31-05-2017" -#: pretix/base/pdf.py:156 +#: pretix/base/pdf.py:161 msgid "Event begin time" msgstr "Hora de l'inici de l'esdeveniment" -#: pretix/base/pdf.py:157 +#: pretix/base/pdf.py:162 msgid "20:00" msgstr "20:00" -#: pretix/base/pdf.py:161 +#: pretix/base/pdf.py:166 msgid "Event end date and time" msgstr "Dia i hora de l'esdeveniment" -#: pretix/base/pdf.py:162 +#: pretix/base/pdf.py:167 msgid "2017-05-31 22:00" msgstr "31-05-2017 22:00" -#: pretix/base/pdf.py:169 +#: pretix/base/pdf.py:174 msgid "Event end date" msgstr "Data de finalització de l'esdeveniment" -#: pretix/base/pdf.py:178 +#: pretix/base/pdf.py:183 msgid "22:00" msgstr "22:00" -#: pretix/base/pdf.py:185 +#: pretix/base/pdf.py:190 msgid "Event admission date and time" msgstr "Dia i hora de l'admissió de l'esdeveniment" -#: pretix/base/pdf.py:186 pretix/base/pdf.py:252 +#: pretix/base/pdf.py:191 pretix/base/pdf.py:257 msgid "2017-05-31 19:00" msgstr "31-05-2017 19:00" -#: pretix/base/pdf.py:193 +#: pretix/base/pdf.py:198 msgid "Event admission time" msgstr "Hora de l'admissió de l'esdeveniment" -#: pretix/base/pdf.py:194 pretix/base/pdf.py:260 +#: pretix/base/pdf.py:199 pretix/base/pdf.py:265 msgid "19:00" msgstr "19:00" -#: pretix/base/pdf.py:201 +#: pretix/base/pdf.py:206 msgid "Event location" msgstr "Ubicació de l'esdeveniment" -#: pretix/base/pdf.py:202 pretix/base/settings.py:559 +#: pretix/base/pdf.py:207 pretix/base/settings.py:559 msgid "Random City" msgstr "Ciutat aleatòria" -#: pretix/base/pdf.py:211 +#: pretix/base/pdf.py:216 msgid "Invoice address company" msgstr "Empresa de l'adreça de les factures" -#: pretix/base/pdf.py:216 +#: pretix/base/pdf.py:221 #, fuzzy #| msgid "Invoice address company" msgid "Invoice address city" msgstr "Empresa de l'adreça de les factures" -#: pretix/base/pdf.py:217 pretix/base/services/invoices.py:340 +#: pretix/base/pdf.py:222 pretix/base/services/invoices.py:340 msgid "Sample city" msgstr "Ciutat Exemple" -#: pretix/base/pdf.py:221 +#: pretix/base/pdf.py:226 msgid "List of Add-Ons" msgstr "Llista de complements" -#: pretix/base/pdf.py:222 +#: pretix/base/pdf.py:227 msgid "" "Add-on 1\n" "Add-on 2" @@ -4412,98 +4429,98 @@ msgstr "" "Complement 1\n" "Complement 2" -#: pretix/base/pdf.py:233 pretix/control/forms/filter.py:490 -#: pretix/control/forms/filter.py:492 +#: pretix/base/pdf.py:238 pretix/control/forms/filter.py:542 +#: pretix/control/forms/filter.py:544 #: pretix/control/templates/pretixcontrol/organizers/index.html:35 msgid "Organizer name" msgstr "Nom de l'organitzador" -#: pretix/base/pdf.py:234 +#: pretix/base/pdf.py:239 msgid "Event organizer company" msgstr "Empresa de l'organitzador de l'esdeveniment" -#: pretix/base/pdf.py:238 +#: pretix/base/pdf.py:243 msgid "Organizer info text" msgstr "Text de la informació de l'organitzador" -#: pretix/base/pdf.py:239 +#: pretix/base/pdf.py:244 msgid "Event organizer info text" msgstr "Text de la informació de l'organització de l'esdeveniment" -#: pretix/base/pdf.py:243 +#: pretix/base/pdf.py:248 msgid "Printing date" msgstr "Data d'impressió" -#: pretix/base/pdf.py:251 +#: pretix/base/pdf.py:256 msgid "Printing date and time" msgstr "Dia i hora de la impressió" -#: pretix/base/pdf.py:259 +#: pretix/base/pdf.py:264 msgid "Printing time" msgstr "Hora de la impressió" -#: pretix/base/pdf.py:267 +#: pretix/base/pdf.py:272 #, fuzzy #| msgid "Full name" msgid "Seat: Full name" msgstr "Nom complet" -#: pretix/base/pdf.py:268 +#: pretix/base/pdf.py:273 msgid "Ground floor, Row 3, Seat 4" msgstr "" -#: pretix/base/pdf.py:270 pretix/base/pdf.py:276 -#: pretix/control/forms/orders.py:229 +#: pretix/base/pdf.py:275 pretix/base/pdf.py:281 +#: pretix/control/forms/orders.py:233 #, fuzzy #| msgid "Event admission" msgid "General admission" msgstr "Admissió de l'esdeveniment" -#: pretix/base/pdf.py:273 +#: pretix/base/pdf.py:278 #, fuzzy #| msgid "Team name" msgid "Seat: zone" msgstr "Nom de l'equip" -#: pretix/base/pdf.py:274 +#: pretix/base/pdf.py:279 msgid "Ground floor" msgstr "" -#: pretix/base/pdf.py:279 +#: pretix/base/pdf.py:284 msgid "Seat: row" msgstr "" -#: pretix/base/pdf.py:284 +#: pretix/base/pdf.py:289 #, fuzzy #| msgid "Street and Number" msgid "Seat: seat number" msgstr "Carrer i número" -#: pretix/base/pdf.py:320 +#: pretix/base/pdf.py:325 #, python-brace-format msgid "Question: {question}" msgstr "Pregunta: {question}" -#: pretix/base/pdf.py:321 +#: pretix/base/pdf.py:326 #, python-brace-format msgid "" msgstr "" -#: pretix/base/pdf.py:343 pretix/base/pdf.py:350 -#: pretix/plugins/badges/exporters.py:238 -#: pretix/plugins/checkinlists/exporters.py:62 -#: pretix/plugins/checkinlists/exporters.py:335 +#: pretix/base/pdf.py:348 pretix/base/pdf.py:355 +#: pretix/plugins/badges/exporters.py:246 +#: pretix/plugins/checkinlists/exporters.py:77 +#: pretix/plugins/checkinlists/exporters.py:394 #: pretix/plugins/ticketoutputpdf/exporters.py:42 #, python-brace-format msgid "Attendee name: {part}" msgstr "Nom de l'assistent: {part}" -#: pretix/base/pdf.py:360 +#: pretix/base/pdf.py:365 #, python-brace-format msgid "Invoice address name: {part}" msgstr "Nom de l'adreça de la factura: {part}" -#: pretix/base/pdf.py:522 pretix/plugins/ticketoutputpdf/ticketoutput.py:78 +#: pretix/base/pdf.py:527 pretix/plugins/ticketoutputpdf/ticketoutput.py:78 msgid "Ticket" msgstr "Tiquet" @@ -4547,7 +4564,7 @@ msgstr "" "No hem pogut processar la vostra petició completament degut a que el " "servidor té massa càrrega. Si us plau, intenteu-ho de nou." -#: pretix/base/services/cart.py:54 pretix/presale/views/cart.py:174 +#: pretix/base/services/cart.py:54 pretix/presale/views/cart.py:176 msgid "You did not select any products." msgstr "No heu seleccionat cap producte." @@ -4850,7 +4867,7 @@ msgctxt "invoice" msgid "Attendee: {name}" msgstr "Assistent: {name}" -#: pretix/base/services/invoices.py:170 pretix/plugins/reports/exporters.py:215 +#: pretix/base/services/invoices.py:170 pretix/plugins/reports/exporters.py:218 msgctxt "subevent" msgid "Date: {}" msgstr "Data: {}" @@ -5056,7 +5073,7 @@ msgstr "" "utilitzat el número màxim de vegades permeses. Hem eliminat aquest element " "de la vostra cistella." -#: pretix/base/services/orders.py:153 pretix/control/forms/orders.py:68 +#: pretix/base/services/orders.py:153 pretix/control/forms/orders.py:69 msgid "The new expiry date needs to be in the future." msgstr "La nova data d'expiració s'ha d'establir en el futur." @@ -5091,7 +5108,7 @@ msgid "" "order has already been redeemed." msgstr "" -#: pretix/base/services/orders.py:391 pretix/control/forms/orders.py:132 +#: pretix/base/services/orders.py:391 pretix/control/forms/orders.py:136 msgid "" "The cancellation fee cannot be higher than the payment credit of this order." msgstr "" @@ -5229,14 +5246,14 @@ msgstr "" "S'ha produït un error en intentar retornar-vos els diners. Si us plau, " "contacteu l'organitzador de l'esdeveniment per a més informació." -#: pretix/base/services/seating.py:35 pretix/base/services/seating.py:90 +#: pretix/base/services/seating.py:35 pretix/base/services/seating.py:94 #, python-format msgid "" "You can not change the plan since seat \"%s\" is not present in the new plan " "and is already sold." msgstr "" -#: pretix/base/services/seating.py:93 +#: pretix/base/services/seating.py:97 #, python-format msgid "" "You can not change the plan since seat \"%s\" is not present in the new plan " @@ -5879,7 +5896,7 @@ msgstr "" msgid "Available languages" msgstr "Idiomes disponibles" -#: pretix/base/settings.py:707 pretix/control/forms/event.py:96 +#: pretix/base/settings.py:707 pretix/control/forms/event.py:91 msgid "Default language" msgstr "Idioma predeterminat" @@ -5921,7 +5938,7 @@ msgstr "" msgid "Hide all products that are sold out" msgstr "" -#: pretix/base/settings.py:757 pretix/control/forms/event.py:1177 +#: pretix/base/settings.py:757 pretix/control/forms/event.py:1176 msgid "Publicly show how many tickets of a certain type are still available." msgstr "Mostra públicament quants tiquets queden d'un tipus determinat." @@ -5937,7 +5954,7 @@ msgstr "Mostra de manera predeterminada les variacions del producte expandides" msgid "Enable waiting list" msgstr "Activa la llista d'espera" -#: pretix/base/settings.py:785 pretix/control/forms/event.py:1182 +#: pretix/base/settings.py:785 pretix/control/forms/event.py:1181 msgid "" "Once a ticket is sold out, people can add themselves to a waiting list. As " "soon as a ticket becomes available again, it will be reserved for the first " @@ -6046,7 +6063,7 @@ msgid "" msgstr "" #: pretix/base/settings.py:888 pretix/base/settings.py:896 -#: pretix/control/forms/organizer.py:292 +#: pretix/control/forms/organizer.py:293 #: pretix/presale/templates/pretixpresale/organizers/calendar.html:25 #: pretix/presale/templates/pretixpresale/organizers/calendar_week.html:25 #: pretix/presale/templates/pretixpresale/organizers/index.html:34 @@ -6054,20 +6071,20 @@ msgid "List" msgstr "" #: pretix/base/settings.py:889 pretix/base/settings.py:897 -#: pretix/control/forms/organizer.py:293 +#: pretix/control/forms/organizer.py:294 #, fuzzy #| msgid "Weekday" msgid "Week calendar" msgstr "Dia de la setmana" #: pretix/base/settings.py:890 pretix/base/settings.py:898 -#: pretix/control/forms/organizer.py:294 +#: pretix/control/forms/organizer.py:295 #, fuzzy #| msgid "Cached ticket files" msgid "Month calendar" msgstr "Fitxers dels tiquets en memòria cau" -#: pretix/base/settings.py:894 pretix/control/forms/organizer.py:290 +#: pretix/base/settings.py:894 pretix/control/forms/organizer.py:291 msgid "Default overview style" msgstr "" @@ -6108,7 +6125,7 @@ msgstr "" "ho permet. D'altra manera, es crearà una devolució manual perquè la " "processeu manualment." -#: pretix/base/settings.py:952 pretix/control/forms/orders.py:586 +#: pretix/base/settings.py:952 pretix/control/forms/orders.py:590 msgid "Keep a fixed cancellation fee" msgstr "Manté una tarifa fixa de cancel·lació" @@ -6116,7 +6133,7 @@ msgstr "Manté una tarifa fixa de cancel·lació" msgid "Keep payment, shipping and service fees" msgstr "Manté les tarifes de pagament, enviament i servei" -#: pretix/base/settings.py:973 pretix/control/forms/orders.py:591 +#: pretix/base/settings.py:973 pretix/control/forms/orders.py:595 msgid "Keep a percentual cancellation fee" msgstr "Manté una tarifa de cancel·lació percentual" @@ -6178,20 +6195,20 @@ msgstr "Targeta regal" msgid "Refund method" msgstr "S'ha demanat un reemborsament" -#: pretix/base/settings.py:1051 pretix/control/forms/event.py:1205 +#: pretix/base/settings.py:1051 pretix/control/forms/event.py:1204 msgid "Contact address" msgstr "Adreça de contacte" -#: pretix/base/settings.py:1052 pretix/control/forms/event.py:1207 +#: pretix/base/settings.py:1052 pretix/control/forms/event.py:1206 msgid "We'll show this publicly to allow attendees to contact you." msgstr "" "Això es mostrarà públicament per permetre que els assistents us contactin." -#: pretix/base/settings.py:1060 pretix/control/forms/event.py:1199 +#: pretix/base/settings.py:1060 pretix/control/forms/event.py:1198 msgid "Imprint URL" msgstr "Imprimeix l'URL" -#: pretix/base/settings.py:1061 pretix/control/forms/event.py:1200 +#: pretix/base/settings.py:1061 pretix/control/forms/event.py:1199 msgid "" "This should point e.g. to a part of your website that has your contact " "details and legal information." @@ -6849,96 +6866,96 @@ msgctxt "subevent" msgid "Date ordering" msgstr "Ordenació de la data" -#: pretix/base/settings.py:1657 +#: pretix/base/settings.py:1665 msgid "Most common English titles" msgstr "" -#: pretix/base/settings.py:1667 +#: pretix/base/settings.py:1675 msgid "Most common German titles" msgstr "" -#: pretix/base/settings.py:1676 pretix/base/settings.py:1689 -#: pretix/base/settings.py:1705 pretix/base/settings.py:1755 -#: pretix/base/settings.py:1768 pretix/base/settings.py:1782 +#: pretix/base/settings.py:1684 pretix/base/settings.py:1697 +#: pretix/base/settings.py:1713 pretix/base/settings.py:1763 +#: pretix/base/settings.py:1776 pretix/base/settings.py:1790 msgid "Given name" msgstr "Nom" -#: pretix/base/settings.py:1677 pretix/base/settings.py:1690 -#: pretix/base/settings.py:1706 pretix/base/settings.py:1722 -#: pretix/base/settings.py:1739 pretix/base/settings.py:1754 -#: pretix/base/settings.py:1769 pretix/base/settings.py:1783 +#: pretix/base/settings.py:1685 pretix/base/settings.py:1698 +#: pretix/base/settings.py:1714 pretix/base/settings.py:1730 +#: pretix/base/settings.py:1747 pretix/base/settings.py:1762 +#: pretix/base/settings.py:1777 pretix/base/settings.py:1791 msgid "Family name" msgstr "Cognom" -#: pretix/base/settings.py:1681 pretix/base/settings.py:1697 -#: pretix/base/settings.py:1713 pretix/base/settings.py:1728 -#: pretix/base/settings.py:1746 pretix/base/settings.py:1761 -#: pretix/base/settings.py:1791 pretix/base/settings.py:1814 +#: pretix/base/settings.py:1689 pretix/base/settings.py:1705 +#: pretix/base/settings.py:1721 pretix/base/settings.py:1736 +#: pretix/base/settings.py:1754 pretix/base/settings.py:1769 +#: pretix/base/settings.py:1799 pretix/base/settings.py:1822 msgctxt "person_name_sample" msgid "John" msgstr "Jaume" -#: pretix/base/settings.py:1682 pretix/base/settings.py:1698 -#: pretix/base/settings.py:1714 pretix/base/settings.py:1730 -#: pretix/base/settings.py:1748 pretix/base/settings.py:1762 -#: pretix/base/settings.py:1792 +#: pretix/base/settings.py:1690 pretix/base/settings.py:1706 +#: pretix/base/settings.py:1722 pretix/base/settings.py:1738 +#: pretix/base/settings.py:1756 pretix/base/settings.py:1770 +#: pretix/base/settings.py:1800 msgctxt "person_name_sample" msgid "Doe" msgstr "Fuster" -#: pretix/base/settings.py:1688 pretix/base/settings.py:1704 -#: pretix/base/settings.py:1736 +#: pretix/base/settings.py:1696 pretix/base/settings.py:1712 +#: pretix/base/settings.py:1744 msgctxt "person_name" msgid "Title" msgstr "Títol" -#: pretix/base/settings.py:1696 pretix/base/settings.py:1712 -#: pretix/base/settings.py:1745 +#: pretix/base/settings.py:1704 pretix/base/settings.py:1720 +#: pretix/base/settings.py:1753 msgctxt "person_name_sample" msgid "Dr" msgstr "Dr." -#: pretix/base/settings.py:1720 pretix/base/settings.py:1737 +#: pretix/base/settings.py:1728 pretix/base/settings.py:1745 msgid "First name" msgstr "Nom" -#: pretix/base/settings.py:1721 pretix/base/settings.py:1738 +#: pretix/base/settings.py:1729 pretix/base/settings.py:1746 msgid "Middle name" msgstr "Cognom" -#: pretix/base/settings.py:1802 pretix/base/settings.py:1813 +#: pretix/base/settings.py:1810 pretix/base/settings.py:1821 msgctxt "person_name_sample" msgid "John Doe" msgstr "Jaume Fuster" -#: pretix/base/settings.py:1808 +#: pretix/base/settings.py:1816 msgid "Calling name" msgstr "Nom" -#: pretix/base/settings.py:1821 +#: pretix/base/settings.py:1829 msgid "Latin transcription" msgstr "Transcripció llatina" -#: pretix/base/settings.py:1924 pretix/control/forms/event.py:176 +#: pretix/base/settings.py:1932 pretix/control/forms/event.py:172 msgid "" "Your default locale must also be enabled for your event (see box above)." msgstr "" "Ha d'estar activada també la vostra configuració regional predeterminada " "(mireu el quadre de més amunt)." -#: pretix/base/settings.py:1928 +#: pretix/base/settings.py:1936 msgid "" "You cannot require specifying attendee names if you do not ask for them." msgstr "" "No podeu requerir que s'especifiquin noms d'assistents si no els demaneu." -#: pretix/base/settings.py:1932 +#: pretix/base/settings.py:1940 msgid "You have to ask for attendee emails if you want to make them required." msgstr "" "Heu de demanar els correus dels assistents si voleu que siguin un " "requeriment." -#: pretix/base/settings.py:1936 +#: pretix/base/settings.py:1944 #, fuzzy #| msgid "" #| "You have to ask for attendee emails if you want to make them required." @@ -6948,13 +6965,13 @@ msgstr "" "Heu de demanar els correus dels assistents si voleu que siguin un " "requeriment." -#: pretix/base/settings.py:1940 +#: pretix/base/settings.py:1948 #, fuzzy #| msgid "This will require users to enter a company name." msgid "You have to require invoice addresses to require for company names." msgstr "Això requerirà que l'usuari introdueixi un nom d'empresa." -#: pretix/base/settings.py:1947 +#: pretix/base/settings.py:1955 msgid "The last payment date cannot be before the end of presale." msgstr "El darrer dia de pagament no pot ser abans de la fi de la prevenda." @@ -7394,16 +7411,21 @@ msgstr "Ha succeït un error intern, si us plau intenteu-ho de nou." msgid "The task has been completed." msgstr "S'ha completat la tasca." -#: pretix/control/forms/__init__.py:112 +#: pretix/control/forms/__init__.py:115 +#, python-brace-format +msgid "Please do not upload files larger than {size}!" +msgstr "" + +#: pretix/control/forms/__init__.py:136 msgid "Filetype not allowed!" msgstr "No es permet el tipus de fitxer!" #: pretix/control/forms/checkin.py:38 pretix/control/forms/filter.py:244 -#: pretix/control/forms/filter.py:271 pretix/control/forms/filter.py:979 -#: pretix/control/forms/filter.py:999 pretix/control/forms/filter.py:1091 -#: pretix/control/forms/filter.py:1107 pretix/control/forms/filter.py:1168 -#: pretix/control/forms/filter.py:1203 pretix/control/forms/orders.py:544 -#: pretix/control/forms/orders.py:699 +#: pretix/control/forms/filter.py:271 pretix/control/forms/filter.py:1031 +#: pretix/control/forms/filter.py:1051 pretix/control/forms/filter.py:1143 +#: pretix/control/forms/filter.py:1159 pretix/control/forms/filter.py:1220 +#: pretix/control/forms/filter.py:1255 pretix/control/forms/orders.py:548 +#: pretix/control/forms/orders.py:703 #: pretix/control/templates/pretixcontrol/event/fragment_subevent_choice_simple.html:5 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:47 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:109 @@ -7412,7 +7434,7 @@ msgctxt "subevent" msgid "All dates" msgstr "Totes les dates" -#: pretix/control/forms/event.py:44 pretix/control/forms/organizer.py:310 +#: pretix/control/forms/event.py:44 pretix/control/forms/organizer.py:311 msgid "Use languages" msgstr "Usa idiomes" @@ -7426,39 +7448,22 @@ msgstr "" msgid "This is an event series" msgstr "Això és una sèrie d'esdeveniments" -#: pretix/control/forms/event.py:50 -msgid "" -"Only recommended for advanced users. If this feature is enabled, this will " -"not only be a single event but a series of very similar events that are " -"handled within a single shop. The single events inside the series can only " -"differ in date, time, location, prices and quotas, but not in other " -"settings, and buying tickets across multiple of these events at the same " -"time is possible. You cannot change this setting for this event later." -msgstr "" -"Només recomanat per usuaris avançats. Si activeu aquesta funció això no serà " -"un únic esdeveniment sinó un sèrie d'esdeveniments molt semblants que es " -"gestionaran com una única tenda. Els esdeveniments individuals dins les " -"sèries només poden canviar la data, hora, ubicació, preus i quotes, però cap " -"altra configuració, i és possible comprar tiquets de varis d'aquests " -"esdeveniments al mateix temps. No podeu canviar més endevant aquesta " -"configuració per a aquest esdeveniment." - -#: pretix/control/forms/event.py:88 +#: pretix/control/forms/event.py:83 msgid "" "You already used this slug for a different event. Please choose a new one." msgstr "" "Ja esteu utilitzant aquest mot per a un esdeveniment diferent. Si us plau, " "trieu-ne un de nou." -#: pretix/control/forms/event.py:92 pretix/control/forms/event.py:394 +#: pretix/control/forms/event.py:87 pretix/control/forms/event.py:390 msgid "Event timezone" msgstr "Zona horària de l'esdeveniment" -#: pretix/control/forms/event.py:99 +#: pretix/control/forms/event.py:94 msgid "Sales tax rate" msgstr "Taxa d'impostos sobre les vendes" -#: pretix/control/forms/event.py:100 +#: pretix/control/forms/event.py:95 msgid "" "Do you need to pay sales tax on your tickets? In this case, please enter the " "applicable tax rate here in percent. If you have a more complicated tax " @@ -7468,22 +7473,22 @@ msgstr "" "introduïu aquí la taxa de l'impost en percentatge. Si teniu una situació " "fiscal més complexe, podeu afegir més tard taxes i configuració detallada." -#: pretix/control/forms/event.py:107 +#: pretix/control/forms/event.py:102 msgid "Grant access to team" msgstr "" -#: pretix/control/forms/event.py:108 +#: pretix/control/forms/event.py:103 msgid "" "You are allowed to create events under this organizer, however you do not " "have permission to edit all events under this organizer. Please select one " "of your existing teams that will be granted access to this event." msgstr "" -#: pretix/control/forms/event.py:113 +#: pretix/control/forms/event.py:108 msgid "Create a new team for this event with me as the only member" msgstr "" -#: pretix/control/forms/event.py:156 pretix/control/forms/event.py:309 +#: pretix/control/forms/event.py:151 pretix/control/forms/event.py:305 msgid "" "Sample Conference Center\n" "Heidelberg, Germany" @@ -7491,42 +7496,42 @@ msgstr "" "Centre de conferències de mostra\n" "Llubí, Illes Balears" -#: pretix/control/forms/event.py:180 +#: pretix/control/forms/event.py:176 msgid "Your default locale must be specified." msgstr "Heu d'especificar la configuració regional predeterminada." -#: pretix/control/forms/event.py:254 +#: pretix/control/forms/event.py:250 msgid "Copy configuration from" msgstr "Copia la configuració des de" -#: pretix/control/forms/event.py:260 pretix/control/forms/event.py:263 +#: pretix/control/forms/event.py:256 pretix/control/forms/event.py:259 #: pretix/control/forms/item.py:250 msgid "Do not copy" msgstr "No copiïs" -#: pretix/control/forms/event.py:314 pretix/control/forms/organizer.py:87 +#: pretix/control/forms/event.py:310 pretix/control/forms/organizer.py:87 msgid "Custom domain" msgstr "" -#: pretix/control/forms/event.py:316 pretix/control/forms/organizer.py:89 +#: pretix/control/forms/event.py:312 pretix/control/forms/organizer.py:89 msgid "You need to configure the custom domain in the webserver beforehand." msgstr "" -#: pretix/control/forms/event.py:324 pretix/control/forms/organizer.py:97 +#: pretix/control/forms/event.py:320 pretix/control/forms/organizer.py:97 msgid "You cannot choose the base domain of this installation." msgstr "" -#: pretix/control/forms/event.py:328 pretix/control/forms/organizer.py:102 +#: pretix/control/forms/event.py:324 pretix/control/forms/organizer.py:102 #, fuzzy #| msgid "This slug has already been used for a different event." msgid "This domain is already in use for a different event or organizer." msgstr "Ja s'ha utilitzat aquest mot per a un altre esdeveniment." -#: pretix/control/forms/event.py:397 +#: pretix/control/forms/event.py:393 msgid "Name format" msgstr "Format del nom" -#: pretix/control/forms/event.py:398 +#: pretix/control/forms/event.py:394 msgid "" "This defines how pretix will ask for human names. Changing this after you " "already received orders might lead to unexpected behavior when sorting or " @@ -7536,23 +7541,23 @@ msgstr "" "d'haver rebut comandes pot conduir a comportaments estranys quan s'ordenin o " "canviïn noms." -#: pretix/control/forms/event.py:403 +#: pretix/control/forms/event.py:399 msgid "Allowed titles" msgstr "" -#: pretix/control/forms/event.py:404 +#: pretix/control/forms/event.py:400 msgid "" "If the naming scheme you defined above allows users to input a title, you " "can use this to restrict the set of selectable titles." msgstr "" -#: pretix/control/forms/event.py:409 pretix/control/forms/organizer.py:276 +#: pretix/control/forms/event.py:405 pretix/control/forms/organizer.py:276 #, fuzzy #| msgid "Attendee name" msgid "Header image" msgstr "Nom de l'assistent" -#: pretix/control/forms/event.py:412 +#: pretix/control/forms/event.py:409 #, fuzzy #| msgid "" #| "If you provide a logo image, we will by default not show your events name " @@ -7569,30 +7574,30 @@ msgstr "" "el nom i la data de l'esdeveniment a la capçalera de la pàgina. Mostrarem el " "vostre logo amb una alçada màxima de 120 píxels." -#: pretix/control/forms/event.py:418 pretix/control/forms/organizer.py:285 +#: pretix/control/forms/event.py:415 pretix/control/forms/organizer.py:286 msgid "Use header image in its full size" msgstr "" -#: pretix/control/forms/event.py:419 pretix/control/forms/organizer.py:286 +#: pretix/control/forms/event.py:416 pretix/control/forms/organizer.py:287 msgid "We recommend to upload a picture at least 1170 pixels wide." msgstr "" -#: pretix/control/forms/event.py:423 +#: pretix/control/forms/event.py:420 msgid "Show event title even if a header image is present" msgstr "" -#: pretix/control/forms/event.py:424 +#: pretix/control/forms/event.py:421 #, fuzzy #| msgid "This question will be asked to buyers of the selected products" msgid "The title will only be shown on the event front page." msgstr "" "Aquesta pregunta es demanarà als compradors dels productes seleccionats" -#: pretix/control/forms/event.py:428 +#: pretix/control/forms/event.py:425 msgid "Social media image" msgstr "" -#: pretix/control/forms/event.py:431 +#: pretix/control/forms/event.py:429 msgid "" "This picture will be used as a preview if you post links to your ticket shop " "on social media. Facebook advises to use a picture size of 1200 x 630 " @@ -7601,52 +7606,52 @@ msgid "" "square is shown. If you do not fill this, we will use the logo given above." msgstr "" -#: pretix/control/forms/event.py:437 pretix/control/forms/organizer.py:226 +#: pretix/control/forms/event.py:435 pretix/control/forms/organizer.py:226 msgid "Primary color" msgstr "Color primari" -#: pretix/control/forms/event.py:441 pretix/control/forms/event.py:451 -#: pretix/control/forms/event.py:461 pretix/control/forms/event.py:470 +#: pretix/control/forms/event.py:439 pretix/control/forms/event.py:449 +#: pretix/control/forms/event.py:459 pretix/control/forms/event.py:468 #: pretix/control/forms/organizer.py:230 pretix/control/forms/organizer.py:240 #: pretix/control/forms/organizer.py:250 pretix/control/forms/organizer.py:260 msgid "Please enter the hexadecimal code of a color, e.g. #990000." msgstr "" "Si us plau, introduïu el codi hexadecimal d'un color, per exemple #990000." -#: pretix/control/forms/event.py:446 pretix/control/forms/organizer.py:235 +#: pretix/control/forms/event.py:444 pretix/control/forms/organizer.py:235 msgid "Accent color for success" msgstr "Destaca el color del encerts" -#: pretix/control/forms/event.py:447 pretix/control/forms/organizer.py:236 +#: pretix/control/forms/event.py:445 pretix/control/forms/organizer.py:236 msgid "We strongly suggest to use a shade of green." msgstr "Recomanem fermament utilitzar un to verdós." -#: pretix/control/forms/event.py:456 pretix/control/forms/organizer.py:245 +#: pretix/control/forms/event.py:454 pretix/control/forms/organizer.py:245 msgid "Accent color for errors" msgstr "Destaca el color dels errors" -#: pretix/control/forms/event.py:457 +#: pretix/control/forms/event.py:455 msgid "We strongly suggest to use a dark shade of red." msgstr "Recomanem fermament que utilitzeu un to vermellós." -#: pretix/control/forms/event.py:466 pretix/control/forms/organizer.py:256 +#: pretix/control/forms/event.py:464 pretix/control/forms/organizer.py:256 msgid "Page background color" msgstr "" -#: pretix/control/forms/event.py:476 pretix/control/forms/organizer.py:266 +#: pretix/control/forms/event.py:474 pretix/control/forms/organizer.py:266 msgid "Use round edges" msgstr "" -#: pretix/control/forms/event.py:480 pretix/control/forms/organizer.py:315 +#: pretix/control/forms/event.py:478 pretix/control/forms/organizer.py:316 #: pretix/control/templates/pretixcontrol/pdf/index.html:305 msgid "Font" msgstr "Tipografia" -#: pretix/control/forms/event.py:485 pretix/control/forms/organizer.py:320 +#: pretix/control/forms/event.py:483 pretix/control/forms/organizer.py:321 msgid "Only respected by modern browsers." msgstr "Només ho respecten els navegadors moderns." -#: pretix/control/forms/event.py:542 +#: pretix/control/forms/event.py:540 msgid "" "e.g. I hereby confirm that I have read and agree with the event organizer's " "terms of service and agree with them." @@ -7654,28 +7659,28 @@ msgstr "" "per exemple, Per la present, confirmo que he llegit i acceptat les " "condicions de servei de l'organitzador de l'esdeveniment." -#: pretix/control/forms/event.py:546 +#: pretix/control/forms/event.py:544 #, python-brace-format msgid "Ask for {fields}, display like {example}" msgstr "Demana per {fields}, mostra-ho com {example}" -#: pretix/control/forms/event.py:552 +#: pretix/control/forms/event.py:550 #, fuzzy #| msgid "Free price input" msgid "Free text input" msgstr "Entrada de preu gratuït" -#: pretix/control/forms/event.py:586 +#: pretix/control/forms/event.py:584 msgid "" "You have configured gift cards to be valid {} years plus the year the gift " "card is issued in." msgstr "" -#: pretix/control/forms/event.py:601 +#: pretix/control/forms/event.py:599 msgid "Tax rule for payment fees" msgstr "Regla fiscal per tarifes de pagament" -#: pretix/control/forms/event.py:603 +#: pretix/control/forms/event.py:601 msgid "" "The tax rule that applies for additional fees you configured for single " "payment methods. This will set the tax rate and reverse charge rules, other " @@ -7685,111 +7690,111 @@ msgstr "" "mètodes de pagament senzills. Això establirà les regles del tipus d'impost i " "de l'auto-liquidació, s'ignores altres configuracions de les regles fiscals." -#: pretix/control/forms/event.py:695 +#: pretix/control/forms/event.py:693 #, fuzzy #| msgid "Generate invoices" msgid "Generate invoices for Sales channels" msgstr "Genera factures" -#: pretix/control/forms/event.py:698 +#: pretix/control/forms/event.py:696 msgid "" "If you have enabled invoice generation in the previous setting, you can " "limit it here to specific sales channels." msgstr "" -#: pretix/control/forms/event.py:702 +#: pretix/control/forms/event.py:700 msgid "Invoice style" msgstr "Estil de la factura" -#: pretix/control/forms/event.py:708 +#: pretix/control/forms/event.py:706 msgid "Invoice language" msgstr "Idioma de la factura" -#: pretix/control/forms/event.py:709 pretix/control/forms/event.py:730 +#: pretix/control/forms/event.py:707 pretix/control/forms/event.py:729 msgid "The user's language" msgstr "Idioma de l'usuari" -#: pretix/control/forms/event.py:712 +#: pretix/control/forms/event.py:710 msgid "Logo image" msgstr "Imatge del logo" -#: pretix/control/forms/event.py:715 +#: pretix/control/forms/event.py:714 msgid "We will show your logo with a maximal height and width of 2.5 cm." msgstr "Mostrarem el vostre logo amb una alçada i amplada màxima de 2,5 cm." -#: pretix/control/forms/event.py:759 +#: pretix/control/forms/event.py:758 msgid "Bcc address" msgstr "Adreça de la CCO" -#: pretix/control/forms/event.py:760 +#: pretix/control/forms/event.py:759 msgid "All emails will be sent to this address as a Bcc copy" msgstr "Tots els correus s'enviaran a aquesta adreça com a còpia CCO" -#: pretix/control/forms/event.py:766 +#: pretix/control/forms/event.py:765 msgid "Signature" msgstr "Signatura" -#: pretix/control/forms/event.py:769 +#: pretix/control/forms/event.py:768 #, python-brace-format msgid "This will be attached to every email. Available placeholders: {event}" msgstr "Això s'adjuntarà a cada correu. Espais disponibles: {event}" -#: pretix/control/forms/event.py:774 +#: pretix/control/forms/event.py:773 msgid "e.g. your contact details" msgstr "per exemple, els vostres detalls de contactes" -#: pretix/control/forms/event.py:779 +#: pretix/control/forms/event.py:778 msgid "HTML mail renderer" msgstr "Renderitzador de correu HTML" -#: pretix/control/forms/event.py:784 pretix/control/forms/event.py:801 -#: pretix/control/forms/event.py:818 pretix/control/forms/event.py:877 +#: pretix/control/forms/event.py:783 pretix/control/forms/event.py:800 +#: pretix/control/forms/event.py:817 pretix/control/forms/event.py:876 #, fuzzy #| msgid "Order contact address changed" msgid "Text sent to order contact address" msgstr "S'ha canviat l'adreça de contacte de la comanda" -#: pretix/control/forms/event.py:789 pretix/control/forms/event.py:806 -#: pretix/control/forms/event.py:823 pretix/control/forms/event.py:882 +#: pretix/control/forms/event.py:788 pretix/control/forms/event.py:805 +#: pretix/control/forms/event.py:822 pretix/control/forms/event.py:881 msgid "Send an email to attendees" msgstr "" -#: pretix/control/forms/event.py:790 pretix/control/forms/event.py:807 -#: pretix/control/forms/event.py:824 pretix/control/forms/event.py:883 +#: pretix/control/forms/event.py:789 pretix/control/forms/event.py:806 +#: pretix/control/forms/event.py:823 pretix/control/forms/event.py:882 msgid "" "If the order contains attendees with email addresses different from the " "person who orders the tickets, the following email will be sent out to the " "attendees." msgstr "" -#: pretix/control/forms/event.py:795 pretix/control/forms/event.py:812 -#: pretix/control/forms/event.py:829 pretix/control/forms/event.py:888 +#: pretix/control/forms/event.py:794 pretix/control/forms/event.py:811 +#: pretix/control/forms/event.py:828 pretix/control/forms/event.py:887 #, fuzzy #| msgid "Text (sent by admin)" msgid "Text sent to attendees" msgstr "Text (enviat per l'administrador)" -#: pretix/control/forms/event.py:835 pretix/control/forms/event.py:857 -#: pretix/control/forms/event.py:862 pretix/control/forms/event.py:867 -#: pretix/control/forms/event.py:872 +#: pretix/control/forms/event.py:834 pretix/control/forms/event.py:856 +#: pretix/control/forms/event.py:861 pretix/control/forms/event.py:866 +#: pretix/control/forms/event.py:871 #: pretix/control/templates/pretixcontrol/organizers/giftcard.html:99 #: pretix/control/templates/pretixcontrol/pdf/index.html:367 msgid "Text" msgstr "Text" -#: pretix/control/forms/event.py:840 +#: pretix/control/forms/event.py:839 msgid "Text (sent by admin)" msgstr "Text (enviat per l'administrador)" -#: pretix/control/forms/event.py:845 +#: pretix/control/forms/event.py:844 msgid "Text (requested by user)" msgstr "Text (demanat per l'usuari)" -#: pretix/control/forms/event.py:850 pretix/control/forms/event.py:893 +#: pretix/control/forms/event.py:849 pretix/control/forms/event.py:892 msgid "Number of days" msgstr "Número de dies" -#: pretix/control/forms/event.py:853 +#: pretix/control/forms/event.py:852 msgid "" "This email will be sent out this many days before the order expires. If the " "value is 0, the mail will never be sent." @@ -7797,7 +7802,7 @@ msgstr "" "Aquest correu s'enviarà aquest número de dies abans de que la comanda " "expiri. Si el valor és 0 no s'enviarà mai el correu." -#: pretix/control/forms/event.py:896 +#: pretix/control/forms/event.py:895 msgid "" "This email will be sent out this many days before the order event starts. If " "the field is empty, the mail will never be sent." @@ -7805,15 +7810,15 @@ msgstr "" "Aquest correu s'enviarà aquest número de dies abans de començar " "l'esdeveniment. Si es deixa el camp buit no s'enviarà mai cap correu." -#: pretix/control/forms/event.py:900 +#: pretix/control/forms/event.py:899 msgid "Received order" msgstr "S'ha rebut la comanda" -#: pretix/control/forms/event.py:905 +#: pretix/control/forms/event.py:904 msgid "Approved order" msgstr "S'ha aprovat la comanda" -#: pretix/control/forms/event.py:908 +#: pretix/control/forms/event.py:907 #, fuzzy #| msgid "" #| "This will only be sent out for non-free orders. Free orders will receive " @@ -7829,15 +7834,15 @@ msgstr "" "{total_with_currency}, {total}, {currency}, {date}, {payment_info}, {url}, " "{invoice_name}, {invoice_company}" -#: pretix/control/forms/event.py:912 +#: pretix/control/forms/event.py:911 msgid "Denied order" msgstr "La comanda s'ha denegat" -#: pretix/control/forms/event.py:917 +#: pretix/control/forms/event.py:916 msgid "Use custom SMTP server" msgstr "Utilitza un servidor SMTP personalitzat" -#: pretix/control/forms/event.py:918 +#: pretix/control/forms/event.py:917 msgid "" "All mail related to your event will be sent over the smtp server specified " "by you." @@ -7845,85 +7850,85 @@ msgstr "" "Tot el correu relacionat amb el vostre esdeveniment s'enviarà amb el " "servidor SMTP que hagueu especificat." -#: pretix/control/forms/event.py:922 +#: pretix/control/forms/event.py:921 msgid "Hostname" msgstr "Nom de l'ordinador" -#: pretix/control/forms/event.py:927 +#: pretix/control/forms/event.py:926 msgid "Port" msgstr "Port" -#: pretix/control/forms/event.py:932 +#: pretix/control/forms/event.py:931 msgid "Username" msgstr "Usuari" -#: pretix/control/forms/event.py:944 +#: pretix/control/forms/event.py:943 msgid "Use STARTTLS" msgstr "Utilitza STARTTLS" -#: pretix/control/forms/event.py:945 +#: pretix/control/forms/event.py:944 msgid "Commonly enabled on port 587." msgstr "Habitualment activat al port 587." -#: pretix/control/forms/event.py:949 +#: pretix/control/forms/event.py:948 msgid "Use SSL" msgstr "Utilitza SSL" -#: pretix/control/forms/event.py:950 +#: pretix/control/forms/event.py:949 msgid "Commonly enabled on port 465." msgstr "Habitualment activat al port 465." -#: pretix/control/forms/event.py:979 pretix/control/forms/orders.py:465 -#: pretix/control/forms/orders.py:622 pretix/control/forms/vouchers.py:255 +#: pretix/control/forms/event.py:978 pretix/control/forms/orders.py:469 +#: pretix/control/forms/orders.py:626 pretix/control/forms/vouchers.py:255 #: pretix/plugins/sendmail/forms.py:49 #, fuzzy, python-brace-format #| msgid "Available placeholders: {event}, {url}" msgid "Available placeholders: {list}" msgstr "Camps disponibles: {event}, {url}" -#: pretix/control/forms/event.py:1014 +#: pretix/control/forms/event.py:1013 msgid "" "You can activate either SSL or STARTTLS security, but not both at the same " "time." msgstr "Podeu activar la seguretat SSL o STARTTLS, però no ambdós alhora." -#: pretix/control/forms/event.py:1063 +#: pretix/control/forms/event.py:1062 msgid "Any country" msgstr "Qualsevol país" -#: pretix/control/forms/event.py:1064 +#: pretix/control/forms/event.py:1063 msgid "European Union" msgstr "Unió Europea" -#: pretix/control/forms/event.py:1076 +#: pretix/control/forms/event.py:1075 msgid "Any customer" msgstr "Qualsevol client" -#: pretix/control/forms/event.py:1077 +#: pretix/control/forms/event.py:1076 msgid "Individual" msgstr "Individual" -#: pretix/control/forms/event.py:1078 +#: pretix/control/forms/event.py:1077 msgid "Business" msgstr "Negoci" -#: pretix/control/forms/event.py:1079 +#: pretix/control/forms/event.py:1078 msgid "Business with valid VAT ID" msgstr "Empreses amb un identificador d'IVA correcte" -#: pretix/control/forms/event.py:1085 +#: pretix/control/forms/event.py:1084 msgid "Charge VAT" msgstr "Carrega l'IVA" -#: pretix/control/forms/event.py:1087 +#: pretix/control/forms/event.py:1086 msgid "No VAT" msgstr "Sense IVA" -#: pretix/control/forms/event.py:1116 +#: pretix/control/forms/event.py:1115 msgid "Pre-selected voucher" msgstr "Val preseleccionat" -#: pretix/control/forms/event.py:1118 +#: pretix/control/forms/event.py:1117 msgid "" "If set, the widget will show products as if this voucher has been entered " "and when a product is bought via the widget, this voucher will be used. This " @@ -7935,11 +7940,11 @@ msgstr "" "utilitzar per exemple per proporcionar ginys que ofereixen descomptes o " "desbloquen productes secrets." -#: pretix/control/forms/event.py:1123 +#: pretix/control/forms/event.py:1122 msgid "Compatibility mode" msgstr "Mode de compatibilitat" -#: pretix/control/forms/event.py:1125 +#: pretix/control/forms/event.py:1124 msgid "" "Our regular widget doesn't work in all website builders. If you run into " "trouble, try using this compatibility mode." @@ -7947,32 +7952,32 @@ msgstr "" "El nostre giny habitual no funciona amb tots els constructors de webs. Si " "vos trobau amb problemes intenteu utilitzar aquest mode de compatibilitat." -#: pretix/control/forms/event.py:1146 +#: pretix/control/forms/event.py:1145 msgid "The given voucher code does not exist." msgstr "No existeix el codi de val proporcionat." -#: pretix/control/forms/event.py:1153 pretix/control/forms/organizer.py:48 +#: pretix/control/forms/event.py:1152 pretix/control/forms/organizer.py:48 #: pretix/control/views/shredder.py:108 msgid "The slug you entered was not correct." msgstr "El mot que heu proporcionat no és correcte." -#: pretix/control/forms/event.py:1157 pretix/control/forms/organizer.py:52 +#: pretix/control/forms/event.py:1156 pretix/control/forms/organizer.py:52 msgid "Event slug" msgstr "Mot de l'esdeveniment" -#: pretix/control/forms/event.py:1188 +#: pretix/control/forms/event.py:1187 msgid "Ticket downloads" msgstr "Descàrregues de tiquets" -#: pretix/control/forms/event.py:1189 +#: pretix/control/forms/event.py:1188 msgid "Your customers will be able to download their tickets in PDF format." msgstr "Els vostres clients podran descarregar els seus tiquets en format PDF." -#: pretix/control/forms/event.py:1193 +#: pretix/control/forms/event.py:1192 msgid "Require all attendees to fill in their names" msgstr "Requereix emplenar el nom a tots els assistents" -#: pretix/control/forms/event.py:1194 +#: pretix/control/forms/event.py:1193 msgid "" "By default, we will ask for names but not require them. You can turn this " "off completely in the settings." @@ -7980,11 +7985,11 @@ msgstr "" "Per defecte demanarem els noms però no els requerirem. Podeu desactivar " "completament això a la configuració." -#: pretix/control/forms/event.py:1220 +#: pretix/control/forms/event.py:1219 msgid "Payment via Stripe" msgstr "Pagament via Stripe" -#: pretix/control/forms/event.py:1221 +#: pretix/control/forms/event.py:1220 msgid "" "Stripe is an online payments processor supporting credit cards and lots of " "other payment options. To accept payments via Stripe, you will need to set " @@ -7996,11 +8001,11 @@ msgstr "" "de configurar un compte, que pren menys de cinc minuts utilitzant la seva " "interfície web senzilla." -#: pretix/control/forms/event.py:1227 +#: pretix/control/forms/event.py:1226 msgid "Payment by bank transfer" msgstr "Pagament per transferència bancària" -#: pretix/control/forms/event.py:1228 +#: pretix/control/forms/event.py:1227 msgid "" "Your customers will be instructed to wire the money to your account. You can " "then import your bank statements to process the payments within pretix, or " @@ -8010,16 +8015,16 @@ msgstr "" "Podeu després importar els vostres rebuts bancaris per processar els " "pagaments dins pretix, o marcar-los com a pagats manualment." -#: pretix/control/forms/event.py:1267 +#: pretix/control/forms/event.py:1266 #: pretix/control/templates/pretixcontrol/event/quick_setup.html:45 msgid "Price (optional)" msgstr "Preu (opcional)" -#: pretix/control/forms/event.py:1272 +#: pretix/control/forms/event.py:1271 msgid "Free" msgstr "Gratuït" -#: pretix/control/forms/event.py:1277 +#: pretix/control/forms/event.py:1276 msgid "Quantity available" msgstr "Quantitat disponible" @@ -8040,7 +8045,7 @@ msgstr "Paga (o cancel·lat amb tarifa de pagament)" #: pretix/control/templates/pretixcontrol/items/question.html:21 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:8 #: pretix/control/templates/pretixcontrol/orders/overview.html:67 -#: pretix/plugins/reports/exporters.py:223 +#: pretix/plugins/reports/exporters.py:226 msgid "Pending" msgstr "Pendent" @@ -8054,13 +8059,13 @@ msgstr "Pendent (endarrerit)" msgid "Pending or paid" msgstr "Pendent o pagat" -#: pretix/control/forms/filter.py:111 pretix/control/forms/filter.py:541 -#: pretix/control/forms/filter.py:946 +#: pretix/control/forms/filter.py:111 pretix/control/forms/filter.py:593 +#: pretix/control/forms/filter.py:998 #: pretix/control/templates/pretixcontrol/items/question.html:24 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:17 #: pretix/control/templates/pretixcontrol/orders/overview.html:60 #: pretix/control/templates/pretixcontrol/organizers/giftcards.html:76 -#: pretix/plugins/reports/exporters.py:219 +#: pretix/plugins/reports/exporters.py:222 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:20 msgid "Expired" msgstr "Expirat" @@ -8074,7 +8079,7 @@ msgstr "Pendent o expirat" #: pretix/control/templates/pretixcontrol/items/question.html:26 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:19 #: pretix/control/templates/pretixcontrol/orders/overview.html:59 -#: pretix/plugins/reports/exporters.py:219 +#: pretix/plugins/reports/exporters.py:222 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:22 msgid "Canceled" msgstr "Cancel·lat" @@ -8101,8 +8106,8 @@ msgstr "Mal pagat" msgid "Pending (but fully paid)" msgstr "Pendent (però pagat completament)" -#: pretix/control/forms/filter.py:119 pretix/control/forms/filter.py:526 -#: pretix/control/forms/filter.py:529 +#: pretix/control/forms/filter.py:119 pretix/control/forms/filter.py:578 +#: pretix/control/forms/filter.py:581 #: pretix/control/templates/pretixcontrol/event/live.html:63 msgid "Test mode" msgstr "Mode de prova" @@ -8113,28 +8118,28 @@ msgstr "Mode de prova" msgid "Cancellation requested" msgstr "Tarifa de cancel·lació" -#: pretix/control/forms/filter.py:278 pretix/control/forms/filter.py:796 -#: pretix/control/forms/filter.py:1006 pretix/control/forms/vouchers.py:112 +#: pretix/control/forms/filter.py:278 pretix/control/forms/filter.py:848 +#: pretix/control/forms/filter.py:1058 pretix/control/forms/vouchers.py:112 #: pretix/control/templates/pretixcontrol/items/question.html:29 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:99 msgid "All products" msgstr "Tots els productes" -#: pretix/control/forms/filter.py:282 pretix/control/forms/filter.py:1010 +#: pretix/control/forms/filter.py:282 pretix/control/forms/filter.py:1062 #: pretix/control/forms/vouchers.py:100 pretix/control/views/typeahead.py:514 #, python-brace-format msgid "{product} – Any variation" msgstr "" #: pretix/control/forms/filter.py:341 pretix/control/forms/filter.py:346 -#: pretix/control/forms/filter.py:617 pretix/control/forms/filter.py:622 +#: pretix/control/forms/filter.py:669 pretix/control/forms/filter.py:674 msgid "All organizers" msgstr "Tots els organitzadors" -#: pretix/control/forms/filter.py:381 pretix/control/forms/filter.py:528 -#: pretix/control/forms/filter.py:537 pretix/control/forms/filter.py:860 -#: pretix/control/forms/filter.py:869 pretix/control/forms/filter.py:941 -#: pretix/control/forms/filter.py:954 +#: pretix/control/forms/filter.py:433 pretix/control/forms/filter.py:580 +#: pretix/control/forms/filter.py:589 pretix/control/forms/filter.py:912 +#: pretix/control/forms/filter.py:921 pretix/control/forms/filter.py:993 +#: pretix/control/forms/filter.py:1006 #: pretix/control/templates/pretixcontrol/checkin/lists.html:104 #: pretix/control/templates/pretixcontrol/checkin/lists.html:116 #: pretix/control/templates/pretixcontrol/organizers/devices.html:72 @@ -8144,212 +8149,212 @@ msgstr "Tots els organitzadors" msgid "All" msgstr "Tots" -#: pretix/control/forms/filter.py:383 pretix/control/forms/filter.py:603 +#: pretix/control/forms/filter.py:435 pretix/control/forms/filter.py:655 msgid "Shop live and presale running" msgstr "La tenda està activa i la pre-venda en marxa" -#: pretix/control/forms/filter.py:384 pretix/control/forms/filter.py:862 +#: pretix/control/forms/filter.py:436 pretix/control/forms/filter.py:914 msgid "Inactive" msgstr "Inactiu" -#: pretix/control/forms/filter.py:396 pretix/control/forms/subevents.py:287 +#: pretix/control/forms/filter.py:448 pretix/control/forms/subevents.py:287 #: pretix/control/forms/subevents.py:326 msgid "Weekday" msgstr "Dia de la setmana" -#: pretix/control/forms/filter.py:398 +#: pretix/control/forms/filter.py:450 msgid "All days" msgstr "Tots els dies" -#: pretix/control/forms/filter.py:399 +#: pretix/control/forms/filter.py:451 msgid "Monday" msgstr "Dilluns" -#: pretix/control/forms/filter.py:400 +#: pretix/control/forms/filter.py:452 msgid "Tuesday" msgstr "Dimarts" -#: pretix/control/forms/filter.py:401 +#: pretix/control/forms/filter.py:453 msgid "Wednesday" msgstr "Dimecres" -#: pretix/control/forms/filter.py:402 +#: pretix/control/forms/filter.py:454 msgid "Thursday" msgstr "Dijous" -#: pretix/control/forms/filter.py:403 +#: pretix/control/forms/filter.py:455 msgid "Friday" msgstr "Divendres" -#: pretix/control/forms/filter.py:404 +#: pretix/control/forms/filter.py:456 msgid "Saturday" msgstr "Dissabte" -#: pretix/control/forms/filter.py:405 +#: pretix/control/forms/filter.py:457 msgid "Sunday" msgstr "Diumenge" -#: pretix/control/forms/filter.py:530 +#: pretix/control/forms/filter.py:582 msgid "Live" msgstr "" -#: pretix/control/forms/filter.py:535 pretix/control/forms/filter.py:538 +#: pretix/control/forms/filter.py:587 pretix/control/forms/filter.py:590 msgid "Empty" msgstr "" -#: pretix/control/forms/filter.py:539 +#: pretix/control/forms/filter.py:591 msgid "Valid and with value" msgstr "" -#: pretix/control/forms/filter.py:540 +#: pretix/control/forms/filter.py:592 msgid "Expired and with value" msgstr "" -#: pretix/control/forms/filter.py:546 pretix/control/forms/filter.py:548 -#: pretix/control/forms/filter.py:876 pretix/control/forms/filter.py:878 +#: pretix/control/forms/filter.py:598 pretix/control/forms/filter.py:600 +#: pretix/control/forms/filter.py:928 pretix/control/forms/filter.py:930 msgid "Search query" msgstr "" -#: pretix/control/forms/filter.py:601 +#: pretix/control/forms/filter.py:653 msgid "All events" msgstr "Tots els esdeveniments" -#: pretix/control/forms/filter.py:602 +#: pretix/control/forms/filter.py:654 msgid "Shop live" msgstr "Tenda activa" -#: pretix/control/forms/filter.py:604 +#: pretix/control/forms/filter.py:656 msgid "Shop not live" msgstr "Tenda no activa" -#: pretix/control/forms/filter.py:607 +#: pretix/control/forms/filter.py:659 msgid "Single event running or in the future" msgstr "" -#: pretix/control/forms/filter.py:608 +#: pretix/control/forms/filter.py:660 msgid "Single event in the past" msgstr "" -#: pretix/control/forms/filter.py:775 pretix/control/forms/filter.py:777 +#: pretix/control/forms/filter.py:827 pretix/control/forms/filter.py:829 msgid "Search attendee…" msgstr "" -#: pretix/control/forms/filter.py:783 +#: pretix/control/forms/filter.py:835 msgid "Check-in status" msgstr "" -#: pretix/control/forms/filter.py:785 +#: pretix/control/forms/filter.py:837 msgid "All attendees" msgstr "" -#: pretix/control/forms/filter.py:786 +#: pretix/control/forms/filter.py:838 #, fuzzy #| msgid "Presale end" msgctxt "checkin state" msgid "Present" msgstr "Finalització de la prevenda" -#: pretix/control/forms/filter.py:787 +#: pretix/control/forms/filter.py:839 #: pretix/control/templates/pretixcontrol/checkin/index.html:131 #: pretix/control/templates/pretixcontrol/checkin/lists.html:73 -#: pretix/plugins/checkinlists/exporters.py:337 +#: pretix/plugins/checkinlists/exporters.py:396 msgid "Checked in" msgstr "" -#: pretix/control/forms/filter.py:788 +#: pretix/control/forms/filter.py:840 #: pretix/control/templates/pretixcontrol/checkin/index.html:126 msgid "Not checked in" msgstr "" -#: pretix/control/forms/filter.py:867 pretix/control/forms/filter.py:870 +#: pretix/control/forms/filter.py:919 pretix/control/forms/filter.py:922 #: pretix/control/templates/pretixcontrol/users/index.html:47 msgid "Administrator" msgstr "" -#: pretix/control/forms/filter.py:871 +#: pretix/control/forms/filter.py:923 msgid "No administrator" msgstr "" -#: pretix/control/forms/filter.py:942 +#: pretix/control/forms/filter.py:994 msgid "Valid" msgstr "" -#: pretix/control/forms/filter.py:943 +#: pretix/control/forms/filter.py:995 msgid "Unredeemed" msgstr "" -#: pretix/control/forms/filter.py:944 +#: pretix/control/forms/filter.py:996 msgid "Redeemed at least once" msgstr "" -#: pretix/control/forms/filter.py:945 +#: pretix/control/forms/filter.py:997 msgid "Fully redeemed" msgstr "" -#: pretix/control/forms/filter.py:947 +#: pretix/control/forms/filter.py:999 msgid "Redeemed and checked in with ticket" msgstr "" -#: pretix/control/forms/filter.py:952 +#: pretix/control/forms/filter.py:1004 msgid "Quota handling" msgstr "" -#: pretix/control/forms/filter.py:956 +#: pretix/control/forms/filter.py:1008 msgid "Allow to ignore quota" msgstr "" -#: pretix/control/forms/filter.py:961 pretix/control/forms/filter.py:963 +#: pretix/control/forms/filter.py:1013 pretix/control/forms/filter.py:1015 msgid "Filter by tag" msgstr "" -#: pretix/control/forms/filter.py:968 pretix/control/forms/filter.py:970 +#: pretix/control/forms/filter.py:1020 pretix/control/forms/filter.py:1022 msgid "Search voucher" msgstr "" -#: pretix/control/forms/filter.py:1016 pretix/control/forms/vouchers.py:91 +#: pretix/control/forms/filter.py:1068 pretix/control/forms/vouchers.py:91 #: pretix/control/views/typeahead.py:522 pretix/control/views/typeahead.py:526 #: pretix/control/views/vouchers.py:81 #, python-brace-format msgid "Any product in quota \"{quota}\"" msgstr "" -#: pretix/control/forms/filter.py:1132 +#: pretix/control/forms/filter.py:1184 msgid "Refund status" msgstr "" -#: pretix/control/forms/filter.py:1134 +#: pretix/control/forms/filter.py:1186 msgid "All open refunds" msgstr "" -#: pretix/control/forms/filter.py:1135 +#: pretix/control/forms/filter.py:1187 msgid "All refunds" msgstr "" -#: pretix/control/forms/filter.py:1171 +#: pretix/control/forms/filter.py:1223 #, fuzzy #| msgid "Date joined" msgid "Date filter" msgstr "Data d'inscripció" -#: pretix/control/forms/filter.py:1173 +#: pretix/control/forms/filter.py:1225 #, fuzzy #| msgid "Filter by status" msgid "Filter by…" msgstr "Filtra per estat" -#: pretix/control/forms/filter.py:1175 +#: pretix/control/forms/filter.py:1227 #, fuzzy #| msgid "Date of last payment" msgid "Date of last successful payment" msgstr "Darrer dia de pagament" -#: pretix/control/forms/filter.py:1180 +#: pretix/control/forms/filter.py:1232 #, fuzzy #| msgid "Date" msgid "Date from" msgstr "Data" -#: pretix/control/forms/filter.py:1185 +#: pretix/control/forms/filter.py:1237 #, fuzzy #| msgid "Date and time" msgid "Date until" @@ -8554,8 +8559,8 @@ msgstr "" msgid "Bundled product" msgstr "" -#: pretix/control/forms/item.py:735 pretix/control/forms/orders.py:260 -#: pretix/control/forms/orders.py:394 +#: pretix/control/forms/item.py:735 pretix/control/forms/orders.py:264 +#: pretix/control/forms/orders.py:398 msgid "inactive" msgstr "" @@ -8590,21 +8595,21 @@ msgstr "" msgid "CSV column: \"{name}\"" msgstr "" -#: pretix/control/forms/orders.py:33 +#: pretix/control/forms/orders.py:34 msgid "Overbook quota" msgstr "" -#: pretix/control/forms/orders.py:34 +#: pretix/control/forms/orders.py:35 msgid "" "If you check this box, this operation will be performed even if it leads to " "an overbooked quota and you having sold more tickets than you planned!" msgstr "" -#: pretix/control/forms/orders.py:78 +#: pretix/control/forms/orders.py:79 msgid "Overbook quota and ignore late payment" msgstr "" -#: pretix/control/forms/orders.py:79 +#: pretix/control/forms/orders.py:80 msgid "" "If you check this box, this operation will be performed even if it leads to " "an overbooked quota and you having sold more tickets than you planned! The " @@ -8612,16 +8617,16 @@ msgid "" "payments." msgstr "" -#: pretix/control/forms/orders.py:105 +#: pretix/control/forms/orders.py:106 #: pretix/control/templates/pretixcontrol/order/deny.html:19 msgid "Notify user by e-mail" msgstr "" -#: pretix/control/forms/orders.py:112 +#: pretix/control/forms/orders.py:113 msgid "Keep a cancellation fee of" msgstr "" -#: pretix/control/forms/orders.py:113 +#: pretix/control/forms/orders.py:114 msgid "" "If you keep a fee, all positions within this order will be canceled and the " "order will be reduced to a paid cancellation fee. Payment and shipping fees " @@ -8630,24 +8635,24 @@ msgid "" "automatically." msgstr "" -#: pretix/control/forms/orders.py:141 +#: pretix/control/forms/orders.py:145 msgid "Payment amount" msgstr "" -#: pretix/control/forms/orders.py:145 +#: pretix/control/forms/orders.py:149 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/control.html:7 -#: pretix/plugins/reports/exporters.py:319 -#: pretix/plugins/reports/exporters.py:381 -#: pretix/plugins/reports/exporters.py:491 -#: pretix/plugins/reports/exporters.py:520 +#: pretix/plugins/reports/exporters.py:322 +#: pretix/plugins/reports/exporters.py:384 +#: pretix/plugins/reports/exporters.py:494 +#: pretix/plugins/reports/exporters.py:523 msgid "Payment date" msgstr "" -#: pretix/control/forms/orders.py:183 +#: pretix/control/forms/orders.py:187 msgid "Re-calculate taxes" msgstr "" -#: pretix/control/forms/orders.py:186 +#: pretix/control/forms/orders.py:190 msgid "" "This operation re-checks if taxes should be paid to the items due to e.g. " "configured reverse charge rules and changes the prices and tax values " @@ -8662,139 +8667,139 @@ msgstr "" "necessiteu. Teniu en compte que amb aquest procediment es poden donar " "diferències d'arrodoniments." -#: pretix/control/forms/orders.py:192 +#: pretix/control/forms/orders.py:196 msgid "Issue a new invoice if required" msgstr "" -#: pretix/control/forms/orders.py:196 +#: pretix/control/forms/orders.py:200 msgid "" "If an invoice exists for this order and this operation would change its " "contents, the old invoice will be canceled and a new invoice will be issued." msgstr "" -#: pretix/control/forms/orders.py:201 +#: pretix/control/forms/orders.py:205 msgid "Notify user" msgstr "" -#: pretix/control/forms/orders.py:205 +#: pretix/control/forms/orders.py:209 msgid "" "Send an email to the customer notifying that their order has been changed." msgstr "" -#: pretix/control/forms/orders.py:209 +#: pretix/control/forms/orders.py:213 msgid "Allow to overbook quotas when performing this operation" msgstr "" -#: pretix/control/forms/orders.py:225 +#: pretix/control/forms/orders.py:229 msgid "Add-on to" msgstr "" -#: pretix/control/forms/orders.py:230 +#: pretix/control/forms/orders.py:234 #: pretix/control/templates/pretixcontrol/checkin/index.html:70 #: pretix/control/templates/pretixcontrol/order/change.html:118 #: pretix/control/views/vouchers.py:70 msgid "Seat" msgstr "" -#: pretix/control/forms/orders.py:237 +#: pretix/control/forms/orders.py:241 msgid "Including taxes, if any. Keep empty for the product's default price" msgstr "" -#: pretix/control/forms/orders.py:335 pretix/control/forms/orders.py:339 -#: pretix/control/forms/orders.py:378 pretix/control/forms/orders.py:389 +#: pretix/control/forms/orders.py:339 pretix/control/forms/orders.py:343 +#: pretix/control/forms/orders.py:382 pretix/control/forms/orders.py:393 msgid "(Unchanged)" msgstr "" -#: pretix/control/forms/orders.py:345 pretix/control/forms/orders.py:412 +#: pretix/control/forms/orders.py:349 pretix/control/forms/orders.py:416 msgid "New price (gross)" msgstr "" -#: pretix/control/forms/orders.py:349 +#: pretix/control/forms/orders.py:353 msgid "Generate a new secret" msgstr "" -#: pretix/control/forms/orders.py:353 +#: pretix/control/forms/orders.py:357 #, fuzzy #| msgid "Cart position" msgid "Cancel this position" msgstr "Posició del carretó" -#: pretix/control/forms/orders.py:357 +#: pretix/control/forms/orders.py:361 msgid "Split into new order" msgstr "" -#: pretix/control/forms/orders.py:416 +#: pretix/control/forms/orders.py:420 msgid "Remove this fee" msgstr "" -#: pretix/control/forms/orders.py:430 +#: pretix/control/forms/orders.py:434 msgid "Invalidate secrets" msgstr "" -#: pretix/control/forms/orders.py:431 +#: pretix/control/forms/orders.py:435 msgid "" "Regenerates the order and ticket secrets. You will need to re-send the link " "to the order page to the user and the user will need to download his tickets " "again. The old versions will be invalid." msgstr "" -#: pretix/control/forms/orders.py:456 pretix/control/forms/orders.py:639 -#: pretix/control/forms/orders.py:666 pretix/control/forms/vouchers.py:222 +#: pretix/control/forms/orders.py:460 pretix/control/forms/orders.py:643 +#: pretix/control/forms/orders.py:670 pretix/control/forms/vouchers.py:222 #: pretix/plugins/sendmail/forms.py:21 pretix/plugins/sendmail/forms.py:76 msgid "Subject" msgstr "" -#: pretix/control/forms/orders.py:480 +#: pretix/control/forms/orders.py:484 msgid "Recipient" msgstr "" -#: pretix/control/forms/orders.py:486 pretix/control/forms/orders.py:647 -#: pretix/control/forms/orders.py:674 pretix/control/forms/vouchers.py:228 +#: pretix/control/forms/orders.py:490 pretix/control/forms/orders.py:651 +#: pretix/control/forms/orders.py:678 pretix/control/forms/vouchers.py:228 #: pretix/plugins/sendmail/forms.py:22 pretix/plugins/sendmail/forms.py:81 msgid "Message" msgstr "" -#: pretix/control/forms/orders.py:499 +#: pretix/control/forms/orders.py:503 msgid "" "Cancel the order. All tickets will no longer work. This can not be reverted." msgstr "" -#: pretix/control/forms/orders.py:500 +#: pretix/control/forms/orders.py:504 msgid "" "Mark the order as pending and allow the user to pay the open amount with " "another payment method." msgstr "" -#: pretix/control/forms/orders.py:502 +#: pretix/control/forms/orders.py:506 msgid "Do nothing and keep the order as it is." msgstr "" -#: pretix/control/forms/orders.py:529 +#: pretix/control/forms/orders.py:533 msgid "The refund amount needs to be positive and less than {}." msgstr "" -#: pretix/control/forms/orders.py:535 +#: pretix/control/forms/orders.py:539 msgid "You need to specify an amount for a partial refund." msgstr "" -#: pretix/control/forms/orders.py:547 +#: pretix/control/forms/orders.py:551 #, fuzzy #| msgid "Can change orders" msgid "Cancel all dates" msgstr "Pot canviar les comandes" -#: pretix/control/forms/orders.py:552 +#: pretix/control/forms/orders.py:556 #, fuzzy #| msgid "Automatically expire unpaid orders" msgid "Automatically refund money if possible" msgstr "Expira automàticament comandes no pagades" -#: pretix/control/forms/orders.py:557 +#: pretix/control/forms/orders.py:561 msgid "" "Create manual refund if the payment method odes not support automatic refunds" msgstr "" -#: pretix/control/forms/orders.py:561 +#: pretix/control/forms/orders.py:565 msgid "" "If checked, all payments with a payment method not supporting automatic " "refunds will be on your manual refund to-do list. Do not check if you want " @@ -8802,29 +8807,29 @@ msgid "" "gift cards." msgstr "" -#: pretix/control/forms/orders.py:566 +#: pretix/control/forms/orders.py:570 msgid "" "Refund order value to a gift card instead instead of the original payment " "method" msgstr "" -#: pretix/control/forms/orders.py:572 +#: pretix/control/forms/orders.py:576 #, fuzzy #| msgid "Gift card" msgid "Gift card validity" msgstr "Targeta regal" -#: pretix/control/forms/orders.py:579 +#: pretix/control/forms/orders.py:583 msgid "Special terms and conditions" msgstr "" -#: pretix/control/forms/orders.py:596 +#: pretix/control/forms/orders.py:600 #, fuzzy #| msgid "Order fees" msgid "Keep fees" msgstr "Tarifa de les comandes" -#: pretix/control/forms/orders.py:599 +#: pretix/control/forms/orders.py:603 msgid "" "The selected types of fees will not be refunded but instead added to the " "cancellation fee. Fees are never refunded in when an order in an event " @@ -8832,25 +8837,25 @@ msgid "" "dates." msgstr "" -#: pretix/control/forms/orders.py:605 +#: pretix/control/forms/orders.py:609 #, fuzzy #| msgid "Order information changed" msgid "Send information via email" msgstr "Ha canviat la informació de la comanda" -#: pretix/control/forms/orders.py:611 +#: pretix/control/forms/orders.py:615 #, fuzzy #| msgid "Order information changed" msgid "Send information to waiting list" msgstr "Ha canviat la informació de la comanda" -#: pretix/control/forms/orders.py:642 pretix/control/forms/orders.py:668 +#: pretix/control/forms/orders.py:646 pretix/control/forms/orders.py:672 #, fuzzy, python-brace-format #| msgid "Can create events" msgid "Canceled: {event}" msgstr "Poden crear esdeveniments" -#: pretix/control/forms/orders.py:653 +#: pretix/control/forms/orders.py:657 #, fuzzy, python-brace-format #| msgid "" #| "Hello,\n" @@ -8887,7 +8892,7 @@ msgstr "" "Atentament,\n" "el vostre equip de l'esdeveniment {event}" -#: pretix/control/forms/orders.py:680 +#: pretix/control/forms/orders.py:684 #, fuzzy, python-brace-format #| msgid "" #| "Hello,\n" @@ -8920,7 +8925,7 @@ msgstr "" "Atentament,\n" "el vostre equip de l'esdeveniment {event}" -#: pretix/control/forms/orders.py:711 +#: pretix/control/forms/orders.py:715 msgid "Please confirm that you want to cancel ALL dates in this event series." msgstr "" @@ -8975,7 +8980,7 @@ msgstr "" msgid "This will be displayed on the organizer homepage." msgstr "" -#: pretix/control/forms/organizer.py:279 +#: pretix/control/forms/organizer.py:280 msgid "" "If you provide a logo image, we will by default not show your organization " "name in the page header. By default, we show your logo with a size of up to " @@ -8984,67 +8989,67 @@ msgid "" "smaller screens." msgstr "" -#: pretix/control/forms/organizer.py:298 +#: pretix/control/forms/organizer.py:299 msgid "Show availability in event overviews" msgstr "" -#: pretix/control/forms/organizer.py:299 +#: pretix/control/forms/organizer.py:300 msgid "" "If checked, the list of events will show if events are sold out. This might " "make for longer page loading times if you have lots of events and the shown " "status might be out of date for up to two minutes." msgstr "" -#: pretix/control/forms/organizer.py:305 +#: pretix/control/forms/organizer.py:306 msgid "Link back to organizer overview on all event pages" msgstr "" -#: pretix/control/forms/organizer.py:312 +#: pretix/control/forms/organizer.py:313 msgid "" "Choose all languages that your organizer homepage should be available in." msgstr "" -#: pretix/control/forms/organizer.py:323 +#: pretix/control/forms/organizer.py:324 msgid "Favicon" msgstr "" -#: pretix/control/forms/organizer.py:326 +#: pretix/control/forms/organizer.py:328 msgid "" "If you provide a favicon, we will show it instead of the default pretix " "icon. We recommend a size of at least 200x200px to accommodate most devices." msgstr "" -#: pretix/control/forms/organizer.py:330 +#: pretix/control/forms/organizer.py:332 #, fuzzy #| msgid "Gift card" msgid "Length of gift card codes" msgstr "Targeta regal" -#: pretix/control/forms/organizer.py:331 +#: pretix/control/forms/organizer.py:333 msgid "" "The system generates by default {}-character long gift card codes. However, " "if a different length is required, it can be set here." msgstr "" -#: pretix/control/forms/organizer.py:336 +#: pretix/control/forms/organizer.py:338 #, fuzzy #| msgid "Gift card" msgid "Validity of gift card codes in years" msgstr "Targeta regal" -#: pretix/control/forms/organizer.py:337 +#: pretix/control/forms/organizer.py:339 msgid "" "If you set a number here, gift cards will by default expire at the end of " "the year after this many years. If you keep it empty, gift cards do not have " "an explicit expiry date." msgstr "" -#: pretix/control/forms/organizer.py:352 +#: pretix/control/forms/organizer.py:354 msgctxt "webhooks" msgid "Event types" msgstr "" -#: pretix/control/forms/organizer.py:383 +#: pretix/control/forms/organizer.py:385 #, fuzzy #| msgid "Gift card" msgid "Gift card value" @@ -10690,7 +10695,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/organizers/detail.html:43 #: pretix/control/templates/pretixcontrol/organizers/giftcards.html:38 #: pretix/control/templates/pretixcontrol/organizers/index.html:18 -#: pretix/control/templates/pretixcontrol/search/orders.html:27 +#: pretix/control/templates/pretixcontrol/search/orders.html:33 #: pretix/control/templates/pretixcontrol/subevents/index.html:41 #: pretix/control/templates/pretixcontrol/users/index.html:22 #: pretix/control/templates/pretixcontrol/vouchers/index.html:54 @@ -10777,7 +10782,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/order/pay.html:33 #: pretix/control/templates/pretixcontrol/order/pay_complete.html:28 #: pretix/control/templates/pretixcontrol/order/reactivate.html:30 -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:155 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:169 #: pretix/control/templates/pretixcontrol/order/refund_done.html:26 #: pretix/control/templates/pretixcontrol/order/refund_process.html:47 #: pretix/control/templates/pretixcontrol/order/refund_start.html:51 @@ -10829,9 +10834,9 @@ msgstr "" #: pretix/control/templates/pretixcontrol/checkin/list_edit.html:10 #: pretix/control/templates/pretixcontrol/checkin/list_edit.html:17 -#: pretix/plugins/checkinlists/exporters.py:38 -#: pretix/plugins/checkinlists/exporters.py:88 -#: pretix/plugins/checkinlists/exporters.py:315 +#: pretix/plugins/checkinlists/exporters.py:39 +#: pretix/plugins/checkinlists/exporters.py:107 +#: pretix/plugins/checkinlists/exporters.py:374 #: pretix/plugins/pretixdroid/forms.py:39 #: pretix/plugins/pretixdroid/models.py:24 #: pretix/plugins/pretixdroid/templates/pretixplugins/pretixdroid/configuration.html:79 @@ -11527,7 +11532,7 @@ msgid "Installed plugins" msgstr "" #: pretix/control/templates/pretixcontrol/event/plugins.html:10 -#: pretix/control/views/checkin.py:260 pretix/control/views/event.py:177 +#: pretix/control/views/checkin.py:264 pretix/control/views/event.py:177 #: pretix/control/views/event.py:317 pretix/control/views/event.py:396 #: pretix/control/views/event.py:436 pretix/control/views/event.py:594 #: pretix/control/views/event.py:785 pretix/control/views/event.py:1135 @@ -11690,14 +11695,14 @@ msgid "Basics" msgstr "" #: pretix/control/templates/pretixcontrol/event/settings.html:31 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:44 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:46 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:349 #: pretix/control/templates/pretixcontrol/subevents/detail.html:32 msgid "Geo coordinates" msgstr "" #: pretix/control/templates/pretixcontrol/event/settings.html:32 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:45 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:47 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:271 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:275 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:350 @@ -11706,7 +11711,7 @@ msgid "Optional" msgstr "" #: pretix/control/templates/pretixcontrol/event/settings.html:39 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:52 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:54 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:357 #: pretix/control/templates/pretixcontrol/subevents/detail.html:40 msgid "Geocoding data © OpenStreetMap" @@ -11744,7 +11749,7 @@ msgid "Shop design" msgstr "" #: pretix/control/templates/pretixcontrol/event/settings.html:124 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:74 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:76 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:392 #: pretix/control/templates/pretixcontrol/subevents/detail.html:76 msgid "Timeline" @@ -11990,7 +11995,7 @@ msgid "" "We strongly recommend against using short forms of more then 16 characters." msgstr "" -#: pretix/control/templates/pretixcontrol/events/create_basics.html:68 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:70 msgid "Display settings" msgstr "" @@ -12008,7 +12013,40 @@ msgid "" "that contain the event name." msgstr "" -#: pretix/control/templates/pretixcontrol/events/create_foundation.html:10 +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:13 +msgid "Singular event or non-event shop" +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:15 +msgid "" +"An event with individual configuration. If you create more events later, you " +"can copy the event to save yourself some work." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:21 +msgid "" +"Examples: Conferences, workshops, trade fairs, one-off concerts, sale of " +"digital content, multi-day events with combination tickets." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:32 +msgid "Event series or time slot booking" +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:34 +msgid "" +"A series of events that share the same configuration. They can still be " +"different in their dates, locations, prices, and capacities." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:40 +msgid "" +"Examples: Multiple presentations of the same show, same concert in multiple " +"locations, museums, libraries, or swimming pools, events that need to be " +"booked together in one cart." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:53 msgid "" "Please note that you will only be able to delete your event until the first " "order has been created." @@ -12431,8 +12469,8 @@ msgstr "" #: pretix/control/templates/pretixcontrol/items/question.html:20 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:14 #: pretix/control/templates/pretixcontrol/orders/overview.html:68 -#: pretix/plugins/checkinlists/exporters.py:343 -#: pretix/plugins/reports/exporters.py:223 +#: pretix/plugins/checkinlists/exporters.py:402 +#: pretix/plugins/reports/exporters.py:226 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:17 msgid "Paid" msgstr "" @@ -13265,10 +13303,10 @@ msgstr "" #: pretix/control/templates/pretixcontrol/order/index.html:550 #: pretix/control/templates/pretixcontrol/orders/overview.html:69 #: pretix/control/templates/pretixcontrol/orders/overview.html:146 -#: pretix/plugins/reports/exporters.py:223 -#: pretix/plugins/reports/exporters.py:278 -#: pretix/plugins/reports/exporters.py:447 -#: pretix/plugins/reports/exporters.py:591 +#: pretix/plugins/reports/exporters.py:226 +#: pretix/plugins/reports/exporters.py:281 +#: pretix/plugins/reports/exporters.py:450 +#: pretix/plugins/reports/exporters.py:594 #: pretix/presale/templates/pretixpresale/event/fragment_cart.html:292 msgid "Total" msgstr "" @@ -13465,34 +13503,34 @@ msgctxt "amount_label" msgid "Automatically refund" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:59 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:63 msgid "Automatically refund full amount" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:62 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:66 msgid "This payment method does not support automatic refunds." msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:70 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:74 msgid "Transfer to other order" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:73 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:77 msgctxt "amount_label" msgid "Transfer" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:81 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:85 msgctxt "order_label" msgid "to" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:91 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:95 #: pretix/control/templates/pretixcontrol/organizers/giftcard_create.html:5 msgid "Create a new gift card" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:103 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:113 #, fuzzy #| msgid "This order is not yet approved by the event organizer." msgid "" @@ -13500,20 +13538,20 @@ msgid "" msgstr "" "Aquesta comanda encara no s'ha aprovat per l'organitzador de l'esdeveniment." -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:111 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:121 msgid "Manual refund" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:114 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:124 msgctxt "amount_label" msgid "Manually refund" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:125 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:139 msgid "Keep transfer as to do" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:129 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:143 #: pretix/control/templates/pretixcontrol/order/refund_done.html:5 #: pretix/control/templates/pretixcontrol/order/refund_done.html:9 #: pretix/control/templates/pretixcontrol/order/refund_process.html:6 @@ -13521,7 +13559,7 @@ msgstr "" msgid "Mark refund as done" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:139 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:153 msgid "" "Any payments that you selected for automatical refunds will be immediately " "communicate the refund request to the respective payment provider. Manual " @@ -13529,7 +13567,7 @@ msgid "" "done once you actually transferred the money back to the customer." msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:160 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:174 msgid "Perform refund" msgstr "" @@ -13767,29 +13805,29 @@ msgid "Remove filter" msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:132 -#: pretix/control/templates/pretixcontrol/search/orders.html:78 +#: pretix/control/templates/pretixcontrol/search/orders.html:83 msgid "CANCELLATION REQUESTED" msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:135 #: pretix/control/templates/pretixcontrol/orders/index.html:137 -#: pretix/control/templates/pretixcontrol/search/orders.html:81 -#: pretix/control/templates/pretixcontrol/search/orders.html:83 +#: pretix/control/templates/pretixcontrol/search/orders.html:86 +#: pretix/control/templates/pretixcontrol/search/orders.html:88 msgid "REFUND PENDING" msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:140 -#: pretix/control/templates/pretixcontrol/search/orders.html:86 +#: pretix/control/templates/pretixcontrol/search/orders.html:91 msgid "OVERPAID" msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:142 -#: pretix/control/templates/pretixcontrol/search/orders.html:88 +#: pretix/control/templates/pretixcontrol/search/orders.html:93 msgid "UNDERPAID" msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:144 -#: pretix/control/templates/pretixcontrol/search/orders.html:90 +#: pretix/control/templates/pretixcontrol/search/orders.html:95 msgid "FULLY PAID" msgstr "" @@ -13829,7 +13867,7 @@ msgid "" msgstr "" #: pretix/control/templates/pretixcontrol/orders/overview.html:61 -#: pretix/plugins/reports/exporters.py:219 +#: pretix/plugins/reports/exporters.py:222 msgid "Purchased" msgstr "" @@ -14496,7 +14534,7 @@ msgstr "" msgid "pretix Logo" msgstr "" -#: pretix/control/templates/pretixcontrol/search/orders.html:99 +#: pretix/control/templates/pretixcontrol/search/orders.html:104 msgid "" "We couldn't find any orders that you have access to and that match your " "search query." @@ -15577,15 +15615,15 @@ msgstr "" msgid "The selected check-ins have been reverted." msgstr "" -#: pretix/control/views/checkin.py:163 +#: pretix/control/views/checkin.py:167 msgid "The selected tickets have been marked as checked in." msgstr "" -#: pretix/control/views/checkin.py:227 +#: pretix/control/views/checkin.py:231 msgid "The new check-in list has been created." msgstr "" -#: pretix/control/views/checkin.py:234 pretix/control/views/checkin.py:277 +#: pretix/control/views/checkin.py:238 pretix/control/views/checkin.py:281 #: pretix/control/views/event.py:206 pretix/control/views/event.py:399 #: pretix/control/views/event.py:439 pretix/control/views/event.py:597 #: pretix/control/views/event.py:754 pretix/control/views/event.py:1094 @@ -15600,11 +15638,11 @@ msgstr "" msgid "We could not save your changes. See below for details." msgstr "" -#: pretix/control/views/checkin.py:256 pretix/control/views/checkin.py:293 +#: pretix/control/views/checkin.py:260 pretix/control/views/checkin.py:297 msgid "The requested list does not exist." msgstr "" -#: pretix/control/views/checkin.py:302 +#: pretix/control/views/checkin.py:306 msgid "The selected list has been deleted." msgstr "" @@ -15840,7 +15878,7 @@ msgstr "" msgid "Could not update the comment." msgstr "" -#: pretix/control/views/event.py:1061 pretix/control/views/main.py:296 +#: pretix/control/views/event.py:1061 pretix/control/views/main.py:276 msgid "VAT" msgstr "IVA" @@ -16860,30 +16898,30 @@ msgstr "" msgid "8 portrait A7 pages on one A4 page" msgstr "" -#: pretix/plugins/badges/exporters.py:186 +#: pretix/plugins/badges/exporters.py:194 msgid "None of the selected products is configured to print badges." msgstr "" -#: pretix/plugins/badges/exporters.py:192 +#: pretix/plugins/badges/exporters.py:200 msgid "Attendee badges" msgstr "" -#: pretix/plugins/badges/exporters.py:212 +#: pretix/plugins/badges/exporters.py:220 #: pretix/plugins/ticketoutputpdf/exporters.py:32 msgid "Include pending orders" msgstr "" -#: pretix/plugins/badges/exporters.py:217 +#: pretix/plugins/badges/exporters.py:225 msgid "Include add-on or bundled positions" msgstr "" -#: pretix/plugins/badges/exporters.py:222 +#: pretix/plugins/badges/exporters.py:230 #, fuzzy #| msgid "Question option" msgid "Rendering option" msgstr "Opció de pregunta" -#: pretix/plugins/badges/exporters.py:227 +#: pretix/plugins/badges/exporters.py:235 msgid "" "This option allows you to align multiple badges on one page, for example if " "you want to print to a sheet of stickers with a regular office printer. " @@ -16891,10 +16929,10 @@ msgid "" "correct size." msgstr "" -#: pretix/plugins/badges/exporters.py:233 -#: pretix/plugins/checkinlists/exporters.py:56 -#: pretix/plugins/reports/exporters.py:315 -#: pretix/plugins/reports/exporters.py:487 +#: pretix/plugins/badges/exporters.py:241 +#: pretix/plugins/checkinlists/exporters.py:71 +#: pretix/plugins/reports/exporters.py:318 +#: pretix/plugins/reports/exporters.py:490 #: pretix/plugins/ticketoutputpdf/exporters.py:37 msgid "Sort by" msgstr "" @@ -17417,37 +17455,45 @@ msgstr "" msgid "This plugin allows you to generate check-in lists for your conference." msgstr "" -#: pretix/plugins/checkinlists/exporters.py:46 +#: pretix/plugins/checkinlists/exporters.py:50 +msgid "Only include tickets for dates on or after this date." +msgstr "" + +#: pretix/plugins/checkinlists/exporters.py:57 +msgid "Only include tickets for dates on or before this date." +msgstr "" + +#: pretix/plugins/checkinlists/exporters.py:61 msgid "Include QR-code secret" msgstr "" -#: pretix/plugins/checkinlists/exporters.py:51 +#: pretix/plugins/checkinlists/exporters.py:66 #, fuzzy #| msgid "Requires special attention" msgid "Only tickets requiring special attention" msgstr "Requereix atenció especial" -#: pretix/plugins/checkinlists/exporters.py:71 +#: pretix/plugins/checkinlists/exporters.py:86 msgid "Include questions" msgstr "" -#: pretix/plugins/checkinlists/exporters.py:183 +#: pretix/plugins/checkinlists/exporters.py:222 msgid "Check-in list (PDF)" msgstr "" #. Translators: maximum 5 characters -#: pretix/plugins/checkinlists/exporters.py:234 +#: pretix/plugins/checkinlists/exporters.py:284 msgctxt "tablehead" msgid "paid" msgstr "" -#: pretix/plugins/checkinlists/exporters.py:337 +#: pretix/plugins/checkinlists/exporters.py:396 #, fuzzy #| msgid "Automatically on payment" msgid "Automatically checked in" msgstr "Automàticament durant el pagament" -#: pretix/plugins/checkinlists/exporters.py:346 +#: pretix/plugins/checkinlists/exporters.py:405 #: pretix/plugins/paypal/payment.py:86 msgid "Secret" msgstr "" @@ -17528,48 +17574,48 @@ msgid "" "to send any payments." msgstr "" -#: pretix/plugins/paypal/payment.py:205 pretix/plugins/paypal/payment.py:291 -#: pretix/plugins/paypal/payment.py:306 pretix/plugins/paypal/payment.py:309 -#: pretix/plugins/paypal/payment.py:367 +#: pretix/plugins/paypal/payment.py:205 pretix/plugins/paypal/payment.py:298 +#: pretix/plugins/paypal/payment.py:313 pretix/plugins/paypal/payment.py:316 +#: pretix/plugins/paypal/payment.py:374 pretix/plugins/paypal/payment.py:515 msgid "We had trouble communicating with PayPal" msgstr "" -#: pretix/plugins/paypal/payment.py:323 pretix/plugins/paypal/payment.py:332 -#: pretix/plugins/paypal/payment.py:393 +#: pretix/plugins/paypal/payment.py:330 pretix/plugins/paypal/payment.py:339 +#: pretix/plugins/paypal/payment.py:400 msgid "" "We were unable to process your payment. See below for details on how to " "proceed." msgstr "" -#: pretix/plugins/paypal/payment.py:374 pretix/plugins/paypal/payment.py:383 +#: pretix/plugins/paypal/payment.py:381 pretix/plugins/paypal/payment.py:390 msgid "" "PayPal has not yet approved the payment. We will inform you as soon as the " "payment completed." msgstr "" -#: pretix/plugins/paypal/payment.py:408 pretix/plugins/stripe/payment.py:435 +#: pretix/plugins/paypal/payment.py:415 pretix/plugins/stripe/payment.py:435 #: pretix/plugins/stripe/payment.py:787 msgid "There was an error sending the confirmation mail." msgstr "" -#: pretix/plugins/paypal/payment.py:485 pretix/plugins/paypal/payment.py:492 +#: pretix/plugins/paypal/payment.py:492 pretix/plugins/paypal/payment.py:499 msgid "Refunding the amount via PayPal failed: {}" msgstr "" -#: pretix/plugins/paypal/payment.py:591 pretix/plugins/paypal/payment.py:599 +#: pretix/plugins/paypal/payment.py:615 pretix/plugins/paypal/payment.py:623 #, fuzzy #| msgctxt "invoice" #| msgid "The payment for this invoice has already been received." msgid "The payment for this invoice has already been received." msgstr "Ja s'ha rebut el pagament per a aquesta factura." -#: pretix/plugins/paypal/payment.py:592 pretix/plugins/paypal/payment.py:600 +#: pretix/plugins/paypal/payment.py:616 pretix/plugins/paypal/payment.py:624 #, fuzzy #| msgid "Payment ID" msgid "PayPal payment ID" msgstr "Identificador de pagament" -#: pretix/plugins/paypal/payment.py:594 +#: pretix/plugins/paypal/payment.py:618 msgid "PayPal sale ID" msgstr "" @@ -17940,48 +17986,48 @@ msgstr "" msgid "Created: %s" msgstr "" -#: pretix/plugins/reports/exporters.py:153 +#: pretix/plugins/reports/exporters.py:156 msgid "Order overview (PDF)" msgstr "" -#: pretix/plugins/reports/exporters.py:197 +#: pretix/plugins/reports/exporters.py:200 #: pretix/plugins/statistics/templates/pretixplugins/statistics/index.html:58 msgid "Orders by product" msgstr "" -#: pretix/plugins/reports/exporters.py:202 +#: pretix/plugins/reports/exporters.py:205 #, python-brace-format msgid "{axis} between {start} and {end}" msgstr "" -#: pretix/plugins/reports/exporters.py:227 -#: pretix/plugins/reports/exporters.py:228 -#: pretix/plugins/reports/exporters.py:229 #: pretix/plugins/reports/exporters.py:230 #: pretix/plugins/reports/exporters.py:231 +#: pretix/plugins/reports/exporters.py:232 +#: pretix/plugins/reports/exporters.py:233 +#: pretix/plugins/reports/exporters.py:234 msgid "#" msgstr "" -#: pretix/plugins/reports/exporters.py:299 +#: pretix/plugins/reports/exporters.py:302 msgid "List of orders with taxes (PDF)" msgstr "" -#: pretix/plugins/reports/exporters.py:376 +#: pretix/plugins/reports/exporters.py:379 #, python-brace-format msgid "Orders by tax rate ({currency})" msgstr "" -#: pretix/plugins/reports/exporters.py:385 -#: pretix/plugins/reports/exporters.py:521 +#: pretix/plugins/reports/exporters.py:388 +#: pretix/plugins/reports/exporters.py:524 msgid "Gross" msgstr "" -#: pretix/plugins/reports/exporters.py:385 -#: pretix/plugins/reports/exporters.py:521 +#: pretix/plugins/reports/exporters.py:388 +#: pretix/plugins/reports/exporters.py:524 msgid "Tax" msgstr "" -#: pretix/plugins/reports/exporters.py:470 +#: pretix/plugins/reports/exporters.py:473 msgid "List of orders with taxes" msgstr "" @@ -19077,24 +19123,24 @@ msgid "Show all events of %(name)s" msgstr "" #: pretix/presale/templates/pretixpresale/event/base.html:98 -#: pretix/presale/templates/pretixpresale/event/base.html:128 +#: pretix/presale/templates/pretixpresale/event/base.html:132 msgid "" "This ticket shop is currently in test mode. Please do not perform any real " "purchases as your order might be deleted without notice." msgstr "" #: pretix/presale/templates/pretixpresale/event/base.html:104 -#: pretix/presale/templates/pretixpresale/event/base.html:134 +#: pretix/presale/templates/pretixpresale/event/base.html:138 msgid "" "Orders made through this sales channel cannot be deleted - even if the " "ticket shop is in test mode!" msgstr "" -#: pretix/presale/templates/pretixpresale/event/base.html:142 +#: pretix/presale/templates/pretixpresale/event/base.html:146 msgid "Contact event organizer" msgstr "" -#: pretix/presale/templates/pretixpresale/event/base.html:145 +#: pretix/presale/templates/pretixpresale/event/base.html:149 msgid "Imprint" msgstr "" @@ -19510,6 +19556,11 @@ msgstr "" msgid "Go" msgstr "" +#: pretix/presale/templates/pretixpresale/event/fragment_subevent_calendar_week.html:21 +#: pretix/presale/templates/pretixpresale/organizers/calendar_week.html:48 +msgid "W" +msgstr "" + #: pretix/presale/templates/pretixpresale/event/fragment_subevent_list.html:21 #: pretix/presale/templates/pretixpresale/event/fragment_subevent_list.html:30 #: pretix/presale/templates/pretixpresale/fragment_calendar.html:71 @@ -20203,19 +20254,19 @@ msgstr "" msgid "Please enter positive numbers only." msgstr "" -#: pretix/presale/views/cart.py:338 +#: pretix/presale/views/cart.py:340 msgid "We applied the voucher to as many products in your cart as we could." msgstr "" -#: pretix/presale/views/cart.py:360 +#: pretix/presale/views/cart.py:362 msgid "Your cart has been updated." msgstr "" -#: pretix/presale/views/cart.py:363 pretix/presale/views/cart.py:385 +#: pretix/presale/views/cart.py:365 pretix/presale/views/cart.py:387 msgid "Your cart is now empty." msgstr "" -#: pretix/presale/views/cart.py:400 +#: pretix/presale/views/cart.py:402 msgid "The products have been successfully added to your cart." msgstr "" @@ -20434,6 +20485,22 @@ msgstr "" msgid "Write access" msgstr "Accés d'escriptura" +#~ msgid "" +#~ "Only recommended for advanced users. If this feature is enabled, this " +#~ "will not only be a single event but a series of very similar events that " +#~ "are handled within a single shop. The single events inside the series can " +#~ "only differ in date, time, location, prices and quotas, but not in other " +#~ "settings, and buying tickets across multiple of these events at the same " +#~ "time is possible. You cannot change this setting for this event later." +#~ msgstr "" +#~ "Només recomanat per usuaris avançats. Si activeu aquesta funció això no " +#~ "serà un únic esdeveniment sinó un sèrie d'esdeveniments molt semblants " +#~ "que es gestionaran com una única tenda. Els esdeveniments individuals " +#~ "dins les sèries només poden canviar la data, hora, ubicació, preus i " +#~ "quotes, però cap altra configuració, i és possible comprar tiquets de " +#~ "varis d'aquests esdeveniments al mateix temps. No podeu canviar més " +#~ "endevant aquesta configuració per a aquest esdeveniment." + #~ msgid "Only successful payments" #~ msgstr "Només pagaments correctes" diff --git a/src/pretix/locale/ca/LC_MESSAGES/djangojs.po b/src/pretix/locale/ca/LC_MESSAGES/djangojs.po index ef96f5f94..fb8a43ad3 100644 --- a/src/pretix/locale/ca/LC_MESSAGES/djangojs.po +++ b/src/pretix/locale/ca/LC_MESSAGES/djangojs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-05-13 16:45+0000\n" +"POT-Creation-Date: 2020-06-10 16:02+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/src/pretix/locale/cs/LC_MESSAGES/django.po b/src/pretix/locale/cs/LC_MESSAGES/django.po index 570c6b399..5ad53e976 100644 --- a/src/pretix/locale/cs/LC_MESSAGES/django.po +++ b/src/pretix/locale/cs/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-05-13 16:44+0000\n" +"POT-Creation-Date: 2020-06-10 16:02+0000\n" "PO-Revision-Date: 2019-11-22 10:01+0000\n" "Last-Translator: Jaroslav Lichtblau \n" "Language-Team: Czech " msgstr "" -#: pretix/base/pdf.py:343 pretix/base/pdf.py:350 -#: pretix/plugins/badges/exporters.py:238 -#: pretix/plugins/checkinlists/exporters.py:62 -#: pretix/plugins/checkinlists/exporters.py:335 +#: pretix/base/pdf.py:348 pretix/base/pdf.py:355 +#: pretix/plugins/badges/exporters.py:246 +#: pretix/plugins/checkinlists/exporters.py:77 +#: pretix/plugins/checkinlists/exporters.py:394 #: pretix/plugins/ticketoutputpdf/exporters.py:42 #, python-brace-format msgid "Attendee name: {part}" msgstr "" -#: pretix/base/pdf.py:360 +#: pretix/base/pdf.py:365 #, python-brace-format msgid "Invoice address name: {part}" msgstr "" -#: pretix/base/pdf.py:522 pretix/plugins/ticketoutputpdf/ticketoutput.py:78 +#: pretix/base/pdf.py:527 pretix/plugins/ticketoutputpdf/ticketoutput.py:78 msgid "Ticket" msgstr "" @@ -4130,7 +4145,7 @@ msgid "" "busy. Please try again." msgstr "" -#: pretix/base/services/cart.py:54 pretix/presale/views/cart.py:174 +#: pretix/base/services/cart.py:54 pretix/presale/views/cart.py:176 msgid "You did not select any products." msgstr "" @@ -4376,7 +4391,7 @@ msgctxt "invoice" msgid "Attendee: {name}" msgstr "" -#: pretix/base/services/invoices.py:170 pretix/plugins/reports/exporters.py:215 +#: pretix/base/services/invoices.py:170 pretix/plugins/reports/exporters.py:218 msgctxt "subevent" msgid "Date: {}" msgstr "" @@ -4531,7 +4546,7 @@ msgid "" "the position from your cart." msgstr "" -#: pretix/base/services/orders.py:153 pretix/control/forms/orders.py:68 +#: pretix/base/services/orders.py:153 pretix/control/forms/orders.py:69 msgid "The new expiry date needs to be in the future." msgstr "" @@ -4566,7 +4581,7 @@ msgid "" "order has already been redeemed." msgstr "" -#: pretix/base/services/orders.py:391 pretix/control/forms/orders.py:132 +#: pretix/base/services/orders.py:391 pretix/control/forms/orders.py:136 msgid "" "The cancellation fee cannot be higher than the payment credit of this order." msgstr "" @@ -4687,14 +4702,14 @@ msgid "" "contact the event organizer for further information." msgstr "" -#: pretix/base/services/seating.py:35 pretix/base/services/seating.py:90 +#: pretix/base/services/seating.py:35 pretix/base/services/seating.py:94 #, python-format msgid "" "You can not change the plan since seat \"%s\" is not present in the new plan " "and is already sold." msgstr "" -#: pretix/base/services/seating.py:93 +#: pretix/base/services/seating.py:97 #, python-format msgid "" "You can not change the plan since seat \"%s\" is not present in the new plan " @@ -5203,7 +5218,7 @@ msgstr "" msgid "Available languages" msgstr "" -#: pretix/base/settings.py:707 pretix/control/forms/event.py:96 +#: pretix/base/settings.py:707 pretix/control/forms/event.py:91 msgid "Default language" msgstr "" @@ -5239,7 +5254,7 @@ msgstr "" msgid "Hide all products that are sold out" msgstr "" -#: pretix/base/settings.py:757 pretix/control/forms/event.py:1177 +#: pretix/base/settings.py:757 pretix/control/forms/event.py:1176 msgid "Publicly show how many tickets of a certain type are still available." msgstr "" @@ -5255,7 +5270,7 @@ msgstr "" msgid "Enable waiting list" msgstr "" -#: pretix/base/settings.py:785 pretix/control/forms/event.py:1182 +#: pretix/base/settings.py:785 pretix/control/forms/event.py:1181 msgid "" "Once a ticket is sold out, people can add themselves to a waiting list. As " "soon as a ticket becomes available again, it will be reserved for the first " @@ -5339,7 +5354,7 @@ msgid "" msgstr "" #: pretix/base/settings.py:888 pretix/base/settings.py:896 -#: pretix/control/forms/organizer.py:292 +#: pretix/control/forms/organizer.py:293 #: pretix/presale/templates/pretixpresale/organizers/calendar.html:25 #: pretix/presale/templates/pretixpresale/organizers/calendar_week.html:25 #: pretix/presale/templates/pretixpresale/organizers/index.html:34 @@ -5347,16 +5362,16 @@ msgid "List" msgstr "" #: pretix/base/settings.py:889 pretix/base/settings.py:897 -#: pretix/control/forms/organizer.py:293 +#: pretix/control/forms/organizer.py:294 msgid "Week calendar" msgstr "" #: pretix/base/settings.py:890 pretix/base/settings.py:898 -#: pretix/control/forms/organizer.py:294 +#: pretix/control/forms/organizer.py:295 msgid "Month calendar" msgstr "" -#: pretix/base/settings.py:894 pretix/control/forms/organizer.py:290 +#: pretix/base/settings.py:894 pretix/control/forms/organizer.py:291 msgid "Default overview style" msgstr "" @@ -5390,7 +5405,7 @@ msgid "" "Otherwise, a manual refund will be created for you to process manually." msgstr "" -#: pretix/base/settings.py:952 pretix/control/forms/orders.py:586 +#: pretix/base/settings.py:952 pretix/control/forms/orders.py:590 msgid "Keep a fixed cancellation fee" msgstr "" @@ -5398,7 +5413,7 @@ msgstr "" msgid "Keep payment, shipping and service fees" msgstr "" -#: pretix/base/settings.py:973 pretix/control/forms/orders.py:591 +#: pretix/base/settings.py:973 pretix/control/forms/orders.py:595 msgid "Keep a percentual cancellation fee" msgstr "" @@ -5454,19 +5469,19 @@ msgstr "" msgid "Refund method" msgstr "" -#: pretix/base/settings.py:1051 pretix/control/forms/event.py:1205 +#: pretix/base/settings.py:1051 pretix/control/forms/event.py:1204 msgid "Contact address" msgstr "" -#: pretix/base/settings.py:1052 pretix/control/forms/event.py:1207 +#: pretix/base/settings.py:1052 pretix/control/forms/event.py:1206 msgid "We'll show this publicly to allow attendees to contact you." msgstr "" -#: pretix/base/settings.py:1060 pretix/control/forms/event.py:1199 +#: pretix/base/settings.py:1060 pretix/control/forms/event.py:1198 msgid "Imprint URL" msgstr "" -#: pretix/base/settings.py:1061 pretix/control/forms/event.py:1200 +#: pretix/base/settings.py:1061 pretix/control/forms/event.py:1199 msgid "" "This should point e.g. to a part of your website that has your contact " "details and legal information." @@ -5855,100 +5870,100 @@ msgctxt "subevent" msgid "Date ordering" msgstr "" -#: pretix/base/settings.py:1657 +#: pretix/base/settings.py:1665 msgid "Most common English titles" msgstr "" -#: pretix/base/settings.py:1667 +#: pretix/base/settings.py:1675 msgid "Most common German titles" msgstr "" -#: pretix/base/settings.py:1676 pretix/base/settings.py:1689 -#: pretix/base/settings.py:1705 pretix/base/settings.py:1755 -#: pretix/base/settings.py:1768 pretix/base/settings.py:1782 +#: pretix/base/settings.py:1684 pretix/base/settings.py:1697 +#: pretix/base/settings.py:1713 pretix/base/settings.py:1763 +#: pretix/base/settings.py:1776 pretix/base/settings.py:1790 msgid "Given name" msgstr "" -#: pretix/base/settings.py:1677 pretix/base/settings.py:1690 -#: pretix/base/settings.py:1706 pretix/base/settings.py:1722 -#: pretix/base/settings.py:1739 pretix/base/settings.py:1754 -#: pretix/base/settings.py:1769 pretix/base/settings.py:1783 +#: pretix/base/settings.py:1685 pretix/base/settings.py:1698 +#: pretix/base/settings.py:1714 pretix/base/settings.py:1730 +#: pretix/base/settings.py:1747 pretix/base/settings.py:1762 +#: pretix/base/settings.py:1777 pretix/base/settings.py:1791 msgid "Family name" msgstr "" -#: pretix/base/settings.py:1681 pretix/base/settings.py:1697 -#: pretix/base/settings.py:1713 pretix/base/settings.py:1728 -#: pretix/base/settings.py:1746 pretix/base/settings.py:1761 -#: pretix/base/settings.py:1791 pretix/base/settings.py:1814 +#: pretix/base/settings.py:1689 pretix/base/settings.py:1705 +#: pretix/base/settings.py:1721 pretix/base/settings.py:1736 +#: pretix/base/settings.py:1754 pretix/base/settings.py:1769 +#: pretix/base/settings.py:1799 pretix/base/settings.py:1822 msgctxt "person_name_sample" msgid "John" msgstr "" -#: pretix/base/settings.py:1682 pretix/base/settings.py:1698 -#: pretix/base/settings.py:1714 pretix/base/settings.py:1730 -#: pretix/base/settings.py:1748 pretix/base/settings.py:1762 -#: pretix/base/settings.py:1792 +#: pretix/base/settings.py:1690 pretix/base/settings.py:1706 +#: pretix/base/settings.py:1722 pretix/base/settings.py:1738 +#: pretix/base/settings.py:1756 pretix/base/settings.py:1770 +#: pretix/base/settings.py:1800 msgctxt "person_name_sample" msgid "Doe" msgstr "" -#: pretix/base/settings.py:1688 pretix/base/settings.py:1704 -#: pretix/base/settings.py:1736 +#: pretix/base/settings.py:1696 pretix/base/settings.py:1712 +#: pretix/base/settings.py:1744 msgctxt "person_name" msgid "Title" msgstr "" -#: pretix/base/settings.py:1696 pretix/base/settings.py:1712 -#: pretix/base/settings.py:1745 +#: pretix/base/settings.py:1704 pretix/base/settings.py:1720 +#: pretix/base/settings.py:1753 msgctxt "person_name_sample" msgid "Dr" msgstr "" -#: pretix/base/settings.py:1720 pretix/base/settings.py:1737 +#: pretix/base/settings.py:1728 pretix/base/settings.py:1745 msgid "First name" msgstr "" -#: pretix/base/settings.py:1721 pretix/base/settings.py:1738 +#: pretix/base/settings.py:1729 pretix/base/settings.py:1746 msgid "Middle name" msgstr "" -#: pretix/base/settings.py:1802 pretix/base/settings.py:1813 +#: pretix/base/settings.py:1810 pretix/base/settings.py:1821 msgctxt "person_name_sample" msgid "John Doe" msgstr "" -#: pretix/base/settings.py:1808 +#: pretix/base/settings.py:1816 msgid "Calling name" msgstr "" -#: pretix/base/settings.py:1821 +#: pretix/base/settings.py:1829 msgid "Latin transcription" msgstr "" -#: pretix/base/settings.py:1924 pretix/control/forms/event.py:176 +#: pretix/base/settings.py:1932 pretix/control/forms/event.py:172 msgid "" "Your default locale must also be enabled for your event (see box above)." msgstr "" -#: pretix/base/settings.py:1928 +#: pretix/base/settings.py:1936 msgid "" "You cannot require specifying attendee names if you do not ask for them." msgstr "" -#: pretix/base/settings.py:1932 +#: pretix/base/settings.py:1940 msgid "You have to ask for attendee emails if you want to make them required." msgstr "" -#: pretix/base/settings.py:1936 +#: pretix/base/settings.py:1944 msgid "" "You have to ask for invoice addresses if you want to make them required." msgstr "" -#: pretix/base/settings.py:1940 +#: pretix/base/settings.py:1948 msgid "You have to require invoice addresses to require for company names." msgstr "" -#: pretix/base/settings.py:1947 +#: pretix/base/settings.py:1955 msgid "The last payment date cannot be before the end of presale." msgstr "" @@ -6309,16 +6324,21 @@ msgstr "" msgid "The task has been completed." msgstr "" -#: pretix/control/forms/__init__.py:112 +#: pretix/control/forms/__init__.py:115 +#, python-brace-format +msgid "Please do not upload files larger than {size}!" +msgstr "" + +#: pretix/control/forms/__init__.py:136 msgid "Filetype not allowed!" msgstr "" #: pretix/control/forms/checkin.py:38 pretix/control/forms/filter.py:244 -#: pretix/control/forms/filter.py:271 pretix/control/forms/filter.py:979 -#: pretix/control/forms/filter.py:999 pretix/control/forms/filter.py:1091 -#: pretix/control/forms/filter.py:1107 pretix/control/forms/filter.py:1168 -#: pretix/control/forms/filter.py:1203 pretix/control/forms/orders.py:544 -#: pretix/control/forms/orders.py:699 +#: pretix/control/forms/filter.py:271 pretix/control/forms/filter.py:1031 +#: pretix/control/forms/filter.py:1051 pretix/control/forms/filter.py:1143 +#: pretix/control/forms/filter.py:1159 pretix/control/forms/filter.py:1220 +#: pretix/control/forms/filter.py:1255 pretix/control/forms/orders.py:548 +#: pretix/control/forms/orders.py:703 #: pretix/control/templates/pretixcontrol/event/fragment_subevent_choice_simple.html:5 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:47 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:109 @@ -6327,7 +6347,7 @@ msgctxt "subevent" msgid "All dates" msgstr "" -#: pretix/control/forms/event.py:44 pretix/control/forms/organizer.py:310 +#: pretix/control/forms/event.py:44 pretix/control/forms/organizer.py:311 msgid "Use languages" msgstr "" @@ -6339,112 +6359,102 @@ msgstr "" msgid "This is an event series" msgstr "" -#: pretix/control/forms/event.py:50 -msgid "" -"Only recommended for advanced users. If this feature is enabled, this will " -"not only be a single event but a series of very similar events that are " -"handled within a single shop. The single events inside the series can only " -"differ in date, time, location, prices and quotas, but not in other " -"settings, and buying tickets across multiple of these events at the same " -"time is possible. You cannot change this setting for this event later." -msgstr "" - -#: pretix/control/forms/event.py:88 +#: pretix/control/forms/event.py:83 msgid "" "You already used this slug for a different event. Please choose a new one." msgstr "" -#: pretix/control/forms/event.py:92 pretix/control/forms/event.py:394 +#: pretix/control/forms/event.py:87 pretix/control/forms/event.py:390 msgid "Event timezone" msgstr "" -#: pretix/control/forms/event.py:99 +#: pretix/control/forms/event.py:94 msgid "Sales tax rate" msgstr "" -#: pretix/control/forms/event.py:100 +#: pretix/control/forms/event.py:95 msgid "" "Do you need to pay sales tax on your tickets? In this case, please enter the " "applicable tax rate here in percent. If you have a more complicated tax " "situation, you can add more tax rates and detailed configuration later." msgstr "" -#: pretix/control/forms/event.py:107 +#: pretix/control/forms/event.py:102 msgid "Grant access to team" msgstr "" -#: pretix/control/forms/event.py:108 +#: pretix/control/forms/event.py:103 msgid "" "You are allowed to create events under this organizer, however you do not " "have permission to edit all events under this organizer. Please select one " "of your existing teams that will be granted access to this event." msgstr "" -#: pretix/control/forms/event.py:113 +#: pretix/control/forms/event.py:108 msgid "Create a new team for this event with me as the only member" msgstr "" -#: pretix/control/forms/event.py:156 pretix/control/forms/event.py:309 +#: pretix/control/forms/event.py:151 pretix/control/forms/event.py:305 msgid "" "Sample Conference Center\n" "Heidelberg, Germany" msgstr "" -#: pretix/control/forms/event.py:180 +#: pretix/control/forms/event.py:176 msgid "Your default locale must be specified." msgstr "" -#: pretix/control/forms/event.py:254 +#: pretix/control/forms/event.py:250 msgid "Copy configuration from" msgstr "" -#: pretix/control/forms/event.py:260 pretix/control/forms/event.py:263 +#: pretix/control/forms/event.py:256 pretix/control/forms/event.py:259 #: pretix/control/forms/item.py:250 msgid "Do not copy" msgstr "" -#: pretix/control/forms/event.py:314 pretix/control/forms/organizer.py:87 +#: pretix/control/forms/event.py:310 pretix/control/forms/organizer.py:87 msgid "Custom domain" msgstr "" -#: pretix/control/forms/event.py:316 pretix/control/forms/organizer.py:89 +#: pretix/control/forms/event.py:312 pretix/control/forms/organizer.py:89 msgid "You need to configure the custom domain in the webserver beforehand." msgstr "" -#: pretix/control/forms/event.py:324 pretix/control/forms/organizer.py:97 +#: pretix/control/forms/event.py:320 pretix/control/forms/organizer.py:97 msgid "You cannot choose the base domain of this installation." msgstr "" -#: pretix/control/forms/event.py:328 pretix/control/forms/organizer.py:102 +#: pretix/control/forms/event.py:324 pretix/control/forms/organizer.py:102 msgid "This domain is already in use for a different event or organizer." msgstr "" -#: pretix/control/forms/event.py:397 +#: pretix/control/forms/event.py:393 msgid "Name format" msgstr "" -#: pretix/control/forms/event.py:398 +#: pretix/control/forms/event.py:394 msgid "" "This defines how pretix will ask for human names. Changing this after you " "already received orders might lead to unexpected behavior when sorting or " "changing names." msgstr "" -#: pretix/control/forms/event.py:403 +#: pretix/control/forms/event.py:399 msgid "Allowed titles" msgstr "" -#: pretix/control/forms/event.py:404 +#: pretix/control/forms/event.py:400 msgid "" "If the naming scheme you defined above allows users to input a title, you " "can use this to restrict the set of selectable titles." msgstr "" -#: pretix/control/forms/event.py:409 pretix/control/forms/organizer.py:276 +#: pretix/control/forms/event.py:405 pretix/control/forms/organizer.py:276 msgid "Header image" msgstr "" -#: pretix/control/forms/event.py:412 +#: pretix/control/forms/event.py:409 msgid "" "If you provide a logo image, we will by default not show your event name and " "date in the page header. By default, we show your logo with a size of up to " @@ -6453,27 +6463,27 @@ msgid "" "smaller screens." msgstr "" -#: pretix/control/forms/event.py:418 pretix/control/forms/organizer.py:285 +#: pretix/control/forms/event.py:415 pretix/control/forms/organizer.py:286 msgid "Use header image in its full size" msgstr "" -#: pretix/control/forms/event.py:419 pretix/control/forms/organizer.py:286 +#: pretix/control/forms/event.py:416 pretix/control/forms/organizer.py:287 msgid "We recommend to upload a picture at least 1170 pixels wide." msgstr "" -#: pretix/control/forms/event.py:423 +#: pretix/control/forms/event.py:420 msgid "Show event title even if a header image is present" msgstr "" -#: pretix/control/forms/event.py:424 +#: pretix/control/forms/event.py:421 msgid "The title will only be shown on the event front page." msgstr "" -#: pretix/control/forms/event.py:428 +#: pretix/control/forms/event.py:425 msgid "Social media image" msgstr "" -#: pretix/control/forms/event.py:431 +#: pretix/control/forms/event.py:429 msgid "" "This picture will be used as a preview if you post links to your ticket shop " "on social media. Facebook advises to use a picture size of 1200 x 630 " @@ -6482,298 +6492,298 @@ msgid "" "square is shown. If you do not fill this, we will use the logo given above." msgstr "" -#: pretix/control/forms/event.py:437 pretix/control/forms/organizer.py:226 +#: pretix/control/forms/event.py:435 pretix/control/forms/organizer.py:226 msgid "Primary color" msgstr "" -#: pretix/control/forms/event.py:441 pretix/control/forms/event.py:451 -#: pretix/control/forms/event.py:461 pretix/control/forms/event.py:470 +#: pretix/control/forms/event.py:439 pretix/control/forms/event.py:449 +#: pretix/control/forms/event.py:459 pretix/control/forms/event.py:468 #: pretix/control/forms/organizer.py:230 pretix/control/forms/organizer.py:240 #: pretix/control/forms/organizer.py:250 pretix/control/forms/organizer.py:260 msgid "Please enter the hexadecimal code of a color, e.g. #990000." msgstr "" -#: pretix/control/forms/event.py:446 pretix/control/forms/organizer.py:235 +#: pretix/control/forms/event.py:444 pretix/control/forms/organizer.py:235 msgid "Accent color for success" msgstr "" -#: pretix/control/forms/event.py:447 pretix/control/forms/organizer.py:236 +#: pretix/control/forms/event.py:445 pretix/control/forms/organizer.py:236 msgid "We strongly suggest to use a shade of green." msgstr "" -#: pretix/control/forms/event.py:456 pretix/control/forms/organizer.py:245 +#: pretix/control/forms/event.py:454 pretix/control/forms/organizer.py:245 msgid "Accent color for errors" msgstr "" -#: pretix/control/forms/event.py:457 +#: pretix/control/forms/event.py:455 msgid "We strongly suggest to use a dark shade of red." msgstr "" -#: pretix/control/forms/event.py:466 pretix/control/forms/organizer.py:256 +#: pretix/control/forms/event.py:464 pretix/control/forms/organizer.py:256 msgid "Page background color" msgstr "" -#: pretix/control/forms/event.py:476 pretix/control/forms/organizer.py:266 +#: pretix/control/forms/event.py:474 pretix/control/forms/organizer.py:266 msgid "Use round edges" msgstr "" -#: pretix/control/forms/event.py:480 pretix/control/forms/organizer.py:315 +#: pretix/control/forms/event.py:478 pretix/control/forms/organizer.py:316 #: pretix/control/templates/pretixcontrol/pdf/index.html:305 msgid "Font" msgstr "" -#: pretix/control/forms/event.py:485 pretix/control/forms/organizer.py:320 +#: pretix/control/forms/event.py:483 pretix/control/forms/organizer.py:321 msgid "Only respected by modern browsers." msgstr "" -#: pretix/control/forms/event.py:542 +#: pretix/control/forms/event.py:540 msgid "" "e.g. I hereby confirm that I have read and agree with the event organizer's " "terms of service and agree with them." msgstr "" -#: pretix/control/forms/event.py:546 +#: pretix/control/forms/event.py:544 #, python-brace-format msgid "Ask for {fields}, display like {example}" msgstr "" -#: pretix/control/forms/event.py:552 +#: pretix/control/forms/event.py:550 msgid "Free text input" msgstr "" -#: pretix/control/forms/event.py:586 +#: pretix/control/forms/event.py:584 msgid "" "You have configured gift cards to be valid {} years plus the year the gift " "card is issued in." msgstr "" -#: pretix/control/forms/event.py:601 +#: pretix/control/forms/event.py:599 msgid "Tax rule for payment fees" msgstr "" -#: pretix/control/forms/event.py:603 +#: pretix/control/forms/event.py:601 msgid "" "The tax rule that applies for additional fees you configured for single " "payment methods. This will set the tax rate and reverse charge rules, other " "settings of the tax rule are ignored." msgstr "" -#: pretix/control/forms/event.py:695 +#: pretix/control/forms/event.py:693 msgid "Generate invoices for Sales channels" msgstr "" -#: pretix/control/forms/event.py:698 +#: pretix/control/forms/event.py:696 msgid "" "If you have enabled invoice generation in the previous setting, you can " "limit it here to specific sales channels." msgstr "" -#: pretix/control/forms/event.py:702 +#: pretix/control/forms/event.py:700 msgid "Invoice style" msgstr "" -#: pretix/control/forms/event.py:708 +#: pretix/control/forms/event.py:706 msgid "Invoice language" msgstr "" -#: pretix/control/forms/event.py:709 pretix/control/forms/event.py:730 +#: pretix/control/forms/event.py:707 pretix/control/forms/event.py:729 msgid "The user's language" msgstr "" -#: pretix/control/forms/event.py:712 +#: pretix/control/forms/event.py:710 msgid "Logo image" msgstr "" -#: pretix/control/forms/event.py:715 +#: pretix/control/forms/event.py:714 msgid "We will show your logo with a maximal height and width of 2.5 cm." msgstr "" -#: pretix/control/forms/event.py:759 +#: pretix/control/forms/event.py:758 msgid "Bcc address" msgstr "" -#: pretix/control/forms/event.py:760 +#: pretix/control/forms/event.py:759 msgid "All emails will be sent to this address as a Bcc copy" msgstr "" -#: pretix/control/forms/event.py:766 +#: pretix/control/forms/event.py:765 msgid "Signature" msgstr "" -#: pretix/control/forms/event.py:769 +#: pretix/control/forms/event.py:768 #, python-brace-format msgid "This will be attached to every email. Available placeholders: {event}" msgstr "" -#: pretix/control/forms/event.py:774 +#: pretix/control/forms/event.py:773 msgid "e.g. your contact details" msgstr "" -#: pretix/control/forms/event.py:779 +#: pretix/control/forms/event.py:778 msgid "HTML mail renderer" msgstr "" -#: pretix/control/forms/event.py:784 pretix/control/forms/event.py:801 -#: pretix/control/forms/event.py:818 pretix/control/forms/event.py:877 +#: pretix/control/forms/event.py:783 pretix/control/forms/event.py:800 +#: pretix/control/forms/event.py:817 pretix/control/forms/event.py:876 msgid "Text sent to order contact address" msgstr "" +#: pretix/control/forms/event.py:788 pretix/control/forms/event.py:805 +#: pretix/control/forms/event.py:822 pretix/control/forms/event.py:881 +msgid "Send an email to attendees" +msgstr "" + #: pretix/control/forms/event.py:789 pretix/control/forms/event.py:806 #: pretix/control/forms/event.py:823 pretix/control/forms/event.py:882 -msgid "Send an email to attendees" -msgstr "" - -#: pretix/control/forms/event.py:790 pretix/control/forms/event.py:807 -#: pretix/control/forms/event.py:824 pretix/control/forms/event.py:883 msgid "" "If the order contains attendees with email addresses different from the " "person who orders the tickets, the following email will be sent out to the " "attendees." msgstr "" -#: pretix/control/forms/event.py:795 pretix/control/forms/event.py:812 -#: pretix/control/forms/event.py:829 pretix/control/forms/event.py:888 +#: pretix/control/forms/event.py:794 pretix/control/forms/event.py:811 +#: pretix/control/forms/event.py:828 pretix/control/forms/event.py:887 msgid "Text sent to attendees" msgstr "" -#: pretix/control/forms/event.py:835 pretix/control/forms/event.py:857 -#: pretix/control/forms/event.py:862 pretix/control/forms/event.py:867 -#: pretix/control/forms/event.py:872 +#: pretix/control/forms/event.py:834 pretix/control/forms/event.py:856 +#: pretix/control/forms/event.py:861 pretix/control/forms/event.py:866 +#: pretix/control/forms/event.py:871 #: pretix/control/templates/pretixcontrol/organizers/giftcard.html:99 #: pretix/control/templates/pretixcontrol/pdf/index.html:367 msgid "Text" msgstr "" -#: pretix/control/forms/event.py:840 +#: pretix/control/forms/event.py:839 msgid "Text (sent by admin)" msgstr "" -#: pretix/control/forms/event.py:845 +#: pretix/control/forms/event.py:844 msgid "Text (requested by user)" msgstr "" -#: pretix/control/forms/event.py:850 pretix/control/forms/event.py:893 +#: pretix/control/forms/event.py:849 pretix/control/forms/event.py:892 msgid "Number of days" msgstr "" -#: pretix/control/forms/event.py:853 +#: pretix/control/forms/event.py:852 msgid "" "This email will be sent out this many days before the order expires. If the " "value is 0, the mail will never be sent." msgstr "" -#: pretix/control/forms/event.py:896 +#: pretix/control/forms/event.py:895 msgid "" "This email will be sent out this many days before the order event starts. If " "the field is empty, the mail will never be sent." msgstr "" -#: pretix/control/forms/event.py:900 +#: pretix/control/forms/event.py:899 msgid "Received order" msgstr "" -#: pretix/control/forms/event.py:905 +#: pretix/control/forms/event.py:904 msgid "Approved order" msgstr "" -#: pretix/control/forms/event.py:908 +#: pretix/control/forms/event.py:907 msgid "" "This will only be sent out for non-free orders. Free orders will receive the " "free order template from above instead." msgstr "" -#: pretix/control/forms/event.py:912 +#: pretix/control/forms/event.py:911 msgid "Denied order" msgstr "" -#: pretix/control/forms/event.py:917 +#: pretix/control/forms/event.py:916 msgid "Use custom SMTP server" msgstr "" -#: pretix/control/forms/event.py:918 +#: pretix/control/forms/event.py:917 msgid "" "All mail related to your event will be sent over the smtp server specified " "by you." msgstr "" -#: pretix/control/forms/event.py:922 +#: pretix/control/forms/event.py:921 msgid "Hostname" msgstr "" -#: pretix/control/forms/event.py:927 +#: pretix/control/forms/event.py:926 msgid "Port" msgstr "" -#: pretix/control/forms/event.py:932 +#: pretix/control/forms/event.py:931 msgid "Username" msgstr "" -#: pretix/control/forms/event.py:944 +#: pretix/control/forms/event.py:943 msgid "Use STARTTLS" msgstr "" -#: pretix/control/forms/event.py:945 +#: pretix/control/forms/event.py:944 msgid "Commonly enabled on port 587." msgstr "" -#: pretix/control/forms/event.py:949 +#: pretix/control/forms/event.py:948 msgid "Use SSL" msgstr "" -#: pretix/control/forms/event.py:950 +#: pretix/control/forms/event.py:949 msgid "Commonly enabled on port 465." msgstr "" -#: pretix/control/forms/event.py:979 pretix/control/forms/orders.py:465 -#: pretix/control/forms/orders.py:622 pretix/control/forms/vouchers.py:255 +#: pretix/control/forms/event.py:978 pretix/control/forms/orders.py:469 +#: pretix/control/forms/orders.py:626 pretix/control/forms/vouchers.py:255 #: pretix/plugins/sendmail/forms.py:49 #, python-brace-format msgid "Available placeholders: {list}" msgstr "" -#: pretix/control/forms/event.py:1014 +#: pretix/control/forms/event.py:1013 msgid "" "You can activate either SSL or STARTTLS security, but not both at the same " "time." msgstr "" -#: pretix/control/forms/event.py:1063 +#: pretix/control/forms/event.py:1062 msgid "Any country" msgstr "" -#: pretix/control/forms/event.py:1064 +#: pretix/control/forms/event.py:1063 msgid "European Union" msgstr "" -#: pretix/control/forms/event.py:1076 +#: pretix/control/forms/event.py:1075 msgid "Any customer" msgstr "" -#: pretix/control/forms/event.py:1077 +#: pretix/control/forms/event.py:1076 msgid "Individual" msgstr "" -#: pretix/control/forms/event.py:1078 +#: pretix/control/forms/event.py:1077 msgid "Business" msgstr "" -#: pretix/control/forms/event.py:1079 +#: pretix/control/forms/event.py:1078 msgid "Business with valid VAT ID" msgstr "" -#: pretix/control/forms/event.py:1085 +#: pretix/control/forms/event.py:1084 msgid "Charge VAT" msgstr "" -#: pretix/control/forms/event.py:1087 +#: pretix/control/forms/event.py:1086 msgid "No VAT" msgstr "" -#: pretix/control/forms/event.py:1116 +#: pretix/control/forms/event.py:1115 msgid "Pre-selected voucher" msgstr "" -#: pretix/control/forms/event.py:1118 +#: pretix/control/forms/event.py:1117 msgid "" "If set, the widget will show products as if this voucher has been entered " "and when a product is bought via the widget, this voucher will be used. This " @@ -6781,52 +6791,52 @@ msgid "" "secret products." msgstr "" -#: pretix/control/forms/event.py:1123 +#: pretix/control/forms/event.py:1122 msgid "Compatibility mode" msgstr "" -#: pretix/control/forms/event.py:1125 +#: pretix/control/forms/event.py:1124 msgid "" "Our regular widget doesn't work in all website builders. If you run into " "trouble, try using this compatibility mode." msgstr "" -#: pretix/control/forms/event.py:1146 +#: pretix/control/forms/event.py:1145 msgid "The given voucher code does not exist." msgstr "" -#: pretix/control/forms/event.py:1153 pretix/control/forms/organizer.py:48 +#: pretix/control/forms/event.py:1152 pretix/control/forms/organizer.py:48 #: pretix/control/views/shredder.py:108 msgid "The slug you entered was not correct." msgstr "" -#: pretix/control/forms/event.py:1157 pretix/control/forms/organizer.py:52 +#: pretix/control/forms/event.py:1156 pretix/control/forms/organizer.py:52 msgid "Event slug" msgstr "" -#: pretix/control/forms/event.py:1188 +#: pretix/control/forms/event.py:1187 msgid "Ticket downloads" msgstr "" -#: pretix/control/forms/event.py:1189 +#: pretix/control/forms/event.py:1188 msgid "Your customers will be able to download their tickets in PDF format." msgstr "" -#: pretix/control/forms/event.py:1193 +#: pretix/control/forms/event.py:1192 msgid "Require all attendees to fill in their names" msgstr "" -#: pretix/control/forms/event.py:1194 +#: pretix/control/forms/event.py:1193 msgid "" "By default, we will ask for names but not require them. You can turn this " "off completely in the settings." msgstr "" -#: pretix/control/forms/event.py:1220 +#: pretix/control/forms/event.py:1219 msgid "Payment via Stripe" msgstr "" -#: pretix/control/forms/event.py:1221 +#: pretix/control/forms/event.py:1220 msgid "" "Stripe is an online payments processor supporting credit cards and lots of " "other payment options. To accept payments via Stripe, you will need to set " @@ -6834,27 +6844,27 @@ msgid "" "simple interface." msgstr "" -#: pretix/control/forms/event.py:1227 +#: pretix/control/forms/event.py:1226 msgid "Payment by bank transfer" msgstr "" -#: pretix/control/forms/event.py:1228 +#: pretix/control/forms/event.py:1227 msgid "" "Your customers will be instructed to wire the money to your account. You can " "then import your bank statements to process the payments within pretix, or " "mark them as paid manually." msgstr "" -#: pretix/control/forms/event.py:1267 +#: pretix/control/forms/event.py:1266 #: pretix/control/templates/pretixcontrol/event/quick_setup.html:45 msgid "Price (optional)" msgstr "" -#: pretix/control/forms/event.py:1272 +#: pretix/control/forms/event.py:1271 msgid "Free" msgstr "" -#: pretix/control/forms/event.py:1277 +#: pretix/control/forms/event.py:1276 msgid "Quantity available" msgstr "" @@ -6875,7 +6885,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/items/question.html:21 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:8 #: pretix/control/templates/pretixcontrol/orders/overview.html:67 -#: pretix/plugins/reports/exporters.py:223 +#: pretix/plugins/reports/exporters.py:226 msgid "Pending" msgstr "" @@ -6889,13 +6899,13 @@ msgstr "" msgid "Pending or paid" msgstr "" -#: pretix/control/forms/filter.py:111 pretix/control/forms/filter.py:541 -#: pretix/control/forms/filter.py:946 +#: pretix/control/forms/filter.py:111 pretix/control/forms/filter.py:593 +#: pretix/control/forms/filter.py:998 #: pretix/control/templates/pretixcontrol/items/question.html:24 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:17 #: pretix/control/templates/pretixcontrol/orders/overview.html:60 #: pretix/control/templates/pretixcontrol/organizers/giftcards.html:76 -#: pretix/plugins/reports/exporters.py:219 +#: pretix/plugins/reports/exporters.py:222 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:20 msgid "Expired" msgstr "" @@ -6909,7 +6919,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/items/question.html:26 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:19 #: pretix/control/templates/pretixcontrol/orders/overview.html:59 -#: pretix/plugins/reports/exporters.py:219 +#: pretix/plugins/reports/exporters.py:222 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:22 msgid "Canceled" msgstr "" @@ -6936,8 +6946,8 @@ msgstr "" msgid "Pending (but fully paid)" msgstr "" -#: pretix/control/forms/filter.py:119 pretix/control/forms/filter.py:526 -#: pretix/control/forms/filter.py:529 +#: pretix/control/forms/filter.py:119 pretix/control/forms/filter.py:578 +#: pretix/control/forms/filter.py:581 #: pretix/control/templates/pretixcontrol/event/live.html:63 msgid "Test mode" msgstr "" @@ -6946,28 +6956,28 @@ msgstr "" msgid "Cancellation requested" msgstr "" -#: pretix/control/forms/filter.py:278 pretix/control/forms/filter.py:796 -#: pretix/control/forms/filter.py:1006 pretix/control/forms/vouchers.py:112 +#: pretix/control/forms/filter.py:278 pretix/control/forms/filter.py:848 +#: pretix/control/forms/filter.py:1058 pretix/control/forms/vouchers.py:112 #: pretix/control/templates/pretixcontrol/items/question.html:29 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:99 msgid "All products" msgstr "" -#: pretix/control/forms/filter.py:282 pretix/control/forms/filter.py:1010 +#: pretix/control/forms/filter.py:282 pretix/control/forms/filter.py:1062 #: pretix/control/forms/vouchers.py:100 pretix/control/views/typeahead.py:514 #, python-brace-format msgid "{product} – Any variation" msgstr "" #: pretix/control/forms/filter.py:341 pretix/control/forms/filter.py:346 -#: pretix/control/forms/filter.py:617 pretix/control/forms/filter.py:622 +#: pretix/control/forms/filter.py:669 pretix/control/forms/filter.py:674 msgid "All organizers" msgstr "" -#: pretix/control/forms/filter.py:381 pretix/control/forms/filter.py:528 -#: pretix/control/forms/filter.py:537 pretix/control/forms/filter.py:860 -#: pretix/control/forms/filter.py:869 pretix/control/forms/filter.py:941 -#: pretix/control/forms/filter.py:954 +#: pretix/control/forms/filter.py:433 pretix/control/forms/filter.py:580 +#: pretix/control/forms/filter.py:589 pretix/control/forms/filter.py:912 +#: pretix/control/forms/filter.py:921 pretix/control/forms/filter.py:993 +#: pretix/control/forms/filter.py:1006 #: pretix/control/templates/pretixcontrol/checkin/lists.html:104 #: pretix/control/templates/pretixcontrol/checkin/lists.html:116 #: pretix/control/templates/pretixcontrol/organizers/devices.html:72 @@ -6977,202 +6987,202 @@ msgstr "" msgid "All" msgstr "" -#: pretix/control/forms/filter.py:383 pretix/control/forms/filter.py:603 +#: pretix/control/forms/filter.py:435 pretix/control/forms/filter.py:655 msgid "Shop live and presale running" msgstr "" -#: pretix/control/forms/filter.py:384 pretix/control/forms/filter.py:862 +#: pretix/control/forms/filter.py:436 pretix/control/forms/filter.py:914 msgid "Inactive" msgstr "" -#: pretix/control/forms/filter.py:396 pretix/control/forms/subevents.py:287 +#: pretix/control/forms/filter.py:448 pretix/control/forms/subevents.py:287 #: pretix/control/forms/subevents.py:326 msgid "Weekday" msgstr "" -#: pretix/control/forms/filter.py:398 +#: pretix/control/forms/filter.py:450 msgid "All days" msgstr "" -#: pretix/control/forms/filter.py:399 +#: pretix/control/forms/filter.py:451 msgid "Monday" msgstr "" -#: pretix/control/forms/filter.py:400 +#: pretix/control/forms/filter.py:452 msgid "Tuesday" msgstr "" -#: pretix/control/forms/filter.py:401 +#: pretix/control/forms/filter.py:453 msgid "Wednesday" msgstr "" -#: pretix/control/forms/filter.py:402 +#: pretix/control/forms/filter.py:454 msgid "Thursday" msgstr "" -#: pretix/control/forms/filter.py:403 +#: pretix/control/forms/filter.py:455 msgid "Friday" msgstr "" -#: pretix/control/forms/filter.py:404 +#: pretix/control/forms/filter.py:456 msgid "Saturday" msgstr "" -#: pretix/control/forms/filter.py:405 +#: pretix/control/forms/filter.py:457 msgid "Sunday" msgstr "" -#: pretix/control/forms/filter.py:530 +#: pretix/control/forms/filter.py:582 msgid "Live" msgstr "" -#: pretix/control/forms/filter.py:535 pretix/control/forms/filter.py:538 +#: pretix/control/forms/filter.py:587 pretix/control/forms/filter.py:590 msgid "Empty" msgstr "" -#: pretix/control/forms/filter.py:539 +#: pretix/control/forms/filter.py:591 msgid "Valid and with value" msgstr "" -#: pretix/control/forms/filter.py:540 +#: pretix/control/forms/filter.py:592 msgid "Expired and with value" msgstr "" -#: pretix/control/forms/filter.py:546 pretix/control/forms/filter.py:548 -#: pretix/control/forms/filter.py:876 pretix/control/forms/filter.py:878 +#: pretix/control/forms/filter.py:598 pretix/control/forms/filter.py:600 +#: pretix/control/forms/filter.py:928 pretix/control/forms/filter.py:930 msgid "Search query" msgstr "" -#: pretix/control/forms/filter.py:601 +#: pretix/control/forms/filter.py:653 msgid "All events" msgstr "" -#: pretix/control/forms/filter.py:602 +#: pretix/control/forms/filter.py:654 msgid "Shop live" msgstr "" -#: pretix/control/forms/filter.py:604 +#: pretix/control/forms/filter.py:656 msgid "Shop not live" msgstr "" -#: pretix/control/forms/filter.py:607 +#: pretix/control/forms/filter.py:659 msgid "Single event running or in the future" msgstr "" -#: pretix/control/forms/filter.py:608 +#: pretix/control/forms/filter.py:660 msgid "Single event in the past" msgstr "" -#: pretix/control/forms/filter.py:775 pretix/control/forms/filter.py:777 +#: pretix/control/forms/filter.py:827 pretix/control/forms/filter.py:829 msgid "Search attendee…" msgstr "" -#: pretix/control/forms/filter.py:783 +#: pretix/control/forms/filter.py:835 msgid "Check-in status" msgstr "" -#: pretix/control/forms/filter.py:785 +#: pretix/control/forms/filter.py:837 msgid "All attendees" msgstr "" -#: pretix/control/forms/filter.py:786 +#: pretix/control/forms/filter.py:838 msgctxt "checkin state" msgid "Present" msgstr "" -#: pretix/control/forms/filter.py:787 +#: pretix/control/forms/filter.py:839 #: pretix/control/templates/pretixcontrol/checkin/index.html:131 #: pretix/control/templates/pretixcontrol/checkin/lists.html:73 -#: pretix/plugins/checkinlists/exporters.py:337 +#: pretix/plugins/checkinlists/exporters.py:396 msgid "Checked in" msgstr "" -#: pretix/control/forms/filter.py:788 +#: pretix/control/forms/filter.py:840 #: pretix/control/templates/pretixcontrol/checkin/index.html:126 msgid "Not checked in" msgstr "" -#: pretix/control/forms/filter.py:867 pretix/control/forms/filter.py:870 +#: pretix/control/forms/filter.py:919 pretix/control/forms/filter.py:922 #: pretix/control/templates/pretixcontrol/users/index.html:47 msgid "Administrator" msgstr "" -#: pretix/control/forms/filter.py:871 +#: pretix/control/forms/filter.py:923 msgid "No administrator" msgstr "" -#: pretix/control/forms/filter.py:942 +#: pretix/control/forms/filter.py:994 msgid "Valid" msgstr "" -#: pretix/control/forms/filter.py:943 +#: pretix/control/forms/filter.py:995 msgid "Unredeemed" msgstr "" -#: pretix/control/forms/filter.py:944 +#: pretix/control/forms/filter.py:996 msgid "Redeemed at least once" msgstr "" -#: pretix/control/forms/filter.py:945 +#: pretix/control/forms/filter.py:997 msgid "Fully redeemed" msgstr "" -#: pretix/control/forms/filter.py:947 +#: pretix/control/forms/filter.py:999 msgid "Redeemed and checked in with ticket" msgstr "" -#: pretix/control/forms/filter.py:952 +#: pretix/control/forms/filter.py:1004 msgid "Quota handling" msgstr "" -#: pretix/control/forms/filter.py:956 +#: pretix/control/forms/filter.py:1008 msgid "Allow to ignore quota" msgstr "" -#: pretix/control/forms/filter.py:961 pretix/control/forms/filter.py:963 +#: pretix/control/forms/filter.py:1013 pretix/control/forms/filter.py:1015 msgid "Filter by tag" msgstr "" -#: pretix/control/forms/filter.py:968 pretix/control/forms/filter.py:970 +#: pretix/control/forms/filter.py:1020 pretix/control/forms/filter.py:1022 msgid "Search voucher" msgstr "" -#: pretix/control/forms/filter.py:1016 pretix/control/forms/vouchers.py:91 +#: pretix/control/forms/filter.py:1068 pretix/control/forms/vouchers.py:91 #: pretix/control/views/typeahead.py:522 pretix/control/views/typeahead.py:526 #: pretix/control/views/vouchers.py:81 #, python-brace-format msgid "Any product in quota \"{quota}\"" msgstr "" -#: pretix/control/forms/filter.py:1132 +#: pretix/control/forms/filter.py:1184 msgid "Refund status" msgstr "" -#: pretix/control/forms/filter.py:1134 +#: pretix/control/forms/filter.py:1186 msgid "All open refunds" msgstr "" -#: pretix/control/forms/filter.py:1135 +#: pretix/control/forms/filter.py:1187 msgid "All refunds" msgstr "" -#: pretix/control/forms/filter.py:1171 +#: pretix/control/forms/filter.py:1223 msgid "Date filter" msgstr "" -#: pretix/control/forms/filter.py:1173 +#: pretix/control/forms/filter.py:1225 msgid "Filter by…" msgstr "" -#: pretix/control/forms/filter.py:1175 +#: pretix/control/forms/filter.py:1227 msgid "Date of last successful payment" msgstr "" -#: pretix/control/forms/filter.py:1180 +#: pretix/control/forms/filter.py:1232 msgid "Date from" msgstr "" -#: pretix/control/forms/filter.py:1185 +#: pretix/control/forms/filter.py:1237 msgid "Date until" msgstr "" @@ -7373,8 +7383,8 @@ msgstr "" msgid "Bundled product" msgstr "" -#: pretix/control/forms/item.py:735 pretix/control/forms/orders.py:260 -#: pretix/control/forms/orders.py:394 +#: pretix/control/forms/item.py:735 pretix/control/forms/orders.py:264 +#: pretix/control/forms/orders.py:398 msgid "inactive" msgstr "" @@ -7407,21 +7417,21 @@ msgstr "" msgid "CSV column: \"{name}\"" msgstr "" -#: pretix/control/forms/orders.py:33 +#: pretix/control/forms/orders.py:34 msgid "Overbook quota" msgstr "" -#: pretix/control/forms/orders.py:34 +#: pretix/control/forms/orders.py:35 msgid "" "If you check this box, this operation will be performed even if it leads to " "an overbooked quota and you having sold more tickets than you planned!" msgstr "" -#: pretix/control/forms/orders.py:78 +#: pretix/control/forms/orders.py:79 msgid "Overbook quota and ignore late payment" msgstr "" -#: pretix/control/forms/orders.py:79 +#: pretix/control/forms/orders.py:80 msgid "" "If you check this box, this operation will be performed even if it leads to " "an overbooked quota and you having sold more tickets than you planned! The " @@ -7429,16 +7439,16 @@ msgid "" "payments." msgstr "" -#: pretix/control/forms/orders.py:105 +#: pretix/control/forms/orders.py:106 #: pretix/control/templates/pretixcontrol/order/deny.html:19 msgid "Notify user by e-mail" msgstr "" -#: pretix/control/forms/orders.py:112 +#: pretix/control/forms/orders.py:113 msgid "Keep a cancellation fee of" msgstr "" -#: pretix/control/forms/orders.py:113 +#: pretix/control/forms/orders.py:114 msgid "" "If you keep a fee, all positions within this order will be canceled and the " "order will be reduced to a paid cancellation fee. Payment and shipping fees " @@ -7447,24 +7457,24 @@ msgid "" "automatically." msgstr "" -#: pretix/control/forms/orders.py:141 +#: pretix/control/forms/orders.py:145 msgid "Payment amount" msgstr "" -#: pretix/control/forms/orders.py:145 +#: pretix/control/forms/orders.py:149 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/control.html:7 -#: pretix/plugins/reports/exporters.py:319 -#: pretix/plugins/reports/exporters.py:381 -#: pretix/plugins/reports/exporters.py:491 -#: pretix/plugins/reports/exporters.py:520 +#: pretix/plugins/reports/exporters.py:322 +#: pretix/plugins/reports/exporters.py:384 +#: pretix/plugins/reports/exporters.py:494 +#: pretix/plugins/reports/exporters.py:523 msgid "Payment date" msgstr "" -#: pretix/control/forms/orders.py:183 +#: pretix/control/forms/orders.py:187 msgid "Re-calculate taxes" msgstr "" -#: pretix/control/forms/orders.py:186 +#: pretix/control/forms/orders.py:190 msgid "" "This operation re-checks if taxes should be paid to the items due to e.g. " "configured reverse charge rules and changes the prices and tax values " @@ -7473,133 +7483,133 @@ msgid "" "this procedure." msgstr "" -#: pretix/control/forms/orders.py:192 +#: pretix/control/forms/orders.py:196 msgid "Issue a new invoice if required" msgstr "" -#: pretix/control/forms/orders.py:196 +#: pretix/control/forms/orders.py:200 msgid "" "If an invoice exists for this order and this operation would change its " "contents, the old invoice will be canceled and a new invoice will be issued." msgstr "" -#: pretix/control/forms/orders.py:201 +#: pretix/control/forms/orders.py:205 msgid "Notify user" msgstr "" -#: pretix/control/forms/orders.py:205 +#: pretix/control/forms/orders.py:209 msgid "" "Send an email to the customer notifying that their order has been changed." msgstr "" -#: pretix/control/forms/orders.py:209 +#: pretix/control/forms/orders.py:213 msgid "Allow to overbook quotas when performing this operation" msgstr "" -#: pretix/control/forms/orders.py:225 +#: pretix/control/forms/orders.py:229 msgid "Add-on to" msgstr "" -#: pretix/control/forms/orders.py:230 +#: pretix/control/forms/orders.py:234 #: pretix/control/templates/pretixcontrol/checkin/index.html:70 #: pretix/control/templates/pretixcontrol/order/change.html:118 #: pretix/control/views/vouchers.py:70 msgid "Seat" msgstr "" -#: pretix/control/forms/orders.py:237 +#: pretix/control/forms/orders.py:241 msgid "Including taxes, if any. Keep empty for the product's default price" msgstr "" -#: pretix/control/forms/orders.py:335 pretix/control/forms/orders.py:339 -#: pretix/control/forms/orders.py:378 pretix/control/forms/orders.py:389 +#: pretix/control/forms/orders.py:339 pretix/control/forms/orders.py:343 +#: pretix/control/forms/orders.py:382 pretix/control/forms/orders.py:393 msgid "(Unchanged)" msgstr "" -#: pretix/control/forms/orders.py:345 pretix/control/forms/orders.py:412 +#: pretix/control/forms/orders.py:349 pretix/control/forms/orders.py:416 msgid "New price (gross)" msgstr "" -#: pretix/control/forms/orders.py:349 +#: pretix/control/forms/orders.py:353 msgid "Generate a new secret" msgstr "" -#: pretix/control/forms/orders.py:353 +#: pretix/control/forms/orders.py:357 msgid "Cancel this position" msgstr "" -#: pretix/control/forms/orders.py:357 +#: pretix/control/forms/orders.py:361 msgid "Split into new order" msgstr "" -#: pretix/control/forms/orders.py:416 +#: pretix/control/forms/orders.py:420 msgid "Remove this fee" msgstr "" -#: pretix/control/forms/orders.py:430 +#: pretix/control/forms/orders.py:434 msgid "Invalidate secrets" msgstr "" -#: pretix/control/forms/orders.py:431 +#: pretix/control/forms/orders.py:435 msgid "" "Regenerates the order and ticket secrets. You will need to re-send the link " "to the order page to the user and the user will need to download his tickets " "again. The old versions will be invalid." msgstr "" -#: pretix/control/forms/orders.py:456 pretix/control/forms/orders.py:639 -#: pretix/control/forms/orders.py:666 pretix/control/forms/vouchers.py:222 +#: pretix/control/forms/orders.py:460 pretix/control/forms/orders.py:643 +#: pretix/control/forms/orders.py:670 pretix/control/forms/vouchers.py:222 #: pretix/plugins/sendmail/forms.py:21 pretix/plugins/sendmail/forms.py:76 msgid "Subject" msgstr "" -#: pretix/control/forms/orders.py:480 +#: pretix/control/forms/orders.py:484 msgid "Recipient" msgstr "" -#: pretix/control/forms/orders.py:486 pretix/control/forms/orders.py:647 -#: pretix/control/forms/orders.py:674 pretix/control/forms/vouchers.py:228 +#: pretix/control/forms/orders.py:490 pretix/control/forms/orders.py:651 +#: pretix/control/forms/orders.py:678 pretix/control/forms/vouchers.py:228 #: pretix/plugins/sendmail/forms.py:22 pretix/plugins/sendmail/forms.py:81 msgid "Message" msgstr "" -#: pretix/control/forms/orders.py:499 +#: pretix/control/forms/orders.py:503 msgid "" "Cancel the order. All tickets will no longer work. This can not be reverted." msgstr "" -#: pretix/control/forms/orders.py:500 +#: pretix/control/forms/orders.py:504 msgid "" "Mark the order as pending and allow the user to pay the open amount with " "another payment method." msgstr "" -#: pretix/control/forms/orders.py:502 +#: pretix/control/forms/orders.py:506 msgid "Do nothing and keep the order as it is." msgstr "" -#: pretix/control/forms/orders.py:529 +#: pretix/control/forms/orders.py:533 msgid "The refund amount needs to be positive and less than {}." msgstr "" -#: pretix/control/forms/orders.py:535 +#: pretix/control/forms/orders.py:539 msgid "You need to specify an amount for a partial refund." msgstr "" -#: pretix/control/forms/orders.py:547 +#: pretix/control/forms/orders.py:551 msgid "Cancel all dates" msgstr "" -#: pretix/control/forms/orders.py:552 +#: pretix/control/forms/orders.py:556 msgid "Automatically refund money if possible" msgstr "" -#: pretix/control/forms/orders.py:557 +#: pretix/control/forms/orders.py:561 msgid "" "Create manual refund if the payment method odes not support automatic refunds" msgstr "" -#: pretix/control/forms/orders.py:561 +#: pretix/control/forms/orders.py:565 msgid "" "If checked, all payments with a payment method not supporting automatic " "refunds will be on your manual refund to-do list. Do not check if you want " @@ -7607,25 +7617,25 @@ msgid "" "gift cards." msgstr "" -#: pretix/control/forms/orders.py:566 +#: pretix/control/forms/orders.py:570 msgid "" "Refund order value to a gift card instead instead of the original payment " "method" msgstr "" -#: pretix/control/forms/orders.py:572 +#: pretix/control/forms/orders.py:576 msgid "Gift card validity" msgstr "" -#: pretix/control/forms/orders.py:579 +#: pretix/control/forms/orders.py:583 msgid "Special terms and conditions" msgstr "" -#: pretix/control/forms/orders.py:596 +#: pretix/control/forms/orders.py:600 msgid "Keep fees" msgstr "" -#: pretix/control/forms/orders.py:599 +#: pretix/control/forms/orders.py:603 msgid "" "The selected types of fees will not be refunded but instead added to the " "cancellation fee. Fees are never refunded in when an order in an event " @@ -7633,20 +7643,20 @@ msgid "" "dates." msgstr "" -#: pretix/control/forms/orders.py:605 +#: pretix/control/forms/orders.py:609 msgid "Send information via email" msgstr "" -#: pretix/control/forms/orders.py:611 +#: pretix/control/forms/orders.py:615 msgid "Send information to waiting list" msgstr "" -#: pretix/control/forms/orders.py:642 pretix/control/forms/orders.py:668 +#: pretix/control/forms/orders.py:646 pretix/control/forms/orders.py:672 #, python-brace-format msgid "Canceled: {event}" msgstr "" -#: pretix/control/forms/orders.py:653 +#: pretix/control/forms/orders.py:657 #, python-brace-format msgid "" "Hello,\n" @@ -7664,7 +7674,7 @@ msgid "" "Your {event} team" msgstr "" -#: pretix/control/forms/orders.py:680 +#: pretix/control/forms/orders.py:684 #, python-brace-format msgid "" "Hello,\n" @@ -7678,7 +7688,7 @@ msgid "" "Your {event} team" msgstr "" -#: pretix/control/forms/orders.py:711 +#: pretix/control/forms/orders.py:715 msgid "Please confirm that you want to cancel ALL dates in this event series." msgstr "" @@ -7731,7 +7741,7 @@ msgstr "" msgid "This will be displayed on the organizer homepage." msgstr "" -#: pretix/control/forms/organizer.py:279 +#: pretix/control/forms/organizer.py:280 msgid "" "If you provide a logo image, we will by default not show your organization " "name in the page header. By default, we show your logo with a size of up to " @@ -7740,63 +7750,63 @@ msgid "" "smaller screens." msgstr "" -#: pretix/control/forms/organizer.py:298 +#: pretix/control/forms/organizer.py:299 msgid "Show availability in event overviews" msgstr "" -#: pretix/control/forms/organizer.py:299 +#: pretix/control/forms/organizer.py:300 msgid "" "If checked, the list of events will show if events are sold out. This might " "make for longer page loading times if you have lots of events and the shown " "status might be out of date for up to two minutes." msgstr "" -#: pretix/control/forms/organizer.py:305 +#: pretix/control/forms/organizer.py:306 msgid "Link back to organizer overview on all event pages" msgstr "" -#: pretix/control/forms/organizer.py:312 +#: pretix/control/forms/organizer.py:313 msgid "" "Choose all languages that your organizer homepage should be available in." msgstr "" -#: pretix/control/forms/organizer.py:323 +#: pretix/control/forms/organizer.py:324 msgid "Favicon" msgstr "" -#: pretix/control/forms/organizer.py:326 +#: pretix/control/forms/organizer.py:328 msgid "" "If you provide a favicon, we will show it instead of the default pretix " "icon. We recommend a size of at least 200x200px to accommodate most devices." msgstr "" -#: pretix/control/forms/organizer.py:330 +#: pretix/control/forms/organizer.py:332 msgid "Length of gift card codes" msgstr "" -#: pretix/control/forms/organizer.py:331 +#: pretix/control/forms/organizer.py:333 msgid "" "The system generates by default {}-character long gift card codes. However, " "if a different length is required, it can be set here." msgstr "" -#: pretix/control/forms/organizer.py:336 +#: pretix/control/forms/organizer.py:338 msgid "Validity of gift card codes in years" msgstr "" -#: pretix/control/forms/organizer.py:337 +#: pretix/control/forms/organizer.py:339 msgid "" "If you set a number here, gift cards will by default expire at the end of " "the year after this many years. If you keep it empty, gift cards do not have " "an explicit expiry date." msgstr "" -#: pretix/control/forms/organizer.py:352 +#: pretix/control/forms/organizer.py:354 msgctxt "webhooks" msgid "Event types" msgstr "" -#: pretix/control/forms/organizer.py:383 +#: pretix/control/forms/organizer.py:385 msgid "Gift card value" msgstr "" @@ -9374,7 +9384,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/organizers/detail.html:43 #: pretix/control/templates/pretixcontrol/organizers/giftcards.html:38 #: pretix/control/templates/pretixcontrol/organizers/index.html:18 -#: pretix/control/templates/pretixcontrol/search/orders.html:27 +#: pretix/control/templates/pretixcontrol/search/orders.html:33 #: pretix/control/templates/pretixcontrol/subevents/index.html:41 #: pretix/control/templates/pretixcontrol/users/index.html:22 #: pretix/control/templates/pretixcontrol/vouchers/index.html:54 @@ -9458,7 +9468,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/order/pay.html:33 #: pretix/control/templates/pretixcontrol/order/pay_complete.html:28 #: pretix/control/templates/pretixcontrol/order/reactivate.html:30 -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:155 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:169 #: pretix/control/templates/pretixcontrol/order/refund_done.html:26 #: pretix/control/templates/pretixcontrol/order/refund_process.html:47 #: pretix/control/templates/pretixcontrol/order/refund_start.html:51 @@ -9510,9 +9520,9 @@ msgstr "" #: pretix/control/templates/pretixcontrol/checkin/list_edit.html:10 #: pretix/control/templates/pretixcontrol/checkin/list_edit.html:17 -#: pretix/plugins/checkinlists/exporters.py:38 -#: pretix/plugins/checkinlists/exporters.py:88 -#: pretix/plugins/checkinlists/exporters.py:315 +#: pretix/plugins/checkinlists/exporters.py:39 +#: pretix/plugins/checkinlists/exporters.py:107 +#: pretix/plugins/checkinlists/exporters.py:374 #: pretix/plugins/pretixdroid/forms.py:39 #: pretix/plugins/pretixdroid/models.py:24 #: pretix/plugins/pretixdroid/templates/pretixplugins/pretixdroid/configuration.html:79 @@ -10194,7 +10204,7 @@ msgid "Installed plugins" msgstr "" #: pretix/control/templates/pretixcontrol/event/plugins.html:10 -#: pretix/control/views/checkin.py:260 pretix/control/views/event.py:177 +#: pretix/control/views/checkin.py:264 pretix/control/views/event.py:177 #: pretix/control/views/event.py:317 pretix/control/views/event.py:396 #: pretix/control/views/event.py:436 pretix/control/views/event.py:594 #: pretix/control/views/event.py:785 pretix/control/views/event.py:1135 @@ -10357,14 +10367,14 @@ msgid "Basics" msgstr "" #: pretix/control/templates/pretixcontrol/event/settings.html:31 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:44 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:46 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:349 #: pretix/control/templates/pretixcontrol/subevents/detail.html:32 msgid "Geo coordinates" msgstr "" #: pretix/control/templates/pretixcontrol/event/settings.html:32 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:45 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:47 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:271 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:275 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:350 @@ -10373,7 +10383,7 @@ msgid "Optional" msgstr "" #: pretix/control/templates/pretixcontrol/event/settings.html:39 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:52 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:54 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:357 #: pretix/control/templates/pretixcontrol/subevents/detail.html:40 msgid "Geocoding data © OpenStreetMap" @@ -10405,7 +10415,7 @@ msgid "Shop design" msgstr "" #: pretix/control/templates/pretixcontrol/event/settings.html:124 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:74 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:76 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:392 #: pretix/control/templates/pretixcontrol/subevents/detail.html:76 msgid "Timeline" @@ -10643,7 +10653,7 @@ msgid "" "We strongly recommend against using short forms of more then 16 characters." msgstr "" -#: pretix/control/templates/pretixcontrol/events/create_basics.html:68 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:70 msgid "Display settings" msgstr "" @@ -10661,7 +10671,40 @@ msgid "" "that contain the event name." msgstr "" -#: pretix/control/templates/pretixcontrol/events/create_foundation.html:10 +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:13 +msgid "Singular event or non-event shop" +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:15 +msgid "" +"An event with individual configuration. If you create more events later, you " +"can copy the event to save yourself some work." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:21 +msgid "" +"Examples: Conferences, workshops, trade fairs, one-off concerts, sale of " +"digital content, multi-day events with combination tickets." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:32 +msgid "Event series or time slot booking" +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:34 +msgid "" +"A series of events that share the same configuration. They can still be " +"different in their dates, locations, prices, and capacities." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:40 +msgid "" +"Examples: Multiple presentations of the same show, same concert in multiple " +"locations, museums, libraries, or swimming pools, events that need to be " +"booked together in one cart." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:53 msgid "" "Please note that you will only be able to delete your event until the first " "order has been created." @@ -11081,8 +11124,8 @@ msgstr "" #: pretix/control/templates/pretixcontrol/items/question.html:20 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:14 #: pretix/control/templates/pretixcontrol/orders/overview.html:68 -#: pretix/plugins/checkinlists/exporters.py:343 -#: pretix/plugins/reports/exporters.py:223 +#: pretix/plugins/checkinlists/exporters.py:402 +#: pretix/plugins/reports/exporters.py:226 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:17 msgid "Paid" msgstr "" @@ -11884,10 +11927,10 @@ msgstr "" #: pretix/control/templates/pretixcontrol/order/index.html:550 #: pretix/control/templates/pretixcontrol/orders/overview.html:69 #: pretix/control/templates/pretixcontrol/orders/overview.html:146 -#: pretix/plugins/reports/exporters.py:223 -#: pretix/plugins/reports/exporters.py:278 -#: pretix/plugins/reports/exporters.py:447 -#: pretix/plugins/reports/exporters.py:591 +#: pretix/plugins/reports/exporters.py:226 +#: pretix/plugins/reports/exporters.py:281 +#: pretix/plugins/reports/exporters.py:450 +#: pretix/plugins/reports/exporters.py:594 #: pretix/presale/templates/pretixpresale/event/fragment_cart.html:292 msgid "Total" msgstr "" @@ -12082,52 +12125,52 @@ msgctxt "amount_label" msgid "Automatically refund" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:59 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:63 msgid "Automatically refund full amount" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:62 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:66 msgid "This payment method does not support automatic refunds." msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:70 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:74 msgid "Transfer to other order" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:73 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:77 msgctxt "amount_label" msgid "Transfer" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:81 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:85 msgctxt "order_label" msgid "to" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:91 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:95 #: pretix/control/templates/pretixcontrol/organizers/giftcard_create.html:5 msgid "Create a new gift card" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:103 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:113 msgid "" "The gift card can be used to buy tickets for all events of this organizer." msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:111 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:121 msgid "Manual refund" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:114 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:124 msgctxt "amount_label" msgid "Manually refund" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:125 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:139 msgid "Keep transfer as to do" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:129 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:143 #: pretix/control/templates/pretixcontrol/order/refund_done.html:5 #: pretix/control/templates/pretixcontrol/order/refund_done.html:9 #: pretix/control/templates/pretixcontrol/order/refund_process.html:6 @@ -12135,7 +12178,7 @@ msgstr "" msgid "Mark refund as done" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:139 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:153 msgid "" "Any payments that you selected for automatical refunds will be immediately " "communicate the refund request to the respective payment provider. Manual " @@ -12143,7 +12186,7 @@ msgid "" "done once you actually transferred the money back to the customer." msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:160 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:174 msgid "Perform refund" msgstr "" @@ -12369,29 +12412,29 @@ msgid "Remove filter" msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:132 -#: pretix/control/templates/pretixcontrol/search/orders.html:78 +#: pretix/control/templates/pretixcontrol/search/orders.html:83 msgid "CANCELLATION REQUESTED" msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:135 #: pretix/control/templates/pretixcontrol/orders/index.html:137 -#: pretix/control/templates/pretixcontrol/search/orders.html:81 -#: pretix/control/templates/pretixcontrol/search/orders.html:83 +#: pretix/control/templates/pretixcontrol/search/orders.html:86 +#: pretix/control/templates/pretixcontrol/search/orders.html:88 msgid "REFUND PENDING" msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:140 -#: pretix/control/templates/pretixcontrol/search/orders.html:86 +#: pretix/control/templates/pretixcontrol/search/orders.html:91 msgid "OVERPAID" msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:142 -#: pretix/control/templates/pretixcontrol/search/orders.html:88 +#: pretix/control/templates/pretixcontrol/search/orders.html:93 msgid "UNDERPAID" msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:144 -#: pretix/control/templates/pretixcontrol/search/orders.html:90 +#: pretix/control/templates/pretixcontrol/search/orders.html:95 msgid "FULLY PAID" msgstr "" @@ -12432,7 +12475,7 @@ msgid "" msgstr "" #: pretix/control/templates/pretixcontrol/orders/overview.html:61 -#: pretix/plugins/reports/exporters.py:219 +#: pretix/plugins/reports/exporters.py:222 msgid "Purchased" msgstr "" @@ -13082,7 +13125,7 @@ msgstr "" msgid "pretix Logo" msgstr "" -#: pretix/control/templates/pretixcontrol/search/orders.html:99 +#: pretix/control/templates/pretixcontrol/search/orders.html:104 msgid "" "We couldn't find any orders that you have access to and that match your " "search query." @@ -14154,15 +14197,15 @@ msgstr "" msgid "The selected check-ins have been reverted." msgstr "" -#: pretix/control/views/checkin.py:163 +#: pretix/control/views/checkin.py:167 msgid "The selected tickets have been marked as checked in." msgstr "" -#: pretix/control/views/checkin.py:227 +#: pretix/control/views/checkin.py:231 msgid "The new check-in list has been created." msgstr "" -#: pretix/control/views/checkin.py:234 pretix/control/views/checkin.py:277 +#: pretix/control/views/checkin.py:238 pretix/control/views/checkin.py:281 #: pretix/control/views/event.py:206 pretix/control/views/event.py:399 #: pretix/control/views/event.py:439 pretix/control/views/event.py:597 #: pretix/control/views/event.py:754 pretix/control/views/event.py:1094 @@ -14177,11 +14220,11 @@ msgstr "" msgid "We could not save your changes. See below for details." msgstr "" -#: pretix/control/views/checkin.py:256 pretix/control/views/checkin.py:293 +#: pretix/control/views/checkin.py:260 pretix/control/views/checkin.py:297 msgid "The requested list does not exist." msgstr "" -#: pretix/control/views/checkin.py:302 +#: pretix/control/views/checkin.py:306 msgid "The selected list has been deleted." msgstr "" @@ -14408,7 +14451,7 @@ msgstr "" msgid "Could not update the comment." msgstr "" -#: pretix/control/views/event.py:1061 pretix/control/views/main.py:296 +#: pretix/control/views/event.py:1061 pretix/control/views/main.py:276 msgid "VAT" msgstr "" @@ -15359,28 +15402,28 @@ msgstr "" msgid "8 portrait A7 pages on one A4 page" msgstr "" -#: pretix/plugins/badges/exporters.py:186 +#: pretix/plugins/badges/exporters.py:194 msgid "None of the selected products is configured to print badges." msgstr "" -#: pretix/plugins/badges/exporters.py:192 +#: pretix/plugins/badges/exporters.py:200 msgid "Attendee badges" msgstr "" -#: pretix/plugins/badges/exporters.py:212 +#: pretix/plugins/badges/exporters.py:220 #: pretix/plugins/ticketoutputpdf/exporters.py:32 msgid "Include pending orders" msgstr "" -#: pretix/plugins/badges/exporters.py:217 +#: pretix/plugins/badges/exporters.py:225 msgid "Include add-on or bundled positions" msgstr "" -#: pretix/plugins/badges/exporters.py:222 +#: pretix/plugins/badges/exporters.py:230 msgid "Rendering option" msgstr "" -#: pretix/plugins/badges/exporters.py:227 +#: pretix/plugins/badges/exporters.py:235 msgid "" "This option allows you to align multiple badges on one page, for example if " "you want to print to a sheet of stickers with a regular office printer. " @@ -15388,10 +15431,10 @@ msgid "" "correct size." msgstr "" -#: pretix/plugins/badges/exporters.py:233 -#: pretix/plugins/checkinlists/exporters.py:56 -#: pretix/plugins/reports/exporters.py:315 -#: pretix/plugins/reports/exporters.py:487 +#: pretix/plugins/badges/exporters.py:241 +#: pretix/plugins/checkinlists/exporters.py:71 +#: pretix/plugins/reports/exporters.py:318 +#: pretix/plugins/reports/exporters.py:490 #: pretix/plugins/ticketoutputpdf/exporters.py:37 msgid "Sort by" msgstr "" @@ -15914,33 +15957,41 @@ msgstr "" msgid "This plugin allows you to generate check-in lists for your conference." msgstr "" -#: pretix/plugins/checkinlists/exporters.py:46 +#: pretix/plugins/checkinlists/exporters.py:50 +msgid "Only include tickets for dates on or after this date." +msgstr "" + +#: pretix/plugins/checkinlists/exporters.py:57 +msgid "Only include tickets for dates on or before this date." +msgstr "" + +#: pretix/plugins/checkinlists/exporters.py:61 msgid "Include QR-code secret" msgstr "" -#: pretix/plugins/checkinlists/exporters.py:51 +#: pretix/plugins/checkinlists/exporters.py:66 msgid "Only tickets requiring special attention" msgstr "" -#: pretix/plugins/checkinlists/exporters.py:71 +#: pretix/plugins/checkinlists/exporters.py:86 msgid "Include questions" msgstr "" -#: pretix/plugins/checkinlists/exporters.py:183 +#: pretix/plugins/checkinlists/exporters.py:222 msgid "Check-in list (PDF)" msgstr "" #. Translators: maximum 5 characters -#: pretix/plugins/checkinlists/exporters.py:234 +#: pretix/plugins/checkinlists/exporters.py:284 msgctxt "tablehead" msgid "paid" msgstr "" -#: pretix/plugins/checkinlists/exporters.py:337 +#: pretix/plugins/checkinlists/exporters.py:396 msgid "Automatically checked in" msgstr "" -#: pretix/plugins/checkinlists/exporters.py:346 +#: pretix/plugins/checkinlists/exporters.py:405 #: pretix/plugins/paypal/payment.py:86 msgid "Secret" msgstr "" @@ -16021,43 +16072,43 @@ msgid "" "to send any payments." msgstr "" -#: pretix/plugins/paypal/payment.py:205 pretix/plugins/paypal/payment.py:291 -#: pretix/plugins/paypal/payment.py:306 pretix/plugins/paypal/payment.py:309 -#: pretix/plugins/paypal/payment.py:367 +#: pretix/plugins/paypal/payment.py:205 pretix/plugins/paypal/payment.py:298 +#: pretix/plugins/paypal/payment.py:313 pretix/plugins/paypal/payment.py:316 +#: pretix/plugins/paypal/payment.py:374 pretix/plugins/paypal/payment.py:515 msgid "We had trouble communicating with PayPal" msgstr "" -#: pretix/plugins/paypal/payment.py:323 pretix/plugins/paypal/payment.py:332 -#: pretix/plugins/paypal/payment.py:393 +#: pretix/plugins/paypal/payment.py:330 pretix/plugins/paypal/payment.py:339 +#: pretix/plugins/paypal/payment.py:400 msgid "" "We were unable to process your payment. See below for details on how to " "proceed." msgstr "" -#: pretix/plugins/paypal/payment.py:374 pretix/plugins/paypal/payment.py:383 +#: pretix/plugins/paypal/payment.py:381 pretix/plugins/paypal/payment.py:390 msgid "" "PayPal has not yet approved the payment. We will inform you as soon as the " "payment completed." msgstr "" -#: pretix/plugins/paypal/payment.py:408 pretix/plugins/stripe/payment.py:435 +#: pretix/plugins/paypal/payment.py:415 pretix/plugins/stripe/payment.py:435 #: pretix/plugins/stripe/payment.py:787 msgid "There was an error sending the confirmation mail." msgstr "" -#: pretix/plugins/paypal/payment.py:485 pretix/plugins/paypal/payment.py:492 +#: pretix/plugins/paypal/payment.py:492 pretix/plugins/paypal/payment.py:499 msgid "Refunding the amount via PayPal failed: {}" msgstr "" -#: pretix/plugins/paypal/payment.py:591 pretix/plugins/paypal/payment.py:599 +#: pretix/plugins/paypal/payment.py:615 pretix/plugins/paypal/payment.py:623 msgid "The payment for this invoice has already been received." msgstr "" -#: pretix/plugins/paypal/payment.py:592 pretix/plugins/paypal/payment.py:600 +#: pretix/plugins/paypal/payment.py:616 pretix/plugins/paypal/payment.py:624 msgid "PayPal payment ID" msgstr "" -#: pretix/plugins/paypal/payment.py:594 +#: pretix/plugins/paypal/payment.py:618 msgid "PayPal sale ID" msgstr "" @@ -16426,48 +16477,48 @@ msgstr "" msgid "Created: %s" msgstr "" -#: pretix/plugins/reports/exporters.py:153 +#: pretix/plugins/reports/exporters.py:156 msgid "Order overview (PDF)" msgstr "" -#: pretix/plugins/reports/exporters.py:197 +#: pretix/plugins/reports/exporters.py:200 #: pretix/plugins/statistics/templates/pretixplugins/statistics/index.html:58 msgid "Orders by product" msgstr "" -#: pretix/plugins/reports/exporters.py:202 +#: pretix/plugins/reports/exporters.py:205 #, python-brace-format msgid "{axis} between {start} and {end}" msgstr "" -#: pretix/plugins/reports/exporters.py:227 -#: pretix/plugins/reports/exporters.py:228 -#: pretix/plugins/reports/exporters.py:229 #: pretix/plugins/reports/exporters.py:230 #: pretix/plugins/reports/exporters.py:231 +#: pretix/plugins/reports/exporters.py:232 +#: pretix/plugins/reports/exporters.py:233 +#: pretix/plugins/reports/exporters.py:234 msgid "#" msgstr "" -#: pretix/plugins/reports/exporters.py:299 +#: pretix/plugins/reports/exporters.py:302 msgid "List of orders with taxes (PDF)" msgstr "" -#: pretix/plugins/reports/exporters.py:376 +#: pretix/plugins/reports/exporters.py:379 #, python-brace-format msgid "Orders by tax rate ({currency})" msgstr "" -#: pretix/plugins/reports/exporters.py:385 -#: pretix/plugins/reports/exporters.py:521 +#: pretix/plugins/reports/exporters.py:388 +#: pretix/plugins/reports/exporters.py:524 msgid "Gross" msgstr "" -#: pretix/plugins/reports/exporters.py:385 -#: pretix/plugins/reports/exporters.py:521 +#: pretix/plugins/reports/exporters.py:388 +#: pretix/plugins/reports/exporters.py:524 msgid "Tax" msgstr "" -#: pretix/plugins/reports/exporters.py:470 +#: pretix/plugins/reports/exporters.py:473 msgid "List of orders with taxes" msgstr "" @@ -17524,24 +17575,24 @@ msgid "Show all events of %(name)s" msgstr "" #: pretix/presale/templates/pretixpresale/event/base.html:98 -#: pretix/presale/templates/pretixpresale/event/base.html:128 +#: pretix/presale/templates/pretixpresale/event/base.html:132 msgid "" "This ticket shop is currently in test mode. Please do not perform any real " "purchases as your order might be deleted without notice." msgstr "" #: pretix/presale/templates/pretixpresale/event/base.html:104 -#: pretix/presale/templates/pretixpresale/event/base.html:134 +#: pretix/presale/templates/pretixpresale/event/base.html:138 msgid "" "Orders made through this sales channel cannot be deleted - even if the " "ticket shop is in test mode!" msgstr "" -#: pretix/presale/templates/pretixpresale/event/base.html:142 +#: pretix/presale/templates/pretixpresale/event/base.html:146 msgid "Contact event organizer" msgstr "" -#: pretix/presale/templates/pretixpresale/event/base.html:145 +#: pretix/presale/templates/pretixpresale/event/base.html:149 msgid "Imprint" msgstr "" @@ -17943,6 +17994,11 @@ msgstr "" msgid "Go" msgstr "" +#: pretix/presale/templates/pretixpresale/event/fragment_subevent_calendar_week.html:21 +#: pretix/presale/templates/pretixpresale/organizers/calendar_week.html:48 +msgid "W" +msgstr "" + #: pretix/presale/templates/pretixpresale/event/fragment_subevent_list.html:21 #: pretix/presale/templates/pretixpresale/event/fragment_subevent_list.html:30 #: pretix/presale/templates/pretixpresale/fragment_calendar.html:71 @@ -18608,19 +18664,19 @@ msgstr "" msgid "Please enter positive numbers only." msgstr "" -#: pretix/presale/views/cart.py:338 +#: pretix/presale/views/cart.py:340 msgid "We applied the voucher to as many products in your cart as we could." msgstr "" -#: pretix/presale/views/cart.py:360 +#: pretix/presale/views/cart.py:362 msgid "Your cart has been updated." msgstr "" -#: pretix/presale/views/cart.py:363 pretix/presale/views/cart.py:385 +#: pretix/presale/views/cart.py:365 pretix/presale/views/cart.py:387 msgid "Your cart is now empty." msgstr "" -#: pretix/presale/views/cart.py:400 +#: pretix/presale/views/cart.py:402 msgid "The products have been successfully added to your cart." msgstr "" diff --git a/src/pretix/locale/cs/LC_MESSAGES/djangojs.po b/src/pretix/locale/cs/LC_MESSAGES/djangojs.po index b0aaac22d..beb403618 100644 --- a/src/pretix/locale/cs/LC_MESSAGES/djangojs.po +++ b/src/pretix/locale/cs/LC_MESSAGES/djangojs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-05-13 16:45+0000\n" +"POT-Creation-Date: 2020-06-10 16:02+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/src/pretix/locale/da/LC_MESSAGES/django.po b/src/pretix/locale/da/LC_MESSAGES/django.po index 0a0660b37..dd3e3b01b 100644 --- a/src/pretix/locale/da/LC_MESSAGES/django.po +++ b/src/pretix/locale/da/LC_MESSAGES/django.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: 1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-05-13 16:44+0000\n" +"POT-Creation-Date: 2020-06-10 16:02+0000\n" "PO-Revision-Date: 2020-05-30 15:00+0000\n" "Last-Translator: Mikkel Ricky \n" "Language-Team: Danish " msgid "Empty, if this product is not an admission ticket" msgstr "Tom hvis dette produkt ikke er en adgangsbillet" -#: pretix/base/models/orders.py:1069 pretix/base/models/orders.py:2110 +#: pretix/base/models/orders.py:1069 pretix/base/models/orders.py:2137 #: pretix/base/settings.py:537 msgid "Company name" msgstr "Virksomhedsnavn" -#: pretix/base/models/orders.py:1073 pretix/base/models/orders.py:2117 +#: pretix/base/models/orders.py:1073 pretix/base/models/orders.py:2144 #: pretix/base/settings.py:32 pretix/plugins/stripe/payment.py:150 msgid "Select country" msgstr "Vælg land" -#: pretix/base/models/orders.py:1204 +#: pretix/base/models/orders.py:1231 #, fuzzy #| msgid "User created." msgctxt "payment_state" msgid "created" msgstr "Bruger oprettet." -#: pretix/base/models/orders.py:1205 +#: pretix/base/models/orders.py:1232 #, fuzzy #| msgid "pending" msgctxt "payment_state" msgid "pending" msgstr "afventer" -#: pretix/base/models/orders.py:1206 +#: pretix/base/models/orders.py:1233 #, fuzzy #| msgctxt "checkoutflow" #| msgid "Order confirmed" @@ -3010,154 +3012,154 @@ msgctxt "payment_state" msgid "confirmed" msgstr "Bestilling bekræftet" -#: pretix/base/models/orders.py:1207 +#: pretix/base/models/orders.py:1234 #, fuzzy #| msgid "canceled" msgctxt "payment_state" msgid "canceled" msgstr "annulleret" -#: pretix/base/models/orders.py:1208 +#: pretix/base/models/orders.py:1235 msgctxt "payment_state" msgid "failed" msgstr "" -#: pretix/base/models/orders.py:1209 +#: pretix/base/models/orders.py:1236 #, fuzzy #| msgid "refunded" msgctxt "payment_state" msgid "refunded" msgstr "tilbagebetalt" -#: pretix/base/models/orders.py:1237 pretix/base/models/orders.py:1608 +#: pretix/base/models/orders.py:1264 pretix/base/models/orders.py:1635 #: pretix/base/shredder.py:352 msgid "Payment information" msgstr "Betalingsoplysninger" -#: pretix/base/models/orders.py:1430 +#: pretix/base/models/orders.py:1457 #, fuzzy, python-format #| msgid "Order canceled: %(code)s" msgid "Event registration confirmed: %(code)s" msgstr "Bestilling annulleret: %(code)s" -#: pretix/base/models/orders.py:1448 +#: pretix/base/models/orders.py:1475 #, python-format msgid "Payment received for your order: %(code)s" msgstr "Betaling modtaget for din bestilling: %(code)s" -#: pretix/base/models/orders.py:1554 +#: pretix/base/models/orders.py:1581 msgctxt "refund_state" msgid "started externally" msgstr "" -#: pretix/base/models/orders.py:1555 +#: pretix/base/models/orders.py:1582 #, fuzzy #| msgid "User created." msgctxt "refund_state" msgid "created" msgstr "Bruger oprettet." -#: pretix/base/models/orders.py:1556 +#: pretix/base/models/orders.py:1583 msgctxt "refund_state" msgid "in transit" msgstr "" -#: pretix/base/models/orders.py:1557 +#: pretix/base/models/orders.py:1584 msgctxt "refund_state" msgid "done" msgstr "" -#: pretix/base/models/orders.py:1558 +#: pretix/base/models/orders.py:1585 msgctxt "refund_state" msgid "failed" msgstr "" -#: pretix/base/models/orders.py:1560 +#: pretix/base/models/orders.py:1587 #, fuzzy #| msgid "canceled" msgctxt "refund_state" msgid "canceled" msgstr "annulleret" -#: pretix/base/models/orders.py:1568 +#: pretix/base/models/orders.py:1595 #, fuzzy #| msgid "Organizer" msgctxt "refund_source" msgid "Organizer" msgstr "Arrangør" -#: pretix/base/models/orders.py:1569 +#: pretix/base/models/orders.py:1596 #, fuzzy #| msgid "Customer actions" msgctxt "refund_source" msgid "Customer" msgstr "Kundehandlinger" -#: pretix/base/models/orders.py:1570 +#: pretix/base/models/orders.py:1597 msgctxt "refund_source" msgid "External" msgstr "" -#: pretix/base/models/orders.py:1714 +#: pretix/base/models/orders.py:1741 msgid "Payment fee" msgstr "Betalingsgebyr" -#: pretix/base/models/orders.py:1715 +#: pretix/base/models/orders.py:1742 msgid "Shipping fee" msgstr "Leveringsgebyr" -#: pretix/base/models/orders.py:1716 +#: pretix/base/models/orders.py:1743 msgid "Service fee" msgstr "" -#: pretix/base/models/orders.py:1717 +#: pretix/base/models/orders.py:1744 #: pretix/control/templates/pretixcontrol/order/index.html:133 msgid "Cancellation fee" msgstr "Afbestillingsgebyr" -#: pretix/base/models/orders.py:1718 +#: pretix/base/models/orders.py:1745 msgid "Other fees" msgstr "Andre gebyrer" -#: pretix/base/models/orders.py:1719 pretix/base/payment.py:1005 +#: pretix/base/models/orders.py:1746 pretix/base/payment.py:1005 #: pretix/control/templates/pretixcontrol/order/index.html:128 msgid "Gift card" msgstr "Gavekort" -#: pretix/base/models/orders.py:1724 +#: pretix/base/models/orders.py:1751 #: pretix/control/templates/pretixcontrol/organizers/giftcard.html:65 #: pretix/control/templates/pretixcontrol/organizers/giftcard.html:103 #: pretix/control/views/vouchers.py:70 msgid "Value" msgstr "Værdi" -#: pretix/base/models/orders.py:1861 +#: pretix/base/models/orders.py:1888 msgid "Order position" msgstr "" -#: pretix/base/models/orders.py:2036 pretix/base/services/orders.py:846 +#: pretix/base/models/orders.py:2063 pretix/base/services/orders.py:846 #, fuzzy, python-format #| msgid "Your order: %(code)s" msgid "Your event registration: %(code)s" msgstr "Din bestilling: %(code)s" -#: pretix/base/models/orders.py:2065 +#: pretix/base/models/orders.py:2092 msgid "Cart ID (e.g. session key)" msgstr "Kurv-id (fx sessionsnøgle)" -#: pretix/base/models/orders.py:2083 +#: pretix/base/models/orders.py:2110 msgid "Cart position" msgstr "" -#: pretix/base/models/orders.py:2084 +#: pretix/base/models/orders.py:2111 msgid "Cart positions" msgstr "" -#: pretix/base/models/orders.py:2121 +#: pretix/base/models/orders.py:2148 msgid "Only for business customers within the EU." msgstr "Kun for virksomhedskunder inden for EU." -#: pretix/base/models/orders.py:2126 +#: pretix/base/models/orders.py:2153 msgid "This reference will be printed on your invoice for your convenience." msgstr "Denne reference vises på din faktura." @@ -3171,9 +3173,9 @@ msgstr "" "bindestreger, og skal være entydigt for arrangøren. Bliver brugt i urler til " "at henvise til arrangører og arrangementer." -#: pretix/base/models/organizer.py:52 pretix/control/forms/event.py:68 -#: pretix/control/forms/event.py:74 pretix/control/forms/filter.py:338 -#: pretix/control/forms/filter.py:614 +#: pretix/base/models/organizer.py:52 pretix/control/forms/event.py:63 +#: pretix/control/forms/event.py:69 pretix/control/forms/filter.py:338 +#: pretix/control/forms/filter.py:666 #: pretix/control/templates/pretixcontrol/events/index.html:68 #: pretix/control/templates/pretixcontrol/organizers/base.html:4 #: pretix/control/templates/pretixcontrol/organizers/edit.html:9 @@ -3251,7 +3253,7 @@ msgid "%(name)s on %(object)s" msgstr "%(name)s på %(object)s" #: pretix/base/models/organizer.py:252 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:82 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:84 msgid "Team" msgstr "Gruppe" @@ -3265,22 +3267,22 @@ msgstr "Grupper" msgid "Invite to team '{team}' for '{email}'" msgstr "Invitation til gruppe '{team}' til '{email}'" -#: pretix/base/models/seating.py:23 +#: pretix/base/models/seating.py:24 msgid "Your layout file is not a valid JSON file." msgstr "" -#: pretix/base/models/seating.py:32 +#: pretix/base/models/seating.py:33 msgid "Your layout file is not a valid seating plan. Error message: {}" msgstr "" -#: pretix/base/models/seating.py:145 +#: pretix/base/models/seating.py:152 #, fuzzy, python-brace-format #| msgctxt "invoice" #| msgid "Invoice number" msgid "Row {number}" msgstr "Fakturanummer" -#: pretix/base/models/seating.py:150 +#: pretix/base/models/seating.py:157 #, fuzzy, python-brace-format #| msgid "Team name" msgid "Seat {number}" @@ -3358,7 +3360,7 @@ msgstr "Nedsæt produktpris med (%)" #: pretix/control/templates/pretixcontrol/vouchers/index.html:19 #: pretix/control/templates/pretixcontrol/vouchers/index.html:100 #: pretix/control/views/vouchers.py:69 pretix/control/views/waitinglist.py:199 -#: pretix/plugins/checkinlists/exporters.py:359 +#: pretix/plugins/checkinlists/exporters.py:418 #: pretix/presale/templates/pretixpresale/event/fragment_cart.html:316 #: pretix/presale/templates/pretixpresale/event/index.html:278 msgid "Voucher code" @@ -3393,7 +3395,7 @@ msgstr "" msgid "Valid until" msgstr "Gyldig indtil" -#: pretix/base/models/vouchers.py:131 pretix/control/forms/filter.py:955 +#: pretix/base/models/vouchers.py:131 pretix/control/forms/filter.py:1007 msgid "Reserve ticket from quota" msgstr "Reserver billet fra kvote" @@ -3680,7 +3682,7 @@ msgctxt "subevent" msgid "Dates" msgstr "Datoer" -#: pretix/base/notifications.py:184 pretix/base/pdf.py:130 +#: pretix/base/notifications.py:184 pretix/base/pdf.py:135 msgid "Event date" msgstr "Arrangementsdato" @@ -4278,7 +4280,7 @@ msgstr "" msgid "Order position number" msgstr "" -#: pretix/base/pdf.py:64 pretix/control/forms/event.py:1263 +#: pretix/base/pdf.py:64 pretix/control/forms/event.py:1262 #: pretix/control/templates/pretixcontrol/items/index.html:33 msgid "Product name" msgstr "Produktnavn" @@ -4334,230 +4336,245 @@ msgstr "" msgid "Attendee company" msgstr "E-mailadresse" -#: pretix/base/pdf.py:114 pretix/base/pdf.py:212 +#: pretix/base/pdf.py:114 pretix/base/pdf.py:217 #: pretix/base/services/tickets.py:96 pretix/control/views/pdf.py:80 msgid "Sample company" msgstr "Eksempelvirksomhed" #: pretix/base/pdf.py:118 #, fuzzy +#| msgid "Attendee badges" +msgid "Full attendee address" +msgstr "Navneskilte" + +#: pretix/base/pdf.py:119 +msgid "" +"John Doe\n" +"Sample company\n" +"Sesame Street 42\n" +"12345 Any City\n" +"Atlantis" +msgstr "" + +#: pretix/base/pdf.py:123 +#, fuzzy #| msgid "Attendee email" msgid "Attendee country" msgstr "E-mailadresse" -#: pretix/base/pdf.py:126 +#: pretix/base/pdf.py:131 msgid "Sample event name" msgstr "Eksempelarrangementsnavn" -#: pretix/base/pdf.py:131 +#: pretix/base/pdf.py:136 msgid "May 31st, 2017" msgstr "1. maj 2017" -#: pretix/base/pdf.py:135 +#: pretix/base/pdf.py:140 msgid "Event date range" msgstr "Arrangementsdatoer" -#: pretix/base/pdf.py:136 +#: pretix/base/pdf.py:141 msgid "May 31st – June 4th, 2017" msgstr "" -#: pretix/base/pdf.py:140 +#: pretix/base/pdf.py:145 msgid "Event begin date and time" msgstr "Arrangements startdato og -tidspunkt" -#: pretix/base/pdf.py:141 +#: pretix/base/pdf.py:146 msgid "2017-05-31 20:00" msgstr "" -#: pretix/base/pdf.py:148 +#: pretix/base/pdf.py:153 #, fuzzy #| msgid "Event begin time" msgid "Event begin date" msgstr "Arrangements starttidspunt" -#: pretix/base/pdf.py:149 pretix/base/pdf.py:170 pretix/base/pdf.py:244 +#: pretix/base/pdf.py:154 pretix/base/pdf.py:175 pretix/base/pdf.py:249 msgid "2017-05-31" msgstr "" -#: pretix/base/pdf.py:156 +#: pretix/base/pdf.py:161 msgid "Event begin time" msgstr "Arrangements starttidspunt" -#: pretix/base/pdf.py:157 +#: pretix/base/pdf.py:162 msgid "20:00" msgstr "" -#: pretix/base/pdf.py:161 +#: pretix/base/pdf.py:166 msgid "Event end date and time" msgstr "Arrangements slutdato og -tidspunkt" -#: pretix/base/pdf.py:162 +#: pretix/base/pdf.py:167 msgid "2017-05-31 22:00" msgstr "" -#: pretix/base/pdf.py:169 +#: pretix/base/pdf.py:174 #, fuzzy #| msgid "Event end time" msgid "Event end date" msgstr "Sluttidspunkt" -#: pretix/base/pdf.py:178 +#: pretix/base/pdf.py:183 msgid "22:00" msgstr "" -#: pretix/base/pdf.py:185 +#: pretix/base/pdf.py:190 msgid "Event admission date and time" msgstr "Arrangements indgangsstartdato og -tidspunkt" -#: pretix/base/pdf.py:186 pretix/base/pdf.py:252 +#: pretix/base/pdf.py:191 pretix/base/pdf.py:257 msgid "2017-05-31 19:00" msgstr "" -#: pretix/base/pdf.py:193 +#: pretix/base/pdf.py:198 msgid "Event admission time" msgstr "Indgangstidspunkt" -#: pretix/base/pdf.py:194 pretix/base/pdf.py:260 +#: pretix/base/pdf.py:199 pretix/base/pdf.py:265 msgid "19:00" msgstr "19:00" -#: pretix/base/pdf.py:201 +#: pretix/base/pdf.py:206 msgid "Event location" msgstr "Arrangements sted" -#: pretix/base/pdf.py:202 pretix/base/settings.py:559 +#: pretix/base/pdf.py:207 pretix/base/settings.py:559 msgid "Random City" msgstr "Tilfældig by" -#: pretix/base/pdf.py:211 +#: pretix/base/pdf.py:216 #, fuzzy #| msgid "Invoice address: company" msgid "Invoice address company" msgstr "Faktureringsadresse: virksomhed" -#: pretix/base/pdf.py:216 +#: pretix/base/pdf.py:221 #, fuzzy #| msgid "Invoice address: company" msgid "Invoice address city" msgstr "Faktureringsadresse: virksomhed" -#: pretix/base/pdf.py:217 pretix/base/services/invoices.py:340 +#: pretix/base/pdf.py:222 pretix/base/services/invoices.py:340 #, fuzzy #| msgid "Sample company" msgid "Sample city" msgstr "Eksempelvirksomhed" -#: pretix/base/pdf.py:221 +#: pretix/base/pdf.py:226 msgid "List of Add-Ons" msgstr "Tilføjelser" -#: pretix/base/pdf.py:222 +#: pretix/base/pdf.py:227 msgid "" "Add-on 1\n" "Add-on 2" msgstr "" -#: pretix/base/pdf.py:233 pretix/control/forms/filter.py:490 -#: pretix/control/forms/filter.py:492 +#: pretix/base/pdf.py:238 pretix/control/forms/filter.py:542 +#: pretix/control/forms/filter.py:544 #: pretix/control/templates/pretixcontrol/organizers/index.html:35 msgid "Organizer name" msgstr "Navn" -#: pretix/base/pdf.py:234 +#: pretix/base/pdf.py:239 msgid "Event organizer company" msgstr "Arrangørvirksomhed" -#: pretix/base/pdf.py:238 +#: pretix/base/pdf.py:243 msgid "Organizer info text" msgstr "Arrangør-infotekst" -#: pretix/base/pdf.py:239 +#: pretix/base/pdf.py:244 msgid "Event organizer info text" msgstr "" -#: pretix/base/pdf.py:243 +#: pretix/base/pdf.py:248 #, fuzzy #| msgctxt "subevent" #| msgid "Create date" msgid "Printing date" msgstr "Opret dato" -#: pretix/base/pdf.py:251 +#: pretix/base/pdf.py:256 #, fuzzy #| msgid "Event begin date and time" msgid "Printing date and time" msgstr "Arrangements startdato og -tidspunkt" -#: pretix/base/pdf.py:259 +#: pretix/base/pdf.py:264 #, fuzzy #| msgid "Event begin time" msgid "Printing time" msgstr "Arrangements starttidspunt" -#: pretix/base/pdf.py:267 +#: pretix/base/pdf.py:272 #, fuzzy #| msgid "Full name" msgid "Seat: Full name" msgstr "Fuldt navn" -#: pretix/base/pdf.py:268 +#: pretix/base/pdf.py:273 msgid "Ground floor, Row 3, Seat 4" msgstr "" -#: pretix/base/pdf.py:270 pretix/base/pdf.py:276 -#: pretix/control/forms/orders.py:229 +#: pretix/base/pdf.py:275 pretix/base/pdf.py:281 +#: pretix/control/forms/orders.py:233 #, fuzzy #| msgid "General information" msgid "General admission" msgstr "Generel information" -#: pretix/base/pdf.py:273 +#: pretix/base/pdf.py:278 #, fuzzy #| msgid "Team name" msgid "Seat: zone" msgstr "Navn" -#: pretix/base/pdf.py:274 +#: pretix/base/pdf.py:279 msgid "Ground floor" msgstr "" -#: pretix/base/pdf.py:279 +#: pretix/base/pdf.py:284 msgid "Seat: row" msgstr "" -#: pretix/base/pdf.py:284 +#: pretix/base/pdf.py:289 #, fuzzy #| msgid "Street and Number" msgid "Seat: seat number" msgstr "Gadenavn og nummer" -#: pretix/base/pdf.py:320 +#: pretix/base/pdf.py:325 #, python-brace-format msgid "Question: {question}" msgstr "Spørgsmål: {question}" -#: pretix/base/pdf.py:321 +#: pretix/base/pdf.py:326 #, python-brace-format msgid "" msgstr "" -#: pretix/base/pdf.py:343 pretix/base/pdf.py:350 -#: pretix/plugins/badges/exporters.py:238 -#: pretix/plugins/checkinlists/exporters.py:62 -#: pretix/plugins/checkinlists/exporters.py:335 +#: pretix/base/pdf.py:348 pretix/base/pdf.py:355 +#: pretix/plugins/badges/exporters.py:246 +#: pretix/plugins/checkinlists/exporters.py:77 +#: pretix/plugins/checkinlists/exporters.py:394 #: pretix/plugins/ticketoutputpdf/exporters.py:42 #, fuzzy, python-brace-format #| msgid "Attendee name" msgid "Attendee name: {part}" msgstr "Navn på deltager" -#: pretix/base/pdf.py:360 +#: pretix/base/pdf.py:365 #, fuzzy, python-brace-format #| msgid "Invoice address: name" msgid "Invoice address name: {part}" msgstr "Faktureringsadresse: navn" -#: pretix/base/pdf.py:522 pretix/plugins/ticketoutputpdf/ticketoutput.py:78 +#: pretix/base/pdf.py:527 pretix/plugins/ticketoutputpdf/ticketoutput.py:78 msgid "Ticket" msgstr "Billet" @@ -4601,7 +4618,7 @@ msgstr "" "Vi kunne ikke behandle din forespørgsel grundet travlhed på serveren. Prøv " "venligst igen." -#: pretix/base/services/cart.py:54 pretix/presale/views/cart.py:174 +#: pretix/base/services/cart.py:54 pretix/presale/views/cart.py:176 msgid "You did not select any products." msgstr "Du har ikke valgt nogen produkter." @@ -4909,7 +4926,7 @@ msgctxt "invoice" msgid "Attendee: {name}" msgstr "Deltager: {name}" -#: pretix/base/services/invoices.py:170 pretix/plugins/reports/exporters.py:215 +#: pretix/base/services/invoices.py:170 pretix/plugins/reports/exporters.py:218 msgctxt "subevent" msgid "Date: {}" msgstr "Dato: {}" @@ -5089,7 +5106,7 @@ msgid "" "the position from your cart." msgstr "" -#: pretix/base/services/orders.py:153 pretix/control/forms/orders.py:68 +#: pretix/base/services/orders.py:153 pretix/control/forms/orders.py:69 msgid "The new expiry date needs to be in the future." msgstr "Den nye udløbsdato skal ligge i fremtiden." @@ -5129,7 +5146,7 @@ msgid "" "order has already been redeemed." msgstr "" -#: pretix/base/services/orders.py:391 pretix/control/forms/orders.py:132 +#: pretix/base/services/orders.py:391 pretix/control/forms/orders.py:136 msgid "" "The cancellation fee cannot be higher than the payment credit of this order." msgstr "" @@ -5264,14 +5281,14 @@ msgid "" "contact the event organizer for further information." msgstr "" -#: pretix/base/services/seating.py:35 pretix/base/services/seating.py:90 +#: pretix/base/services/seating.py:35 pretix/base/services/seating.py:94 #, python-format msgid "" "You can not change the plan since seat \"%s\" is not present in the new plan " "and is already sold." msgstr "" -#: pretix/base/services/seating.py:93 +#: pretix/base/services/seating.py:97 #, python-format msgid "" "You can not change the plan since seat \"%s\" is not present in the new plan " @@ -5858,7 +5875,7 @@ msgstr "Vis produktdetaljer før forsalg er startet og efter det er slut" msgid "Available languages" msgstr "Tilgængelige sprog" -#: pretix/base/settings.py:707 pretix/control/forms/event.py:96 +#: pretix/base/settings.py:707 pretix/control/forms/event.py:91 msgid "Default language" msgstr "Standardsprog" @@ -5897,7 +5914,7 @@ msgstr "" msgid "Hide all products that are sold out" msgstr "Skjul alle udsolgte produkter" -#: pretix/base/settings.py:757 pretix/control/forms/event.py:1177 +#: pretix/base/settings.py:757 pretix/control/forms/event.py:1176 msgid "Publicly show how many tickets of a certain type are still available." msgstr "" "Vis offentligt hvor mange billetter af en bestemt type der er tilgængelige." @@ -5914,7 +5931,7 @@ msgstr "Udfold produktvarianter som standard" msgid "Enable waiting list" msgstr "Aktivér venteliste" -#: pretix/base/settings.py:785 pretix/control/forms/event.py:1182 +#: pretix/base/settings.py:785 pretix/control/forms/event.py:1181 msgid "" "Once a ticket is sold out, people can add themselves to a waiting list. As " "soon as a ticket becomes available again, it will be reserved for the first " @@ -6013,7 +6030,7 @@ msgid "" msgstr "" #: pretix/base/settings.py:888 pretix/base/settings.py:896 -#: pretix/control/forms/organizer.py:292 +#: pretix/control/forms/organizer.py:293 #: pretix/presale/templates/pretixpresale/organizers/calendar.html:25 #: pretix/presale/templates/pretixpresale/organizers/calendar_week.html:25 #: pretix/presale/templates/pretixpresale/organizers/index.html:34 @@ -6021,20 +6038,20 @@ msgid "List" msgstr "Vis" #: pretix/base/settings.py:889 pretix/base/settings.py:897 -#: pretix/control/forms/organizer.py:293 +#: pretix/control/forms/organizer.py:294 #, fuzzy #| msgid "Calendar" msgid "Week calendar" msgstr "Kalender" #: pretix/base/settings.py:890 pretix/base/settings.py:898 -#: pretix/control/forms/organizer.py:294 +#: pretix/control/forms/organizer.py:295 #, fuzzy #| msgid "Calendar" msgid "Month calendar" msgstr "Kalender" -#: pretix/base/settings.py:894 pretix/control/forms/organizer.py:290 +#: pretix/base/settings.py:894 pretix/control/forms/organizer.py:291 msgid "Default overview style" msgstr "Visning af overblik" @@ -6075,7 +6092,7 @@ msgid "" "Otherwise, a manual refund will be created for you to process manually." msgstr "" -#: pretix/base/settings.py:952 pretix/control/forms/orders.py:586 +#: pretix/base/settings.py:952 pretix/control/forms/orders.py:590 msgid "Keep a fixed cancellation fee" msgstr "Hold et fast afbestillingsgebyr" @@ -6083,7 +6100,7 @@ msgstr "Hold et fast afbestillingsgebyr" msgid "Keep payment, shipping and service fees" msgstr "" -#: pretix/base/settings.py:973 pretix/control/forms/orders.py:591 +#: pretix/base/settings.py:973 pretix/control/forms/orders.py:595 msgid "Keep a percentual cancellation fee" msgstr "Hold et procentuelt afbestillingsgebyr" @@ -6145,19 +6162,19 @@ msgstr "Kreditkort" msgid "Refund method" msgstr "Tilbagebetal bestilling" -#: pretix/base/settings.py:1051 pretix/control/forms/event.py:1205 +#: pretix/base/settings.py:1051 pretix/control/forms/event.py:1204 msgid "Contact address" msgstr "Kontaktadresse" -#: pretix/base/settings.py:1052 pretix/control/forms/event.py:1207 +#: pretix/base/settings.py:1052 pretix/control/forms/event.py:1206 msgid "We'll show this publicly to allow attendees to contact you." msgstr "" -#: pretix/base/settings.py:1060 pretix/control/forms/event.py:1199 +#: pretix/base/settings.py:1060 pretix/control/forms/event.py:1198 msgid "Imprint URL" msgstr "" -#: pretix/base/settings.py:1061 pretix/control/forms/event.py:1200 +#: pretix/base/settings.py:1061 pretix/control/forms/event.py:1199 msgid "" "This should point e.g. to a part of your website that has your contact " "details and legal information." @@ -6836,111 +6853,111 @@ msgctxt "subevent" msgid "Date ordering" msgstr "Dato tilmeldt" -#: pretix/base/settings.py:1657 +#: pretix/base/settings.py:1665 msgid "Most common English titles" msgstr "" -#: pretix/base/settings.py:1667 +#: pretix/base/settings.py:1675 msgid "Most common German titles" msgstr "" -#: pretix/base/settings.py:1676 pretix/base/settings.py:1689 -#: pretix/base/settings.py:1705 pretix/base/settings.py:1755 -#: pretix/base/settings.py:1768 pretix/base/settings.py:1782 +#: pretix/base/settings.py:1684 pretix/base/settings.py:1697 +#: pretix/base/settings.py:1713 pretix/base/settings.py:1763 +#: pretix/base/settings.py:1776 pretix/base/settings.py:1790 #, fuzzy #| msgid "Event name" msgid "Given name" msgstr "Navn" -#: pretix/base/settings.py:1677 pretix/base/settings.py:1690 -#: pretix/base/settings.py:1706 pretix/base/settings.py:1722 -#: pretix/base/settings.py:1739 pretix/base/settings.py:1754 -#: pretix/base/settings.py:1769 pretix/base/settings.py:1783 +#: pretix/base/settings.py:1685 pretix/base/settings.py:1698 +#: pretix/base/settings.py:1714 pretix/base/settings.py:1730 +#: pretix/base/settings.py:1747 pretix/base/settings.py:1762 +#: pretix/base/settings.py:1777 pretix/base/settings.py:1791 #, fuzzy #| msgid "Full name" msgid "Family name" msgstr "Fuldt navn" -#: pretix/base/settings.py:1681 pretix/base/settings.py:1697 -#: pretix/base/settings.py:1713 pretix/base/settings.py:1728 -#: pretix/base/settings.py:1746 pretix/base/settings.py:1761 -#: pretix/base/settings.py:1791 pretix/base/settings.py:1814 +#: pretix/base/settings.py:1689 pretix/base/settings.py:1705 +#: pretix/base/settings.py:1721 pretix/base/settings.py:1736 +#: pretix/base/settings.py:1754 pretix/base/settings.py:1769 +#: pretix/base/settings.py:1799 pretix/base/settings.py:1822 #, fuzzy #| msgid "John Doe" msgctxt "person_name_sample" msgid "John" msgstr "Anders And" -#: pretix/base/settings.py:1682 pretix/base/settings.py:1698 -#: pretix/base/settings.py:1714 pretix/base/settings.py:1730 -#: pretix/base/settings.py:1748 pretix/base/settings.py:1762 -#: pretix/base/settings.py:1792 +#: pretix/base/settings.py:1690 pretix/base/settings.py:1706 +#: pretix/base/settings.py:1722 pretix/base/settings.py:1738 +#: pretix/base/settings.py:1756 pretix/base/settings.py:1770 +#: pretix/base/settings.py:1800 msgctxt "person_name_sample" msgid "Doe" msgstr "" -#: pretix/base/settings.py:1688 pretix/base/settings.py:1704 -#: pretix/base/settings.py:1736 +#: pretix/base/settings.py:1696 pretix/base/settings.py:1712 +#: pretix/base/settings.py:1744 msgctxt "person_name" msgid "Title" msgstr "" -#: pretix/base/settings.py:1696 pretix/base/settings.py:1712 -#: pretix/base/settings.py:1745 +#: pretix/base/settings.py:1704 pretix/base/settings.py:1720 +#: pretix/base/settings.py:1753 msgctxt "person_name_sample" msgid "Dr" msgstr "" -#: pretix/base/settings.py:1720 pretix/base/settings.py:1737 +#: pretix/base/settings.py:1728 pretix/base/settings.py:1745 #, fuzzy #| msgid "Ticket name" msgid "First name" msgstr "Billetnavn" -#: pretix/base/settings.py:1721 pretix/base/settings.py:1738 +#: pretix/base/settings.py:1729 pretix/base/settings.py:1746 #, fuzzy #| msgid "Device name" msgid "Middle name" msgstr "Enhedsnavn" -#: pretix/base/settings.py:1802 pretix/base/settings.py:1813 +#: pretix/base/settings.py:1810 pretix/base/settings.py:1821 #, fuzzy #| msgid "John Doe" msgctxt "person_name_sample" msgid "John Doe" msgstr "Anders And" -#: pretix/base/settings.py:1808 +#: pretix/base/settings.py:1816 #, fuzzy #| msgid "Full name" msgid "Calling name" msgstr "Fuldt navn" -#: pretix/base/settings.py:1821 +#: pretix/base/settings.py:1829 #, fuzzy #| msgid "Category description" msgid "Latin transcription" msgstr "Beskrivelse" -#: pretix/base/settings.py:1924 pretix/control/forms/event.py:176 +#: pretix/base/settings.py:1932 pretix/control/forms/event.py:172 msgid "" "Your default locale must also be enabled for your event (see box above)." msgstr "" -#: pretix/base/settings.py:1928 +#: pretix/base/settings.py:1936 msgid "" "You cannot require specifying attendee names if you do not ask for them." msgstr "" "Du kan ikke kræve at man indtaster deltagernavne hvis du ikke spørger efter " "dem." -#: pretix/base/settings.py:1932 +#: pretix/base/settings.py:1940 msgid "You have to ask for attendee emails if you want to make them required." msgstr "" "Du skal spørge efter deltageres e-mailadresser hvis du vil gøre dem " "påkrævede." -#: pretix/base/settings.py:1936 +#: pretix/base/settings.py:1944 #, fuzzy #| msgid "" #| "You have to ask for attendee emails if you want to make them required." @@ -6950,11 +6967,11 @@ msgstr "" "Du skal spørge efter deltageres e-mailadresser hvis du vil gøre dem " "påkrævede." -#: pretix/base/settings.py:1940 +#: pretix/base/settings.py:1948 msgid "You have to require invoice addresses to require for company names." msgstr "" -#: pretix/base/settings.py:1947 +#: pretix/base/settings.py:1955 msgid "The last payment date cannot be before the end of presale." msgstr "Seneste betalingsdato kan ikke ligge før slutningen på forsalget." @@ -7366,16 +7383,21 @@ msgstr "Siden stødte på en uventet intern fejl. Prøv venligst igen." msgid "The task has been completed." msgstr "Opgaven er fuldført." -#: pretix/control/forms/__init__.py:112 +#: pretix/control/forms/__init__.py:115 +#, python-brace-format +msgid "Please do not upload files larger than {size}!" +msgstr "" + +#: pretix/control/forms/__init__.py:136 msgid "Filetype not allowed!" msgstr "Filtype ikke tilladt!" #: pretix/control/forms/checkin.py:38 pretix/control/forms/filter.py:244 -#: pretix/control/forms/filter.py:271 pretix/control/forms/filter.py:979 -#: pretix/control/forms/filter.py:999 pretix/control/forms/filter.py:1091 -#: pretix/control/forms/filter.py:1107 pretix/control/forms/filter.py:1168 -#: pretix/control/forms/filter.py:1203 pretix/control/forms/orders.py:544 -#: pretix/control/forms/orders.py:699 +#: pretix/control/forms/filter.py:271 pretix/control/forms/filter.py:1031 +#: pretix/control/forms/filter.py:1051 pretix/control/forms/filter.py:1143 +#: pretix/control/forms/filter.py:1159 pretix/control/forms/filter.py:1220 +#: pretix/control/forms/filter.py:1255 pretix/control/forms/orders.py:548 +#: pretix/control/forms/orders.py:703 #: pretix/control/templates/pretixcontrol/event/fragment_subevent_choice_simple.html:5 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:47 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:109 @@ -7384,7 +7406,7 @@ msgctxt "subevent" msgid "All dates" msgstr "Alle datoer" -#: pretix/control/forms/event.py:44 pretix/control/forms/organizer.py:310 +#: pretix/control/forms/event.py:44 pretix/control/forms/organizer.py:311 msgid "Use languages" msgstr "Sprog" @@ -7396,54 +7418,44 @@ msgstr "Vælg alle sprog som dit arrangement skal kunne vises på." msgid "This is an event series" msgstr "Dette er en arrangementsrække" -#: pretix/control/forms/event.py:50 -msgid "" -"Only recommended for advanced users. If this feature is enabled, this will " -"not only be a single event but a series of very similar events that are " -"handled within a single shop. The single events inside the series can only " -"differ in date, time, location, prices and quotas, but not in other " -"settings, and buying tickets across multiple of these events at the same " -"time is possible. You cannot change this setting for this event later." -msgstr "" - -#: pretix/control/forms/event.py:88 +#: pretix/control/forms/event.py:83 msgid "" "You already used this slug for a different event. Please choose a new one." msgstr "" "Du har allerede brugt dette korte navn for et andet arrangement. Vælg " "venligst et nyt." -#: pretix/control/forms/event.py:92 pretix/control/forms/event.py:394 +#: pretix/control/forms/event.py:87 pretix/control/forms/event.py:390 msgid "Event timezone" msgstr "Arrangements tidszone" -#: pretix/control/forms/event.py:99 +#: pretix/control/forms/event.py:94 msgid "Sales tax rate" msgstr "Momssats" -#: pretix/control/forms/event.py:100 +#: pretix/control/forms/event.py:95 msgid "" "Do you need to pay sales tax on your tickets? In this case, please enter the " "applicable tax rate here in percent. If you have a more complicated tax " "situation, you can add more tax rates and detailed configuration later." msgstr "" -#: pretix/control/forms/event.py:107 +#: pretix/control/forms/event.py:102 msgid "Grant access to team" msgstr "" -#: pretix/control/forms/event.py:108 +#: pretix/control/forms/event.py:103 msgid "" "You are allowed to create events under this organizer, however you do not " "have permission to edit all events under this organizer. Please select one " "of your existing teams that will be granted access to this event." msgstr "" -#: pretix/control/forms/event.py:113 +#: pretix/control/forms/event.py:108 msgid "Create a new team for this event with me as the only member" msgstr "" -#: pretix/control/forms/event.py:156 pretix/control/forms/event.py:309 +#: pretix/control/forms/event.py:151 pretix/control/forms/event.py:305 msgid "" "Sample Conference Center\n" "Heidelberg, Germany" @@ -7451,28 +7463,28 @@ msgstr "" "Eksempelkonferencecenter\n" "Andeby, Danmark" -#: pretix/control/forms/event.py:180 +#: pretix/control/forms/event.py:176 msgid "Your default locale must be specified." msgstr "" -#: pretix/control/forms/event.py:254 +#: pretix/control/forms/event.py:250 msgid "Copy configuration from" msgstr "Kopier konfiguration fra" -#: pretix/control/forms/event.py:260 pretix/control/forms/event.py:263 +#: pretix/control/forms/event.py:256 pretix/control/forms/event.py:259 #: pretix/control/forms/item.py:250 msgid "Do not copy" msgstr "Kopier ikke" -#: pretix/control/forms/event.py:314 pretix/control/forms/organizer.py:87 +#: pretix/control/forms/event.py:310 pretix/control/forms/organizer.py:87 msgid "Custom domain" msgstr "Brugerdefineret domæne" -#: pretix/control/forms/event.py:316 pretix/control/forms/organizer.py:89 +#: pretix/control/forms/event.py:312 pretix/control/forms/organizer.py:89 msgid "You need to configure the custom domain in the webserver beforehand." msgstr "Du skal først angive et brugerdefineret domæne på webserveren." -#: pretix/control/forms/event.py:324 pretix/control/forms/organizer.py:97 +#: pretix/control/forms/event.py:320 pretix/control/forms/organizer.py:97 #, fuzzy #| msgid "You can choose at most one option from this category." #| msgid_plural "" @@ -7480,42 +7492,42 @@ msgstr "Du skal først angive et brugerdefineret domæne på webserveren." msgid "You cannot choose the base domain of this installation." msgstr "Du kan vælge en af følgende muligheder for dette arrangement." -#: pretix/control/forms/event.py:328 pretix/control/forms/organizer.py:102 +#: pretix/control/forms/event.py:324 pretix/control/forms/organizer.py:102 #, fuzzy #| msgid "This identifier is already used for a different question." msgid "This domain is already in use for a different event or organizer." msgstr "Dette id bruges allerede af et andet spørgsmål." -#: pretix/control/forms/event.py:397 +#: pretix/control/forms/event.py:393 #, fuzzy #| msgid "Payment information" msgid "Name format" msgstr "Betalingsoplysninger" -#: pretix/control/forms/event.py:398 +#: pretix/control/forms/event.py:394 msgid "" "This defines how pretix will ask for human names. Changing this after you " "already received orders might lead to unexpected behavior when sorting or " "changing names." msgstr "" -#: pretix/control/forms/event.py:403 +#: pretix/control/forms/event.py:399 msgid "Allowed titles" msgstr "" -#: pretix/control/forms/event.py:404 +#: pretix/control/forms/event.py:400 msgid "" "If the naming scheme you defined above allows users to input a title, you " "can use this to restrict the set of selectable titles." msgstr "" -#: pretix/control/forms/event.py:409 pretix/control/forms/organizer.py:276 +#: pretix/control/forms/event.py:405 pretix/control/forms/organizer.py:276 #, fuzzy #| msgid "Attendee name" msgid "Header image" msgstr "Navn på deltager" -#: pretix/control/forms/event.py:412 +#: pretix/control/forms/event.py:409 msgid "" "If you provide a logo image, we will by default not show your event name and " "date in the page header. By default, we show your logo with a size of up to " @@ -7524,29 +7536,29 @@ msgid "" "smaller screens." msgstr "" -#: pretix/control/forms/event.py:418 pretix/control/forms/organizer.py:285 +#: pretix/control/forms/event.py:415 pretix/control/forms/organizer.py:286 msgid "Use header image in its full size" msgstr "" -#: pretix/control/forms/event.py:419 pretix/control/forms/organizer.py:286 +#: pretix/control/forms/event.py:416 pretix/control/forms/organizer.py:287 msgid "We recommend to upload a picture at least 1170 pixels wide." msgstr "" -#: pretix/control/forms/event.py:423 +#: pretix/control/forms/event.py:420 msgid "Show event title even if a header image is present" msgstr "" -#: pretix/control/forms/event.py:424 +#: pretix/control/forms/event.py:421 #, fuzzy #| msgid "This question will be asked to buyers of the selected products" msgid "The title will only be shown on the event front page." msgstr "Dette spørgsmål vil blive stillet til købere at de valgte produkter" -#: pretix/control/forms/event.py:428 +#: pretix/control/forms/event.py:425 msgid "Social media image" msgstr "" -#: pretix/control/forms/event.py:431 +#: pretix/control/forms/event.py:429 msgid "" "This picture will be used as a preview if you post links to your ticket shop " "on social media. Facebook advises to use a picture size of 1200 x 630 " @@ -7555,51 +7567,51 @@ msgid "" "square is shown. If you do not fill this, we will use the logo given above." msgstr "" -#: pretix/control/forms/event.py:437 pretix/control/forms/organizer.py:226 +#: pretix/control/forms/event.py:435 pretix/control/forms/organizer.py:226 msgid "Primary color" msgstr "Primær farve" -#: pretix/control/forms/event.py:441 pretix/control/forms/event.py:451 -#: pretix/control/forms/event.py:461 pretix/control/forms/event.py:470 +#: pretix/control/forms/event.py:439 pretix/control/forms/event.py:449 +#: pretix/control/forms/event.py:459 pretix/control/forms/event.py:468 #: pretix/control/forms/organizer.py:230 pretix/control/forms/organizer.py:240 #: pretix/control/forms/organizer.py:250 pretix/control/forms/organizer.py:260 msgid "Please enter the hexadecimal code of a color, e.g. #990000." msgstr "Indtast en hexadecimal farvekode, fx #990000." -#: pretix/control/forms/event.py:446 pretix/control/forms/organizer.py:235 +#: pretix/control/forms/event.py:444 pretix/control/forms/organizer.py:235 msgid "Accent color for success" msgstr "" -#: pretix/control/forms/event.py:447 pretix/control/forms/organizer.py:236 +#: pretix/control/forms/event.py:445 pretix/control/forms/organizer.py:236 msgid "We strongly suggest to use a shade of green." msgstr "" -#: pretix/control/forms/event.py:456 pretix/control/forms/organizer.py:245 +#: pretix/control/forms/event.py:454 pretix/control/forms/organizer.py:245 msgid "Accent color for errors" msgstr "" -#: pretix/control/forms/event.py:457 +#: pretix/control/forms/event.py:455 msgid "We strongly suggest to use a dark shade of red." msgstr "" -#: pretix/control/forms/event.py:466 pretix/control/forms/organizer.py:256 +#: pretix/control/forms/event.py:464 pretix/control/forms/organizer.py:256 msgid "Page background color" msgstr "" -#: pretix/control/forms/event.py:476 pretix/control/forms/organizer.py:266 +#: pretix/control/forms/event.py:474 pretix/control/forms/organizer.py:266 msgid "Use round edges" msgstr "" -#: pretix/control/forms/event.py:480 pretix/control/forms/organizer.py:315 +#: pretix/control/forms/event.py:478 pretix/control/forms/organizer.py:316 #: pretix/control/templates/pretixcontrol/pdf/index.html:305 msgid "Font" msgstr "Skrift" -#: pretix/control/forms/event.py:485 pretix/control/forms/organizer.py:320 +#: pretix/control/forms/event.py:483 pretix/control/forms/organizer.py:321 msgid "Only respected by modern browsers." msgstr "Virker kun i moderne browsere." -#: pretix/control/forms/event.py:542 +#: pretix/control/forms/event.py:540 msgid "" "e.g. I hereby confirm that I have read and agree with the event organizer's " "terms of service and agree with them." @@ -7607,141 +7619,141 @@ msgstr "" "fx Jeg bekræfter hermed at jeg har læst og forstået arrangørens betingelser " "og er enig i dem." -#: pretix/control/forms/event.py:546 +#: pretix/control/forms/event.py:544 #, python-brace-format msgid "Ask for {fields}, display like {example}" msgstr "" -#: pretix/control/forms/event.py:552 +#: pretix/control/forms/event.py:550 #, fuzzy #| msgid "Free price input" msgid "Free text input" msgstr "Fri prisindtastning" -#: pretix/control/forms/event.py:586 +#: pretix/control/forms/event.py:584 msgid "" "You have configured gift cards to be valid {} years plus the year the gift " "card is issued in." msgstr "" -#: pretix/control/forms/event.py:601 +#: pretix/control/forms/event.py:599 msgid "Tax rule for payment fees" msgstr "" -#: pretix/control/forms/event.py:603 +#: pretix/control/forms/event.py:601 msgid "" "The tax rule that applies for additional fees you configured for single " "payment methods. This will set the tax rate and reverse charge rules, other " "settings of the tax rule are ignored." msgstr "" -#: pretix/control/forms/event.py:695 +#: pretix/control/forms/event.py:693 #, fuzzy #| msgid "Generate invoices" msgid "Generate invoices for Sales channels" msgstr "Generer fakturaer" -#: pretix/control/forms/event.py:698 +#: pretix/control/forms/event.py:696 msgid "" "If you have enabled invoice generation in the previous setting, you can " "limit it here to specific sales channels." msgstr "" -#: pretix/control/forms/event.py:702 +#: pretix/control/forms/event.py:700 msgid "Invoice style" msgstr "Fakturadesign" -#: pretix/control/forms/event.py:708 +#: pretix/control/forms/event.py:706 msgid "Invoice language" msgstr "Fakturasprog" -#: pretix/control/forms/event.py:709 pretix/control/forms/event.py:730 +#: pretix/control/forms/event.py:707 pretix/control/forms/event.py:729 msgid "The user's language" msgstr "Brugerens sprog" -#: pretix/control/forms/event.py:712 +#: pretix/control/forms/event.py:710 msgid "Logo image" msgstr "Logo" -#: pretix/control/forms/event.py:715 +#: pretix/control/forms/event.py:714 msgid "We will show your logo with a maximal height and width of 2.5 cm." msgstr "Logoet vises med en maksimal højde og bredde på 2,5 cm." -#: pretix/control/forms/event.py:759 +#: pretix/control/forms/event.py:758 #, fuzzy #| msgid "Your address" msgid "Bcc address" msgstr "Din adresse" -#: pretix/control/forms/event.py:760 +#: pretix/control/forms/event.py:759 msgid "All emails will be sent to this address as a Bcc copy" msgstr "" -#: pretix/control/forms/event.py:766 +#: pretix/control/forms/event.py:765 msgid "Signature" msgstr "Signatur" -#: pretix/control/forms/event.py:769 +#: pretix/control/forms/event.py:768 #, python-brace-format msgid "This will be attached to every email. Available placeholders: {event}" msgstr "Bliver tilføjet alle e-mails. Tilgængelige pladsholdere: {event}" -#: pretix/control/forms/event.py:774 +#: pretix/control/forms/event.py:773 msgid "e.g. your contact details" msgstr "fx dine kontaktoplysninger" -#: pretix/control/forms/event.py:779 +#: pretix/control/forms/event.py:778 msgid "HTML mail renderer" msgstr "" -#: pretix/control/forms/event.py:784 pretix/control/forms/event.py:801 -#: pretix/control/forms/event.py:818 pretix/control/forms/event.py:877 +#: pretix/control/forms/event.py:783 pretix/control/forms/event.py:800 +#: pretix/control/forms/event.py:817 pretix/control/forms/event.py:876 msgid "Text sent to order contact address" msgstr "" -#: pretix/control/forms/event.py:789 pretix/control/forms/event.py:806 -#: pretix/control/forms/event.py:823 pretix/control/forms/event.py:882 +#: pretix/control/forms/event.py:788 pretix/control/forms/event.py:805 +#: pretix/control/forms/event.py:822 pretix/control/forms/event.py:881 #, fuzzy #| msgid "Send a new email based on this" msgid "Send an email to attendees" msgstr "Send en ny e-mail baseret på dette" -#: pretix/control/forms/event.py:790 pretix/control/forms/event.py:807 -#: pretix/control/forms/event.py:824 pretix/control/forms/event.py:883 +#: pretix/control/forms/event.py:789 pretix/control/forms/event.py:806 +#: pretix/control/forms/event.py:823 pretix/control/forms/event.py:882 msgid "" "If the order contains attendees with email addresses different from the " "person who orders the tickets, the following email will be sent out to the " "attendees." msgstr "" -#: pretix/control/forms/event.py:795 pretix/control/forms/event.py:812 -#: pretix/control/forms/event.py:829 pretix/control/forms/event.py:888 +#: pretix/control/forms/event.py:794 pretix/control/forms/event.py:811 +#: pretix/control/forms/event.py:828 pretix/control/forms/event.py:887 #, fuzzy #| msgid "Text (sent by admin)" msgid "Text sent to attendees" msgstr "Tekst (sendt af administrator)" -#: pretix/control/forms/event.py:835 pretix/control/forms/event.py:857 -#: pretix/control/forms/event.py:862 pretix/control/forms/event.py:867 -#: pretix/control/forms/event.py:872 +#: pretix/control/forms/event.py:834 pretix/control/forms/event.py:856 +#: pretix/control/forms/event.py:861 pretix/control/forms/event.py:866 +#: pretix/control/forms/event.py:871 #: pretix/control/templates/pretixcontrol/organizers/giftcard.html:99 #: pretix/control/templates/pretixcontrol/pdf/index.html:367 msgid "Text" msgstr "Tekst" -#: pretix/control/forms/event.py:840 +#: pretix/control/forms/event.py:839 msgid "Text (sent by admin)" msgstr "Tekst (sendt af administrator)" -#: pretix/control/forms/event.py:845 +#: pretix/control/forms/event.py:844 msgid "Text (requested by user)" msgstr "Tekst (forespurgt af bruger)" -#: pretix/control/forms/event.py:850 pretix/control/forms/event.py:893 +#: pretix/control/forms/event.py:849 pretix/control/forms/event.py:892 msgid "Number of days" msgstr "Antal dage" -#: pretix/control/forms/event.py:853 +#: pretix/control/forms/event.py:852 msgid "" "This email will be sent out this many days before the order expires. If the " "value is 0, the mail will never be sent." @@ -7749,7 +7761,7 @@ msgstr "" "Antal dage før en bestillings udløb denne e-mail bliver udsendt. Hvis " "værdien er 0 vil e-mailen aldrig blive sendt." -#: pretix/control/forms/event.py:896 +#: pretix/control/forms/event.py:895 msgid "" "This email will be sent out this many days before the order event starts. If " "the field is empty, the mail will never be sent." @@ -7757,35 +7769,35 @@ msgstr "" "Antal dage før arrangementets start denne e-mail bliver udsendt. Hvis " "værdien er 0 vil e-mailen aldrig blive sendt." -#: pretix/control/forms/event.py:900 +#: pretix/control/forms/event.py:899 #, fuzzy #| msgid "Review order" msgid "Received order" msgstr "Gennemse bestilling" -#: pretix/control/forms/event.py:905 +#: pretix/control/forms/event.py:904 #, fuzzy #| msgid "Expire order" msgid "Approved order" msgstr "Marker bestilling som udløbet" -#: pretix/control/forms/event.py:908 +#: pretix/control/forms/event.py:907 msgid "" "This will only be sent out for non-free orders. Free orders will receive the " "free order template from above instead." msgstr "" -#: pretix/control/forms/event.py:912 +#: pretix/control/forms/event.py:911 #, fuzzy #| msgid "Refund order" msgid "Denied order" msgstr "Tilbagebetal bestilling" -#: pretix/control/forms/event.py:917 +#: pretix/control/forms/event.py:916 msgid "Use custom SMTP server" msgstr "Anvend brugerdefineret SMTP-server" -#: pretix/control/forms/event.py:918 +#: pretix/control/forms/event.py:917 msgid "" "All mail related to your event will be sent over the smtp server specified " "by you." @@ -7793,43 +7805,43 @@ msgstr "" "Alle mails i forbindelse med dit arrangement sendes via brugerdefineret SMTP-" "server." -#: pretix/control/forms/event.py:922 +#: pretix/control/forms/event.py:921 msgid "Hostname" msgstr "Værtsnavn" -#: pretix/control/forms/event.py:927 +#: pretix/control/forms/event.py:926 msgid "Port" msgstr "Port" -#: pretix/control/forms/event.py:932 +#: pretix/control/forms/event.py:931 msgid "Username" msgstr "Brugernavn" -#: pretix/control/forms/event.py:944 +#: pretix/control/forms/event.py:943 msgid "Use STARTTLS" msgstr "Brug STARTTLS" -#: pretix/control/forms/event.py:945 +#: pretix/control/forms/event.py:944 msgid "Commonly enabled on port 587." msgstr "Normalt aktiveret på port 587." -#: pretix/control/forms/event.py:949 +#: pretix/control/forms/event.py:948 msgid "Use SSL" msgstr "Brug SSL" -#: pretix/control/forms/event.py:950 +#: pretix/control/forms/event.py:949 msgid "Commonly enabled on port 465." msgstr "Normalt aktiveret på port 465." -#: pretix/control/forms/event.py:979 pretix/control/forms/orders.py:465 -#: pretix/control/forms/orders.py:622 pretix/control/forms/vouchers.py:255 +#: pretix/control/forms/event.py:978 pretix/control/forms/orders.py:469 +#: pretix/control/forms/orders.py:626 pretix/control/forms/vouchers.py:255 #: pretix/plugins/sendmail/forms.py:49 #, fuzzy, python-brace-format #| msgid "Available placeholders: {event}, {url}" msgid "Available placeholders: {list}" msgstr "Tilgængelige pladsholdere: {event}, {url}" -#: pretix/control/forms/event.py:1014 +#: pretix/control/forms/event.py:1013 msgid "" "You can activate either SSL or STARTTLS security, but not both at the same " "time." @@ -7837,43 +7849,43 @@ msgstr "" "Du kan aktivere sikkerhed via enten SSL or STARTTLS, men ikke begge på samme " "tid." -#: pretix/control/forms/event.py:1063 +#: pretix/control/forms/event.py:1062 msgid "Any country" msgstr "" -#: pretix/control/forms/event.py:1064 +#: pretix/control/forms/event.py:1063 msgid "European Union" msgstr "" -#: pretix/control/forms/event.py:1076 +#: pretix/control/forms/event.py:1075 msgid "Any customer" msgstr "" -#: pretix/control/forms/event.py:1077 +#: pretix/control/forms/event.py:1076 msgid "Individual" msgstr "" -#: pretix/control/forms/event.py:1078 +#: pretix/control/forms/event.py:1077 msgid "Business" msgstr "" -#: pretix/control/forms/event.py:1079 +#: pretix/control/forms/event.py:1078 msgid "Business with valid VAT ID" msgstr "" -#: pretix/control/forms/event.py:1085 +#: pretix/control/forms/event.py:1084 msgid "Charge VAT" msgstr "" -#: pretix/control/forms/event.py:1087 +#: pretix/control/forms/event.py:1086 msgid "No VAT" msgstr "" -#: pretix/control/forms/event.py:1116 +#: pretix/control/forms/event.py:1115 msgid "Pre-selected voucher" msgstr "Forudvalgt rabatkode" -#: pretix/control/forms/event.py:1118 +#: pretix/control/forms/event.py:1117 msgid "" "If set, the widget will show products as if this voucher has been entered " "and when a product is bought via the widget, this voucher will be used. This " @@ -7881,42 +7893,42 @@ msgid "" "secret products." msgstr "" -#: pretix/control/forms/event.py:1123 +#: pretix/control/forms/event.py:1122 msgid "Compatibility mode" msgstr "Kompatibilitetstilstand" -#: pretix/control/forms/event.py:1125 +#: pretix/control/forms/event.py:1124 msgid "" "Our regular widget doesn't work in all website builders. If you run into " "trouble, try using this compatibility mode." msgstr "" -#: pretix/control/forms/event.py:1146 +#: pretix/control/forms/event.py:1145 msgid "The given voucher code does not exist." msgstr "Den angivne rabatkode eksisterer ikke." -#: pretix/control/forms/event.py:1153 pretix/control/forms/organizer.py:48 +#: pretix/control/forms/event.py:1152 pretix/control/forms/organizer.py:48 #: pretix/control/views/shredder.py:108 msgid "The slug you entered was not correct." msgstr "" -#: pretix/control/forms/event.py:1157 pretix/control/forms/organizer.py:52 +#: pretix/control/forms/event.py:1156 pretix/control/forms/organizer.py:52 msgid "Event slug" msgstr "" -#: pretix/control/forms/event.py:1188 +#: pretix/control/forms/event.py:1187 msgid "Ticket downloads" msgstr "Billetdownloads" -#: pretix/control/forms/event.py:1189 +#: pretix/control/forms/event.py:1188 msgid "Your customers will be able to download their tickets in PDF format." msgstr "Dine kunder vil kunne downloade deres billetter som PDF." -#: pretix/control/forms/event.py:1193 +#: pretix/control/forms/event.py:1192 msgid "Require all attendees to fill in their names" msgstr "Kræv navne på alle deltagere" -#: pretix/control/forms/event.py:1194 +#: pretix/control/forms/event.py:1193 msgid "" "By default, we will ask for names but not require them. You can turn this " "off completely in the settings." @@ -7924,11 +7936,11 @@ msgstr "" "Som standard, vil vi spørge om navne, men ikke kræve dem. Du kan slå dette " "helt fra i indstillingerne." -#: pretix/control/forms/event.py:1220 +#: pretix/control/forms/event.py:1219 msgid "Payment via Stripe" msgstr "Betaling via Stripe" -#: pretix/control/forms/event.py:1221 +#: pretix/control/forms/event.py:1220 msgid "" "Stripe is an online payments processor supporting credit cards and lots of " "other payment options. To accept payments via Stripe, you will need to set " @@ -7936,27 +7948,27 @@ msgid "" "simple interface." msgstr "" -#: pretix/control/forms/event.py:1227 +#: pretix/control/forms/event.py:1226 msgid "Payment by bank transfer" msgstr "Betaling ved bankoverførsel" -#: pretix/control/forms/event.py:1228 +#: pretix/control/forms/event.py:1227 msgid "" "Your customers will be instructed to wire the money to your account. You can " "then import your bank statements to process the payments within pretix, or " "mark them as paid manually." msgstr "" -#: pretix/control/forms/event.py:1267 +#: pretix/control/forms/event.py:1266 #: pretix/control/templates/pretixcontrol/event/quick_setup.html:45 msgid "Price (optional)" msgstr "Pris (valgfri)" -#: pretix/control/forms/event.py:1272 +#: pretix/control/forms/event.py:1271 msgid "Free" msgstr "" -#: pretix/control/forms/event.py:1277 +#: pretix/control/forms/event.py:1276 msgid "Quantity available" msgstr "Tilgængeligt antal" @@ -7977,7 +7989,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/items/question.html:21 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:8 #: pretix/control/templates/pretixcontrol/orders/overview.html:67 -#: pretix/plugins/reports/exporters.py:223 +#: pretix/plugins/reports/exporters.py:226 msgid "Pending" msgstr "Afventer" @@ -7991,13 +8003,13 @@ msgstr "Afventer (overskredet)" msgid "Pending or paid" msgstr "" -#: pretix/control/forms/filter.py:111 pretix/control/forms/filter.py:541 -#: pretix/control/forms/filter.py:946 +#: pretix/control/forms/filter.py:111 pretix/control/forms/filter.py:593 +#: pretix/control/forms/filter.py:998 #: pretix/control/templates/pretixcontrol/items/question.html:24 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:17 #: pretix/control/templates/pretixcontrol/orders/overview.html:60 #: pretix/control/templates/pretixcontrol/organizers/giftcards.html:76 -#: pretix/plugins/reports/exporters.py:219 +#: pretix/plugins/reports/exporters.py:222 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:20 msgid "Expired" msgstr "Udløbet" @@ -8011,7 +8023,7 @@ msgstr "Afventer eller udløbet" #: pretix/control/templates/pretixcontrol/items/question.html:26 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:19 #: pretix/control/templates/pretixcontrol/orders/overview.html:59 -#: pretix/plugins/reports/exporters.py:219 +#: pretix/plugins/reports/exporters.py:222 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:22 msgid "Canceled" msgstr "Annulleret" @@ -8046,8 +8058,8 @@ msgstr "betalt" msgid "Pending (but fully paid)" msgstr "" -#: pretix/control/forms/filter.py:119 pretix/control/forms/filter.py:526 -#: pretix/control/forms/filter.py:529 +#: pretix/control/forms/filter.py:119 pretix/control/forms/filter.py:578 +#: pretix/control/forms/filter.py:581 #: pretix/control/templates/pretixcontrol/event/live.html:63 msgid "Test mode" msgstr "" @@ -8058,28 +8070,28 @@ msgstr "" msgid "Cancellation requested" msgstr "Afbestillingsgebyr" -#: pretix/control/forms/filter.py:278 pretix/control/forms/filter.py:796 -#: pretix/control/forms/filter.py:1006 pretix/control/forms/vouchers.py:112 +#: pretix/control/forms/filter.py:278 pretix/control/forms/filter.py:848 +#: pretix/control/forms/filter.py:1058 pretix/control/forms/vouchers.py:112 #: pretix/control/templates/pretixcontrol/items/question.html:29 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:99 msgid "All products" msgstr "Alle produkter" -#: pretix/control/forms/filter.py:282 pretix/control/forms/filter.py:1010 +#: pretix/control/forms/filter.py:282 pretix/control/forms/filter.py:1062 #: pretix/control/forms/vouchers.py:100 pretix/control/views/typeahead.py:514 #, python-brace-format msgid "{product} – Any variation" msgstr "{product} – Vilkårlig variant" #: pretix/control/forms/filter.py:341 pretix/control/forms/filter.py:346 -#: pretix/control/forms/filter.py:617 pretix/control/forms/filter.py:622 +#: pretix/control/forms/filter.py:669 pretix/control/forms/filter.py:674 msgid "All organizers" msgstr "Alle arrangører" -#: pretix/control/forms/filter.py:381 pretix/control/forms/filter.py:528 -#: pretix/control/forms/filter.py:537 pretix/control/forms/filter.py:860 -#: pretix/control/forms/filter.py:869 pretix/control/forms/filter.py:941 -#: pretix/control/forms/filter.py:954 +#: pretix/control/forms/filter.py:433 pretix/control/forms/filter.py:580 +#: pretix/control/forms/filter.py:589 pretix/control/forms/filter.py:912 +#: pretix/control/forms/filter.py:921 pretix/control/forms/filter.py:993 +#: pretix/control/forms/filter.py:1006 #: pretix/control/templates/pretixcontrol/checkin/lists.html:104 #: pretix/control/templates/pretixcontrol/checkin/lists.html:116 #: pretix/control/templates/pretixcontrol/organizers/devices.html:72 @@ -8089,224 +8101,224 @@ msgstr "Alle arrangører" msgid "All" msgstr "Alle" -#: pretix/control/forms/filter.py:383 pretix/control/forms/filter.py:603 +#: pretix/control/forms/filter.py:435 pretix/control/forms/filter.py:655 msgid "Shop live and presale running" msgstr "Shop er live og forsalget er i gang" -#: pretix/control/forms/filter.py:384 pretix/control/forms/filter.py:862 +#: pretix/control/forms/filter.py:436 pretix/control/forms/filter.py:914 msgid "Inactive" msgstr "Inaktive" -#: pretix/control/forms/filter.py:396 pretix/control/forms/subevents.py:287 +#: pretix/control/forms/filter.py:448 pretix/control/forms/subevents.py:287 #: pretix/control/forms/subevents.py:326 msgid "Weekday" msgstr "" -#: pretix/control/forms/filter.py:398 +#: pretix/control/forms/filter.py:450 #, fuzzy #| msgctxt "subevent" #| msgid "All dates" msgid "All days" msgstr "Alle datoer" -#: pretix/control/forms/filter.py:399 +#: pretix/control/forms/filter.py:451 msgid "Monday" msgstr "" -#: pretix/control/forms/filter.py:400 +#: pretix/control/forms/filter.py:452 msgid "Tuesday" msgstr "" -#: pretix/control/forms/filter.py:401 +#: pretix/control/forms/filter.py:453 msgid "Wednesday" msgstr "" -#: pretix/control/forms/filter.py:402 +#: pretix/control/forms/filter.py:454 msgid "Thursday" msgstr "" -#: pretix/control/forms/filter.py:403 +#: pretix/control/forms/filter.py:455 msgid "Friday" msgstr "" -#: pretix/control/forms/filter.py:404 +#: pretix/control/forms/filter.py:456 msgid "Saturday" msgstr "" -#: pretix/control/forms/filter.py:405 +#: pretix/control/forms/filter.py:457 msgid "Sunday" msgstr "" -#: pretix/control/forms/filter.py:530 +#: pretix/control/forms/filter.py:582 msgid "Live" msgstr "" -#: pretix/control/forms/filter.py:535 pretix/control/forms/filter.py:538 +#: pretix/control/forms/filter.py:587 pretix/control/forms/filter.py:590 #, fuzzy #| msgid "Empty cart" msgid "Empty" msgstr "Tøm kurv" -#: pretix/control/forms/filter.py:539 +#: pretix/control/forms/filter.py:591 msgid "Valid and with value" msgstr "" -#: pretix/control/forms/filter.py:540 +#: pretix/control/forms/filter.py:592 msgid "Expired and with value" msgstr "" -#: pretix/control/forms/filter.py:546 pretix/control/forms/filter.py:548 -#: pretix/control/forms/filter.py:876 pretix/control/forms/filter.py:878 +#: pretix/control/forms/filter.py:598 pretix/control/forms/filter.py:600 +#: pretix/control/forms/filter.py:928 pretix/control/forms/filter.py:930 msgid "Search query" msgstr "" -#: pretix/control/forms/filter.py:601 +#: pretix/control/forms/filter.py:653 msgid "All events" msgstr "Alle arrangementer" -#: pretix/control/forms/filter.py:602 +#: pretix/control/forms/filter.py:654 msgid "Shop live" msgstr "Butik i luften" -#: pretix/control/forms/filter.py:604 +#: pretix/control/forms/filter.py:656 msgid "Shop not live" msgstr "Butik ikke i luften" -#: pretix/control/forms/filter.py:607 +#: pretix/control/forms/filter.py:659 msgid "Single event running or in the future" msgstr "" -#: pretix/control/forms/filter.py:608 +#: pretix/control/forms/filter.py:660 msgid "Single event in the past" msgstr "" -#: pretix/control/forms/filter.py:775 pretix/control/forms/filter.py:777 +#: pretix/control/forms/filter.py:827 pretix/control/forms/filter.py:829 msgid "Search attendee…" msgstr "Søg efter deltager…" -#: pretix/control/forms/filter.py:783 +#: pretix/control/forms/filter.py:835 msgid "Check-in status" msgstr "Tjek-ind-status" -#: pretix/control/forms/filter.py:785 +#: pretix/control/forms/filter.py:837 msgid "All attendees" msgstr "Alle deltagere" -#: pretix/control/forms/filter.py:786 +#: pretix/control/forms/filter.py:838 #, fuzzy #| msgid "Presale end" msgctxt "checkin state" msgid "Present" msgstr "Forsalgs sluttidspunkt" -#: pretix/control/forms/filter.py:787 +#: pretix/control/forms/filter.py:839 #: pretix/control/templates/pretixcontrol/checkin/index.html:131 #: pretix/control/templates/pretixcontrol/checkin/lists.html:73 -#: pretix/plugins/checkinlists/exporters.py:337 +#: pretix/plugins/checkinlists/exporters.py:396 msgid "Checked in" msgstr "Tjekket ind" -#: pretix/control/forms/filter.py:788 +#: pretix/control/forms/filter.py:840 #: pretix/control/templates/pretixcontrol/checkin/index.html:126 msgid "Not checked in" msgstr "Ikke tjekket ind" -#: pretix/control/forms/filter.py:867 pretix/control/forms/filter.py:870 +#: pretix/control/forms/filter.py:919 pretix/control/forms/filter.py:922 #: pretix/control/templates/pretixcontrol/users/index.html:47 msgid "Administrator" msgstr "" -#: pretix/control/forms/filter.py:871 +#: pretix/control/forms/filter.py:923 msgid "No administrator" msgstr "" -#: pretix/control/forms/filter.py:942 +#: pretix/control/forms/filter.py:994 msgid "Valid" msgstr "Gyldig" -#: pretix/control/forms/filter.py:943 +#: pretix/control/forms/filter.py:995 msgid "Unredeemed" msgstr "" -#: pretix/control/forms/filter.py:944 +#: pretix/control/forms/filter.py:996 msgid "Redeemed at least once" msgstr "" -#: pretix/control/forms/filter.py:945 +#: pretix/control/forms/filter.py:997 msgid "Fully redeemed" msgstr "" -#: pretix/control/forms/filter.py:947 +#: pretix/control/forms/filter.py:999 msgid "Redeemed and checked in with ticket" msgstr "" -#: pretix/control/forms/filter.py:952 +#: pretix/control/forms/filter.py:1004 msgid "Quota handling" msgstr "" -#: pretix/control/forms/filter.py:956 +#: pretix/control/forms/filter.py:1008 msgid "Allow to ignore quota" msgstr "" -#: pretix/control/forms/filter.py:961 pretix/control/forms/filter.py:963 +#: pretix/control/forms/filter.py:1013 pretix/control/forms/filter.py:1015 msgid "Filter by tag" msgstr "Filtrer efter tag" -#: pretix/control/forms/filter.py:968 pretix/control/forms/filter.py:970 +#: pretix/control/forms/filter.py:1020 pretix/control/forms/filter.py:1022 msgid "Search voucher" msgstr "Find rabatkode" -#: pretix/control/forms/filter.py:1016 pretix/control/forms/vouchers.py:91 +#: pretix/control/forms/filter.py:1068 pretix/control/forms/vouchers.py:91 #: pretix/control/views/typeahead.py:522 pretix/control/views/typeahead.py:526 #: pretix/control/views/vouchers.py:81 #, python-brace-format msgid "Any product in quota \"{quota}\"" msgstr "Vilkårligt produkt i kvoten \"{quota}\"" -#: pretix/control/forms/filter.py:1132 +#: pretix/control/forms/filter.py:1184 #, fuzzy #| msgid "Check-in status" msgid "Refund status" msgstr "Tjek-ind-status" -#: pretix/control/forms/filter.py:1134 +#: pretix/control/forms/filter.py:1186 #, fuzzy #| msgid "All entries" msgid "All open refunds" msgstr "Alle" -#: pretix/control/forms/filter.py:1135 +#: pretix/control/forms/filter.py:1187 #, fuzzy #| msgid "All orders" msgid "All refunds" msgstr "Alle bestillinger" -#: pretix/control/forms/filter.py:1171 +#: pretix/control/forms/filter.py:1223 #, fuzzy #| msgctxt "subevent" #| msgid "Date history" msgid "Date filter" msgstr "Datohistorik" -#: pretix/control/forms/filter.py:1173 +#: pretix/control/forms/filter.py:1225 #, fuzzy #| msgid "Filter by tag" msgid "Filter by…" msgstr "Filtrer efter tag" -#: pretix/control/forms/filter.py:1175 +#: pretix/control/forms/filter.py:1227 #, fuzzy #| msgid "Last date of payments" msgid "Date of last successful payment" msgstr "Seneste betalingsdato" -#: pretix/control/forms/filter.py:1180 +#: pretix/control/forms/filter.py:1232 #, fuzzy #| msgid "Date" msgid "Date from" msgstr "Dato" -#: pretix/control/forms/filter.py:1185 +#: pretix/control/forms/filter.py:1237 #, fuzzy #| msgid "Date and time" msgid "Date until" @@ -8526,8 +8538,8 @@ msgstr "Tilføj nyt element" msgid "Bundled product" msgstr "Tilføjelsesprodukter" -#: pretix/control/forms/item.py:735 pretix/control/forms/orders.py:260 -#: pretix/control/forms/orders.py:394 +#: pretix/control/forms/item.py:735 pretix/control/forms/orders.py:264 +#: pretix/control/forms/orders.py:398 msgid "inactive" msgstr "inaktiv" @@ -8566,21 +8578,21 @@ msgstr "Kun betalte bestillinger" msgid "CSV column: \"{name}\"" msgstr "" -#: pretix/control/forms/orders.py:33 +#: pretix/control/forms/orders.py:34 msgid "Overbook quota" msgstr "" -#: pretix/control/forms/orders.py:34 +#: pretix/control/forms/orders.py:35 msgid "" "If you check this box, this operation will be performed even if it leads to " "an overbooked quota and you having sold more tickets than you planned!" msgstr "" -#: pretix/control/forms/orders.py:78 +#: pretix/control/forms/orders.py:79 msgid "Overbook quota and ignore late payment" msgstr "" -#: pretix/control/forms/orders.py:79 +#: pretix/control/forms/orders.py:80 msgid "" "If you check this box, this operation will be performed even if it leads to " "an overbooked quota and you having sold more tickets than you planned! The " @@ -8588,16 +8600,16 @@ msgid "" "payments." msgstr "" -#: pretix/control/forms/orders.py:105 +#: pretix/control/forms/orders.py:106 #: pretix/control/templates/pretixcontrol/order/deny.html:19 msgid "Notify user by e-mail" msgstr "Giv bruger besked via e-mail" -#: pretix/control/forms/orders.py:112 +#: pretix/control/forms/orders.py:113 msgid "Keep a cancellation fee of" msgstr "Hold et afbestillingsgebyr på" -#: pretix/control/forms/orders.py:113 +#: pretix/control/forms/orders.py:114 msgid "" "If you keep a fee, all positions within this order will be canceled and the " "order will be reduced to a paid cancellation fee. Payment and shipping fees " @@ -8606,26 +8618,26 @@ msgid "" "automatically." msgstr "" -#: pretix/control/forms/orders.py:141 +#: pretix/control/forms/orders.py:145 #, fuzzy #| msgid "Payment date" msgid "Payment amount" msgstr "Betalingsdato" -#: pretix/control/forms/orders.py:145 +#: pretix/control/forms/orders.py:149 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/control.html:7 -#: pretix/plugins/reports/exporters.py:319 -#: pretix/plugins/reports/exporters.py:381 -#: pretix/plugins/reports/exporters.py:491 -#: pretix/plugins/reports/exporters.py:520 +#: pretix/plugins/reports/exporters.py:322 +#: pretix/plugins/reports/exporters.py:384 +#: pretix/plugins/reports/exporters.py:494 +#: pretix/plugins/reports/exporters.py:523 msgid "Payment date" msgstr "Betalingsdato" -#: pretix/control/forms/orders.py:183 +#: pretix/control/forms/orders.py:187 msgid "Re-calculate taxes" msgstr "Genberegn moms" -#: pretix/control/forms/orders.py:186 +#: pretix/control/forms/orders.py:190 msgid "" "This operation re-checks if taxes should be paid to the items due to e.g. " "configured reverse charge rules and changes the prices and tax values " @@ -8634,146 +8646,146 @@ msgid "" "this procedure." msgstr "" -#: pretix/control/forms/orders.py:192 +#: pretix/control/forms/orders.py:196 msgid "Issue a new invoice if required" msgstr "" -#: pretix/control/forms/orders.py:196 +#: pretix/control/forms/orders.py:200 msgid "" "If an invoice exists for this order and this operation would change its " "contents, the old invoice will be canceled and a new invoice will be issued." msgstr "" -#: pretix/control/forms/orders.py:201 +#: pretix/control/forms/orders.py:205 msgid "Notify user" msgstr "Giv bruger besked" -#: pretix/control/forms/orders.py:205 +#: pretix/control/forms/orders.py:209 msgid "" "Send an email to the customer notifying that their order has been changed." msgstr "" "Send en e-mail til kunden for at fortælle at bestillingen er blevet ændret." -#: pretix/control/forms/orders.py:209 +#: pretix/control/forms/orders.py:213 msgid "Allow to overbook quotas when performing this operation" msgstr "" -#: pretix/control/forms/orders.py:225 +#: pretix/control/forms/orders.py:229 msgid "Add-on to" msgstr "Tilføjelse til" -#: pretix/control/forms/orders.py:230 +#: pretix/control/forms/orders.py:234 #: pretix/control/templates/pretixcontrol/checkin/index.html:70 #: pretix/control/templates/pretixcontrol/order/change.html:118 #: pretix/control/views/vouchers.py:70 msgid "Seat" msgstr "" -#: pretix/control/forms/orders.py:237 +#: pretix/control/forms/orders.py:241 msgid "Including taxes, if any. Keep empty for the product's default price" msgstr "" -#: pretix/control/forms/orders.py:335 pretix/control/forms/orders.py:339 -#: pretix/control/forms/orders.py:378 pretix/control/forms/orders.py:389 +#: pretix/control/forms/orders.py:339 pretix/control/forms/orders.py:343 +#: pretix/control/forms/orders.py:382 pretix/control/forms/orders.py:393 msgid "(Unchanged)" msgstr "" -#: pretix/control/forms/orders.py:345 pretix/control/forms/orders.py:412 +#: pretix/control/forms/orders.py:349 pretix/control/forms/orders.py:416 msgid "New price (gross)" msgstr "Ny pris (brutto)" -#: pretix/control/forms/orders.py:349 +#: pretix/control/forms/orders.py:353 #, fuzzy #| msgid "Create a new user" msgid "Generate a new secret" msgstr "Opret en ny bruger" -#: pretix/control/forms/orders.py:353 +#: pretix/control/forms/orders.py:357 #, fuzzy #| msgid "Cancellation" msgid "Cancel this position" msgstr "Annullering" -#: pretix/control/forms/orders.py:357 +#: pretix/control/forms/orders.py:361 msgid "Split into new order" msgstr "Split i ny bestilling" -#: pretix/control/forms/orders.py:416 +#: pretix/control/forms/orders.py:420 #, fuzzy #| msgid "Remove filter" msgid "Remove this fee" msgstr "Fjern filter" -#: pretix/control/forms/orders.py:430 +#: pretix/control/forms/orders.py:434 msgid "Invalidate secrets" msgstr "" -#: pretix/control/forms/orders.py:431 +#: pretix/control/forms/orders.py:435 msgid "" "Regenerates the order and ticket secrets. You will need to re-send the link " "to the order page to the user and the user will need to download his tickets " "again. The old versions will be invalid." msgstr "" -#: pretix/control/forms/orders.py:456 pretix/control/forms/orders.py:639 -#: pretix/control/forms/orders.py:666 pretix/control/forms/vouchers.py:222 +#: pretix/control/forms/orders.py:460 pretix/control/forms/orders.py:643 +#: pretix/control/forms/orders.py:670 pretix/control/forms/vouchers.py:222 #: pretix/plugins/sendmail/forms.py:21 pretix/plugins/sendmail/forms.py:76 msgid "Subject" msgstr "Emne" -#: pretix/control/forms/orders.py:480 +#: pretix/control/forms/orders.py:484 msgid "Recipient" msgstr "Modtager" -#: pretix/control/forms/orders.py:486 pretix/control/forms/orders.py:647 -#: pretix/control/forms/orders.py:674 pretix/control/forms/vouchers.py:228 +#: pretix/control/forms/orders.py:490 pretix/control/forms/orders.py:651 +#: pretix/control/forms/orders.py:678 pretix/control/forms/vouchers.py:228 #: pretix/plugins/sendmail/forms.py:22 pretix/plugins/sendmail/forms.py:81 msgid "Message" msgstr "Meddelelse" -#: pretix/control/forms/orders.py:499 +#: pretix/control/forms/orders.py:503 msgid "" "Cancel the order. All tickets will no longer work. This can not be reverted." msgstr "" -#: pretix/control/forms/orders.py:500 +#: pretix/control/forms/orders.py:504 msgid "" "Mark the order as pending and allow the user to pay the open amount with " "another payment method." msgstr "" -#: pretix/control/forms/orders.py:502 +#: pretix/control/forms/orders.py:506 msgid "Do nothing and keep the order as it is." msgstr "" -#: pretix/control/forms/orders.py:529 +#: pretix/control/forms/orders.py:533 msgid "The refund amount needs to be positive and less than {}." msgstr "" -#: pretix/control/forms/orders.py:535 +#: pretix/control/forms/orders.py:539 #, fuzzy #| msgid "You need to specify either a quota or a product." msgid "You need to specify an amount for a partial refund." msgstr "Du skal angive enten en kvote eller et produkt." -#: pretix/control/forms/orders.py:547 +#: pretix/control/forms/orders.py:551 #, fuzzy #| msgid "Cancel order" msgid "Cancel all dates" msgstr "Annuller bestilling" -#: pretix/control/forms/orders.py:552 +#: pretix/control/forms/orders.py:556 #, fuzzy #| msgid "Automatically on payment" msgid "Automatically refund money if possible" msgstr "Automatisk ved betaling" -#: pretix/control/forms/orders.py:557 +#: pretix/control/forms/orders.py:561 msgid "" "Create manual refund if the payment method odes not support automatic refunds" msgstr "" -#: pretix/control/forms/orders.py:561 +#: pretix/control/forms/orders.py:565 msgid "" "If checked, all payments with a payment method not supporting automatic " "refunds will be on your manual refund to-do list. Do not check if you want " @@ -8781,29 +8793,29 @@ msgid "" "gift cards." msgstr "" -#: pretix/control/forms/orders.py:566 +#: pretix/control/forms/orders.py:570 msgid "" "Refund order value to a gift card instead instead of the original payment " "method" msgstr "" -#: pretix/control/forms/orders.py:572 +#: pretix/control/forms/orders.py:576 #, fuzzy #| msgid "Gift card" msgid "Gift card validity" msgstr "Gavekort" -#: pretix/control/forms/orders.py:579 +#: pretix/control/forms/orders.py:583 msgid "Special terms and conditions" msgstr "" -#: pretix/control/forms/orders.py:596 +#: pretix/control/forms/orders.py:600 #, fuzzy #| msgid "Other fees" msgid "Keep fees" msgstr "Andre gebyrer" -#: pretix/control/forms/orders.py:599 +#: pretix/control/forms/orders.py:603 msgid "" "The selected types of fees will not be refunded but instead added to the " "cancellation fee. Fees are never refunded in when an order in an event " @@ -8811,25 +8823,25 @@ msgid "" "dates." msgstr "" -#: pretix/control/forms/orders.py:605 +#: pretix/control/forms/orders.py:609 #, fuzzy #| msgid "Send vouchers" msgid "Send information via email" msgstr "Send rabatkoder" -#: pretix/control/forms/orders.py:611 +#: pretix/control/forms/orders.py:615 #, fuzzy #| msgid "Send vouchers" msgid "Send information to waiting list" msgstr "Send rabatkoder" -#: pretix/control/forms/orders.py:642 pretix/control/forms/orders.py:668 +#: pretix/control/forms/orders.py:646 pretix/control/forms/orders.py:672 #, fuzzy, python-brace-format #| msgid "Can create events" msgid "Canceled: {event}" msgstr "Kan oprette arrangementer" -#: pretix/control/forms/orders.py:653 +#: pretix/control/forms/orders.py:657 #, fuzzy, python-brace-format #| msgid "" #| "Hello,\n" @@ -8866,7 +8878,7 @@ msgstr "" "Venlig hilsen\n" "Arrangøren af {event}" -#: pretix/control/forms/orders.py:680 +#: pretix/control/forms/orders.py:684 #, fuzzy, python-brace-format #| msgid "" #| "Hello,\n" @@ -8899,7 +8911,7 @@ msgstr "" "Venlig hilsen\n" "Arrangøren af {event}" -#: pretix/control/forms/orders.py:711 +#: pretix/control/forms/orders.py:715 msgid "Please confirm that you want to cancel ALL dates in this event series." msgstr "" @@ -8954,7 +8966,7 @@ msgstr "Tekst" msgid "This will be displayed on the organizer homepage." msgstr "Dette vises på arrangørerens side." -#: pretix/control/forms/organizer.py:279 +#: pretix/control/forms/organizer.py:280 msgid "" "If you provide a logo image, we will by default not show your organization " "name in the page header. By default, we show your logo with a size of up to " @@ -8963,71 +8975,71 @@ msgid "" "smaller screens." msgstr "" -#: pretix/control/forms/organizer.py:298 +#: pretix/control/forms/organizer.py:299 #, fuzzy #| msgid "Date in event series" msgid "Show availability in event overviews" msgstr "Dato i arrangementsrække" -#: pretix/control/forms/organizer.py:299 +#: pretix/control/forms/organizer.py:300 msgid "" "If checked, the list of events will show if events are sold out. This might " "make for longer page loading times if you have lots of events and the shown " "status might be out of date for up to two minutes." msgstr "" -#: pretix/control/forms/organizer.py:305 +#: pretix/control/forms/organizer.py:306 msgid "Link back to organizer overview on all event pages" msgstr "" -#: pretix/control/forms/organizer.py:312 +#: pretix/control/forms/organizer.py:313 msgid "" "Choose all languages that your organizer homepage should be available in." msgstr "Vælg alle sprog som din arrangørside skal kunne vises på." -#: pretix/control/forms/organizer.py:323 +#: pretix/control/forms/organizer.py:324 msgid "Favicon" msgstr "" -#: pretix/control/forms/organizer.py:326 +#: pretix/control/forms/organizer.py:328 msgid "" "If you provide a favicon, we will show it instead of the default pretix " "icon. We recommend a size of at least 200x200px to accommodate most devices." msgstr "" -#: pretix/control/forms/organizer.py:330 +#: pretix/control/forms/organizer.py:332 #, fuzzy #| msgid "Gift card" msgid "Length of gift card codes" msgstr "Gavekort" -#: pretix/control/forms/organizer.py:331 +#: pretix/control/forms/organizer.py:333 msgid "" "The system generates by default {}-character long gift card codes. However, " "if a different length is required, it can be set here." msgstr "" -#: pretix/control/forms/organizer.py:336 +#: pretix/control/forms/organizer.py:338 #, fuzzy #| msgid "Gift card" msgid "Validity of gift card codes in years" msgstr "Gavekort" -#: pretix/control/forms/organizer.py:337 +#: pretix/control/forms/organizer.py:339 msgid "" "If you set a number here, gift cards will by default expire at the end of " "the year after this many years. If you keep it empty, gift cards do not have " "an explicit expiry date." msgstr "" -#: pretix/control/forms/organizer.py:352 +#: pretix/control/forms/organizer.py:354 #, fuzzy #| msgid "Event date" msgctxt "webhooks" msgid "Event types" msgstr "Arrangementsdato" -#: pretix/control/forms/organizer.py:383 +#: pretix/control/forms/organizer.py:385 #, fuzzy #| msgid "Gift card" msgid "Gift card value" @@ -10813,7 +10825,7 @@ msgstr "CSV" #: pretix/control/templates/pretixcontrol/organizers/detail.html:43 #: pretix/control/templates/pretixcontrol/organizers/giftcards.html:38 #: pretix/control/templates/pretixcontrol/organizers/index.html:18 -#: pretix/control/templates/pretixcontrol/search/orders.html:27 +#: pretix/control/templates/pretixcontrol/search/orders.html:33 #: pretix/control/templates/pretixcontrol/subevents/index.html:41 #: pretix/control/templates/pretixcontrol/users/index.html:22 #: pretix/control/templates/pretixcontrol/vouchers/index.html:54 @@ -10908,7 +10920,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/order/pay.html:33 #: pretix/control/templates/pretixcontrol/order/pay_complete.html:28 #: pretix/control/templates/pretixcontrol/order/reactivate.html:30 -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:155 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:169 #: pretix/control/templates/pretixcontrol/order/refund_done.html:26 #: pretix/control/templates/pretixcontrol/order/refund_process.html:47 #: pretix/control/templates/pretixcontrol/order/refund_start.html:51 @@ -10960,9 +10972,9 @@ msgstr "Slet" #: pretix/control/templates/pretixcontrol/checkin/list_edit.html:10 #: pretix/control/templates/pretixcontrol/checkin/list_edit.html:17 -#: pretix/plugins/checkinlists/exporters.py:38 -#: pretix/plugins/checkinlists/exporters.py:88 -#: pretix/plugins/checkinlists/exporters.py:315 +#: pretix/plugins/checkinlists/exporters.py:39 +#: pretix/plugins/checkinlists/exporters.py:107 +#: pretix/plugins/checkinlists/exporters.py:374 #: pretix/plugins/pretixdroid/forms.py:39 #: pretix/plugins/pretixdroid/models.py:24 #: pretix/plugins/pretixdroid/templates/pretixplugins/pretixdroid/configuration.html:79 @@ -11701,7 +11713,7 @@ msgid "Installed plugins" msgstr "Installerede plugins" #: pretix/control/templates/pretixcontrol/event/plugins.html:10 -#: pretix/control/views/checkin.py:260 pretix/control/views/event.py:177 +#: pretix/control/views/checkin.py:264 pretix/control/views/event.py:177 #: pretix/control/views/event.py:317 pretix/control/views/event.py:396 #: pretix/control/views/event.py:436 pretix/control/views/event.py:594 #: pretix/control/views/event.py:785 pretix/control/views/event.py:1135 @@ -11864,7 +11876,7 @@ msgid "Basics" msgstr "" #: pretix/control/templates/pretixcontrol/event/settings.html:31 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:44 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:46 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:349 #: pretix/control/templates/pretixcontrol/subevents/detail.html:32 #, fuzzy @@ -11874,7 +11886,7 @@ msgid "Geo coordinates" msgstr "Ingen dato" #: pretix/control/templates/pretixcontrol/event/settings.html:32 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:45 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:47 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:271 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:275 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:350 @@ -11886,7 +11898,7 @@ msgid "Optional" msgstr "Valgfrit" #: pretix/control/templates/pretixcontrol/event/settings.html:39 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:52 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:54 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:357 #: pretix/control/templates/pretixcontrol/subevents/detail.html:40 msgid "Geocoding data © OpenStreetMap" @@ -11924,7 +11936,7 @@ msgid "Shop design" msgstr "Butiksdesign" #: pretix/control/templates/pretixcontrol/event/settings.html:124 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:74 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:76 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:392 #: pretix/control/templates/pretixcontrol/subevents/detail.html:76 msgid "Timeline" @@ -12172,7 +12184,7 @@ msgid "" "We strongly recommend against using short forms of more then 16 characters." msgstr "" -#: pretix/control/templates/pretixcontrol/events/create_basics.html:68 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:70 msgid "Display settings" msgstr "Visningsindstillinger" @@ -12190,7 +12202,40 @@ msgid "" "that contain the event name." msgstr "" -#: pretix/control/templates/pretixcontrol/events/create_foundation.html:10 +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:13 +msgid "Singular event or non-event shop" +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:15 +msgid "" +"An event with individual configuration. If you create more events later, you " +"can copy the event to save yourself some work." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:21 +msgid "" +"Examples: Conferences, workshops, trade fairs, one-off concerts, sale of " +"digital content, multi-day events with combination tickets." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:32 +msgid "Event series or time slot booking" +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:34 +msgid "" +"A series of events that share the same configuration. They can still be " +"different in their dates, locations, prices, and capacities." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:40 +msgid "" +"Examples: Multiple presentations of the same show, same concert in multiple " +"locations, museums, libraries, or swimming pools, events that need to be " +"booked together in one cart." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:53 msgid "" "Please note that you will only be able to delete your event until the first " "order has been created." @@ -12632,8 +12677,8 @@ msgstr "Rediger spørgsmål" #: pretix/control/templates/pretixcontrol/items/question.html:20 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:14 #: pretix/control/templates/pretixcontrol/orders/overview.html:68 -#: pretix/plugins/checkinlists/exporters.py:343 -#: pretix/plugins/reports/exporters.py:223 +#: pretix/plugins/checkinlists/exporters.py:402 +#: pretix/plugins/reports/exporters.py:226 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:17 msgid "Paid" msgstr "Betalt" @@ -13540,10 +13585,10 @@ msgstr "" #: pretix/control/templates/pretixcontrol/order/index.html:550 #: pretix/control/templates/pretixcontrol/orders/overview.html:69 #: pretix/control/templates/pretixcontrol/orders/overview.html:146 -#: pretix/plugins/reports/exporters.py:223 -#: pretix/plugins/reports/exporters.py:278 -#: pretix/plugins/reports/exporters.py:447 -#: pretix/plugins/reports/exporters.py:591 +#: pretix/plugins/reports/exporters.py:226 +#: pretix/plugins/reports/exporters.py:281 +#: pretix/plugins/reports/exporters.py:450 +#: pretix/plugins/reports/exporters.py:594 #: pretix/presale/templates/pretixpresale/event/fragment_cart.html:292 msgid "Total" msgstr "Total" @@ -13795,40 +13840,40 @@ msgctxt "amount_label" msgid "Automatically refund" msgstr "Automatisk ved betaling" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:59 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:63 #, fuzzy #| msgid "Automatically on payment" msgid "Automatically refund full amount" msgstr "Automatisk ved betaling" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:62 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:66 msgid "This payment method does not support automatic refunds." msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:70 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:74 #, fuzzy #| msgid "Add a new product to the order" msgid "Transfer to other order" msgstr "Tilføj et nyt produkt til bestillingen" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:73 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:77 msgctxt "amount_label" msgid "Transfer" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:81 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:85 msgctxt "order_label" msgid "to" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:91 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:95 #: pretix/control/templates/pretixcontrol/organizers/giftcard_create.html:5 #, fuzzy #| msgid "Create a new team" msgid "Create a new gift card" msgstr "Opret gruppe" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:103 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:113 #, fuzzy #| msgctxt "subevent" #| msgid "This voucher is not valid for this event date." @@ -13836,24 +13881,24 @@ msgid "" "The gift card can be used to buy tickets for all events of this organizer." msgstr "Voucheren er ikke gyldig for denne dato." -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:111 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:121 #, fuzzy #| msgid "Invalid payments" msgid "Manual refund" msgstr "Ugyldige betalinger" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:114 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:124 #, fuzzy #| msgid "Invalid payments" msgctxt "amount_label" msgid "Manually refund" msgstr "Ugyldige betalinger" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:125 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:139 msgid "Keep transfer as to do" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:129 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:143 #: pretix/control/templates/pretixcontrol/order/refund_done.html:5 #: pretix/control/templates/pretixcontrol/order/refund_done.html:9 #: pretix/control/templates/pretixcontrol/order/refund_process.html:6 @@ -13863,7 +13908,7 @@ msgstr "" msgid "Mark refund as done" msgstr "Marker som betalt" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:139 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:153 msgid "" "Any payments that you selected for automatical refunds will be immediately " "communicate the refund request to the respective payment provider. Manual " @@ -13871,7 +13916,7 @@ msgid "" "done once you actually transferred the money back to the customer." msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:160 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:174 #, fuzzy #| msgid "Perform changes" msgid "Perform refund" @@ -14126,29 +14171,29 @@ msgid "Remove filter" msgstr "Fjern filter" #: pretix/control/templates/pretixcontrol/orders/index.html:132 -#: pretix/control/templates/pretixcontrol/search/orders.html:78 +#: pretix/control/templates/pretixcontrol/search/orders.html:83 msgid "CANCELLATION REQUESTED" msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:135 #: pretix/control/templates/pretixcontrol/orders/index.html:137 -#: pretix/control/templates/pretixcontrol/search/orders.html:81 -#: pretix/control/templates/pretixcontrol/search/orders.html:83 +#: pretix/control/templates/pretixcontrol/search/orders.html:86 +#: pretix/control/templates/pretixcontrol/search/orders.html:88 msgid "REFUND PENDING" msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:140 -#: pretix/control/templates/pretixcontrol/search/orders.html:86 +#: pretix/control/templates/pretixcontrol/search/orders.html:91 msgid "OVERPAID" msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:142 -#: pretix/control/templates/pretixcontrol/search/orders.html:88 +#: pretix/control/templates/pretixcontrol/search/orders.html:93 msgid "UNDERPAID" msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:144 -#: pretix/control/templates/pretixcontrol/search/orders.html:90 +#: pretix/control/templates/pretixcontrol/search/orders.html:95 msgid "FULLY PAID" msgstr "" @@ -14189,7 +14234,7 @@ msgid "" msgstr "" #: pretix/control/templates/pretixcontrol/orders/overview.html:61 -#: pretix/plugins/reports/exporters.py:219 +#: pretix/plugins/reports/exporters.py:222 msgid "Purchased" msgstr "Købt" @@ -14909,7 +14954,7 @@ msgstr "" msgid "pretix Logo" msgstr "" -#: pretix/control/templates/pretixcontrol/search/orders.html:99 +#: pretix/control/templates/pretixcontrol/search/orders.html:104 msgid "" "We couldn't find any orders that you have access to and that match your " "search query." @@ -16094,15 +16139,15 @@ msgstr "Du har ikke rettighed til at udføre denne handling." msgid "The selected check-ins have been reverted." msgstr "Den valgte lister er blevet slettet." -#: pretix/control/views/checkin.py:163 +#: pretix/control/views/checkin.py:167 msgid "The selected tickets have been marked as checked in." msgstr "De valgte billetter er markeret som værende tjekket ind." -#: pretix/control/views/checkin.py:227 +#: pretix/control/views/checkin.py:231 msgid "The new check-in list has been created." msgstr "Den nye tjek-ind-liste er blevet oprettet." -#: pretix/control/views/checkin.py:234 pretix/control/views/checkin.py:277 +#: pretix/control/views/checkin.py:238 pretix/control/views/checkin.py:281 #: pretix/control/views/event.py:206 pretix/control/views/event.py:399 #: pretix/control/views/event.py:439 pretix/control/views/event.py:597 #: pretix/control/views/event.py:754 pretix/control/views/event.py:1094 @@ -16117,11 +16162,11 @@ msgstr "Den nye tjek-ind-liste er blevet oprettet." msgid "We could not save your changes. See below for details." msgstr "Vi kunne ikke gemme dine ændringer. Se detaljer nedenfor." -#: pretix/control/views/checkin.py:256 pretix/control/views/checkin.py:293 +#: pretix/control/views/checkin.py:260 pretix/control/views/checkin.py:297 msgid "The requested list does not exist." msgstr "Den valgte liste findes ikke." -#: pretix/control/views/checkin.py:302 +#: pretix/control/views/checkin.py:306 msgid "The selected list has been deleted." msgstr "Den valgte lister er blevet slettet." @@ -16360,7 +16405,7 @@ msgstr "Kommentar opdateret." msgid "Could not update the comment." msgstr "Kunne ikke opdatere kommentaren." -#: pretix/control/views/event.py:1061 pretix/control/views/main.py:296 +#: pretix/control/views/event.py:1061 pretix/control/views/main.py:276 msgid "VAT" msgstr "Moms" @@ -17456,17 +17501,17 @@ msgstr "" msgid "8 portrait A7 pages on one A4 page" msgstr "" -#: pretix/plugins/badges/exporters.py:186 +#: pretix/plugins/badges/exporters.py:194 #, fuzzy #| msgid "The selected product is not active or has no price set." msgid "None of the selected products is configured to print badges." msgstr "Det valgte produkt er ikke aktivt eller har ingen pris." -#: pretix/plugins/badges/exporters.py:192 +#: pretix/plugins/badges/exporters.py:200 msgid "Attendee badges" msgstr "Navneskilte" -#: pretix/plugins/badges/exporters.py:212 +#: pretix/plugins/badges/exporters.py:220 #: pretix/plugins/ticketoutputpdf/exporters.py:32 #, fuzzy #| msgctxt "checkin" @@ -17474,19 +17519,19 @@ msgstr "Navneskilte" msgid "Include pending orders" msgstr "Inkluder afventende ordre" -#: pretix/plugins/badges/exporters.py:217 +#: pretix/plugins/badges/exporters.py:225 #, fuzzy #| msgid "Include questions" msgid "Include add-on or bundled positions" msgstr "Medtag spørgsmål" -#: pretix/plugins/badges/exporters.py:222 +#: pretix/plugins/badges/exporters.py:230 #, fuzzy #| msgid "Answer options" msgid "Rendering option" msgstr "Svarmuligheder" -#: pretix/plugins/badges/exporters.py:227 +#: pretix/plugins/badges/exporters.py:235 msgid "" "This option allows you to align multiple badges on one page, for example if " "you want to print to a sheet of stickers with a regular office printer. " @@ -17494,10 +17539,10 @@ msgid "" "correct size." msgstr "" -#: pretix/plugins/badges/exporters.py:233 -#: pretix/plugins/checkinlists/exporters.py:56 -#: pretix/plugins/reports/exporters.py:315 -#: pretix/plugins/reports/exporters.py:487 +#: pretix/plugins/badges/exporters.py:241 +#: pretix/plugins/checkinlists/exporters.py:71 +#: pretix/plugins/reports/exporters.py:318 +#: pretix/plugins/reports/exporters.py:490 #: pretix/plugins/ticketoutputpdf/exporters.py:37 msgid "Sort by" msgstr "Sorter efter" @@ -18050,37 +18095,45 @@ msgstr "Tjek-ind-liste-eksportør" msgid "This plugin allows you to generate check-in lists for your conference." msgstr "" -#: pretix/plugins/checkinlists/exporters.py:46 +#: pretix/plugins/checkinlists/exporters.py:50 +msgid "Only include tickets for dates on or after this date." +msgstr "" + +#: pretix/plugins/checkinlists/exporters.py:57 +msgid "Only include tickets for dates on or before this date." +msgstr "" + +#: pretix/plugins/checkinlists/exporters.py:61 msgid "Include QR-code secret" msgstr "" -#: pretix/plugins/checkinlists/exporters.py:51 +#: pretix/plugins/checkinlists/exporters.py:66 #, fuzzy #| msgid "Requires special attention" msgid "Only tickets requiring special attention" msgstr "Kræver særlig opmærksomhed" -#: pretix/plugins/checkinlists/exporters.py:71 +#: pretix/plugins/checkinlists/exporters.py:86 msgid "Include questions" msgstr "Medtag spørgsmål" -#: pretix/plugins/checkinlists/exporters.py:183 +#: pretix/plugins/checkinlists/exporters.py:222 msgid "Check-in list (PDF)" msgstr "Tjek-ind-liste (PDF)" #. Translators: maximum 5 characters -#: pretix/plugins/checkinlists/exporters.py:234 +#: pretix/plugins/checkinlists/exporters.py:284 msgctxt "tablehead" msgid "paid" msgstr "betalt" -#: pretix/plugins/checkinlists/exporters.py:337 +#: pretix/plugins/checkinlists/exporters.py:396 #, fuzzy #| msgid "Automatically on payment" msgid "Automatically checked in" msgstr "Automatisk ved betaling" -#: pretix/plugins/checkinlists/exporters.py:346 +#: pretix/plugins/checkinlists/exporters.py:405 #: pretix/plugins/paypal/payment.py:86 msgid "Secret" msgstr "Hemmelighed" @@ -18163,48 +18216,48 @@ msgid "" "to send any payments." msgstr "" -#: pretix/plugins/paypal/payment.py:205 pretix/plugins/paypal/payment.py:291 -#: pretix/plugins/paypal/payment.py:306 pretix/plugins/paypal/payment.py:309 -#: pretix/plugins/paypal/payment.py:367 +#: pretix/plugins/paypal/payment.py:205 pretix/plugins/paypal/payment.py:298 +#: pretix/plugins/paypal/payment.py:313 pretix/plugins/paypal/payment.py:316 +#: pretix/plugins/paypal/payment.py:374 pretix/plugins/paypal/payment.py:515 msgid "We had trouble communicating with PayPal" msgstr "" -#: pretix/plugins/paypal/payment.py:323 pretix/plugins/paypal/payment.py:332 -#: pretix/plugins/paypal/payment.py:393 +#: pretix/plugins/paypal/payment.py:330 pretix/plugins/paypal/payment.py:339 +#: pretix/plugins/paypal/payment.py:400 msgid "" "We were unable to process your payment. See below for details on how to " "proceed." msgstr "" -#: pretix/plugins/paypal/payment.py:374 pretix/plugins/paypal/payment.py:383 +#: pretix/plugins/paypal/payment.py:381 pretix/plugins/paypal/payment.py:390 msgid "" "PayPal has not yet approved the payment. We will inform you as soon as the " "payment completed." msgstr "" -#: pretix/plugins/paypal/payment.py:408 pretix/plugins/stripe/payment.py:435 +#: pretix/plugins/paypal/payment.py:415 pretix/plugins/stripe/payment.py:435 #: pretix/plugins/stripe/payment.py:787 msgid "There was an error sending the confirmation mail." msgstr "Fejl ved afsendelse af bekræftelses-e-mail." -#: pretix/plugins/paypal/payment.py:485 pretix/plugins/paypal/payment.py:492 +#: pretix/plugins/paypal/payment.py:492 pretix/plugins/paypal/payment.py:499 msgid "Refunding the amount via PayPal failed: {}" msgstr "" -#: pretix/plugins/paypal/payment.py:591 pretix/plugins/paypal/payment.py:599 +#: pretix/plugins/paypal/payment.py:615 pretix/plugins/paypal/payment.py:623 #, fuzzy #| msgctxt "invoice" #| msgid "The payment for this invoice has already been received." msgid "The payment for this invoice has already been received." msgstr "Betalingen for denne faktura er allerede modtaget." -#: pretix/plugins/paypal/payment.py:592 pretix/plugins/paypal/payment.py:600 +#: pretix/plugins/paypal/payment.py:616 pretix/plugins/paypal/payment.py:624 #, fuzzy #| msgid "Enable payment method" msgid "PayPal payment ID" msgstr "Aktiver betalingsmetode" -#: pretix/plugins/paypal/payment.py:594 +#: pretix/plugins/paypal/payment.py:618 msgid "PayPal sale ID" msgstr "" @@ -18596,48 +18649,48 @@ msgstr "" msgid "Created: %s" msgstr "Oprettet: %s" -#: pretix/plugins/reports/exporters.py:153 +#: pretix/plugins/reports/exporters.py:156 msgid "Order overview (PDF)" msgstr "Bestillingsoverblik (PDF)" -#: pretix/plugins/reports/exporters.py:197 +#: pretix/plugins/reports/exporters.py:200 #: pretix/plugins/statistics/templates/pretixplugins/statistics/index.html:58 msgid "Orders by product" msgstr "Bestillinger pr. produkt" -#: pretix/plugins/reports/exporters.py:202 +#: pretix/plugins/reports/exporters.py:205 #, python-brace-format msgid "{axis} between {start} and {end}" msgstr "" -#: pretix/plugins/reports/exporters.py:227 -#: pretix/plugins/reports/exporters.py:228 -#: pretix/plugins/reports/exporters.py:229 #: pretix/plugins/reports/exporters.py:230 #: pretix/plugins/reports/exporters.py:231 +#: pretix/plugins/reports/exporters.py:232 +#: pretix/plugins/reports/exporters.py:233 +#: pretix/plugins/reports/exporters.py:234 msgid "#" msgstr "" -#: pretix/plugins/reports/exporters.py:299 +#: pretix/plugins/reports/exporters.py:302 msgid "List of orders with taxes (PDF)" msgstr "" -#: pretix/plugins/reports/exporters.py:376 +#: pretix/plugins/reports/exporters.py:379 #, python-brace-format msgid "Orders by tax rate ({currency})" msgstr "" -#: pretix/plugins/reports/exporters.py:385 -#: pretix/plugins/reports/exporters.py:521 +#: pretix/plugins/reports/exporters.py:388 +#: pretix/plugins/reports/exporters.py:524 msgid "Gross" msgstr "" -#: pretix/plugins/reports/exporters.py:385 -#: pretix/plugins/reports/exporters.py:521 +#: pretix/plugins/reports/exporters.py:388 +#: pretix/plugins/reports/exporters.py:524 msgid "Tax" msgstr "" -#: pretix/plugins/reports/exporters.py:470 +#: pretix/plugins/reports/exporters.py:473 #, fuzzy #| msgid "List of orders (CSV)" msgid "List of orders with taxes" @@ -19820,24 +19873,24 @@ msgid "Show all events of %(name)s" msgstr "Vis alle arrangementer fra %(name)s" #: pretix/presale/templates/pretixpresale/event/base.html:98 -#: pretix/presale/templates/pretixpresale/event/base.html:128 +#: pretix/presale/templates/pretixpresale/event/base.html:132 msgid "" "This ticket shop is currently in test mode. Please do not perform any real " "purchases as your order might be deleted without notice." msgstr "" #: pretix/presale/templates/pretixpresale/event/base.html:104 -#: pretix/presale/templates/pretixpresale/event/base.html:134 +#: pretix/presale/templates/pretixpresale/event/base.html:138 msgid "" "Orders made through this sales channel cannot be deleted - even if the " "ticket shop is in test mode!" msgstr "" -#: pretix/presale/templates/pretixpresale/event/base.html:142 +#: pretix/presale/templates/pretixpresale/event/base.html:146 msgid "Contact event organizer" msgstr "Kontakt arrangør" -#: pretix/presale/templates/pretixpresale/event/base.html:145 +#: pretix/presale/templates/pretixpresale/event/base.html:149 msgid "Imprint" msgstr "" @@ -20279,6 +20332,11 @@ msgstr "Maksimalt antal produkter pr. bestilling" msgid "Go" msgstr "Skift" +#: pretix/presale/templates/pretixpresale/event/fragment_subevent_calendar_week.html:21 +#: pretix/presale/templates/pretixpresale/organizers/calendar_week.html:48 +msgid "W" +msgstr "" + #: pretix/presale/templates/pretixpresale/event/fragment_subevent_list.html:21 #: pretix/presale/templates/pretixpresale/event/fragment_subevent_list.html:30 #: pretix/presale/templates/pretixpresale/fragment_calendar.html:71 @@ -21000,19 +21058,19 @@ msgstr "Indtast venligst kun tal." msgid "Please enter positive numbers only." msgstr "" -#: pretix/presale/views/cart.py:338 +#: pretix/presale/views/cart.py:340 msgid "We applied the voucher to as many products in your cart as we could." msgstr "" -#: pretix/presale/views/cart.py:360 +#: pretix/presale/views/cart.py:362 msgid "Your cart has been updated." msgstr "Din kurv er blevet opdateret." -#: pretix/presale/views/cart.py:363 pretix/presale/views/cart.py:385 +#: pretix/presale/views/cart.py:365 pretix/presale/views/cart.py:387 msgid "Your cart is now empty." msgstr "" -#: pretix/presale/views/cart.py:400 +#: pretix/presale/views/cart.py:402 msgid "The products have been successfully added to your cart." msgstr "Produkterne er lagt i kurven." diff --git a/src/pretix/locale/da/LC_MESSAGES/djangojs.po b/src/pretix/locale/da/LC_MESSAGES/djangojs.po index 97316a093..723febb70 100644 --- a/src/pretix/locale/da/LC_MESSAGES/djangojs.po +++ b/src/pretix/locale/da/LC_MESSAGES/djangojs.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-05-13 16:45+0000\n" +"POT-Creation-Date: 2020-06-10 16:02+0000\n" "PO-Revision-Date: 2020-05-19 09:19+0000\n" "Last-Translator: Mie Frydensbjerg \n" "Language-Team: Danish \n" "Language-Team: German " msgid "Empty, if this product is not an admission ticket" msgstr "Leer, wenn dies kein Eintrittsticket ist" -#: pretix/base/models/orders.py:1069 pretix/base/models/orders.py:2110 +#: pretix/base/models/orders.py:1069 pretix/base/models/orders.py:2137 #: pretix/base/settings.py:537 msgid "Company name" msgstr "Firmenname" -#: pretix/base/models/orders.py:1073 pretix/base/models/orders.py:2117 +#: pretix/base/models/orders.py:1073 pretix/base/models/orders.py:2144 #: pretix/base/settings.py:32 pretix/plugins/stripe/payment.py:150 msgid "Select country" msgstr "Land auswählen" -#: pretix/base/models/orders.py:1204 +#: pretix/base/models/orders.py:1231 msgctxt "payment_state" msgid "created" msgstr "erstellt" -#: pretix/base/models/orders.py:1205 +#: pretix/base/models/orders.py:1232 msgctxt "payment_state" msgid "pending" msgstr "ausstehend" -#: pretix/base/models/orders.py:1206 +#: pretix/base/models/orders.py:1233 msgctxt "payment_state" msgid "confirmed" msgstr "bestätigt" -#: pretix/base/models/orders.py:1207 +#: pretix/base/models/orders.py:1234 msgctxt "payment_state" msgid "canceled" msgstr "abgebrochen" -#: pretix/base/models/orders.py:1208 +#: pretix/base/models/orders.py:1235 msgctxt "payment_state" msgid "failed" msgstr "fehlgeschlagen" -#: pretix/base/models/orders.py:1209 +#: pretix/base/models/orders.py:1236 msgctxt "payment_state" msgid "refunded" msgstr "erstattet" -#: pretix/base/models/orders.py:1237 pretix/base/models/orders.py:1608 +#: pretix/base/models/orders.py:1264 pretix/base/models/orders.py:1635 #: pretix/base/shredder.py:352 msgid "Payment information" msgstr "Zahlungsinformationen" -#: pretix/base/models/orders.py:1430 +#: pretix/base/models/orders.py:1457 #, python-format msgid "Event registration confirmed: %(code)s" msgstr "Registrierung bestätigt: %(code)s" -#: pretix/base/models/orders.py:1448 +#: pretix/base/models/orders.py:1475 #, python-format msgid "Payment received for your order: %(code)s" msgstr "Zahlung erhalten für die Bestellung: %(code)s" -#: pretix/base/models/orders.py:1554 +#: pretix/base/models/orders.py:1581 msgctxt "refund_state" msgid "started externally" msgstr "extern gestartet" -#: pretix/base/models/orders.py:1555 +#: pretix/base/models/orders.py:1582 msgctxt "refund_state" msgid "created" msgstr "erstellt" -#: pretix/base/models/orders.py:1556 +#: pretix/base/models/orders.py:1583 msgctxt "refund_state" msgid "in transit" msgstr "auf dem Weg" -#: pretix/base/models/orders.py:1557 +#: pretix/base/models/orders.py:1584 msgctxt "refund_state" msgid "done" msgstr "erledigt" -#: pretix/base/models/orders.py:1558 +#: pretix/base/models/orders.py:1585 msgctxt "refund_state" msgid "failed" msgstr "fehlgeschlagen" -#: pretix/base/models/orders.py:1560 +#: pretix/base/models/orders.py:1587 msgctxt "refund_state" msgid "canceled" msgstr "abgebrochen" -#: pretix/base/models/orders.py:1568 +#: pretix/base/models/orders.py:1595 msgctxt "refund_source" msgid "Organizer" msgstr "Veranstalter" -#: pretix/base/models/orders.py:1569 +#: pretix/base/models/orders.py:1596 msgctxt "refund_source" msgid "Customer" msgstr "Kunde" -#: pretix/base/models/orders.py:1570 +#: pretix/base/models/orders.py:1597 msgctxt "refund_source" msgid "External" msgstr "Extern" -#: pretix/base/models/orders.py:1714 +#: pretix/base/models/orders.py:1741 msgid "Payment fee" msgstr "Zahlungsgebühr" -#: pretix/base/models/orders.py:1715 +#: pretix/base/models/orders.py:1742 msgid "Shipping fee" msgstr "Versandkosten" -#: pretix/base/models/orders.py:1716 +#: pretix/base/models/orders.py:1743 msgid "Service fee" msgstr "Servicegebühr" -#: pretix/base/models/orders.py:1717 +#: pretix/base/models/orders.py:1744 #: pretix/control/templates/pretixcontrol/order/index.html:133 msgid "Cancellation fee" msgstr "Stornogebühr" -#: pretix/base/models/orders.py:1718 +#: pretix/base/models/orders.py:1745 msgid "Other fees" msgstr "Andere Gebühren" -#: pretix/base/models/orders.py:1719 pretix/base/payment.py:1005 +#: pretix/base/models/orders.py:1746 pretix/base/payment.py:1005 #: pretix/control/templates/pretixcontrol/order/index.html:128 msgid "Gift card" msgstr "Geschenkgutschein" -#: pretix/base/models/orders.py:1724 +#: pretix/base/models/orders.py:1751 #: pretix/control/templates/pretixcontrol/organizers/giftcard.html:65 #: pretix/control/templates/pretixcontrol/organizers/giftcard.html:103 #: pretix/control/views/vouchers.py:70 msgid "Value" msgstr "Wert" -#: pretix/base/models/orders.py:1861 +#: pretix/base/models/orders.py:1888 msgid "Order position" msgstr "Bestelltes Produkt" -#: pretix/base/models/orders.py:2036 pretix/base/services/orders.py:846 +#: pretix/base/models/orders.py:2063 pretix/base/services/orders.py:846 #, python-format msgid "Your event registration: %(code)s" msgstr "Ihre Registrierung: %(code)s" -#: pretix/base/models/orders.py:2065 +#: pretix/base/models/orders.py:2092 msgid "Cart ID (e.g. session key)" msgstr "Warenkorb-ID (z.B. Session-ID)" -#: pretix/base/models/orders.py:2083 +#: pretix/base/models/orders.py:2110 msgid "Cart position" msgstr "Produkt im Warenkorb" -#: pretix/base/models/orders.py:2084 +#: pretix/base/models/orders.py:2111 msgid "Cart positions" msgstr "Produkte im Warenkorb" -#: pretix/base/models/orders.py:2121 +#: pretix/base/models/orders.py:2148 msgid "Only for business customers within the EU." msgstr "Nur für Firmenkunden mit Sitz in der EU." -#: pretix/base/models/orders.py:2126 +#: pretix/base/models/orders.py:2153 msgid "This reference will be printed on your invoice for your convenience." msgstr "" "Diese Referenz wird auf Ihre Rechnung gedruckt, damit Sie die Rechnung " @@ -3066,9 +3068,9 @@ msgstr "" "Punkte enthalten. Jede Kurzform kann nur einmal benutzt werden und wird in " "URLs zu Ihrem Veranstalterkonto und Ihren Veranstaltern." -#: pretix/base/models/organizer.py:52 pretix/control/forms/event.py:68 -#: pretix/control/forms/event.py:74 pretix/control/forms/filter.py:338 -#: pretix/control/forms/filter.py:614 +#: pretix/base/models/organizer.py:52 pretix/control/forms/event.py:63 +#: pretix/control/forms/event.py:69 pretix/control/forms/filter.py:338 +#: pretix/control/forms/filter.py:666 #: pretix/control/templates/pretixcontrol/events/index.html:68 #: pretix/control/templates/pretixcontrol/organizers/base.html:4 #: pretix/control/templates/pretixcontrol/organizers/edit.html:9 @@ -3147,7 +3149,7 @@ msgid "%(name)s on %(object)s" msgstr "%(name)s für %(object)s" #: pretix/base/models/organizer.py:252 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:82 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:84 msgid "Team" msgstr "Team" @@ -3161,20 +3163,20 @@ msgstr "Teams" msgid "Invite to team '{team}' for '{email}'" msgstr "Einladung zu Team \"{team}\" für \"{email}\"" -#: pretix/base/models/seating.py:23 +#: pretix/base/models/seating.py:24 msgid "Your layout file is not a valid JSON file." msgstr "Der Sitzplan ist keine gültige JSON-Datei." -#: pretix/base/models/seating.py:32 +#: pretix/base/models/seating.py:33 msgid "Your layout file is not a valid seating plan. Error message: {}" msgstr "Die Datei ist kein gültiger Sitzplan. Fehlermeldung: {}" -#: pretix/base/models/seating.py:145 +#: pretix/base/models/seating.py:152 #, python-brace-format msgid "Row {number}" msgstr "Reihe {number}" -#: pretix/base/models/seating.py:150 +#: pretix/base/models/seating.py:157 #, python-brace-format msgid "Seat {number}" msgstr "Platz {number}" @@ -3259,7 +3261,7 @@ msgstr "Produktpreis reduzieren um (%)" #: pretix/control/templates/pretixcontrol/vouchers/index.html:19 #: pretix/control/templates/pretixcontrol/vouchers/index.html:100 #: pretix/control/views/vouchers.py:69 pretix/control/views/waitinglist.py:199 -#: pretix/plugins/checkinlists/exporters.py:359 +#: pretix/plugins/checkinlists/exporters.py:418 #: pretix/presale/templates/pretixpresale/event/fragment_cart.html:316 #: pretix/presale/templates/pretixpresale/event/index.html:278 msgid "Voucher code" @@ -3295,7 +3297,7 @@ msgstr "" msgid "Valid until" msgstr "Gültig bis" -#: pretix/base/models/vouchers.py:131 pretix/control/forms/filter.py:955 +#: pretix/base/models/vouchers.py:131 pretix/control/forms/filter.py:1007 msgid "Reserve ticket from quota" msgstr "Im Kontingent reservieren" @@ -3591,7 +3593,7 @@ msgctxt "subevent" msgid "Dates" msgstr "Termine" -#: pretix/base/notifications.py:184 pretix/base/pdf.py:130 +#: pretix/base/notifications.py:184 pretix/base/pdf.py:135 msgid "Event date" msgstr "Veranstaltungsdatum" @@ -4147,7 +4149,7 @@ msgstr "Ticket-Code (QR-Code-Inhalt)" msgid "Order position number" msgstr "Nummer der Bestellposition" -#: pretix/base/pdf.py:64 pretix/control/forms/event.py:1263 +#: pretix/base/pdf.py:64 pretix/control/forms/event.py:1262 #: pretix/control/templates/pretixcontrol/items/index.html:33 msgid "Product name" msgstr "Produktbezeichnung" @@ -4201,112 +4203,127 @@ msgstr "Preis inklusive Zusatzprodukte" msgid "Attendee company" msgstr "Teilnehmer*innen-Firma" -#: pretix/base/pdf.py:114 pretix/base/pdf.py:212 +#: pretix/base/pdf.py:114 pretix/base/pdf.py:217 #: pretix/base/services/tickets.py:96 pretix/control/views/pdf.py:80 msgid "Sample company" msgstr "Musterfirma GmbH" #: pretix/base/pdf.py:118 +#, fuzzy +#| msgid "Attendee address" +msgid "Full attendee address" +msgstr "Teilnehmer*innen-Adresse" + +#: pretix/base/pdf.py:119 +msgid "" +"John Doe\n" +"Sample company\n" +"Sesame Street 42\n" +"12345 Any City\n" +"Atlantis" +msgstr "" + +#: pretix/base/pdf.py:123 msgid "Attendee country" msgstr "Teilnehmer*innen-Land" -#: pretix/base/pdf.py:126 +#: pretix/base/pdf.py:131 msgid "Sample event name" msgstr "Beispielevent" -#: pretix/base/pdf.py:131 +#: pretix/base/pdf.py:136 msgid "May 31st, 2017" msgstr "31. Mai 2017" -#: pretix/base/pdf.py:135 +#: pretix/base/pdf.py:140 msgid "Event date range" msgstr "Veranstaltungsdatum Beginn und Ende" -#: pretix/base/pdf.py:136 +#: pretix/base/pdf.py:141 msgid "May 31st – June 4th, 2017" msgstr "31. Mai – 4. Juni 2017" -#: pretix/base/pdf.py:140 +#: pretix/base/pdf.py:145 msgid "Event begin date and time" msgstr "Veranstaltungsdatum und Uhrzeit" -#: pretix/base/pdf.py:141 +#: pretix/base/pdf.py:146 msgid "2017-05-31 20:00" msgstr "31.05.2016 20:00" -#: pretix/base/pdf.py:148 +#: pretix/base/pdf.py:153 msgid "Event begin date" msgstr "Veranstaltungsdatum" -#: pretix/base/pdf.py:149 pretix/base/pdf.py:170 pretix/base/pdf.py:244 +#: pretix/base/pdf.py:154 pretix/base/pdf.py:175 pretix/base/pdf.py:249 msgid "2017-05-31" msgstr "31.05.2016" -#: pretix/base/pdf.py:156 +#: pretix/base/pdf.py:161 msgid "Event begin time" msgstr "Veranstaltungsuhrzeit" -#: pretix/base/pdf.py:157 +#: pretix/base/pdf.py:162 msgid "20:00" msgstr "20:00" -#: pretix/base/pdf.py:161 +#: pretix/base/pdf.py:166 msgid "Event end date and time" msgstr "Veranstaltungsende und Uhrzeit" -#: pretix/base/pdf.py:162 +#: pretix/base/pdf.py:167 msgid "2017-05-31 22:00" msgstr "31.05.2016 22:00" -#: pretix/base/pdf.py:169 +#: pretix/base/pdf.py:174 msgid "Event end date" msgstr "Veranstaltungsenddatum" -#: pretix/base/pdf.py:178 +#: pretix/base/pdf.py:183 msgid "22:00" msgstr "22:00" -#: pretix/base/pdf.py:185 +#: pretix/base/pdf.py:190 msgid "Event admission date and time" msgstr "Einlassdatum und Uhrzeit" -#: pretix/base/pdf.py:186 pretix/base/pdf.py:252 +#: pretix/base/pdf.py:191 pretix/base/pdf.py:257 msgid "2017-05-31 19:00" msgstr "31.05.2016 19:00" -#: pretix/base/pdf.py:193 +#: pretix/base/pdf.py:198 msgid "Event admission time" msgstr "Einlassuhrzeit" -#: pretix/base/pdf.py:194 pretix/base/pdf.py:260 +#: pretix/base/pdf.py:199 pretix/base/pdf.py:265 msgid "19:00" msgstr "19:00" -#: pretix/base/pdf.py:201 +#: pretix/base/pdf.py:206 msgid "Event location" msgstr "Veranstaltungsort" -#: pretix/base/pdf.py:202 pretix/base/settings.py:559 +#: pretix/base/pdf.py:207 pretix/base/settings.py:559 msgid "Random City" msgstr "Musterstadt" -#: pretix/base/pdf.py:211 +#: pretix/base/pdf.py:216 msgid "Invoice address company" msgstr "Rechnungsadresse: Firma" -#: pretix/base/pdf.py:216 +#: pretix/base/pdf.py:221 msgid "Invoice address city" msgstr "Rechnungsadresse: Stadt" -#: pretix/base/pdf.py:217 pretix/base/services/invoices.py:340 +#: pretix/base/pdf.py:222 pretix/base/services/invoices.py:340 msgid "Sample city" msgstr "Musterstadt" -#: pretix/base/pdf.py:221 +#: pretix/base/pdf.py:226 msgid "List of Add-Ons" msgstr "Liste der Zusatz-Produkte" -#: pretix/base/pdf.py:222 +#: pretix/base/pdf.py:227 msgid "" "Add-on 1\n" "Add-on 2" @@ -4314,90 +4331,90 @@ msgstr "" "Workshop 1\n" "Workshop 2" -#: pretix/base/pdf.py:233 pretix/control/forms/filter.py:490 -#: pretix/control/forms/filter.py:492 +#: pretix/base/pdf.py:238 pretix/control/forms/filter.py:542 +#: pretix/control/forms/filter.py:544 #: pretix/control/templates/pretixcontrol/organizers/index.html:35 msgid "Organizer name" msgstr "Veranstaltername" -#: pretix/base/pdf.py:234 +#: pretix/base/pdf.py:239 msgid "Event organizer company" msgstr "Veranstaltername" -#: pretix/base/pdf.py:238 +#: pretix/base/pdf.py:243 msgid "Organizer info text" msgstr "Veranstalter-Infotext" -#: pretix/base/pdf.py:239 +#: pretix/base/pdf.py:244 msgid "Event organizer info text" msgstr "Information zum Veranstalter" -#: pretix/base/pdf.py:243 +#: pretix/base/pdf.py:248 msgid "Printing date" msgstr "Druckdatum" -#: pretix/base/pdf.py:251 +#: pretix/base/pdf.py:256 msgid "Printing date and time" msgstr "Druckdatum und -uhrzeit" -#: pretix/base/pdf.py:259 +#: pretix/base/pdf.py:264 msgid "Printing time" msgstr "Druckzeit" -#: pretix/base/pdf.py:267 +#: pretix/base/pdf.py:272 msgid "Seat: Full name" msgstr "Sitz: Voller Name" -#: pretix/base/pdf.py:268 +#: pretix/base/pdf.py:273 msgid "Ground floor, Row 3, Seat 4" msgstr "Parkett, Reihe 3, Sitz 4" -#: pretix/base/pdf.py:270 pretix/base/pdf.py:276 -#: pretix/control/forms/orders.py:229 +#: pretix/base/pdf.py:275 pretix/base/pdf.py:281 +#: pretix/control/forms/orders.py:233 msgid "General admission" msgstr "Freie Platzwahl" -#: pretix/base/pdf.py:273 +#: pretix/base/pdf.py:278 msgid "Seat: zone" msgstr "Sitz: Bereich" -#: pretix/base/pdf.py:274 +#: pretix/base/pdf.py:279 msgid "Ground floor" msgstr "Parkett" -#: pretix/base/pdf.py:279 +#: pretix/base/pdf.py:284 msgid "Seat: row" msgstr "Sitz: Reihe" -#: pretix/base/pdf.py:284 +#: pretix/base/pdf.py:289 msgid "Seat: seat number" msgstr "Sitz: Platznummer" -#: pretix/base/pdf.py:320 +#: pretix/base/pdf.py:325 #, python-brace-format msgid "Question: {question}" msgstr "Frage: {question}" -#: pretix/base/pdf.py:321 +#: pretix/base/pdf.py:326 #, python-brace-format msgid "" msgstr "" -#: pretix/base/pdf.py:343 pretix/base/pdf.py:350 -#: pretix/plugins/badges/exporters.py:238 -#: pretix/plugins/checkinlists/exporters.py:62 -#: pretix/plugins/checkinlists/exporters.py:335 +#: pretix/base/pdf.py:348 pretix/base/pdf.py:355 +#: pretix/plugins/badges/exporters.py:246 +#: pretix/plugins/checkinlists/exporters.py:77 +#: pretix/plugins/checkinlists/exporters.py:394 #: pretix/plugins/ticketoutputpdf/exporters.py:42 #, python-brace-format msgid "Attendee name: {part}" msgstr "Teilnehmername: {part}" -#: pretix/base/pdf.py:360 +#: pretix/base/pdf.py:365 #, python-brace-format msgid "Invoice address name: {part}" msgstr "Rechnungsadresse: Name: {part}" -#: pretix/base/pdf.py:522 pretix/plugins/ticketoutputpdf/ticketoutput.py:78 +#: pretix/base/pdf.py:527 pretix/plugins/ticketoutputpdf/ticketoutput.py:78 msgid "Ticket" msgstr "Ticket" @@ -4441,7 +4458,7 @@ msgstr "" "Wir konnten Ihre Bestellung nicht durchführen, da der Server zu beschäftigt " "war. Bitte versuchen Sie es erneut." -#: pretix/base/services/cart.py:54 pretix/presale/views/cart.py:174 +#: pretix/base/services/cart.py:54 pretix/presale/views/cart.py:176 msgid "You did not select any products." msgstr "Sie haben keine Produkte ausgewählt." @@ -4729,7 +4746,7 @@ msgctxt "invoice" msgid "Attendee: {name}" msgstr "Teilnehmer*in: {name}" -#: pretix/base/services/invoices.py:170 pretix/plugins/reports/exporters.py:215 +#: pretix/base/services/invoices.py:170 pretix/plugins/reports/exporters.py:218 msgctxt "subevent" msgid "Date: {}" msgstr "Termin: {}" @@ -4926,7 +4943,7 @@ msgstr "" "Einer der ausgewählten Sitzplätze wurde zwischenzeitlich verkauft und wurde " "aus Ihrem Warenkorb entfernt." -#: pretix/base/services/orders.py:153 pretix/control/forms/orders.py:68 +#: pretix/base/services/orders.py:153 pretix/control/forms/orders.py:69 msgid "The new expiry date needs to be in the future." msgstr "Die neue Frist muss in der Zukunft liegen." @@ -4963,7 +4980,7 @@ msgstr "" "Diese Bestellung kann nicht storniert werden, da der hier erworbene " "Geschenkgutschein {card} bereits eingelöst wurde." -#: pretix/base/services/orders.py:391 pretix/control/forms/orders.py:132 +#: pretix/base/services/orders.py:391 pretix/control/forms/orders.py:136 msgid "" "The cancellation fee cannot be higher than the payment credit of this order." msgstr "" @@ -5107,7 +5124,7 @@ msgstr "" "Es gab einen Fehler bei der automatischen Erstattung der Zahlung. Bitte " "kontaktieren Sie den Veranstalter für weitere Informationen." -#: pretix/base/services/seating.py:35 pretix/base/services/seating.py:90 +#: pretix/base/services/seating.py:35 pretix/base/services/seating.py:94 #, python-format msgid "" "You can not change the plan since seat \"%s\" is not present in the new plan " @@ -5116,7 +5133,7 @@ msgstr "" "Sie können den Plan nicht wechseln, da Sitzplatz \"%s\" im neuen Plan nicht " "vorhanden ist, aber bereits verkauft wurde." -#: pretix/base/services/seating.py:93 +#: pretix/base/services/seating.py:97 #, python-format msgid "" "You can not change the plan since seat \"%s\" is not present in the new plan " @@ -5738,7 +5755,7 @@ msgstr "" msgid "Available languages" msgstr "Verfügbare Sprachen" -#: pretix/base/settings.py:707 pretix/control/forms/event.py:96 +#: pretix/base/settings.py:707 pretix/control/forms/event.py:91 msgid "Default language" msgstr "Standardsprache" @@ -5782,7 +5799,7 @@ msgstr "" msgid "Hide all products that are sold out" msgstr "Verstecke alle ausverkauften Produkte" -#: pretix/base/settings.py:757 pretix/control/forms/event.py:1177 +#: pretix/base/settings.py:757 pretix/control/forms/event.py:1176 msgid "Publicly show how many tickets of a certain type are still available." msgstr "" "Zeige öffentlich an, wie viele Tickets des jeweiligen Typs noch verfügbar " @@ -5800,7 +5817,7 @@ msgstr "Zeige Produkt-Varianten standardmäßig ausgeklappt an" msgid "Enable waiting list" msgstr "Warteliste aktivieren" -#: pretix/base/settings.py:785 pretix/control/forms/event.py:1182 +#: pretix/base/settings.py:785 pretix/control/forms/event.py:1181 msgid "" "Once a ticket is sold out, people can add themselves to a waiting list. As " "soon as a ticket becomes available again, it will be reserved for the first " @@ -5912,7 +5929,7 @@ msgstr "" "angeboten, nachdem eine Bestellung als bezahlt markiert wurde." #: pretix/base/settings.py:888 pretix/base/settings.py:896 -#: pretix/control/forms/organizer.py:292 +#: pretix/control/forms/organizer.py:293 #: pretix/presale/templates/pretixpresale/organizers/calendar.html:25 #: pretix/presale/templates/pretixpresale/organizers/calendar_week.html:25 #: pretix/presale/templates/pretixpresale/organizers/index.html:34 @@ -5920,16 +5937,16 @@ msgid "List" msgstr "Liste" #: pretix/base/settings.py:889 pretix/base/settings.py:897 -#: pretix/control/forms/organizer.py:293 +#: pretix/control/forms/organizer.py:294 msgid "Week calendar" msgstr "Wochenkalender" #: pretix/base/settings.py:890 pretix/base/settings.py:898 -#: pretix/control/forms/organizer.py:294 +#: pretix/control/forms/organizer.py:295 msgid "Month calendar" msgstr "Monatskalender" -#: pretix/base/settings.py:894 pretix/control/forms/organizer.py:290 +#: pretix/base/settings.py:894 pretix/control/forms/organizer.py:291 msgid "Default overview style" msgstr "Standard-Anzeige" @@ -5971,7 +5988,7 @@ msgstr "" "Zahlungsmethode es erlaubt. Andernfalls müssen Sie eine manuelle Rückbuchung " "veranlassen." -#: pretix/base/settings.py:952 pretix/control/forms/orders.py:586 +#: pretix/base/settings.py:952 pretix/control/forms/orders.py:590 msgid "Keep a fixed cancellation fee" msgstr "Feste Stornogebühr einbehalten" @@ -5979,7 +5996,7 @@ msgstr "Feste Stornogebühr einbehalten" msgid "Keep payment, shipping and service fees" msgstr "Zahlungs-, Versand- und Servicegebühren einbehalten" -#: pretix/base/settings.py:973 pretix/control/forms/orders.py:591 +#: pretix/base/settings.py:973 pretix/control/forms/orders.py:595 msgid "Keep a percentual cancellation fee" msgstr "Prozentuale Stornogebühr einbehalten" @@ -6049,21 +6066,21 @@ msgstr "Alle Erstattungen werden als Geschenkgutscheine ausgegeben" msgid "Refund method" msgstr "Erstattungsweg" -#: pretix/base/settings.py:1051 pretix/control/forms/event.py:1205 +#: pretix/base/settings.py:1051 pretix/control/forms/event.py:1204 msgid "Contact address" msgstr "Kontakt-E-Mail" -#: pretix/base/settings.py:1052 pretix/control/forms/event.py:1207 +#: pretix/base/settings.py:1052 pretix/control/forms/event.py:1206 msgid "We'll show this publicly to allow attendees to contact you." msgstr "" "Wir werden diese Adresse veröffentlichen um Teilnehmern zu ermöglichen, Sie " "zu kontaktieren." -#: pretix/base/settings.py:1060 pretix/control/forms/event.py:1199 +#: pretix/base/settings.py:1060 pretix/control/forms/event.py:1198 msgid "Imprint URL" msgstr "Impressum (URL)" -#: pretix/base/settings.py:1061 pretix/control/forms/event.py:1200 +#: pretix/base/settings.py:1061 pretix/control/forms/event.py:1199 msgid "" "This should point e.g. to a part of your website that has your contact " "details and legal information." @@ -6678,109 +6695,109 @@ msgctxt "subevent" msgid "Date ordering" msgstr "Sortierung der Termine" -#: pretix/base/settings.py:1657 +#: pretix/base/settings.py:1665 msgid "Most common English titles" msgstr "Übliche englische Titel" -#: pretix/base/settings.py:1667 +#: pretix/base/settings.py:1675 msgid "Most common German titles" msgstr "Übliche deutsche Titel" -#: pretix/base/settings.py:1676 pretix/base/settings.py:1689 -#: pretix/base/settings.py:1705 pretix/base/settings.py:1755 -#: pretix/base/settings.py:1768 pretix/base/settings.py:1782 +#: pretix/base/settings.py:1684 pretix/base/settings.py:1697 +#: pretix/base/settings.py:1713 pretix/base/settings.py:1763 +#: pretix/base/settings.py:1776 pretix/base/settings.py:1790 msgid "Given name" msgstr "Vorname" -#: pretix/base/settings.py:1677 pretix/base/settings.py:1690 -#: pretix/base/settings.py:1706 pretix/base/settings.py:1722 -#: pretix/base/settings.py:1739 pretix/base/settings.py:1754 -#: pretix/base/settings.py:1769 pretix/base/settings.py:1783 +#: pretix/base/settings.py:1685 pretix/base/settings.py:1698 +#: pretix/base/settings.py:1714 pretix/base/settings.py:1730 +#: pretix/base/settings.py:1747 pretix/base/settings.py:1762 +#: pretix/base/settings.py:1777 pretix/base/settings.py:1791 msgid "Family name" msgstr "Nachname" -#: pretix/base/settings.py:1681 pretix/base/settings.py:1697 -#: pretix/base/settings.py:1713 pretix/base/settings.py:1728 -#: pretix/base/settings.py:1746 pretix/base/settings.py:1761 -#: pretix/base/settings.py:1791 pretix/base/settings.py:1814 +#: pretix/base/settings.py:1689 pretix/base/settings.py:1705 +#: pretix/base/settings.py:1721 pretix/base/settings.py:1736 +#: pretix/base/settings.py:1754 pretix/base/settings.py:1769 +#: pretix/base/settings.py:1799 pretix/base/settings.py:1822 msgctxt "person_name_sample" msgid "John" msgstr "Max" -#: pretix/base/settings.py:1682 pretix/base/settings.py:1698 -#: pretix/base/settings.py:1714 pretix/base/settings.py:1730 -#: pretix/base/settings.py:1748 pretix/base/settings.py:1762 -#: pretix/base/settings.py:1792 +#: pretix/base/settings.py:1690 pretix/base/settings.py:1706 +#: pretix/base/settings.py:1722 pretix/base/settings.py:1738 +#: pretix/base/settings.py:1756 pretix/base/settings.py:1770 +#: pretix/base/settings.py:1800 msgctxt "person_name_sample" msgid "Doe" msgstr "Mustermann" -#: pretix/base/settings.py:1688 pretix/base/settings.py:1704 -#: pretix/base/settings.py:1736 +#: pretix/base/settings.py:1696 pretix/base/settings.py:1712 +#: pretix/base/settings.py:1744 msgctxt "person_name" msgid "Title" msgstr "Titel" -#: pretix/base/settings.py:1696 pretix/base/settings.py:1712 -#: pretix/base/settings.py:1745 +#: pretix/base/settings.py:1704 pretix/base/settings.py:1720 +#: pretix/base/settings.py:1753 msgctxt "person_name_sample" msgid "Dr" msgstr "Dr." -#: pretix/base/settings.py:1720 pretix/base/settings.py:1737 +#: pretix/base/settings.py:1728 pretix/base/settings.py:1745 msgid "First name" msgstr "Vorname" -#: pretix/base/settings.py:1721 pretix/base/settings.py:1738 +#: pretix/base/settings.py:1729 pretix/base/settings.py:1746 msgid "Middle name" msgstr "Mittlerer Name" -#: pretix/base/settings.py:1802 pretix/base/settings.py:1813 +#: pretix/base/settings.py:1810 pretix/base/settings.py:1821 msgctxt "person_name_sample" msgid "John Doe" msgstr "Max Mustermann" -#: pretix/base/settings.py:1808 +#: pretix/base/settings.py:1816 msgid "Calling name" msgstr "Rufname" -#: pretix/base/settings.py:1821 +#: pretix/base/settings.py:1829 msgid "Latin transcription" msgstr "Transkription" -#: pretix/base/settings.py:1924 pretix/control/forms/event.py:176 +#: pretix/base/settings.py:1932 pretix/control/forms/event.py:172 msgid "" "Your default locale must also be enabled for your event (see box above)." msgstr "" "Die Standardsprache muss eine der aktivierten Sprachen sein (siehe weiter " "oben)." -#: pretix/base/settings.py:1928 +#: pretix/base/settings.py:1936 msgid "" "You cannot require specifying attendee names if you do not ask for them." msgstr "" "Sie können die Angabe von Teilnehmernamen nur erfordern, wenn Sie auch nach " "Namen fragen." -#: pretix/base/settings.py:1932 +#: pretix/base/settings.py:1940 msgid "You have to ask for attendee emails if you want to make them required." msgstr "" "Sie müssen E-Mail-Adressen pro Ticket erfassen, wenn sie erforderlich sein " "sollen." -#: pretix/base/settings.py:1936 +#: pretix/base/settings.py:1944 msgid "" "You have to ask for invoice addresses if you want to make them required." msgstr "" "Sie müssen Rechnungsadressen erfassen, wenn sie erforderlich sein sollen." -#: pretix/base/settings.py:1940 +#: pretix/base/settings.py:1948 msgid "You have to require invoice addresses to require for company names." msgstr "" "Sie müssen Rechnungsadressen erfordern, damit Firmennamen erforderlich sein " "können." -#: pretix/base/settings.py:1947 +#: pretix/base/settings.py:1955 msgid "The last payment date cannot be before the end of presale." msgstr "" "Das letzte Zahlungsdatum kann nicht vor dem Ende des Vorverkaufs liegen." @@ -7183,16 +7200,22 @@ msgstr "Ein interner Fehler ist aufgetreten, bitte später erneut versuchen." msgid "The task has been completed." msgstr "Die Aufgabe wurde fertiggestellt." -#: pretix/control/forms/__init__.py:112 +#: pretix/control/forms/__init__.py:115 +#, fuzzy, python-brace-format +#| msgid "Please do not upload files larger than 10 MB." +msgid "Please do not upload files larger than {size}!" +msgstr "Bitte keine Dateien mit mehr als 10 MB hochladen." + +#: pretix/control/forms/__init__.py:136 msgid "Filetype not allowed!" msgstr "Dateityp nicht erlaubt!" #: pretix/control/forms/checkin.py:38 pretix/control/forms/filter.py:244 -#: pretix/control/forms/filter.py:271 pretix/control/forms/filter.py:979 -#: pretix/control/forms/filter.py:999 pretix/control/forms/filter.py:1091 -#: pretix/control/forms/filter.py:1107 pretix/control/forms/filter.py:1168 -#: pretix/control/forms/filter.py:1203 pretix/control/forms/orders.py:544 -#: pretix/control/forms/orders.py:699 +#: pretix/control/forms/filter.py:271 pretix/control/forms/filter.py:1031 +#: pretix/control/forms/filter.py:1051 pretix/control/forms/filter.py:1143 +#: pretix/control/forms/filter.py:1159 pretix/control/forms/filter.py:1220 +#: pretix/control/forms/filter.py:1255 pretix/control/forms/orders.py:548 +#: pretix/control/forms/orders.py:703 #: pretix/control/templates/pretixcontrol/event/fragment_subevent_choice_simple.html:5 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:47 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:109 @@ -7201,7 +7224,7 @@ msgctxt "subevent" msgid "All dates" msgstr "Alle Termine" -#: pretix/control/forms/event.py:44 pretix/control/forms/organizer.py:310 +#: pretix/control/forms/event.py:44 pretix/control/forms/organizer.py:311 msgid "Use languages" msgstr "Verfügbare Sprachen" @@ -7215,39 +7238,22 @@ msgstr "" msgid "This is an event series" msgstr "Dies ist eine Veranstaltungsreihe" -#: pretix/control/forms/event.py:50 -msgid "" -"Only recommended for advanced users. If this feature is enabled, this will " -"not only be a single event but a series of very similar events that are " -"handled within a single shop. The single events inside the series can only " -"differ in date, time, location, prices and quotas, but not in other " -"settings, and buying tickets across multiple of these events at the same " -"time is possible. You cannot change this setting for this event later." -msgstr "" -"Nur für fortgeschrittene Nutzer empfohlen. Wenn diese Funktion aktiviert " -"ist, stellt die neue Veranstaltung nicht nur eine einzelne Veranstaltung, " -"sondern eine ganze Reihe ähnlicher Veranstaltungen dar, die im selben Shop " -"verkauft werden. Die einzelnen Termine können sich nur in Datum, Zeit, Ort, " -"Preisen und Kontingenten unterscheiden, aber nicht in anderen Einstellungen. " -"Es ist möglich, Tickets für mehrere Termine gleichzeitig zu erwerben. Diese " -"Einstellung kann später nicht mehr geändert werden." - -#: pretix/control/forms/event.py:88 +#: pretix/control/forms/event.py:83 msgid "" "You already used this slug for a different event. Please choose a new one." msgstr "" "Sie haben diese Kurzform bereits für eine andere Veranstaltung benutzt. " "Bitte wählen Sie eine neue." -#: pretix/control/forms/event.py:92 pretix/control/forms/event.py:394 +#: pretix/control/forms/event.py:87 pretix/control/forms/event.py:390 msgid "Event timezone" msgstr "Veranstaltungs-Zeitzone" -#: pretix/control/forms/event.py:99 +#: pretix/control/forms/event.py:94 msgid "Sales tax rate" msgstr "Umsatzsteuersatz" -#: pretix/control/forms/event.py:100 +#: pretix/control/forms/event.py:95 msgid "" "Do you need to pay sales tax on your tickets? In this case, please enter the " "applicable tax rate here in percent. If you have a more complicated tax " @@ -7258,11 +7264,11 @@ msgstr "" "kompliziertere Steuerlage haben können Sie später andere Steuersätze " "hinzufügen und Detaileinstellungen treffen." -#: pretix/control/forms/event.py:107 +#: pretix/control/forms/event.py:102 msgid "Grant access to team" msgstr "Team-Zugriff gewähren" -#: pretix/control/forms/event.py:108 +#: pretix/control/forms/event.py:103 msgid "" "You are allowed to create events under this organizer, however you do not " "have permission to edit all events under this organizer. Please select one " @@ -7273,11 +7279,11 @@ msgstr "" "der Teams aus, in denen Sie Mitglied sind, das Zugriff auf diese neue " "Veranstaltung haben soll." -#: pretix/control/forms/event.py:113 +#: pretix/control/forms/event.py:108 msgid "Create a new team for this event with me as the only member" msgstr "Erstelle ein neues Team mit mir als einzigem Mitglied" -#: pretix/control/forms/event.py:156 pretix/control/forms/event.py:309 +#: pretix/control/forms/event.py:151 pretix/control/forms/event.py:305 msgid "" "Sample Conference Center\n" "Heidelberg, Germany" @@ -7285,42 +7291,42 @@ msgstr "" "Beispiel-Konferenzzentrum\n" "Heidelberg, Deutschland" -#: pretix/control/forms/event.py:180 +#: pretix/control/forms/event.py:176 msgid "Your default locale must be specified." msgstr "Es muss eine Standardsprache eingestellt werden." -#: pretix/control/forms/event.py:254 +#: pretix/control/forms/event.py:250 msgid "Copy configuration from" msgstr "Konfiguration übernehmen" -#: pretix/control/forms/event.py:260 pretix/control/forms/event.py:263 +#: pretix/control/forms/event.py:256 pretix/control/forms/event.py:259 #: pretix/control/forms/item.py:250 msgid "Do not copy" msgstr "Nicht übernehmen" -#: pretix/control/forms/event.py:314 pretix/control/forms/organizer.py:87 +#: pretix/control/forms/event.py:310 pretix/control/forms/organizer.py:87 msgid "Custom domain" msgstr "Eigene Domain" -#: pretix/control/forms/event.py:316 pretix/control/forms/organizer.py:89 +#: pretix/control/forms/event.py:312 pretix/control/forms/organizer.py:89 msgid "You need to configure the custom domain in the webserver beforehand." msgstr "Sie müssen die eigene Domain vorher im Webserver konfigurieren." -#: pretix/control/forms/event.py:324 pretix/control/forms/organizer.py:97 +#: pretix/control/forms/event.py:320 pretix/control/forms/organizer.py:97 msgid "You cannot choose the base domain of this installation." msgstr "Sie können die Basisdomain dieser Installation nicht verwenden." -#: pretix/control/forms/event.py:328 pretix/control/forms/organizer.py:102 +#: pretix/control/forms/event.py:324 pretix/control/forms/organizer.py:102 msgid "This domain is already in use for a different event or organizer." msgstr "" "Diese Domain ist bereits für eine andere Veranstaltung oder ein anderes " "Veranstalterkonto in Verwendung, bitte wählen Sie eine andere." -#: pretix/control/forms/event.py:397 +#: pretix/control/forms/event.py:393 msgid "Name format" msgstr "Namensformat" -#: pretix/control/forms/event.py:398 +#: pretix/control/forms/event.py:394 msgid "" "This defines how pretix will ask for human names. Changing this after you " "already received orders might lead to unexpected behavior when sorting or " @@ -7330,11 +7336,11 @@ msgstr "" "dieser Option, wenn bereits Bestellungen existieren, kann beim Sortieren " "nach Namen oder Ändern von Namen zu unerwartetem Verhalten führen." -#: pretix/control/forms/event.py:403 +#: pretix/control/forms/event.py:399 msgid "Allowed titles" msgstr "Zur Auswahl stehende Titel" -#: pretix/control/forms/event.py:404 +#: pretix/control/forms/event.py:400 msgid "" "If the naming scheme you defined above allows users to input a title, you " "can use this to restrict the set of selectable titles." @@ -7342,11 +7348,11 @@ msgstr "" "Wenn das ausgewählte Namensformat eine Titel-Eingabe erlaubt, kann die " "Auswahl der Titel mit dieser Option eingeschränkt werden." -#: pretix/control/forms/event.py:409 pretix/control/forms/organizer.py:276 +#: pretix/control/forms/event.py:405 pretix/control/forms/organizer.py:276 msgid "Header image" msgstr "Header-Bild" -#: pretix/control/forms/event.py:412 +#: pretix/control/forms/event.py:409 msgid "" "If you provide a logo image, we will by default not show your event name and " "date in the page header. By default, we show your logo with a size of up to " @@ -7361,28 +7367,28 @@ msgstr "" "Details im Bild zu verwenden, da es auf kleineren Bildschirmen auch kleiner " "dargestellt wird." -#: pretix/control/forms/event.py:418 pretix/control/forms/organizer.py:285 +#: pretix/control/forms/event.py:415 pretix/control/forms/organizer.py:286 msgid "Use header image in its full size" msgstr "Volle Höhe des Header-Bildes verwenden" -#: pretix/control/forms/event.py:419 pretix/control/forms/organizer.py:286 +#: pretix/control/forms/event.py:416 pretix/control/forms/organizer.py:287 msgid "We recommend to upload a picture at least 1170 pixels wide." msgstr "Das Header-Bild sollte mindestens 1170 Pixel breit sein." -#: pretix/control/forms/event.py:423 +#: pretix/control/forms/event.py:420 msgid "Show event title even if a header image is present" msgstr "" "Veranstaltungs-Titel auch anzeigen, obwohl ein Header-Bild hochgeladen wurde" -#: pretix/control/forms/event.py:424 +#: pretix/control/forms/event.py:421 msgid "The title will only be shown on the event front page." msgstr "Der Titel wird nur auf der Startseite angezeigt." -#: pretix/control/forms/event.py:428 +#: pretix/control/forms/event.py:425 msgid "Social media image" msgstr "Social-Media-Bild" -#: pretix/control/forms/event.py:431 +#: pretix/control/forms/event.py:429 msgid "" "This picture will be used as a preview if you post links to your ticket shop " "on social media. Facebook advises to use a picture size of 1200 x 630 " @@ -7397,51 +7403,51 @@ msgstr "" "anzusiedeln. Wenn dieses Bild nicht angegeben ist, wird das " "Veranstaltungslogo von weiter oben verwendet." -#: pretix/control/forms/event.py:437 pretix/control/forms/organizer.py:226 +#: pretix/control/forms/event.py:435 pretix/control/forms/organizer.py:226 msgid "Primary color" msgstr "Hauptfarbe" -#: pretix/control/forms/event.py:441 pretix/control/forms/event.py:451 -#: pretix/control/forms/event.py:461 pretix/control/forms/event.py:470 +#: pretix/control/forms/event.py:439 pretix/control/forms/event.py:449 +#: pretix/control/forms/event.py:459 pretix/control/forms/event.py:468 #: pretix/control/forms/organizer.py:230 pretix/control/forms/organizer.py:240 #: pretix/control/forms/organizer.py:250 pretix/control/forms/organizer.py:260 msgid "Please enter the hexadecimal code of a color, e.g. #990000." msgstr "Bitte geben Sie einen hexadezimalen Farbwert ein, z.B. #990000." -#: pretix/control/forms/event.py:446 pretix/control/forms/organizer.py:235 +#: pretix/control/forms/event.py:444 pretix/control/forms/organizer.py:235 msgid "Accent color for success" msgstr "Akzentfarbe für Erfolg" -#: pretix/control/forms/event.py:447 pretix/control/forms/organizer.py:236 +#: pretix/control/forms/event.py:445 pretix/control/forms/organizer.py:236 msgid "We strongly suggest to use a shade of green." msgstr "Wir empfehlen dringend, einen Grünton zu verwenden." -#: pretix/control/forms/event.py:456 pretix/control/forms/organizer.py:245 +#: pretix/control/forms/event.py:454 pretix/control/forms/organizer.py:245 msgid "Accent color for errors" msgstr "Akzentfarbe für Fehler" -#: pretix/control/forms/event.py:457 +#: pretix/control/forms/event.py:455 msgid "We strongly suggest to use a dark shade of red." msgstr "Wir empfehlen dringend, einen dunklen Rotton zu verwenden." -#: pretix/control/forms/event.py:466 pretix/control/forms/organizer.py:256 +#: pretix/control/forms/event.py:464 pretix/control/forms/organizer.py:256 msgid "Page background color" msgstr "Hintergrundfarbe der Seite" -#: pretix/control/forms/event.py:476 pretix/control/forms/organizer.py:266 +#: pretix/control/forms/event.py:474 pretix/control/forms/organizer.py:266 msgid "Use round edges" msgstr "Runde Ecken verwenden" -#: pretix/control/forms/event.py:480 pretix/control/forms/organizer.py:315 +#: pretix/control/forms/event.py:478 pretix/control/forms/organizer.py:316 #: pretix/control/templates/pretixcontrol/pdf/index.html:305 msgid "Font" msgstr "Schriftart" -#: pretix/control/forms/event.py:485 pretix/control/forms/organizer.py:320 +#: pretix/control/forms/event.py:483 pretix/control/forms/organizer.py:321 msgid "Only respected by modern browsers." msgstr "Nur von modernen Browsern respektiert." -#: pretix/control/forms/event.py:542 +#: pretix/control/forms/event.py:540 msgid "" "e.g. I hereby confirm that I have read and agree with the event organizer's " "terms of service and agree with them." @@ -7449,16 +7455,16 @@ msgstr "" "z.B.. Hiermit erkläre ich, dass ich die AGB des Veranstalters gelesen habe " "und ihnen zustimme." -#: pretix/control/forms/event.py:546 +#: pretix/control/forms/event.py:544 #, python-brace-format msgid "Ask for {fields}, display like {example}" msgstr "Frage nach {fields}, Anzeige wie {example}" -#: pretix/control/forms/event.py:552 +#: pretix/control/forms/event.py:550 msgid "Free text input" msgstr "Freie Texteingabe" -#: pretix/control/forms/event.py:586 +#: pretix/control/forms/event.py:584 msgid "" "You have configured gift cards to be valid {} years plus the year the gift " "card is issued in." @@ -7466,11 +7472,11 @@ msgstr "" "Sie haben eingestellt, dass Geschenkgutscheine {} Jahre nach Ende des Jahres " "der Ausstellung ablaufen." -#: pretix/control/forms/event.py:601 +#: pretix/control/forms/event.py:599 msgid "Tax rule for payment fees" msgstr "Steuer-Regel für Zahlungsgebühren" -#: pretix/control/forms/event.py:603 +#: pretix/control/forms/event.py:601 msgid "" "The tax rule that applies for additional fees you configured for single " "payment methods. This will set the tax rate and reverse charge rules, other " @@ -7480,11 +7486,11 @@ msgstr "" "soll. Dies setzt nur den Steuersatz und die Reverse-Charge-Regeln, andere " "Einstellungen der Steuer-Regel werden ignoriert." -#: pretix/control/forms/event.py:695 +#: pretix/control/forms/event.py:693 msgid "Generate invoices for Sales channels" msgstr "Rechnungen nur für bestimmte Verkaufskanäle generieren" -#: pretix/control/forms/event.py:698 +#: pretix/control/forms/event.py:696 msgid "" "If you have enabled invoice generation in the previous setting, you can " "limit it here to specific sales channels." @@ -7492,63 +7498,63 @@ msgstr "" "Wenn Sie die Rechnungserstellung weiter oben aktiviert haben, können Sie sie " "hier auf bestimmte Verkaufskanäle einschränken." -#: pretix/control/forms/event.py:702 +#: pretix/control/forms/event.py:700 msgid "Invoice style" msgstr "Rechnungs-Layout" -#: pretix/control/forms/event.py:708 +#: pretix/control/forms/event.py:706 msgid "Invoice language" msgstr "Rechnungssprache" -#: pretix/control/forms/event.py:709 pretix/control/forms/event.py:730 +#: pretix/control/forms/event.py:707 pretix/control/forms/event.py:729 msgid "The user's language" msgstr "Sprache des Benutzers" -#: pretix/control/forms/event.py:712 +#: pretix/control/forms/event.py:710 msgid "Logo image" msgstr "Logo" -#: pretix/control/forms/event.py:715 +#: pretix/control/forms/event.py:714 msgid "We will show your logo with a maximal height and width of 2.5 cm." msgstr "Wir zeigen das Logo mit einer maximalen Seitenlänge von 2.5cm an." -#: pretix/control/forms/event.py:759 +#: pretix/control/forms/event.py:758 msgid "Bcc address" msgstr "BCC-Adresse" -#: pretix/control/forms/event.py:760 +#: pretix/control/forms/event.py:759 msgid "All emails will be sent to this address as a Bcc copy" msgstr "Alle E-Mails werden in Bcc-Kopie an diese Adresse geschickt" -#: pretix/control/forms/event.py:766 +#: pretix/control/forms/event.py:765 msgid "Signature" msgstr "Signatur" -#: pretix/control/forms/event.py:769 +#: pretix/control/forms/event.py:768 #, python-brace-format msgid "This will be attached to every email. Available placeholders: {event}" msgstr "Diese wird an jede E-Mail angehängt. Verfügbare Platzhalter: {event}" -#: pretix/control/forms/event.py:774 +#: pretix/control/forms/event.py:773 msgid "e.g. your contact details" msgstr "z.B. Ihre Kontaktdaten" -#: pretix/control/forms/event.py:779 +#: pretix/control/forms/event.py:778 msgid "HTML mail renderer" msgstr "HTML-E-Mail-Renderer" -#: pretix/control/forms/event.py:784 pretix/control/forms/event.py:801 -#: pretix/control/forms/event.py:818 pretix/control/forms/event.py:877 +#: pretix/control/forms/event.py:783 pretix/control/forms/event.py:800 +#: pretix/control/forms/event.py:817 pretix/control/forms/event.py:876 msgid "Text sent to order contact address" msgstr "Text an die Besteller-Adresse" -#: pretix/control/forms/event.py:789 pretix/control/forms/event.py:806 -#: pretix/control/forms/event.py:823 pretix/control/forms/event.py:882 +#: pretix/control/forms/event.py:788 pretix/control/forms/event.py:805 +#: pretix/control/forms/event.py:822 pretix/control/forms/event.py:881 msgid "Send an email to attendees" msgstr "E-Mail an einzelne Teilnehmer verschicken" -#: pretix/control/forms/event.py:790 pretix/control/forms/event.py:807 -#: pretix/control/forms/event.py:824 pretix/control/forms/event.py:883 +#: pretix/control/forms/event.py:789 pretix/control/forms/event.py:806 +#: pretix/control/forms/event.py:823 pretix/control/forms/event.py:882 msgid "" "If the order contains attendees with email addresses different from the " "person who orders the tickets, the following email will be sent out to the " @@ -7558,32 +7564,32 @@ msgstr "" "Kontaktadresse der Bestellung abweichen, wird die folgende E-Mail an die " "einzelnen Teilnehmer verschickt." -#: pretix/control/forms/event.py:795 pretix/control/forms/event.py:812 -#: pretix/control/forms/event.py:829 pretix/control/forms/event.py:888 +#: pretix/control/forms/event.py:794 pretix/control/forms/event.py:811 +#: pretix/control/forms/event.py:828 pretix/control/forms/event.py:887 msgid "Text sent to attendees" msgstr "Text an die Teilnehmer" -#: pretix/control/forms/event.py:835 pretix/control/forms/event.py:857 -#: pretix/control/forms/event.py:862 pretix/control/forms/event.py:867 -#: pretix/control/forms/event.py:872 +#: pretix/control/forms/event.py:834 pretix/control/forms/event.py:856 +#: pretix/control/forms/event.py:861 pretix/control/forms/event.py:866 +#: pretix/control/forms/event.py:871 #: pretix/control/templates/pretixcontrol/organizers/giftcard.html:99 #: pretix/control/templates/pretixcontrol/pdf/index.html:367 msgid "Text" msgstr "Text" -#: pretix/control/forms/event.py:840 +#: pretix/control/forms/event.py:839 msgid "Text (sent by admin)" msgstr "Text (vom Admin verschickt)" -#: pretix/control/forms/event.py:845 +#: pretix/control/forms/event.py:844 msgid "Text (requested by user)" msgstr "Text (vom Benutzer beantragt)" -#: pretix/control/forms/event.py:850 pretix/control/forms/event.py:893 +#: pretix/control/forms/event.py:849 pretix/control/forms/event.py:892 msgid "Number of days" msgstr "Anzahl Tage" -#: pretix/control/forms/event.py:853 +#: pretix/control/forms/event.py:852 msgid "" "This email will be sent out this many days before the order expires. If the " "value is 0, the mail will never be sent." @@ -7591,7 +7597,7 @@ msgstr "" "Die E-Mail wird die angegebene Anzahl an Tagen vor dem Ablaufdatum " "verschickt. Ist der Wert 0, wird die Mail nie verschickt." -#: pretix/control/forms/event.py:896 +#: pretix/control/forms/event.py:895 msgid "" "This email will be sent out this many days before the order event starts. If " "the field is empty, the mail will never be sent." @@ -7599,15 +7605,15 @@ msgstr "" "Die E-Mail wird die eingestellte Anzahl Tage vor der Veranstaltung " "verschickt. Wenn das Feld leer ist, wird die Mail nicht verschickt." -#: pretix/control/forms/event.py:900 +#: pretix/control/forms/event.py:899 msgid "Received order" msgstr "Bestellung erhalten" -#: pretix/control/forms/event.py:905 +#: pretix/control/forms/event.py:904 msgid "Approved order" msgstr "Bestätigte Bestellung" -#: pretix/control/forms/event.py:908 +#: pretix/control/forms/event.py:907 msgid "" "This will only be sent out for non-free orders. Free orders will receive the " "free order template from above instead." @@ -7615,15 +7621,15 @@ msgstr "" "Wird nur für kostenpflichtige Bestellungen verschickt. Für kostenlose " "Bestellung wird die E-Mail-Vorlage für den Bestelleingang verwendet." -#: pretix/control/forms/event.py:912 +#: pretix/control/forms/event.py:911 msgid "Denied order" msgstr "Abgelehnte Bestellung" -#: pretix/control/forms/event.py:917 +#: pretix/control/forms/event.py:916 msgid "Use custom SMTP server" msgstr "Eigenen SMTP-Server verwenden" -#: pretix/control/forms/event.py:918 +#: pretix/control/forms/event.py:917 msgid "" "All mail related to your event will be sent over the smtp server specified " "by you." @@ -7631,84 +7637,84 @@ msgstr "" "Alle E-Mails bezüglich Ihrer Veranstaltung werden über den von Ihnen " "angegebenen SMTP-Server versendet." -#: pretix/control/forms/event.py:922 +#: pretix/control/forms/event.py:921 msgid "Hostname" msgstr "Hostname" -#: pretix/control/forms/event.py:927 +#: pretix/control/forms/event.py:926 msgid "Port" msgstr "Port" -#: pretix/control/forms/event.py:932 +#: pretix/control/forms/event.py:931 msgid "Username" msgstr "Benutzername" -#: pretix/control/forms/event.py:944 +#: pretix/control/forms/event.py:943 msgid "Use STARTTLS" msgstr "STARTTLS verwenden" -#: pretix/control/forms/event.py:945 +#: pretix/control/forms/event.py:944 msgid "Commonly enabled on port 587." msgstr "Meistens auf Port 587 verfügbar." -#: pretix/control/forms/event.py:949 +#: pretix/control/forms/event.py:948 msgid "Use SSL" msgstr "SSL verwenden" -#: pretix/control/forms/event.py:950 +#: pretix/control/forms/event.py:949 msgid "Commonly enabled on port 465." msgstr "Meistens auf Port 465 verfügbar." -#: pretix/control/forms/event.py:979 pretix/control/forms/orders.py:465 -#: pretix/control/forms/orders.py:622 pretix/control/forms/vouchers.py:255 +#: pretix/control/forms/event.py:978 pretix/control/forms/orders.py:469 +#: pretix/control/forms/orders.py:626 pretix/control/forms/vouchers.py:255 #: pretix/plugins/sendmail/forms.py:49 #, python-brace-format msgid "Available placeholders: {list}" msgstr "Verfügbare Platzhalter: {list}" -#: pretix/control/forms/event.py:1014 +#: pretix/control/forms/event.py:1013 msgid "" "You can activate either SSL or STARTTLS security, but not both at the same " "time." msgstr "Du kannst nur SSL oder STARTTLS aktivieren, nicht beides." -#: pretix/control/forms/event.py:1063 +#: pretix/control/forms/event.py:1062 msgid "Any country" msgstr "Beliebiges Land" -#: pretix/control/forms/event.py:1064 +#: pretix/control/forms/event.py:1063 msgid "European Union" msgstr "Europäische Union" -#: pretix/control/forms/event.py:1076 +#: pretix/control/forms/event.py:1075 msgid "Any customer" msgstr "Beliebiger Kunde" -#: pretix/control/forms/event.py:1077 +#: pretix/control/forms/event.py:1076 msgid "Individual" msgstr "Privatperson" -#: pretix/control/forms/event.py:1078 +#: pretix/control/forms/event.py:1077 msgid "Business" msgstr "Unternehmen" -#: pretix/control/forms/event.py:1079 +#: pretix/control/forms/event.py:1078 msgid "Business with valid VAT ID" msgstr "Unternehmen mit gültiger USt-ID-Nr." -#: pretix/control/forms/event.py:1085 +#: pretix/control/forms/event.py:1084 msgid "Charge VAT" msgstr "MwSt. berechnen" -#: pretix/control/forms/event.py:1087 +#: pretix/control/forms/event.py:1086 msgid "No VAT" msgstr "Keine MwSt." -#: pretix/control/forms/event.py:1116 +#: pretix/control/forms/event.py:1115 msgid "Pre-selected voucher" msgstr "Vorausgewählter Gutschein" -#: pretix/control/forms/event.py:1118 +#: pretix/control/forms/event.py:1117 msgid "" "If set, the widget will show products as if this voucher has been entered " "and when a product is bought via the widget, this voucher will be used. This " @@ -7720,11 +7726,11 @@ msgstr "" "Gutscheincode dafür genutzt. Dies kann beispielsweise für einen Rabatt " "verwendet werden oder um nur versteckte Produkte im Widget anzuzeigen." -#: pretix/control/forms/event.py:1123 +#: pretix/control/forms/event.py:1122 msgid "Compatibility mode" msgstr "Kompatibilitätsmodus" -#: pretix/control/forms/event.py:1125 +#: pretix/control/forms/event.py:1124 msgid "" "Our regular widget doesn't work in all website builders. If you run into " "trouble, try using this compatibility mode." @@ -7732,33 +7738,33 @@ msgstr "" "Das reguläre Widget funktioniert mit manchen Website-Baukästen nicht. Wenn " "Probleme auftreten können Sie es mit diesem Kompatibilitätsmodus versuchen." -#: pretix/control/forms/event.py:1146 +#: pretix/control/forms/event.py:1145 msgid "The given voucher code does not exist." msgstr "Der ausgewählte Gutschein existiert nicht." -#: pretix/control/forms/event.py:1153 pretix/control/forms/organizer.py:48 +#: pretix/control/forms/event.py:1152 pretix/control/forms/organizer.py:48 #: pretix/control/views/shredder.py:108 msgid "The slug you entered was not correct." msgstr "Der Kurzname der Veranstaltung war nicht korrekt." -#: pretix/control/forms/event.py:1157 pretix/control/forms/organizer.py:52 +#: pretix/control/forms/event.py:1156 pretix/control/forms/organizer.py:52 msgid "Event slug" msgstr "Kurzname der Veranstaltung" -#: pretix/control/forms/event.py:1188 +#: pretix/control/forms/event.py:1187 msgid "Ticket downloads" msgstr "Ticket-Downloads" -#: pretix/control/forms/event.py:1189 +#: pretix/control/forms/event.py:1188 msgid "Your customers will be able to download their tickets in PDF format." msgstr "" "Ihre Teilnehmer werden ihre Tickets im PDF-Format herunterladen können." -#: pretix/control/forms/event.py:1193 +#: pretix/control/forms/event.py:1192 msgid "Require all attendees to fill in their names" msgstr "Erfordere, dass alle Teilnehmer ihre Namen ausfüllen" -#: pretix/control/forms/event.py:1194 +#: pretix/control/forms/event.py:1193 msgid "" "By default, we will ask for names but not require them. You can turn this " "off completely in the settings." @@ -7766,11 +7772,11 @@ msgstr "" "Standardmäßig werden die Namen erfragt, aber müssen nicht ausgefüllt werden. " "Sie können dies in den Einstellungen komplett abschalten." -#: pretix/control/forms/event.py:1220 +#: pretix/control/forms/event.py:1219 msgid "Payment via Stripe" msgstr "Zahlung über Stripe" -#: pretix/control/forms/event.py:1221 +#: pretix/control/forms/event.py:1220 msgid "" "Stripe is an online payments processor supporting credit cards and lots of " "other payment options. To accept payments via Stripe, you will need to set " @@ -7782,11 +7788,11 @@ msgstr "" "brauchen Sie ein Konto bei Stripe, das sich in unter fünf Minuten über das " "einfache Interface von Stripe erstellen lässt." -#: pretix/control/forms/event.py:1227 +#: pretix/control/forms/event.py:1226 msgid "Payment by bank transfer" msgstr "Zahlung per Banküberweisung" -#: pretix/control/forms/event.py:1228 +#: pretix/control/forms/event.py:1227 msgid "" "Your customers will be instructed to wire the money to your account. You can " "then import your bank statements to process the payments within pretix, or " @@ -7796,16 +7802,16 @@ msgstr "" "überweisen. Sie können dann Ihren Kontoauszug in pretix importieren, um " "Zahlungen zuzuweisen, oder die Bestellungen manuell als bezahlt markieren." -#: pretix/control/forms/event.py:1267 +#: pretix/control/forms/event.py:1266 #: pretix/control/templates/pretixcontrol/event/quick_setup.html:45 msgid "Price (optional)" msgstr "Preis (optional)" -#: pretix/control/forms/event.py:1272 +#: pretix/control/forms/event.py:1271 msgid "Free" msgstr "Kostenlos" -#: pretix/control/forms/event.py:1277 +#: pretix/control/forms/event.py:1276 msgid "Quantity available" msgstr "Verfügbare Anzahl" @@ -7826,7 +7832,7 @@ msgstr "Bezahlt (oder storniert mit Gebühr)" #: pretix/control/templates/pretixcontrol/items/question.html:21 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:8 #: pretix/control/templates/pretixcontrol/orders/overview.html:67 -#: pretix/plugins/reports/exporters.py:223 +#: pretix/plugins/reports/exporters.py:226 msgid "Pending" msgstr "ausstehend" @@ -7840,13 +7846,13 @@ msgstr "Ausstehend (überfällig)" msgid "Pending or paid" msgstr "ausstehend oder bezahlt" -#: pretix/control/forms/filter.py:111 pretix/control/forms/filter.py:541 -#: pretix/control/forms/filter.py:946 +#: pretix/control/forms/filter.py:111 pretix/control/forms/filter.py:593 +#: pretix/control/forms/filter.py:998 #: pretix/control/templates/pretixcontrol/items/question.html:24 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:17 #: pretix/control/templates/pretixcontrol/orders/overview.html:60 #: pretix/control/templates/pretixcontrol/organizers/giftcards.html:76 -#: pretix/plugins/reports/exporters.py:219 +#: pretix/plugins/reports/exporters.py:222 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:20 msgid "Expired" msgstr "abgelaufen" @@ -7860,7 +7866,7 @@ msgstr "ausstehend oder abgelaufen" #: pretix/control/templates/pretixcontrol/items/question.html:26 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:19 #: pretix/control/templates/pretixcontrol/orders/overview.html:59 -#: pretix/plugins/reports/exporters.py:219 +#: pretix/plugins/reports/exporters.py:222 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:22 msgid "Canceled" msgstr "storniert" @@ -7887,8 +7893,8 @@ msgstr "Unterzahlt" msgid "Pending (but fully paid)" msgstr "ausstehend (aber voll bezahlt)" -#: pretix/control/forms/filter.py:119 pretix/control/forms/filter.py:526 -#: pretix/control/forms/filter.py:529 +#: pretix/control/forms/filter.py:119 pretix/control/forms/filter.py:578 +#: pretix/control/forms/filter.py:581 #: pretix/control/templates/pretixcontrol/event/live.html:63 msgid "Test mode" msgstr "Testmodus" @@ -7897,28 +7903,28 @@ msgstr "Testmodus" msgid "Cancellation requested" msgstr "Stornierung angefragt" -#: pretix/control/forms/filter.py:278 pretix/control/forms/filter.py:796 -#: pretix/control/forms/filter.py:1006 pretix/control/forms/vouchers.py:112 +#: pretix/control/forms/filter.py:278 pretix/control/forms/filter.py:848 +#: pretix/control/forms/filter.py:1058 pretix/control/forms/vouchers.py:112 #: pretix/control/templates/pretixcontrol/items/question.html:29 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:99 msgid "All products" msgstr "Alle Produkte" -#: pretix/control/forms/filter.py:282 pretix/control/forms/filter.py:1010 +#: pretix/control/forms/filter.py:282 pretix/control/forms/filter.py:1062 #: pretix/control/forms/vouchers.py:100 pretix/control/views/typeahead.py:514 #, python-brace-format msgid "{product} – Any variation" msgstr "{product} - Beliebige Variante" #: pretix/control/forms/filter.py:341 pretix/control/forms/filter.py:346 -#: pretix/control/forms/filter.py:617 pretix/control/forms/filter.py:622 +#: pretix/control/forms/filter.py:669 pretix/control/forms/filter.py:674 msgid "All organizers" msgstr "Alle Veranstalter" -#: pretix/control/forms/filter.py:381 pretix/control/forms/filter.py:528 -#: pretix/control/forms/filter.py:537 pretix/control/forms/filter.py:860 -#: pretix/control/forms/filter.py:869 pretix/control/forms/filter.py:941 -#: pretix/control/forms/filter.py:954 +#: pretix/control/forms/filter.py:433 pretix/control/forms/filter.py:580 +#: pretix/control/forms/filter.py:589 pretix/control/forms/filter.py:912 +#: pretix/control/forms/filter.py:921 pretix/control/forms/filter.py:993 +#: pretix/control/forms/filter.py:1006 #: pretix/control/templates/pretixcontrol/checkin/lists.html:104 #: pretix/control/templates/pretixcontrol/checkin/lists.html:116 #: pretix/control/templates/pretixcontrol/organizers/devices.html:72 @@ -7928,202 +7934,202 @@ msgstr "Alle Veranstalter" msgid "All" msgstr "Alle" -#: pretix/control/forms/filter.py:383 pretix/control/forms/filter.py:603 +#: pretix/control/forms/filter.py:435 pretix/control/forms/filter.py:655 msgid "Shop live and presale running" msgstr "Shop live und Vorverkauf läuft" -#: pretix/control/forms/filter.py:384 pretix/control/forms/filter.py:862 +#: pretix/control/forms/filter.py:436 pretix/control/forms/filter.py:914 msgid "Inactive" msgstr "inaktiv" -#: pretix/control/forms/filter.py:396 pretix/control/forms/subevents.py:287 +#: pretix/control/forms/filter.py:448 pretix/control/forms/subevents.py:287 #: pretix/control/forms/subevents.py:326 msgid "Weekday" msgstr "Werktag" -#: pretix/control/forms/filter.py:398 +#: pretix/control/forms/filter.py:450 msgid "All days" msgstr "Alle Tage" -#: pretix/control/forms/filter.py:399 +#: pretix/control/forms/filter.py:451 msgid "Monday" msgstr "Montag" -#: pretix/control/forms/filter.py:400 +#: pretix/control/forms/filter.py:452 msgid "Tuesday" msgstr "Dienstag" -#: pretix/control/forms/filter.py:401 +#: pretix/control/forms/filter.py:453 msgid "Wednesday" msgstr "Mittwoch" -#: pretix/control/forms/filter.py:402 +#: pretix/control/forms/filter.py:454 msgid "Thursday" msgstr "Donnerstag" -#: pretix/control/forms/filter.py:403 +#: pretix/control/forms/filter.py:455 msgid "Friday" msgstr "Freitag" -#: pretix/control/forms/filter.py:404 +#: pretix/control/forms/filter.py:456 msgid "Saturday" msgstr "Samstag" -#: pretix/control/forms/filter.py:405 +#: pretix/control/forms/filter.py:457 msgid "Sunday" msgstr "Sonntag" -#: pretix/control/forms/filter.py:530 +#: pretix/control/forms/filter.py:582 msgid "Live" msgstr "Live" -#: pretix/control/forms/filter.py:535 pretix/control/forms/filter.py:538 +#: pretix/control/forms/filter.py:587 pretix/control/forms/filter.py:590 msgid "Empty" msgstr "Leer" -#: pretix/control/forms/filter.py:539 +#: pretix/control/forms/filter.py:591 msgid "Valid and with value" msgstr "Gültig und mit Wert" -#: pretix/control/forms/filter.py:540 +#: pretix/control/forms/filter.py:592 msgid "Expired and with value" msgstr "Abgelaufen und mit Wert" -#: pretix/control/forms/filter.py:546 pretix/control/forms/filter.py:548 -#: pretix/control/forms/filter.py:876 pretix/control/forms/filter.py:878 +#: pretix/control/forms/filter.py:598 pretix/control/forms/filter.py:600 +#: pretix/control/forms/filter.py:928 pretix/control/forms/filter.py:930 msgid "Search query" msgstr "Suchbegriff" -#: pretix/control/forms/filter.py:601 +#: pretix/control/forms/filter.py:653 msgid "All events" msgstr "Alle Veranstaltungen" -#: pretix/control/forms/filter.py:602 +#: pretix/control/forms/filter.py:654 msgid "Shop live" msgstr "Shop live" -#: pretix/control/forms/filter.py:604 +#: pretix/control/forms/filter.py:656 msgid "Shop not live" msgstr "Shop nicht live" -#: pretix/control/forms/filter.py:607 +#: pretix/control/forms/filter.py:659 msgid "Single event running or in the future" msgstr "Einzelne Veranstaltung in der Gegenwart oder Zukunft" -#: pretix/control/forms/filter.py:608 +#: pretix/control/forms/filter.py:660 msgid "Single event in the past" msgstr "Einzelne Veranstaltung in der Vergangenheit" -#: pretix/control/forms/filter.py:775 pretix/control/forms/filter.py:777 +#: pretix/control/forms/filter.py:827 pretix/control/forms/filter.py:829 msgid "Search attendee…" msgstr "Teilnehmer suchen …" -#: pretix/control/forms/filter.py:783 +#: pretix/control/forms/filter.py:835 msgid "Check-in status" msgstr "Check-in-Status" -#: pretix/control/forms/filter.py:785 +#: pretix/control/forms/filter.py:837 msgid "All attendees" msgstr "Alle Teilnehmer" -#: pretix/control/forms/filter.py:786 +#: pretix/control/forms/filter.py:838 msgctxt "checkin state" msgid "Present" msgstr "Anwesend" -#: pretix/control/forms/filter.py:787 +#: pretix/control/forms/filter.py:839 #: pretix/control/templates/pretixcontrol/checkin/index.html:131 #: pretix/control/templates/pretixcontrol/checkin/lists.html:73 -#: pretix/plugins/checkinlists/exporters.py:337 +#: pretix/plugins/checkinlists/exporters.py:396 msgid "Checked in" msgstr "Eingecheckt" -#: pretix/control/forms/filter.py:788 +#: pretix/control/forms/filter.py:840 #: pretix/control/templates/pretixcontrol/checkin/index.html:126 msgid "Not checked in" msgstr "Nicht eingecheckt" -#: pretix/control/forms/filter.py:867 pretix/control/forms/filter.py:870 +#: pretix/control/forms/filter.py:919 pretix/control/forms/filter.py:922 #: pretix/control/templates/pretixcontrol/users/index.html:47 msgid "Administrator" msgstr "Administrator" -#: pretix/control/forms/filter.py:871 +#: pretix/control/forms/filter.py:923 msgid "No administrator" msgstr "Kein Administrator" -#: pretix/control/forms/filter.py:942 +#: pretix/control/forms/filter.py:994 msgid "Valid" msgstr "Gültig" -#: pretix/control/forms/filter.py:943 +#: pretix/control/forms/filter.py:995 msgid "Unredeemed" msgstr "Nicht eingelöst" -#: pretix/control/forms/filter.py:944 +#: pretix/control/forms/filter.py:996 msgid "Redeemed at least once" msgstr "Mindestens einmal eingelöst" -#: pretix/control/forms/filter.py:945 +#: pretix/control/forms/filter.py:997 msgid "Fully redeemed" msgstr "Voll eingelöst" -#: pretix/control/forms/filter.py:947 +#: pretix/control/forms/filter.py:999 msgid "Redeemed and checked in with ticket" msgstr "Eingelöst und Ticket eingecheckt" -#: pretix/control/forms/filter.py:952 +#: pretix/control/forms/filter.py:1004 msgid "Quota handling" msgstr "Kontingent-Einstellungen" -#: pretix/control/forms/filter.py:956 +#: pretix/control/forms/filter.py:1008 msgid "Allow to ignore quota" msgstr "Kontingent ignorieren" -#: pretix/control/forms/filter.py:961 pretix/control/forms/filter.py:963 +#: pretix/control/forms/filter.py:1013 pretix/control/forms/filter.py:1015 msgid "Filter by tag" msgstr "Nach Tag filtern" -#: pretix/control/forms/filter.py:968 pretix/control/forms/filter.py:970 +#: pretix/control/forms/filter.py:1020 pretix/control/forms/filter.py:1022 msgid "Search voucher" msgstr "Gutschein suchen" -#: pretix/control/forms/filter.py:1016 pretix/control/forms/vouchers.py:91 +#: pretix/control/forms/filter.py:1068 pretix/control/forms/vouchers.py:91 #: pretix/control/views/typeahead.py:522 pretix/control/views/typeahead.py:526 #: pretix/control/views/vouchers.py:81 #, python-brace-format msgid "Any product in quota \"{quota}\"" msgstr "Beliebiges Produkt des Kontingents \"{quota}\"" -#: pretix/control/forms/filter.py:1132 +#: pretix/control/forms/filter.py:1184 msgid "Refund status" msgstr "Erstattungsstatus" -#: pretix/control/forms/filter.py:1134 +#: pretix/control/forms/filter.py:1186 msgid "All open refunds" msgstr "Alle offenen Erstattungen" -#: pretix/control/forms/filter.py:1135 +#: pretix/control/forms/filter.py:1187 msgid "All refunds" msgstr "Alle Erstattungen" -#: pretix/control/forms/filter.py:1171 +#: pretix/control/forms/filter.py:1223 msgid "Date filter" msgstr "Datums-Filter" -#: pretix/control/forms/filter.py:1173 +#: pretix/control/forms/filter.py:1225 msgid "Filter by…" msgstr "Filtern nach…" -#: pretix/control/forms/filter.py:1175 +#: pretix/control/forms/filter.py:1227 msgid "Date of last successful payment" msgstr "Datum der letzten Zahlung" -#: pretix/control/forms/filter.py:1180 +#: pretix/control/forms/filter.py:1232 msgid "Date from" msgstr "Datum von" -#: pretix/control/forms/filter.py:1185 +#: pretix/control/forms/filter.py:1237 msgid "Date until" msgstr "Datum bis" @@ -8346,8 +8352,8 @@ msgstr "Sie haben das selbe enthaltene Produkt zweimal hinzugefügt." msgid "Bundled product" msgstr "Enthaltenes Produkt" -#: pretix/control/forms/item.py:735 pretix/control/forms/orders.py:260 -#: pretix/control/forms/orders.py:394 +#: pretix/control/forms/item.py:735 pretix/control/forms/orders.py:264 +#: pretix/control/forms/orders.py:398 msgid "inactive" msgstr "deaktiviert" @@ -8380,11 +8386,11 @@ msgstr "Bestellungen im Test-Modus anlegen" msgid "CSV column: \"{name}\"" msgstr "CSV-Spalte: \"{name}\"" -#: pretix/control/forms/orders.py:33 +#: pretix/control/forms/orders.py:34 msgid "Overbook quota" msgstr "Kontingent überbuchen" -#: pretix/control/forms/orders.py:34 +#: pretix/control/forms/orders.py:35 msgid "" "If you check this box, this operation will be performed even if it leads to " "an overbooked quota and you having sold more tickets than you planned!" @@ -8393,11 +8399,11 @@ msgstr "" "wenn sie zu einem überbuchten Kontingent führt und Sie dadurch mehr Tickets " "verkauft haben als geplant!" -#: pretix/control/forms/orders.py:78 +#: pretix/control/forms/orders.py:79 msgid "Overbook quota and ignore late payment" msgstr "Überbuchung von Kontingenten und Überschreitung von Fristen ignorieren" -#: pretix/control/forms/orders.py:79 +#: pretix/control/forms/orders.py:80 msgid "" "If you check this box, this operation will be performed even if it leads to " "an overbooked quota and you having sold more tickets than you planned! The " @@ -8409,16 +8415,16 @@ msgstr "" "verkauft haben als geplant! Weiterhin werden Einstellungen wie das letzte " "mögliche Zahlungsdatum ignoriert." -#: pretix/control/forms/orders.py:105 +#: pretix/control/forms/orders.py:106 #: pretix/control/templates/pretixcontrol/order/deny.html:19 msgid "Notify user by e-mail" msgstr "Benutzer per E-Mail benachrichtigen" -#: pretix/control/forms/orders.py:112 +#: pretix/control/forms/orders.py:113 msgid "Keep a cancellation fee of" msgstr "Stornogebühr einbehalten" -#: pretix/control/forms/orders.py:113 +#: pretix/control/forms/orders.py:114 msgid "" "If you keep a fee, all positions within this order will be canceled and the " "order will be reduced to a paid cancellation fee. Payment and shipping fees " @@ -8433,24 +8439,24 @@ msgstr "" "Stornogebühr aufgenommen werden. Bitte geben Sie einen Bruttobetrag ein, die " "Steuern werden automatisch berechnet." -#: pretix/control/forms/orders.py:141 +#: pretix/control/forms/orders.py:145 msgid "Payment amount" msgstr "Zahlbetrag" -#: pretix/control/forms/orders.py:145 +#: pretix/control/forms/orders.py:149 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/control.html:7 -#: pretix/plugins/reports/exporters.py:319 -#: pretix/plugins/reports/exporters.py:381 -#: pretix/plugins/reports/exporters.py:491 -#: pretix/plugins/reports/exporters.py:520 +#: pretix/plugins/reports/exporters.py:322 +#: pretix/plugins/reports/exporters.py:384 +#: pretix/plugins/reports/exporters.py:494 +#: pretix/plugins/reports/exporters.py:523 msgid "Payment date" msgstr "Zahlungsdatum" -#: pretix/control/forms/orders.py:183 +#: pretix/control/forms/orders.py:187 msgid "Re-calculate taxes" msgstr "Steuern neu berechnen" -#: pretix/control/forms/orders.py:186 +#: pretix/control/forms/orders.py:190 msgid "" "This operation re-checks if taxes should be paid to the items due to e.g. " "configured reverse charge rules and changes the prices and tax values " @@ -8464,11 +8470,11 @@ msgstr "" "Rechnungsadresse sinnvoll. Bitte nur bei Bedarf und vorsichtig verwenden. Es " "können bei der Berechnung Rundungsdifferenzen auftreten." -#: pretix/control/forms/orders.py:192 +#: pretix/control/forms/orders.py:196 msgid "Issue a new invoice if required" msgstr "Neue Rechnung erzeugen (falls erforderlich)" -#: pretix/control/forms/orders.py:196 +#: pretix/control/forms/orders.py:200 msgid "" "If an invoice exists for this order and this operation would change its " "contents, the old invoice will be canceled and a new invoice will be issued." @@ -8477,68 +8483,68 @@ msgstr "" "Operationen geändert würde, wird die alte Rechnung storniert und eine neue " "ausgestellt." -#: pretix/control/forms/orders.py:201 +#: pretix/control/forms/orders.py:205 msgid "Notify user" msgstr "Benutzer benachrichtigen" -#: pretix/control/forms/orders.py:205 +#: pretix/control/forms/orders.py:209 msgid "" "Send an email to the customer notifying that their order has been changed." msgstr "" "Eine E-Mail wird verschickt um den Benutzer über die Änderung der Bestellung " "in Kenntnis zu setzen." -#: pretix/control/forms/orders.py:209 +#: pretix/control/forms/orders.py:213 msgid "Allow to overbook quotas when performing this operation" msgstr "Überbuchen von Kontingenten bei dieser Aktion erlauben" -#: pretix/control/forms/orders.py:225 +#: pretix/control/forms/orders.py:229 msgid "Add-on to" msgstr "Zusatz-Produkt zu" -#: pretix/control/forms/orders.py:230 +#: pretix/control/forms/orders.py:234 #: pretix/control/templates/pretixcontrol/checkin/index.html:70 #: pretix/control/templates/pretixcontrol/order/change.html:118 #: pretix/control/views/vouchers.py:70 msgid "Seat" msgstr "Sitzplatz" -#: pretix/control/forms/orders.py:237 +#: pretix/control/forms/orders.py:241 msgid "Including taxes, if any. Keep empty for the product's default price" msgstr "" "inklusive Steuern (wenn vorhanden). Leer lassen für den Standardpreis des " "Produktes." -#: pretix/control/forms/orders.py:335 pretix/control/forms/orders.py:339 -#: pretix/control/forms/orders.py:378 pretix/control/forms/orders.py:389 +#: pretix/control/forms/orders.py:339 pretix/control/forms/orders.py:343 +#: pretix/control/forms/orders.py:382 pretix/control/forms/orders.py:393 msgid "(Unchanged)" msgstr "(Unverändert)" -#: pretix/control/forms/orders.py:345 pretix/control/forms/orders.py:412 +#: pretix/control/forms/orders.py:349 pretix/control/forms/orders.py:416 msgid "New price (gross)" msgstr "Neuer Preis (brutto)" -#: pretix/control/forms/orders.py:349 +#: pretix/control/forms/orders.py:353 msgid "Generate a new secret" msgstr "Neuen Ticket-Code generieren" -#: pretix/control/forms/orders.py:353 +#: pretix/control/forms/orders.py:357 msgid "Cancel this position" msgstr "Diese Position stornieren" -#: pretix/control/forms/orders.py:357 +#: pretix/control/forms/orders.py:361 msgid "Split into new order" msgstr "In neue Bestellung abspalten" -#: pretix/control/forms/orders.py:416 +#: pretix/control/forms/orders.py:420 msgid "Remove this fee" msgstr "Gebühr entfernen" -#: pretix/control/forms/orders.py:430 +#: pretix/control/forms/orders.py:434 msgid "Invalidate secrets" msgstr "Geheime Codes anpassen" -#: pretix/control/forms/orders.py:431 +#: pretix/control/forms/orders.py:435 msgid "" "Regenerates the order and ticket secrets. You will need to re-send the link " "to the order page to the user and the user will need to download his tickets " @@ -8548,30 +8554,30 @@ msgstr "" "danach den Link neu verschicken; der User muss auch die Tickets neu " "herunterladen, da die alten Versionen ungültig gemacht werden." -#: pretix/control/forms/orders.py:456 pretix/control/forms/orders.py:639 -#: pretix/control/forms/orders.py:666 pretix/control/forms/vouchers.py:222 +#: pretix/control/forms/orders.py:460 pretix/control/forms/orders.py:643 +#: pretix/control/forms/orders.py:670 pretix/control/forms/vouchers.py:222 #: pretix/plugins/sendmail/forms.py:21 pretix/plugins/sendmail/forms.py:76 msgid "Subject" msgstr "Betreff" -#: pretix/control/forms/orders.py:480 +#: pretix/control/forms/orders.py:484 msgid "Recipient" msgstr "Empfänger" -#: pretix/control/forms/orders.py:486 pretix/control/forms/orders.py:647 -#: pretix/control/forms/orders.py:674 pretix/control/forms/vouchers.py:228 +#: pretix/control/forms/orders.py:490 pretix/control/forms/orders.py:651 +#: pretix/control/forms/orders.py:678 pretix/control/forms/vouchers.py:228 #: pretix/plugins/sendmail/forms.py:22 pretix/plugins/sendmail/forms.py:81 msgid "Message" msgstr "Nachricht" -#: pretix/control/forms/orders.py:499 +#: pretix/control/forms/orders.py:503 msgid "" "Cancel the order. All tickets will no longer work. This can not be reverted." msgstr "" "Storniere die komplette Bestellung. Alle Tickets funktionieren nicht mehr. " "Dies kann nicht rückgängig gemacht werden." -#: pretix/control/forms/orders.py:500 +#: pretix/control/forms/orders.py:504 msgid "" "Mark the order as pending and allow the user to pay the open amount with " "another payment method." @@ -8579,34 +8585,34 @@ msgstr "" "Markiere die Bestellung als unbezahlt und erlaube dem Nutzer, den offenen " "Betrag mit einer anderen Zahlungsmethode zu begleichen." -#: pretix/control/forms/orders.py:502 +#: pretix/control/forms/orders.py:506 msgid "Do nothing and keep the order as it is." msgstr "Tue nichts und belasse den Zustand der Bestellung wie gehabt." -#: pretix/control/forms/orders.py:529 +#: pretix/control/forms/orders.py:533 msgid "The refund amount needs to be positive and less than {}." msgstr "Der Rückbuchungsbetrag muss positiv und geringer als {} sein." -#: pretix/control/forms/orders.py:535 +#: pretix/control/forms/orders.py:539 msgid "You need to specify an amount for a partial refund." msgstr "Sie müssen für eine Teilrückerstattung auch einen Betrag angeben." -#: pretix/control/forms/orders.py:547 +#: pretix/control/forms/orders.py:551 msgid "Cancel all dates" msgstr "Alle Termine stornieren" -#: pretix/control/forms/orders.py:552 +#: pretix/control/forms/orders.py:556 msgid "Automatically refund money if possible" msgstr "Geld automatisch zurückerstatten wenn möglich" -#: pretix/control/forms/orders.py:557 +#: pretix/control/forms/orders.py:561 msgid "" "Create manual refund if the payment method odes not support automatic refunds" msgstr "" "Manuelle Erstattung anlegen wenn die Bezahlmethode keine automatischen " "Erstattungen unterstützt" -#: pretix/control/forms/orders.py:561 +#: pretix/control/forms/orders.py:565 msgid "" "If checked, all payments with a payment method not supporting automatic " "refunds will be on your manual refund to-do list. Do not check if you want " @@ -8619,7 +8625,7 @@ msgstr "" "Wählen Sie diese Option nicht, wenn Sie diese Bestellungen mit anderen " "Bestellungen verrechnen oder als Gutschein erstatten möchten." -#: pretix/control/forms/orders.py:566 +#: pretix/control/forms/orders.py:570 msgid "" "Refund order value to a gift card instead instead of the original payment " "method" @@ -8627,19 +8633,19 @@ msgstr "" "Geldbeträge als Geschenkgutschein ausgeben statt einer Rückbuchung auf die " "ursprüngliche Zahlungsmethode" -#: pretix/control/forms/orders.py:572 +#: pretix/control/forms/orders.py:576 msgid "Gift card validity" msgstr "Gültigkeit von Geschenkgutscheinen" -#: pretix/control/forms/orders.py:579 +#: pretix/control/forms/orders.py:583 msgid "Special terms and conditions" msgstr "Besondere Gutscheinbedingungen" -#: pretix/control/forms/orders.py:596 +#: pretix/control/forms/orders.py:600 msgid "Keep fees" msgstr "Gebühren einbehalten" -#: pretix/control/forms/orders.py:599 +#: pretix/control/forms/orders.py:603 msgid "" "The selected types of fees will not be refunded but instead added to the " "cancellation fee. Fees are never refunded in when an order in an event " @@ -8651,20 +8657,20 @@ msgstr "" "in einer Veranstaltungsreihe nur teilweise erstattet wird da sie Tickets für " "mehrere Termine enthält." -#: pretix/control/forms/orders.py:605 +#: pretix/control/forms/orders.py:609 msgid "Send information via email" msgstr "Informationen per E-Mail verschicken" -#: pretix/control/forms/orders.py:611 +#: pretix/control/forms/orders.py:615 msgid "Send information to waiting list" msgstr "Informationen an die Warteliste verschicken" -#: pretix/control/forms/orders.py:642 pretix/control/forms/orders.py:668 +#: pretix/control/forms/orders.py:646 pretix/control/forms/orders.py:672 #, python-brace-format msgid "Canceled: {event}" msgstr "Storniert: {event}" -#: pretix/control/forms/orders.py:653 +#: pretix/control/forms/orders.py:657 #, python-brace-format msgid "" "Hello,\n" @@ -8695,7 +8701,7 @@ msgstr "" "Freundliche Grüße,\n" "Das {event} Team" -#: pretix/control/forms/orders.py:680 +#: pretix/control/forms/orders.py:684 #, python-brace-format msgid "" "Hello,\n" @@ -8718,7 +8724,7 @@ msgstr "" "Freundliche Grüße,\n" "Das {event} Team" -#: pretix/control/forms/orders.py:711 +#: pretix/control/forms/orders.py:715 msgid "Please confirm that you want to cancel ALL dates in this event series." msgstr "" "Bitte bestätigen Sie, dass Sie ALLE Termine dieser Veranstaltungsreihe " @@ -8782,7 +8788,7 @@ msgstr "Text auf der Startseite" msgid "This will be displayed on the organizer homepage." msgstr "Dieser Text wird auf der Veranstalter-Seite angezeigt." -#: pretix/control/forms/organizer.py:279 +#: pretix/control/forms/organizer.py:280 msgid "" "If you provide a logo image, we will by default not show your organization " "name in the page header. By default, we show your logo with a size of up to " @@ -8797,11 +8803,11 @@ msgstr "" "im Bild zu verwenden, da es auf kleineren Bildschirmen auch kleiner " "dargestellt wird." -#: pretix/control/forms/organizer.py:298 +#: pretix/control/forms/organizer.py:299 msgid "Show availability in event overviews" msgstr "Verfügbarkeit in der Veranstaltungsübersicht anzeigen" -#: pretix/control/forms/organizer.py:299 +#: pretix/control/forms/organizer.py:300 msgid "" "If checked, the list of events will show if events are sold out. This might " "make for longer page loading times if you have lots of events and the shown " @@ -8811,23 +8817,23 @@ msgstr "" "sind. Dies kann zu längeren Ladezeiten führen und der Verfügbarkeitsstatus " "wird ggf. mit Verzögerungen von bis zu zwei Minuten aktualisiert." -#: pretix/control/forms/organizer.py:305 +#: pretix/control/forms/organizer.py:306 msgid "Link back to organizer overview on all event pages" msgstr "" "Auf die Veranstalterübersicht von allen Veranstaltungsseiten zurück verlinken" -#: pretix/control/forms/organizer.py:312 +#: pretix/control/forms/organizer.py:313 msgid "" "Choose all languages that your organizer homepage should be available in." msgstr "" "Wählen Sie alle Sprachen aus, in denen die Veranstalterseite verfügbar sein " "soll." -#: pretix/control/forms/organizer.py:323 +#: pretix/control/forms/organizer.py:324 msgid "Favicon" msgstr "Favicon" -#: pretix/control/forms/organizer.py:326 +#: pretix/control/forms/organizer.py:328 msgid "" "If you provide a favicon, we will show it instead of the default pretix " "icon. We recommend a size of at least 200x200px to accommodate most devices." @@ -8836,11 +8842,11 @@ msgstr "" "verwendet. Wir empfehlen eine Auflösung von 200x200px um alle Endgeräte " "abzudecken." -#: pretix/control/forms/organizer.py:330 +#: pretix/control/forms/organizer.py:332 msgid "Length of gift card codes" msgstr "Code-Länge für Geschenkgutscheine" -#: pretix/control/forms/organizer.py:331 +#: pretix/control/forms/organizer.py:333 msgid "" "The system generates by default {}-character long gift card codes. However, " "if a different length is required, it can be set here." @@ -8849,11 +8855,11 @@ msgstr "" "Geschenkgutscheine. Wenn eine andere Länge notwendig ist, kann diese hier " "gesetzt werden." -#: pretix/control/forms/organizer.py:336 +#: pretix/control/forms/organizer.py:338 msgid "Validity of gift card codes in years" msgstr "Gültigkeit von Geschenkgutscheinen in Jahren" -#: pretix/control/forms/organizer.py:337 +#: pretix/control/forms/organizer.py:339 msgid "" "If you set a number here, gift cards will by default expire at the end of " "the year after this many years. If you keep it empty, gift cards do not have " @@ -8863,12 +8869,12 @@ msgstr "" "so viele Jahre nach dem Ende des Jahres der Ausstellung ab. Wenn Sie nichts " "eintragen, laufen Gutscheine standardmäßig nicht explizit ab." -#: pretix/control/forms/organizer.py:352 +#: pretix/control/forms/organizer.py:354 msgctxt "webhooks" msgid "Event types" msgstr "Benachrichtigungsarten" -#: pretix/control/forms/organizer.py:383 +#: pretix/control/forms/organizer.py:385 msgid "Gift card value" msgstr "Wert des Geschenkgutscheins" @@ -10559,7 +10565,7 @@ msgstr "CSV" #: pretix/control/templates/pretixcontrol/organizers/detail.html:43 #: pretix/control/templates/pretixcontrol/organizers/giftcards.html:38 #: pretix/control/templates/pretixcontrol/organizers/index.html:18 -#: pretix/control/templates/pretixcontrol/search/orders.html:27 +#: pretix/control/templates/pretixcontrol/search/orders.html:33 #: pretix/control/templates/pretixcontrol/subevents/index.html:41 #: pretix/control/templates/pretixcontrol/users/index.html:22 #: pretix/control/templates/pretixcontrol/vouchers/index.html:54 @@ -10644,7 +10650,7 @@ msgstr "Dies löscht auch die %(num)s gespeicherten Check-ins." #: pretix/control/templates/pretixcontrol/order/pay.html:33 #: pretix/control/templates/pretixcontrol/order/pay_complete.html:28 #: pretix/control/templates/pretixcontrol/order/reactivate.html:30 -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:155 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:169 #: pretix/control/templates/pretixcontrol/order/refund_done.html:26 #: pretix/control/templates/pretixcontrol/order/refund_process.html:47 #: pretix/control/templates/pretixcontrol/order/refund_start.html:51 @@ -10696,9 +10702,9 @@ msgstr "Löschen" #: pretix/control/templates/pretixcontrol/checkin/list_edit.html:10 #: pretix/control/templates/pretixcontrol/checkin/list_edit.html:17 -#: pretix/plugins/checkinlists/exporters.py:38 -#: pretix/plugins/checkinlists/exporters.py:88 -#: pretix/plugins/checkinlists/exporters.py:315 +#: pretix/plugins/checkinlists/exporters.py:39 +#: pretix/plugins/checkinlists/exporters.py:107 +#: pretix/plugins/checkinlists/exporters.py:374 #: pretix/plugins/pretixdroid/forms.py:39 #: pretix/plugins/pretixdroid/models.py:24 #: pretix/plugins/pretixdroid/templates/pretixplugins/pretixdroid/configuration.html:79 @@ -11523,7 +11529,7 @@ msgid "Installed plugins" msgstr "Installierte Erweiterungen" #: pretix/control/templates/pretixcontrol/event/plugins.html:10 -#: pretix/control/views/checkin.py:260 pretix/control/views/event.py:177 +#: pretix/control/views/checkin.py:264 pretix/control/views/event.py:177 #: pretix/control/views/event.py:317 pretix/control/views/event.py:396 #: pretix/control/views/event.py:436 pretix/control/views/event.py:594 #: pretix/control/views/event.py:785 pretix/control/views/event.py:1135 @@ -11709,14 +11715,14 @@ msgid "Basics" msgstr "Eckdaten" #: pretix/control/templates/pretixcontrol/event/settings.html:31 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:44 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:46 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:349 #: pretix/control/templates/pretixcontrol/subevents/detail.html:32 msgid "Geo coordinates" msgstr "Geo-Koordinaten" #: pretix/control/templates/pretixcontrol/event/settings.html:32 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:45 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:47 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:271 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:275 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:350 @@ -11725,7 +11731,7 @@ msgid "Optional" msgstr "Optional" #: pretix/control/templates/pretixcontrol/event/settings.html:39 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:52 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:54 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:357 #: pretix/control/templates/pretixcontrol/subevents/detail.html:40 msgid "Geocoding data © OpenStreetMap" @@ -11757,7 +11763,7 @@ msgid "Shop design" msgstr "Shop-Design" #: pretix/control/templates/pretixcontrol/event/settings.html:124 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:74 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:76 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:392 #: pretix/control/templates/pretixcontrol/subevents/detail.html:76 msgid "Timeline" @@ -12045,7 +12051,7 @@ msgid "" msgstr "" "Wir raten dringend davon ab, Kurzformen mit mehr als 16 Zeichen zu verwenden." -#: pretix/control/templates/pretixcontrol/events/create_basics.html:68 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:70 msgid "Display settings" msgstr "Anzeigeeinstellungen" @@ -12069,7 +12075,40 @@ msgstr "" "wie z.B. Datumsangaben oder Freitexte können nicht vollständig automatisch " "angepasst werden." -#: pretix/control/templates/pretixcontrol/events/create_foundation.html:10 +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:13 +msgid "Singular event or non-event shop" +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:15 +msgid "" +"An event with individual configuration. If you create more events later, you " +"can copy the event to save yourself some work." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:21 +msgid "" +"Examples: Conferences, workshops, trade fairs, one-off concerts, sale of " +"digital content, multi-day events with combination tickets." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:32 +msgid "Event series or time slot booking" +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:34 +msgid "" +"A series of events that share the same configuration. They can still be " +"different in their dates, locations, prices, and capacities." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:40 +msgid "" +"Examples: Multiple presentations of the same show, same concert in multiple " +"locations, museums, libraries, or swimming pools, events that need to be " +"booked together in one cart." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:53 msgid "" "Please note that you will only be able to delete your event until the first " "order has been created." @@ -12543,8 +12582,8 @@ msgstr "Frage bearbeiten" #: pretix/control/templates/pretixcontrol/items/question.html:20 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:14 #: pretix/control/templates/pretixcontrol/orders/overview.html:68 -#: pretix/plugins/checkinlists/exporters.py:343 -#: pretix/plugins/reports/exporters.py:223 +#: pretix/plugins/checkinlists/exporters.py:402 +#: pretix/plugins/reports/exporters.py:226 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:17 msgid "Paid" msgstr "bezahlt" @@ -13443,10 +13482,10 @@ msgstr "Steuern" #: pretix/control/templates/pretixcontrol/order/index.html:550 #: pretix/control/templates/pretixcontrol/orders/overview.html:69 #: pretix/control/templates/pretixcontrol/orders/overview.html:146 -#: pretix/plugins/reports/exporters.py:223 -#: pretix/plugins/reports/exporters.py:278 -#: pretix/plugins/reports/exporters.py:447 -#: pretix/plugins/reports/exporters.py:591 +#: pretix/plugins/reports/exporters.py:226 +#: pretix/plugins/reports/exporters.py:281 +#: pretix/plugins/reports/exporters.py:450 +#: pretix/plugins/reports/exporters.py:594 #: pretix/presale/templates/pretixpresale/event/fragment_cart.html:292 msgid "Total" msgstr "Gesamt" @@ -13658,54 +13697,54 @@ msgctxt "amount_label" msgid "Automatically refund" msgstr "Automatisch erstatten" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:59 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:63 msgid "Automatically refund full amount" msgstr "Automatisch vollen Betrag erstatten" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:62 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:66 msgid "This payment method does not support automatic refunds." msgstr "Diese Zahlungsmethode unterstützt keine automatische Erstattung." -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:70 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:74 msgid "Transfer to other order" msgstr "Mit anderer Bestellung verrechnen" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:73 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:77 msgctxt "amount_label" msgid "Transfer" msgstr "Verrechne" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:81 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:85 msgctxt "order_label" msgid "to" msgstr "mit Bestellung" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:91 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:95 #: pretix/control/templates/pretixcontrol/organizers/giftcard_create.html:5 msgid "Create a new gift card" msgstr "Neuen Geschenkgutschein erstellen" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:103 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:113 msgid "" "The gift card can be used to buy tickets for all events of this organizer." msgstr "" "Der Geschenkgutschein kann für alle Veranstaltungen dieses Veranstalters " "akzeptiert werden." -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:111 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:121 msgid "Manual refund" msgstr "Manuelle Erstattung" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:114 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:124 msgctxt "amount_label" msgid "Manually refund" msgstr "Manuell erstatten" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:125 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:139 msgid "Keep transfer as to do" msgstr "Erstattung als unerledigt markieren" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:129 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:143 #: pretix/control/templates/pretixcontrol/order/refund_done.html:5 #: pretix/control/templates/pretixcontrol/order/refund_done.html:9 #: pretix/control/templates/pretixcontrol/order/refund_process.html:6 @@ -13713,7 +13752,7 @@ msgstr "Erstattung als unerledigt markieren" msgid "Mark refund as done" msgstr "Erstattung als erledigt markieren" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:139 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:153 msgid "" "Any payments that you selected for automatical refunds will be immediately " "communicate the refund request to the respective payment provider. Manual " @@ -13726,7 +13765,7 @@ msgstr "" "als erledigt markieren können, wenn Sie das Geld tatsächlich zurückerstattet " "haben." -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:160 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:174 msgid "Perform refund" msgstr "Erstattung durchführen" @@ -13984,29 +14023,29 @@ msgid "Remove filter" msgstr "Filter entfernen" #: pretix/control/templates/pretixcontrol/orders/index.html:132 -#: pretix/control/templates/pretixcontrol/search/orders.html:78 +#: pretix/control/templates/pretixcontrol/search/orders.html:83 msgid "CANCELLATION REQUESTED" msgstr "STORNO ANGEFRAGT" #: pretix/control/templates/pretixcontrol/orders/index.html:135 #: pretix/control/templates/pretixcontrol/orders/index.html:137 -#: pretix/control/templates/pretixcontrol/search/orders.html:81 -#: pretix/control/templates/pretixcontrol/search/orders.html:83 +#: pretix/control/templates/pretixcontrol/search/orders.html:86 +#: pretix/control/templates/pretixcontrol/search/orders.html:88 msgid "REFUND PENDING" msgstr "ERSTATTUNG AUSSTEHEND" #: pretix/control/templates/pretixcontrol/orders/index.html:140 -#: pretix/control/templates/pretixcontrol/search/orders.html:86 +#: pretix/control/templates/pretixcontrol/search/orders.html:91 msgid "OVERPAID" msgstr "ÜBERZAHLT" #: pretix/control/templates/pretixcontrol/orders/index.html:142 -#: pretix/control/templates/pretixcontrol/search/orders.html:88 +#: pretix/control/templates/pretixcontrol/search/orders.html:93 msgid "UNDERPAID" msgstr "UNTERZAHLT" #: pretix/control/templates/pretixcontrol/orders/index.html:144 -#: pretix/control/templates/pretixcontrol/search/orders.html:90 +#: pretix/control/templates/pretixcontrol/search/orders.html:95 msgid "FULLY PAID" msgstr "VOLL BEZAHLT" @@ -14048,7 +14087,7 @@ msgstr "" "angezeigt, da nicht klar ist, welchem Termin sie zuzuordnen wären." #: pretix/control/templates/pretixcontrol/orders/overview.html:61 -#: pretix/plugins/reports/exporters.py:219 +#: pretix/plugins/reports/exporters.py:222 msgid "Purchased" msgstr "Verkäufe" @@ -14774,7 +14813,7 @@ msgstr "QR-Code für Lead-Scanning" msgid "pretix Logo" msgstr "pretix-Logo" -#: pretix/control/templates/pretixcontrol/search/orders.html:99 +#: pretix/control/templates/pretixcontrol/search/orders.html:104 msgid "" "We couldn't find any orders that you have access to and that match your " "search query." @@ -15979,15 +16018,15 @@ msgstr "Sie haben keine Berechtigung, um diese Aktion durchzuführen." msgid "The selected check-ins have been reverted." msgstr "Der ausgewählte Check-In wurde gelöscht." -#: pretix/control/views/checkin.py:163 +#: pretix/control/views/checkin.py:167 msgid "The selected tickets have been marked as checked in." msgstr "Die ausgewählten Tickets wurden als eingecheckt markiert." -#: pretix/control/views/checkin.py:227 +#: pretix/control/views/checkin.py:231 msgid "The new check-in list has been created." msgstr "Die neue Check-in-Liste wurde erstellt." -#: pretix/control/views/checkin.py:234 pretix/control/views/checkin.py:277 +#: pretix/control/views/checkin.py:238 pretix/control/views/checkin.py:281 #: pretix/control/views/event.py:206 pretix/control/views/event.py:399 #: pretix/control/views/event.py:439 pretix/control/views/event.py:597 #: pretix/control/views/event.py:754 pretix/control/views/event.py:1094 @@ -16004,11 +16043,11 @@ msgstr "" "Die Änderungen konnten nicht gespeichert werden. Die fehlerhaften Felder " "sind farblich markiert." -#: pretix/control/views/checkin.py:256 pretix/control/views/checkin.py:293 +#: pretix/control/views/checkin.py:260 pretix/control/views/checkin.py:297 msgid "The requested list does not exist." msgstr "Die ausgewählte Liste existiert nicht." -#: pretix/control/views/checkin.py:302 +#: pretix/control/views/checkin.py:306 msgid "The selected list has been deleted." msgstr "Das ausgewählte List wurde gelöscht." @@ -16254,7 +16293,7 @@ msgstr "Der Kommentar wurde aktualisiert." msgid "Could not update the comment." msgstr "Kommentar konnte nicht gespeichert werden." -#: pretix/control/views/event.py:1061 pretix/control/views/main.py:296 +#: pretix/control/views/event.py:1061 pretix/control/views/main.py:276 msgid "VAT" msgstr "MwSt." @@ -17296,28 +17335,28 @@ msgstr "8 A7-Seiten im Querformat auf einer A4-Seite" msgid "8 portrait A7 pages on one A4 page" msgstr "8 A7-Seiten im Hochformat auf einer A4-Seite" -#: pretix/plugins/badges/exporters.py:186 +#: pretix/plugins/badges/exporters.py:194 msgid "None of the selected products is configured to print badges." msgstr "Keines der gewählten Produkte ist zum Badge-Druck konfiguriert." -#: pretix/plugins/badges/exporters.py:192 +#: pretix/plugins/badges/exporters.py:200 msgid "Attendee badges" msgstr "Teilnehmer-Badges" -#: pretix/plugins/badges/exporters.py:212 +#: pretix/plugins/badges/exporters.py:220 #: pretix/plugins/ticketoutputpdf/exporters.py:32 msgid "Include pending orders" msgstr "Bestellungen mit ausstehender Zahlung mit einschließen" -#: pretix/plugins/badges/exporters.py:217 +#: pretix/plugins/badges/exporters.py:225 msgid "Include add-on or bundled positions" msgstr "Zusatzprodukte und enthaltene Produkte mit einschließen" -#: pretix/plugins/badges/exporters.py:222 +#: pretix/plugins/badges/exporters.py:230 msgid "Rendering option" msgstr "Ausgabemodus" -#: pretix/plugins/badges/exporters.py:227 +#: pretix/plugins/badges/exporters.py:235 msgid "" "This option allows you to align multiple badges on one page, for example if " "you want to print to a sheet of stickers with a regular office printer. " @@ -17329,10 +17368,10 @@ msgstr "" "möchten. Bitte beachten Sie, dass die einzelnen Badge-Layouts bereits die " "korrekte Größe haben müssen." -#: pretix/plugins/badges/exporters.py:233 -#: pretix/plugins/checkinlists/exporters.py:56 -#: pretix/plugins/reports/exporters.py:315 -#: pretix/plugins/reports/exporters.py:487 +#: pretix/plugins/badges/exporters.py:241 +#: pretix/plugins/checkinlists/exporters.py:71 +#: pretix/plugins/reports/exporters.py:318 +#: pretix/plugins/reports/exporters.py:490 #: pretix/plugins/ticketoutputpdf/exporters.py:37 msgid "Sort by" msgstr "Sortieren nach" @@ -17912,33 +17951,41 @@ msgid "This plugin allows you to generate check-in lists for your conference." msgstr "" "Dieses Plugin erlaubt, Listen für den Check-in am Eventeingang zu erstellen." -#: pretix/plugins/checkinlists/exporters.py:46 +#: pretix/plugins/checkinlists/exporters.py:50 +msgid "Only include tickets for dates on or after this date." +msgstr "" + +#: pretix/plugins/checkinlists/exporters.py:57 +msgid "Only include tickets for dates on or before this date." +msgstr "" + +#: pretix/plugins/checkinlists/exporters.py:61 msgid "Include QR-code secret" msgstr "QR-Code-Geheimnis anzeigen" -#: pretix/plugins/checkinlists/exporters.py:51 +#: pretix/plugins/checkinlists/exporters.py:66 msgid "Only tickets requiring special attention" msgstr "Nur Tickets mit besonderer Behandlung" -#: pretix/plugins/checkinlists/exporters.py:71 +#: pretix/plugins/checkinlists/exporters.py:86 msgid "Include questions" msgstr "Fragen anzeigen" -#: pretix/plugins/checkinlists/exporters.py:183 +#: pretix/plugins/checkinlists/exporters.py:222 msgid "Check-in list (PDF)" msgstr "Check-in-Liste (PDF)" #. Translators: maximum 5 characters -#: pretix/plugins/checkinlists/exporters.py:234 +#: pretix/plugins/checkinlists/exporters.py:284 msgctxt "tablehead" msgid "paid" msgstr "bez." -#: pretix/plugins/checkinlists/exporters.py:337 +#: pretix/plugins/checkinlists/exporters.py:396 msgid "Automatically checked in" msgstr "Automatisch eingecheckt" -#: pretix/plugins/checkinlists/exporters.py:346 +#: pretix/plugins/checkinlists/exporters.py:405 #: pretix/plugins/paypal/payment.py:86 msgid "Secret" msgstr "Secret" @@ -18034,14 +18081,14 @@ msgstr "" "PayPal-Konto im gleichen Land und mit der gleichen Währung erstellt worden " "sein müssen. Andere PayPal-Accounts können keine Zahlungen vornehmen." -#: pretix/plugins/paypal/payment.py:205 pretix/plugins/paypal/payment.py:291 -#: pretix/plugins/paypal/payment.py:306 pretix/plugins/paypal/payment.py:309 -#: pretix/plugins/paypal/payment.py:367 +#: pretix/plugins/paypal/payment.py:205 pretix/plugins/paypal/payment.py:298 +#: pretix/plugins/paypal/payment.py:313 pretix/plugins/paypal/payment.py:316 +#: pretix/plugins/paypal/payment.py:374 pretix/plugins/paypal/payment.py:515 msgid "We had trouble communicating with PayPal" msgstr "Die Kommunikation mit PayPal ist fehlgeschlagen" -#: pretix/plugins/paypal/payment.py:323 pretix/plugins/paypal/payment.py:332 -#: pretix/plugins/paypal/payment.py:393 +#: pretix/plugins/paypal/payment.py:330 pretix/plugins/paypal/payment.py:339 +#: pretix/plugins/paypal/payment.py:400 msgid "" "We were unable to process your payment. See below for details on how to " "proceed." @@ -18049,7 +18096,7 @@ msgstr "" "Der Bezahlvorgang ist fehlgeschlagen. Unten finden Sie Details zum weiteren " "Vorgehen." -#: pretix/plugins/paypal/payment.py:374 pretix/plugins/paypal/payment.py:383 +#: pretix/plugins/paypal/payment.py:381 pretix/plugins/paypal/payment.py:390 msgid "" "PayPal has not yet approved the payment. We will inform you as soon as the " "payment completed." @@ -18057,24 +18104,24 @@ msgstr "" "PayPal hat die Bezahlung noch nicht bestätigt. Wir informieren Sie, sobald " "die Bezahlung abgeschlossen ist." -#: pretix/plugins/paypal/payment.py:408 pretix/plugins/stripe/payment.py:435 +#: pretix/plugins/paypal/payment.py:415 pretix/plugins/stripe/payment.py:435 #: pretix/plugins/stripe/payment.py:787 msgid "There was an error sending the confirmation mail." msgstr "Es gab einen Fehler beim Versenden der Bestätigungs-E-Mail." -#: pretix/plugins/paypal/payment.py:485 pretix/plugins/paypal/payment.py:492 +#: pretix/plugins/paypal/payment.py:492 pretix/plugins/paypal/payment.py:499 msgid "Refunding the amount via PayPal failed: {}" msgstr "Die Rückerstattung über PayPal ist fehlgeschlagen: {}" -#: pretix/plugins/paypal/payment.py:591 pretix/plugins/paypal/payment.py:599 +#: pretix/plugins/paypal/payment.py:615 pretix/plugins/paypal/payment.py:623 msgid "The payment for this invoice has already been received." msgstr "Die Zahlung für diese Rechnung ist bereits eingegangen." -#: pretix/plugins/paypal/payment.py:592 pretix/plugins/paypal/payment.py:600 +#: pretix/plugins/paypal/payment.py:616 pretix/plugins/paypal/payment.py:624 msgid "PayPal payment ID" msgstr "PayPal-Zahlungs-ID" -#: pretix/plugins/paypal/payment.py:594 +#: pretix/plugins/paypal/payment.py:618 msgid "PayPal sale ID" msgstr "PayPal-Verkaufs-ID" @@ -18493,48 +18540,48 @@ msgstr "Seite %d" msgid "Created: %s" msgstr "Erstellt: %s" -#: pretix/plugins/reports/exporters.py:153 +#: pretix/plugins/reports/exporters.py:156 msgid "Order overview (PDF)" msgstr "Bestellübersicht (PDF)" -#: pretix/plugins/reports/exporters.py:197 +#: pretix/plugins/reports/exporters.py:200 #: pretix/plugins/statistics/templates/pretixplugins/statistics/index.html:58 msgid "Orders by product" msgstr "Bestellungen nach Produkt" -#: pretix/plugins/reports/exporters.py:202 +#: pretix/plugins/reports/exporters.py:205 #, python-brace-format msgid "{axis} between {start} and {end}" msgstr "{axis} zwischen {start} und {end}" -#: pretix/plugins/reports/exporters.py:227 -#: pretix/plugins/reports/exporters.py:228 -#: pretix/plugins/reports/exporters.py:229 #: pretix/plugins/reports/exporters.py:230 #: pretix/plugins/reports/exporters.py:231 +#: pretix/plugins/reports/exporters.py:232 +#: pretix/plugins/reports/exporters.py:233 +#: pretix/plugins/reports/exporters.py:234 msgid "#" msgstr "#" -#: pretix/plugins/reports/exporters.py:299 +#: pretix/plugins/reports/exporters.py:302 msgid "List of orders with taxes (PDF)" msgstr "Liste der Bestellungen mit Steuern (PDF)" -#: pretix/plugins/reports/exporters.py:376 +#: pretix/plugins/reports/exporters.py:379 #, python-brace-format msgid "Orders by tax rate ({currency})" msgstr "Bestellungen nach Steuersatz ({currency})" -#: pretix/plugins/reports/exporters.py:385 -#: pretix/plugins/reports/exporters.py:521 +#: pretix/plugins/reports/exporters.py:388 +#: pretix/plugins/reports/exporters.py:524 msgid "Gross" msgstr "Brutto" -#: pretix/plugins/reports/exporters.py:385 -#: pretix/plugins/reports/exporters.py:521 +#: pretix/plugins/reports/exporters.py:388 +#: pretix/plugins/reports/exporters.py:524 msgid "Tax" msgstr "Steuer" -#: pretix/plugins/reports/exporters.py:470 +#: pretix/plugins/reports/exporters.py:473 msgid "List of orders with taxes" msgstr "Liste der Bestellungen mit Steuern" @@ -19696,7 +19743,7 @@ msgid "Show all events of %(name)s" msgstr "Alle Veranstaltungen von %(name)s" #: pretix/presale/templates/pretixpresale/event/base.html:98 -#: pretix/presale/templates/pretixpresale/event/base.html:128 +#: pretix/presale/templates/pretixpresale/event/base.html:132 msgid "" "This ticket shop is currently in test mode. Please do not perform any real " "purchases as your order might be deleted without notice." @@ -19705,7 +19752,7 @@ msgstr "" "Käufe durch, Ihre Bestellung kann jederzeit ohne Warnung gelöscht werden." #: pretix/presale/templates/pretixpresale/event/base.html:104 -#: pretix/presale/templates/pretixpresale/event/base.html:134 +#: pretix/presale/templates/pretixpresale/event/base.html:138 msgid "" "Orders made through this sales channel cannot be deleted - even if the " "ticket shop is in test mode!" @@ -19713,11 +19760,11 @@ msgstr "" "Bestellungen über diesen Verkaufskanal können nicht gelöscht werden – auch " "nicht im Testmodus!" -#: pretix/presale/templates/pretixpresale/event/base.html:142 +#: pretix/presale/templates/pretixpresale/event/base.html:146 msgid "Contact event organizer" msgstr "Veranstalter kontaktieren" -#: pretix/presale/templates/pretixpresale/event/base.html:145 +#: pretix/presale/templates/pretixpresale/event/base.html:149 msgid "Imprint" msgstr "Impressum" @@ -20150,6 +20197,11 @@ msgstr "Anzahl an %(item)s" msgid "Go" msgstr "Los!" +#: pretix/presale/templates/pretixpresale/event/fragment_subevent_calendar_week.html:21 +#: pretix/presale/templates/pretixpresale/organizers/calendar_week.html:48 +msgid "W" +msgstr "" + #: pretix/presale/templates/pretixpresale/event/fragment_subevent_list.html:21 #: pretix/presale/templates/pretixpresale/event/fragment_subevent_list.html:30 #: pretix/presale/templates/pretixpresale/fragment_calendar.html:71 @@ -20908,19 +20960,19 @@ msgstr "Bitte nur Zahlen eingeben." msgid "Please enter positive numbers only." msgstr "Bitte nur positive Zahlen eingeben." -#: pretix/presale/views/cart.py:338 +#: pretix/presale/views/cart.py:340 msgid "We applied the voucher to as many products in your cart as we could." msgstr "Wir haben den Gutschein auf so viele Produkte angewendet wie möglich." -#: pretix/presale/views/cart.py:360 +#: pretix/presale/views/cart.py:362 msgid "Your cart has been updated." msgstr "Ihr Warenkorb wurde aktualisiert." -#: pretix/presale/views/cart.py:363 pretix/presale/views/cart.py:385 +#: pretix/presale/views/cart.py:365 pretix/presale/views/cart.py:387 msgid "Your cart is now empty." msgstr "Ihr Warenkorb ist nun leer." -#: pretix/presale/views/cart.py:400 +#: pretix/presale/views/cart.py:402 msgid "The products have been successfully added to your cart." msgstr "Die gewählten Produkte wurden Ihrem Warenkorb hinzugefügt." @@ -21147,6 +21199,22 @@ msgstr "Lesezugriff" msgid "Write access" msgstr "Schreibzugriff" +#~ msgid "" +#~ "Only recommended for advanced users. If this feature is enabled, this " +#~ "will not only be a single event but a series of very similar events that " +#~ "are handled within a single shop. The single events inside the series can " +#~ "only differ in date, time, location, prices and quotas, but not in other " +#~ "settings, and buying tickets across multiple of these events at the same " +#~ "time is possible. You cannot change this setting for this event later." +#~ msgstr "" +#~ "Nur für fortgeschrittene Nutzer empfohlen. Wenn diese Funktion aktiviert " +#~ "ist, stellt die neue Veranstaltung nicht nur eine einzelne Veranstaltung, " +#~ "sondern eine ganze Reihe ähnlicher Veranstaltungen dar, die im selben " +#~ "Shop verkauft werden. Die einzelnen Termine können sich nur in Datum, " +#~ "Zeit, Ort, Preisen und Kontingenten unterscheiden, aber nicht in anderen " +#~ "Einstellungen. Es ist möglich, Tickets für mehrere Termine gleichzeitig " +#~ "zu erwerben. Diese Einstellung kann später nicht mehr geändert werden." + #~ msgid "Edit list" #~ msgstr "Liste bearbeiten" diff --git a/src/pretix/locale/de/LC_MESSAGES/djangojs.po b/src/pretix/locale/de/LC_MESSAGES/djangojs.po index 5f1f28486..af3d7e7ef 100644 --- a/src/pretix/locale/de/LC_MESSAGES/djangojs.po +++ b/src/pretix/locale/de/LC_MESSAGES/djangojs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-05-13 16:45+0000\n" +"POT-Creation-Date: 2020-06-10 16:02+0000\n" "PO-Revision-Date: 2020-05-14 07:37+0000\n" "Last-Translator: Raphael Michel \n" "Language-Team: German \n" "Language-Team: German (informal) " msgid "Empty, if this product is not an admission ticket" msgstr "Leer, wenn dies kein Eintrittsticket ist" -#: pretix/base/models/orders.py:1069 pretix/base/models/orders.py:2110 +#: pretix/base/models/orders.py:1069 pretix/base/models/orders.py:2137 #: pretix/base/settings.py:537 msgid "Company name" msgstr "Firmenname" -#: pretix/base/models/orders.py:1073 pretix/base/models/orders.py:2117 +#: pretix/base/models/orders.py:1073 pretix/base/models/orders.py:2144 #: pretix/base/settings.py:32 pretix/plugins/stripe/payment.py:150 msgid "Select country" msgstr "Land auswählen" -#: pretix/base/models/orders.py:1204 +#: pretix/base/models/orders.py:1231 msgctxt "payment_state" msgid "created" msgstr "erstellt" -#: pretix/base/models/orders.py:1205 +#: pretix/base/models/orders.py:1232 msgctxt "payment_state" msgid "pending" msgstr "ausstehend" -#: pretix/base/models/orders.py:1206 +#: pretix/base/models/orders.py:1233 msgctxt "payment_state" msgid "confirmed" msgstr "bestätigt" -#: pretix/base/models/orders.py:1207 +#: pretix/base/models/orders.py:1234 msgctxt "payment_state" msgid "canceled" msgstr "abgebrochen" -#: pretix/base/models/orders.py:1208 +#: pretix/base/models/orders.py:1235 msgctxt "payment_state" msgid "failed" msgstr "fehlgeschlagen" -#: pretix/base/models/orders.py:1209 +#: pretix/base/models/orders.py:1236 msgctxt "payment_state" msgid "refunded" msgstr "erstattet" -#: pretix/base/models/orders.py:1237 pretix/base/models/orders.py:1608 +#: pretix/base/models/orders.py:1264 pretix/base/models/orders.py:1635 #: pretix/base/shredder.py:352 msgid "Payment information" msgstr "Zahlungsinformationen" -#: pretix/base/models/orders.py:1430 +#: pretix/base/models/orders.py:1457 #, python-format msgid "Event registration confirmed: %(code)s" msgstr "Registrierung bestätigt: %(code)s" -#: pretix/base/models/orders.py:1448 +#: pretix/base/models/orders.py:1475 #, python-format msgid "Payment received for your order: %(code)s" msgstr "Zahlung erhalten für die Bestellung: %(code)s" -#: pretix/base/models/orders.py:1554 +#: pretix/base/models/orders.py:1581 msgctxt "refund_state" msgid "started externally" msgstr "extern gestartet" -#: pretix/base/models/orders.py:1555 +#: pretix/base/models/orders.py:1582 msgctxt "refund_state" msgid "created" msgstr "erstellt" -#: pretix/base/models/orders.py:1556 +#: pretix/base/models/orders.py:1583 msgctxt "refund_state" msgid "in transit" msgstr "auf dem Weg" -#: pretix/base/models/orders.py:1557 +#: pretix/base/models/orders.py:1584 msgctxt "refund_state" msgid "done" msgstr "erledigt" -#: pretix/base/models/orders.py:1558 +#: pretix/base/models/orders.py:1585 msgctxt "refund_state" msgid "failed" msgstr "fehlgeschlagen" -#: pretix/base/models/orders.py:1560 +#: pretix/base/models/orders.py:1587 msgctxt "refund_state" msgid "canceled" msgstr "abgebrochen" -#: pretix/base/models/orders.py:1568 +#: pretix/base/models/orders.py:1595 msgctxt "refund_source" msgid "Organizer" msgstr "Veranstalter" -#: pretix/base/models/orders.py:1569 +#: pretix/base/models/orders.py:1596 msgctxt "refund_source" msgid "Customer" msgstr "Kunde" -#: pretix/base/models/orders.py:1570 +#: pretix/base/models/orders.py:1597 msgctxt "refund_source" msgid "External" msgstr "Extern" -#: pretix/base/models/orders.py:1714 +#: pretix/base/models/orders.py:1741 msgid "Payment fee" msgstr "Zahlungsgebühr" -#: pretix/base/models/orders.py:1715 +#: pretix/base/models/orders.py:1742 msgid "Shipping fee" msgstr "Versandkosten" -#: pretix/base/models/orders.py:1716 +#: pretix/base/models/orders.py:1743 msgid "Service fee" msgstr "Servicegebühr" -#: pretix/base/models/orders.py:1717 +#: pretix/base/models/orders.py:1744 #: pretix/control/templates/pretixcontrol/order/index.html:133 msgid "Cancellation fee" msgstr "Stornogebühr" -#: pretix/base/models/orders.py:1718 +#: pretix/base/models/orders.py:1745 msgid "Other fees" msgstr "Andere Gebühren" -#: pretix/base/models/orders.py:1719 pretix/base/payment.py:1005 +#: pretix/base/models/orders.py:1746 pretix/base/payment.py:1005 #: pretix/control/templates/pretixcontrol/order/index.html:128 msgid "Gift card" msgstr "Geschenkgutschein" -#: pretix/base/models/orders.py:1724 +#: pretix/base/models/orders.py:1751 #: pretix/control/templates/pretixcontrol/organizers/giftcard.html:65 #: pretix/control/templates/pretixcontrol/organizers/giftcard.html:103 #: pretix/control/views/vouchers.py:70 msgid "Value" msgstr "Wert" -#: pretix/base/models/orders.py:1861 +#: pretix/base/models/orders.py:1888 msgid "Order position" msgstr "Bestelltes Produkt" -#: pretix/base/models/orders.py:2036 pretix/base/services/orders.py:846 +#: pretix/base/models/orders.py:2063 pretix/base/services/orders.py:846 #, python-format msgid "Your event registration: %(code)s" msgstr "Deine Registrierung: %(code)s" -#: pretix/base/models/orders.py:2065 +#: pretix/base/models/orders.py:2092 msgid "Cart ID (e.g. session key)" msgstr "Warenkorb-ID (z.B. Session-ID)" -#: pretix/base/models/orders.py:2083 +#: pretix/base/models/orders.py:2110 msgid "Cart position" msgstr "Produkt im Warenkorb" -#: pretix/base/models/orders.py:2084 +#: pretix/base/models/orders.py:2111 msgid "Cart positions" msgstr "Produkte im Warenkorb" -#: pretix/base/models/orders.py:2121 +#: pretix/base/models/orders.py:2148 msgid "Only for business customers within the EU." msgstr "Nur für Firmenkunden mit Sitz in der EU." -#: pretix/base/models/orders.py:2126 +#: pretix/base/models/orders.py:2153 msgid "This reference will be printed on your invoice for your convenience." msgstr "" "Diese Referenz wird auf deine Rechnung gedruckt, damit du die Rechnung " @@ -3066,9 +3068,9 @@ msgstr "" "Punkte enthalten. Jede Kurzform darf nur einmal vergeben werden und wird in " "URLs zu deinem Veranstalter und deinen Veranstalterkonten verwendet." -#: pretix/base/models/organizer.py:52 pretix/control/forms/event.py:68 -#: pretix/control/forms/event.py:74 pretix/control/forms/filter.py:338 -#: pretix/control/forms/filter.py:614 +#: pretix/base/models/organizer.py:52 pretix/control/forms/event.py:63 +#: pretix/control/forms/event.py:69 pretix/control/forms/filter.py:338 +#: pretix/control/forms/filter.py:666 #: pretix/control/templates/pretixcontrol/events/index.html:68 #: pretix/control/templates/pretixcontrol/organizers/base.html:4 #: pretix/control/templates/pretixcontrol/organizers/edit.html:9 @@ -3147,7 +3149,7 @@ msgid "%(name)s on %(object)s" msgstr "%(name)s für %(object)s" #: pretix/base/models/organizer.py:252 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:82 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:84 msgid "Team" msgstr "Team" @@ -3161,20 +3163,20 @@ msgstr "Teams" msgid "Invite to team '{team}' for '{email}'" msgstr "Einladung zu Team \"{team}\" für \"{email}\"" -#: pretix/base/models/seating.py:23 +#: pretix/base/models/seating.py:24 msgid "Your layout file is not a valid JSON file." msgstr "Der Sitzplan ist keine gültige JSON-Datei." -#: pretix/base/models/seating.py:32 +#: pretix/base/models/seating.py:33 msgid "Your layout file is not a valid seating plan. Error message: {}" msgstr "Die Datei ist kein gültiger Sitzplan. Fehlermeldung: {}" -#: pretix/base/models/seating.py:145 +#: pretix/base/models/seating.py:152 #, python-brace-format msgid "Row {number}" msgstr "Reihe {number}" -#: pretix/base/models/seating.py:150 +#: pretix/base/models/seating.py:157 #, python-brace-format msgid "Seat {number}" msgstr "Platz {number}" @@ -3259,7 +3261,7 @@ msgstr "Produktpreis reduzieren um (%)" #: pretix/control/templates/pretixcontrol/vouchers/index.html:19 #: pretix/control/templates/pretixcontrol/vouchers/index.html:100 #: pretix/control/views/vouchers.py:69 pretix/control/views/waitinglist.py:199 -#: pretix/plugins/checkinlists/exporters.py:359 +#: pretix/plugins/checkinlists/exporters.py:418 #: pretix/presale/templates/pretixpresale/event/fragment_cart.html:316 #: pretix/presale/templates/pretixpresale/event/index.html:278 msgid "Voucher code" @@ -3295,7 +3297,7 @@ msgstr "" msgid "Valid until" msgstr "Gültig bis" -#: pretix/base/models/vouchers.py:131 pretix/control/forms/filter.py:955 +#: pretix/base/models/vouchers.py:131 pretix/control/forms/filter.py:1007 msgid "Reserve ticket from quota" msgstr "Im Kontingent reservieren" @@ -3588,7 +3590,7 @@ msgctxt "subevent" msgid "Dates" msgstr "Termine" -#: pretix/base/notifications.py:184 pretix/base/pdf.py:130 +#: pretix/base/notifications.py:184 pretix/base/pdf.py:135 msgid "Event date" msgstr "Veranstaltungsdatum" @@ -4143,7 +4145,7 @@ msgstr "Ticket-Code (QR-Code-Inhalt)" msgid "Order position number" msgstr "Nummer der Bestellposition" -#: pretix/base/pdf.py:64 pretix/control/forms/event.py:1263 +#: pretix/base/pdf.py:64 pretix/control/forms/event.py:1262 #: pretix/control/templates/pretixcontrol/items/index.html:33 msgid "Product name" msgstr "Produktbezeichnung" @@ -4197,112 +4199,127 @@ msgstr "Preis inklusive Zusatzprodukte" msgid "Attendee company" msgstr "Teilnehmer-Firma" -#: pretix/base/pdf.py:114 pretix/base/pdf.py:212 +#: pretix/base/pdf.py:114 pretix/base/pdf.py:217 #: pretix/base/services/tickets.py:96 pretix/control/views/pdf.py:80 msgid "Sample company" msgstr "Musterfirma GmbH" #: pretix/base/pdf.py:118 +#, fuzzy +#| msgid "Attendee address" +msgid "Full attendee address" +msgstr "Teilnehmer-Adresse" + +#: pretix/base/pdf.py:119 +msgid "" +"John Doe\n" +"Sample company\n" +"Sesame Street 42\n" +"12345 Any City\n" +"Atlantis" +msgstr "" + +#: pretix/base/pdf.py:123 msgid "Attendee country" msgstr "Teilnehmer-Land" -#: pretix/base/pdf.py:126 +#: pretix/base/pdf.py:131 msgid "Sample event name" msgstr "Beispielevent" -#: pretix/base/pdf.py:131 +#: pretix/base/pdf.py:136 msgid "May 31st, 2017" msgstr "31. Mai 2017" -#: pretix/base/pdf.py:135 +#: pretix/base/pdf.py:140 msgid "Event date range" msgstr "Veranstaltungsdatum Beginn und Ende" -#: pretix/base/pdf.py:136 +#: pretix/base/pdf.py:141 msgid "May 31st – June 4th, 2017" msgstr "31. Mai – 4. Juni 2017" -#: pretix/base/pdf.py:140 +#: pretix/base/pdf.py:145 msgid "Event begin date and time" msgstr "Veranstaltungsdatum und Uhrzeit" -#: pretix/base/pdf.py:141 +#: pretix/base/pdf.py:146 msgid "2017-05-31 20:00" msgstr "31.05.2016 20:00" -#: pretix/base/pdf.py:148 +#: pretix/base/pdf.py:153 msgid "Event begin date" msgstr "Veranstaltungsdatum" -#: pretix/base/pdf.py:149 pretix/base/pdf.py:170 pretix/base/pdf.py:244 +#: pretix/base/pdf.py:154 pretix/base/pdf.py:175 pretix/base/pdf.py:249 msgid "2017-05-31" msgstr "31.05.2016" -#: pretix/base/pdf.py:156 +#: pretix/base/pdf.py:161 msgid "Event begin time" msgstr "Veranstaltungsuhrzeit" -#: pretix/base/pdf.py:157 +#: pretix/base/pdf.py:162 msgid "20:00" msgstr "20:00" -#: pretix/base/pdf.py:161 +#: pretix/base/pdf.py:166 msgid "Event end date and time" msgstr "Veranstaltungsende und Uhrzeit" -#: pretix/base/pdf.py:162 +#: pretix/base/pdf.py:167 msgid "2017-05-31 22:00" msgstr "31.05.2016 22:00" -#: pretix/base/pdf.py:169 +#: pretix/base/pdf.py:174 msgid "Event end date" msgstr "Veranstaltungsenddatum" -#: pretix/base/pdf.py:178 +#: pretix/base/pdf.py:183 msgid "22:00" msgstr "22:00" -#: pretix/base/pdf.py:185 +#: pretix/base/pdf.py:190 msgid "Event admission date and time" msgstr "Einlassdatum und Uhrzeit" -#: pretix/base/pdf.py:186 pretix/base/pdf.py:252 +#: pretix/base/pdf.py:191 pretix/base/pdf.py:257 msgid "2017-05-31 19:00" msgstr "31.05.2016 19:00" -#: pretix/base/pdf.py:193 +#: pretix/base/pdf.py:198 msgid "Event admission time" msgstr "Einlassuhrzeit" -#: pretix/base/pdf.py:194 pretix/base/pdf.py:260 +#: pretix/base/pdf.py:199 pretix/base/pdf.py:265 msgid "19:00" msgstr "19:00" -#: pretix/base/pdf.py:201 +#: pretix/base/pdf.py:206 msgid "Event location" msgstr "Veranstaltungsort" -#: pretix/base/pdf.py:202 pretix/base/settings.py:559 +#: pretix/base/pdf.py:207 pretix/base/settings.py:559 msgid "Random City" msgstr "Musterstadt" -#: pretix/base/pdf.py:211 +#: pretix/base/pdf.py:216 msgid "Invoice address company" msgstr "Rechnungsadresse: Firma" -#: pretix/base/pdf.py:216 +#: pretix/base/pdf.py:221 msgid "Invoice address city" msgstr "Rechnungsadresse: Stadt" -#: pretix/base/pdf.py:217 pretix/base/services/invoices.py:340 +#: pretix/base/pdf.py:222 pretix/base/services/invoices.py:340 msgid "Sample city" msgstr "Musterstadt" -#: pretix/base/pdf.py:221 +#: pretix/base/pdf.py:226 msgid "List of Add-Ons" msgstr "Liste der Zusatz-Produkte" -#: pretix/base/pdf.py:222 +#: pretix/base/pdf.py:227 msgid "" "Add-on 1\n" "Add-on 2" @@ -4310,90 +4327,90 @@ msgstr "" "Workshop 1\n" "Workshop 2" -#: pretix/base/pdf.py:233 pretix/control/forms/filter.py:490 -#: pretix/control/forms/filter.py:492 +#: pretix/base/pdf.py:238 pretix/control/forms/filter.py:542 +#: pretix/control/forms/filter.py:544 #: pretix/control/templates/pretixcontrol/organizers/index.html:35 msgid "Organizer name" msgstr "Veranstaltername" -#: pretix/base/pdf.py:234 +#: pretix/base/pdf.py:239 msgid "Event organizer company" msgstr "Veranstaltername" -#: pretix/base/pdf.py:238 +#: pretix/base/pdf.py:243 msgid "Organizer info text" msgstr "Veranstalter-Infotext" -#: pretix/base/pdf.py:239 +#: pretix/base/pdf.py:244 msgid "Event organizer info text" msgstr "Information zum Veranstalter" -#: pretix/base/pdf.py:243 +#: pretix/base/pdf.py:248 msgid "Printing date" msgstr "Druckdatum" -#: pretix/base/pdf.py:251 +#: pretix/base/pdf.py:256 msgid "Printing date and time" msgstr "Druckdatum und -uhrzeit" -#: pretix/base/pdf.py:259 +#: pretix/base/pdf.py:264 msgid "Printing time" msgstr "Druckzeit" -#: pretix/base/pdf.py:267 +#: pretix/base/pdf.py:272 msgid "Seat: Full name" msgstr "Sitz: Voller Name" -#: pretix/base/pdf.py:268 +#: pretix/base/pdf.py:273 msgid "Ground floor, Row 3, Seat 4" msgstr "Parkett, Reihe 3, Sitz 4" -#: pretix/base/pdf.py:270 pretix/base/pdf.py:276 -#: pretix/control/forms/orders.py:229 +#: pretix/base/pdf.py:275 pretix/base/pdf.py:281 +#: pretix/control/forms/orders.py:233 msgid "General admission" msgstr "Freie Platzwahl" -#: pretix/base/pdf.py:273 +#: pretix/base/pdf.py:278 msgid "Seat: zone" msgstr "Sitz: Bereich" -#: pretix/base/pdf.py:274 +#: pretix/base/pdf.py:279 msgid "Ground floor" msgstr "Parkett" -#: pretix/base/pdf.py:279 +#: pretix/base/pdf.py:284 msgid "Seat: row" msgstr "Sitz: Reihe" -#: pretix/base/pdf.py:284 +#: pretix/base/pdf.py:289 msgid "Seat: seat number" msgstr "Sitz: Platznummer" -#: pretix/base/pdf.py:320 +#: pretix/base/pdf.py:325 #, python-brace-format msgid "Question: {question}" msgstr "Frage: {question}" -#: pretix/base/pdf.py:321 +#: pretix/base/pdf.py:326 #, python-brace-format msgid "" msgstr "" -#: pretix/base/pdf.py:343 pretix/base/pdf.py:350 -#: pretix/plugins/badges/exporters.py:238 -#: pretix/plugins/checkinlists/exporters.py:62 -#: pretix/plugins/checkinlists/exporters.py:335 +#: pretix/base/pdf.py:348 pretix/base/pdf.py:355 +#: pretix/plugins/badges/exporters.py:246 +#: pretix/plugins/checkinlists/exporters.py:77 +#: pretix/plugins/checkinlists/exporters.py:394 #: pretix/plugins/ticketoutputpdf/exporters.py:42 #, python-brace-format msgid "Attendee name: {part}" msgstr "Teilnehmer*innenname: {part}" -#: pretix/base/pdf.py:360 +#: pretix/base/pdf.py:365 #, python-brace-format msgid "Invoice address name: {part}" msgstr "Rechnungsadresse: Name: {part}" -#: pretix/base/pdf.py:522 pretix/plugins/ticketoutputpdf/ticketoutput.py:78 +#: pretix/base/pdf.py:527 pretix/plugins/ticketoutputpdf/ticketoutput.py:78 msgid "Ticket" msgstr "Ticket" @@ -4437,7 +4454,7 @@ msgstr "" "Wir waren nicht in der Lage, deine Anfrage zu verarbeiten, da der Server zu " "beschäftigt war. Bitte versuche es erneut." -#: pretix/base/services/cart.py:54 pretix/presale/views/cart.py:174 +#: pretix/base/services/cart.py:54 pretix/presale/views/cart.py:176 msgid "You did not select any products." msgstr "Du hast keine Produkte ausgewählt." @@ -4724,7 +4741,7 @@ msgctxt "invoice" msgid "Attendee: {name}" msgstr "Teilnehmer*in: {name}" -#: pretix/base/services/invoices.py:170 pretix/plugins/reports/exporters.py:215 +#: pretix/base/services/invoices.py:170 pretix/plugins/reports/exporters.py:218 msgctxt "subevent" msgid "Date: {}" msgstr "Termin: {}" @@ -4921,7 +4938,7 @@ msgstr "" "Einer der ausgewählten Sitzplätze wurde zwischenzeitlich verkauft und wurde " "aus deinem Warenkorb entfernt." -#: pretix/base/services/orders.py:153 pretix/control/forms/orders.py:68 +#: pretix/base/services/orders.py:153 pretix/control/forms/orders.py:69 msgid "The new expiry date needs to be in the future." msgstr "Die neue Frist muss in der Zukunft liegen." @@ -4958,7 +4975,7 @@ msgstr "" "Diese Bestellung kann nicht storniert werden, da der hier erworbene " "Geschenkgutschein {card} bereits eingelöst wurde." -#: pretix/base/services/orders.py:391 pretix/control/forms/orders.py:132 +#: pretix/base/services/orders.py:391 pretix/control/forms/orders.py:136 msgid "" "The cancellation fee cannot be higher than the payment credit of this order." msgstr "" @@ -5102,7 +5119,7 @@ msgstr "" "Es gab einen Fehler bei der automatischen Erstattung der Zahlung. Bitte " "kontaktiere den Veranstalter für weitere Informationen." -#: pretix/base/services/seating.py:35 pretix/base/services/seating.py:90 +#: pretix/base/services/seating.py:35 pretix/base/services/seating.py:94 #, python-format msgid "" "You can not change the plan since seat \"%s\" is not present in the new plan " @@ -5111,7 +5128,7 @@ msgstr "" "Du kannst den Plan nicht wechseln, da Sitzplatz \"%s\" im neuen Plan nicht " "vorhanden ist, aber bereits verkauft wurde." -#: pretix/base/services/seating.py:93 +#: pretix/base/services/seating.py:97 #, python-format msgid "" "You can not change the plan since seat \"%s\" is not present in the new plan " @@ -5732,7 +5749,7 @@ msgstr "" msgid "Available languages" msgstr "Verfügbare Sprachen" -#: pretix/base/settings.py:707 pretix/control/forms/event.py:96 +#: pretix/base/settings.py:707 pretix/control/forms/event.py:91 msgid "Default language" msgstr "Standardsprache" @@ -5776,7 +5793,7 @@ msgstr "" msgid "Hide all products that are sold out" msgstr "Verstecke alle ausverkauften Produkte" -#: pretix/base/settings.py:757 pretix/control/forms/event.py:1177 +#: pretix/base/settings.py:757 pretix/control/forms/event.py:1176 msgid "Publicly show how many tickets of a certain type are still available." msgstr "" "Zeige öffentlich an, wie viele Tickets des jeweiligen Typs noch verfügbar " @@ -5794,7 +5811,7 @@ msgstr "Zeige Produkt-Varianten standardmäßig ausgeklappt an" msgid "Enable waiting list" msgstr "Warteliste aktivieren" -#: pretix/base/settings.py:785 pretix/control/forms/event.py:1182 +#: pretix/base/settings.py:785 pretix/control/forms/event.py:1181 msgid "" "Once a ticket is sold out, people can add themselves to a waiting list. As " "soon as a ticket becomes available again, it will be reserved for the first " @@ -5906,7 +5923,7 @@ msgstr "" "angeboten, nachdem eine Bestellung als bezahlt markiert wurde." #: pretix/base/settings.py:888 pretix/base/settings.py:896 -#: pretix/control/forms/organizer.py:292 +#: pretix/control/forms/organizer.py:293 #: pretix/presale/templates/pretixpresale/organizers/calendar.html:25 #: pretix/presale/templates/pretixpresale/organizers/calendar_week.html:25 #: pretix/presale/templates/pretixpresale/organizers/index.html:34 @@ -5914,16 +5931,16 @@ msgid "List" msgstr "Liste" #: pretix/base/settings.py:889 pretix/base/settings.py:897 -#: pretix/control/forms/organizer.py:293 +#: pretix/control/forms/organizer.py:294 msgid "Week calendar" msgstr "Wochenkalender" #: pretix/base/settings.py:890 pretix/base/settings.py:898 -#: pretix/control/forms/organizer.py:294 +#: pretix/control/forms/organizer.py:295 msgid "Month calendar" msgstr "Monatskalender" -#: pretix/base/settings.py:894 pretix/control/forms/organizer.py:290 +#: pretix/base/settings.py:894 pretix/control/forms/organizer.py:291 msgid "Default overview style" msgstr "Standard-Anzeige" @@ -5965,7 +5982,7 @@ msgstr "" "Zahlungsmethode es erlaubt. Andernfalls musst du eine manuelle Rückbuchung " "veranlassen." -#: pretix/base/settings.py:952 pretix/control/forms/orders.py:586 +#: pretix/base/settings.py:952 pretix/control/forms/orders.py:590 msgid "Keep a fixed cancellation fee" msgstr "Feste Stornogebühr einbehalten" @@ -5973,7 +5990,7 @@ msgstr "Feste Stornogebühr einbehalten" msgid "Keep payment, shipping and service fees" msgstr "Zahlungs-, Versand- und Servicegebühren einbehalten" -#: pretix/base/settings.py:973 pretix/control/forms/orders.py:591 +#: pretix/base/settings.py:973 pretix/control/forms/orders.py:595 msgid "Keep a percentual cancellation fee" msgstr "Prozentuale Stornogebühr einbehalten" @@ -6043,21 +6060,21 @@ msgstr "Alle Erstattungen werden als Geschenkgutscheine ausgegeben" msgid "Refund method" msgstr "Erstattungsweg" -#: pretix/base/settings.py:1051 pretix/control/forms/event.py:1205 +#: pretix/base/settings.py:1051 pretix/control/forms/event.py:1204 msgid "Contact address" msgstr "Kontakt-E-Mail" -#: pretix/base/settings.py:1052 pretix/control/forms/event.py:1207 +#: pretix/base/settings.py:1052 pretix/control/forms/event.py:1206 msgid "We'll show this publicly to allow attendees to contact you." msgstr "" "Wir werden diese Adresse veröffentlichen um Teilnehmer*innen zu ermöglichen, " "dich zu kontaktieren." -#: pretix/base/settings.py:1060 pretix/control/forms/event.py:1199 +#: pretix/base/settings.py:1060 pretix/control/forms/event.py:1198 msgid "Imprint URL" msgstr "Impressum (URL)" -#: pretix/base/settings.py:1061 pretix/control/forms/event.py:1200 +#: pretix/base/settings.py:1061 pretix/control/forms/event.py:1199 msgid "" "This should point e.g. to a part of your website that has your contact " "details and legal information." @@ -6669,109 +6686,109 @@ msgctxt "subevent" msgid "Date ordering" msgstr "Sortierung der Termine" -#: pretix/base/settings.py:1657 +#: pretix/base/settings.py:1665 msgid "Most common English titles" msgstr "Übliche englische Titel" -#: pretix/base/settings.py:1667 +#: pretix/base/settings.py:1675 msgid "Most common German titles" msgstr "Übliche deutsche Titel" -#: pretix/base/settings.py:1676 pretix/base/settings.py:1689 -#: pretix/base/settings.py:1705 pretix/base/settings.py:1755 -#: pretix/base/settings.py:1768 pretix/base/settings.py:1782 +#: pretix/base/settings.py:1684 pretix/base/settings.py:1697 +#: pretix/base/settings.py:1713 pretix/base/settings.py:1763 +#: pretix/base/settings.py:1776 pretix/base/settings.py:1790 msgid "Given name" msgstr "Vorname" -#: pretix/base/settings.py:1677 pretix/base/settings.py:1690 -#: pretix/base/settings.py:1706 pretix/base/settings.py:1722 -#: pretix/base/settings.py:1739 pretix/base/settings.py:1754 -#: pretix/base/settings.py:1769 pretix/base/settings.py:1783 +#: pretix/base/settings.py:1685 pretix/base/settings.py:1698 +#: pretix/base/settings.py:1714 pretix/base/settings.py:1730 +#: pretix/base/settings.py:1747 pretix/base/settings.py:1762 +#: pretix/base/settings.py:1777 pretix/base/settings.py:1791 msgid "Family name" msgstr "Nachname" -#: pretix/base/settings.py:1681 pretix/base/settings.py:1697 -#: pretix/base/settings.py:1713 pretix/base/settings.py:1728 -#: pretix/base/settings.py:1746 pretix/base/settings.py:1761 -#: pretix/base/settings.py:1791 pretix/base/settings.py:1814 +#: pretix/base/settings.py:1689 pretix/base/settings.py:1705 +#: pretix/base/settings.py:1721 pretix/base/settings.py:1736 +#: pretix/base/settings.py:1754 pretix/base/settings.py:1769 +#: pretix/base/settings.py:1799 pretix/base/settings.py:1822 msgctxt "person_name_sample" msgid "John" msgstr "Max" -#: pretix/base/settings.py:1682 pretix/base/settings.py:1698 -#: pretix/base/settings.py:1714 pretix/base/settings.py:1730 -#: pretix/base/settings.py:1748 pretix/base/settings.py:1762 -#: pretix/base/settings.py:1792 +#: pretix/base/settings.py:1690 pretix/base/settings.py:1706 +#: pretix/base/settings.py:1722 pretix/base/settings.py:1738 +#: pretix/base/settings.py:1756 pretix/base/settings.py:1770 +#: pretix/base/settings.py:1800 msgctxt "person_name_sample" msgid "Doe" msgstr "Mustermann" -#: pretix/base/settings.py:1688 pretix/base/settings.py:1704 -#: pretix/base/settings.py:1736 +#: pretix/base/settings.py:1696 pretix/base/settings.py:1712 +#: pretix/base/settings.py:1744 msgctxt "person_name" msgid "Title" msgstr "Titel" -#: pretix/base/settings.py:1696 pretix/base/settings.py:1712 -#: pretix/base/settings.py:1745 +#: pretix/base/settings.py:1704 pretix/base/settings.py:1720 +#: pretix/base/settings.py:1753 msgctxt "person_name_sample" msgid "Dr" msgstr "Dr." -#: pretix/base/settings.py:1720 pretix/base/settings.py:1737 +#: pretix/base/settings.py:1728 pretix/base/settings.py:1745 msgid "First name" msgstr "Vorname" -#: pretix/base/settings.py:1721 pretix/base/settings.py:1738 +#: pretix/base/settings.py:1729 pretix/base/settings.py:1746 msgid "Middle name" msgstr "Mittlerer Name" -#: pretix/base/settings.py:1802 pretix/base/settings.py:1813 +#: pretix/base/settings.py:1810 pretix/base/settings.py:1821 msgctxt "person_name_sample" msgid "John Doe" msgstr "Max Mustermann" -#: pretix/base/settings.py:1808 +#: pretix/base/settings.py:1816 msgid "Calling name" msgstr "Rufname" -#: pretix/base/settings.py:1821 +#: pretix/base/settings.py:1829 msgid "Latin transcription" msgstr "Transkription" -#: pretix/base/settings.py:1924 pretix/control/forms/event.py:176 +#: pretix/base/settings.py:1932 pretix/control/forms/event.py:172 msgid "" "Your default locale must also be enabled for your event (see box above)." msgstr "" "Die Standardsprache muss eine der aktivierten Sprachen sein (siehe weiter " "oben)." -#: pretix/base/settings.py:1928 +#: pretix/base/settings.py:1936 msgid "" "You cannot require specifying attendee names if you do not ask for them." msgstr "" "Du kannst die Angabe von Teilnehmer*innennamen nur erfordern, wenn auch nach " "Namen gefragt wird." -#: pretix/base/settings.py:1932 +#: pretix/base/settings.py:1940 msgid "You have to ask for attendee emails if you want to make them required." msgstr "" "Du musst E-Mail-Adressen pro Ticket erfassen, wenn sie erforderlich sein " "sollen." -#: pretix/base/settings.py:1936 +#: pretix/base/settings.py:1944 msgid "" "You have to ask for invoice addresses if you want to make them required." msgstr "" "Du musst Rechnungsadressen erfassen, wenn sie erforderlich sein sollen." -#: pretix/base/settings.py:1940 +#: pretix/base/settings.py:1948 msgid "You have to require invoice addresses to require for company names." msgstr "" "Du musst Rechnungsadressen erfordern, damit Firmennamen erforderlich sein " "können." -#: pretix/base/settings.py:1947 +#: pretix/base/settings.py:1955 msgid "The last payment date cannot be before the end of presale." msgstr "" "Das letzte Zahlungsdatum kann nicht vor dem Ende des Vorverkaufs liegen." @@ -7173,16 +7190,22 @@ msgstr "Ein interner Fehler ist aufgetreten, bitte später erneut versuchen." msgid "The task has been completed." msgstr "Die Aufgabe wurde fertiggestellt." -#: pretix/control/forms/__init__.py:112 +#: pretix/control/forms/__init__.py:115 +#, fuzzy, python-brace-format +#| msgid "Please do not upload files larger than 10 MB." +msgid "Please do not upload files larger than {size}!" +msgstr "Bitte keine Dateien mit mehr als 10 MB hochladen." + +#: pretix/control/forms/__init__.py:136 msgid "Filetype not allowed!" msgstr "Dateityp nicht erlaubt!" #: pretix/control/forms/checkin.py:38 pretix/control/forms/filter.py:244 -#: pretix/control/forms/filter.py:271 pretix/control/forms/filter.py:979 -#: pretix/control/forms/filter.py:999 pretix/control/forms/filter.py:1091 -#: pretix/control/forms/filter.py:1107 pretix/control/forms/filter.py:1168 -#: pretix/control/forms/filter.py:1203 pretix/control/forms/orders.py:544 -#: pretix/control/forms/orders.py:699 +#: pretix/control/forms/filter.py:271 pretix/control/forms/filter.py:1031 +#: pretix/control/forms/filter.py:1051 pretix/control/forms/filter.py:1143 +#: pretix/control/forms/filter.py:1159 pretix/control/forms/filter.py:1220 +#: pretix/control/forms/filter.py:1255 pretix/control/forms/orders.py:548 +#: pretix/control/forms/orders.py:703 #: pretix/control/templates/pretixcontrol/event/fragment_subevent_choice_simple.html:5 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:47 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:109 @@ -7191,7 +7214,7 @@ msgctxt "subevent" msgid "All dates" msgstr "Alle Termine" -#: pretix/control/forms/event.py:44 pretix/control/forms/organizer.py:310 +#: pretix/control/forms/event.py:44 pretix/control/forms/organizer.py:311 msgid "Use languages" msgstr "Verfügbare Sprachen" @@ -7204,39 +7227,22 @@ msgstr "" msgid "This is an event series" msgstr "Dies ist eine Veranstaltungsreihe" -#: pretix/control/forms/event.py:50 -msgid "" -"Only recommended for advanced users. If this feature is enabled, this will " -"not only be a single event but a series of very similar events that are " -"handled within a single shop. The single events inside the series can only " -"differ in date, time, location, prices and quotas, but not in other " -"settings, and buying tickets across multiple of these events at the same " -"time is possible. You cannot change this setting for this event later." -msgstr "" -"Nur für fortgeschrittene Nutzer empfohlen. Wenn diese Funktion aktiviert " -"ist, stellt die neue Veranstaltung nicht nur eine einzelne Veranstaltung, " -"sondern eine ganze Reihe ähnlicher Veranstaltungen dar, die im selben Shop " -"verkauft werden. Die einzelnen Termine können sich nur in Datum, Zeit, Ort, " -"Preisen und Kontingenten unterscheiden, aber nicht in anderen Einstellungen. " -"Es ist möglich, Tickets für mehrere Termine gleichzeitig zu erwerben. Diese " -"Einstellung kann später nicht mehr geändert werden." - -#: pretix/control/forms/event.py:88 +#: pretix/control/forms/event.py:83 msgid "" "You already used this slug for a different event. Please choose a new one." msgstr "" "Du hast diese Kurzform bereits für eine andere Veranstaltung benutzt. Bitte " "wähle eine neue." -#: pretix/control/forms/event.py:92 pretix/control/forms/event.py:394 +#: pretix/control/forms/event.py:87 pretix/control/forms/event.py:390 msgid "Event timezone" msgstr "Veranstaltungs-Zeitzone" -#: pretix/control/forms/event.py:99 +#: pretix/control/forms/event.py:94 msgid "Sales tax rate" msgstr "Umsatzsteuersatz" -#: pretix/control/forms/event.py:100 +#: pretix/control/forms/event.py:95 msgid "" "Do you need to pay sales tax on your tickets? In this case, please enter the " "applicable tax rate here in percent. If you have a more complicated tax " @@ -7247,11 +7253,11 @@ msgstr "" "Steuerlage hast, kannst du später andere Steuersätze hinzufügen und " "Detaileinstellungen treffen." -#: pretix/control/forms/event.py:107 +#: pretix/control/forms/event.py:102 msgid "Grant access to team" msgstr "Team-Zugriff gewähren" -#: pretix/control/forms/event.py:108 +#: pretix/control/forms/event.py:103 msgid "" "You are allowed to create events under this organizer, however you do not " "have permission to edit all events under this organizer. Please select one " @@ -7262,11 +7268,11 @@ msgstr "" "Teams aus, in denen du Mitglied bist, das Zugriff auf diese neue " "Veranstaltung haben soll." -#: pretix/control/forms/event.py:113 +#: pretix/control/forms/event.py:108 msgid "Create a new team for this event with me as the only member" msgstr "Erstelle ein neues Team mit mir als einzigem Mitglied" -#: pretix/control/forms/event.py:156 pretix/control/forms/event.py:309 +#: pretix/control/forms/event.py:151 pretix/control/forms/event.py:305 msgid "" "Sample Conference Center\n" "Heidelberg, Germany" @@ -7274,42 +7280,42 @@ msgstr "" "Beispiel-Konferenzzentrum\n" "Heidelberg, Deutschland" -#: pretix/control/forms/event.py:180 +#: pretix/control/forms/event.py:176 msgid "Your default locale must be specified." msgstr "Es muss eine Standardsprache eingestellt werden." -#: pretix/control/forms/event.py:254 +#: pretix/control/forms/event.py:250 msgid "Copy configuration from" msgstr "Konfiguration übernehmen" -#: pretix/control/forms/event.py:260 pretix/control/forms/event.py:263 +#: pretix/control/forms/event.py:256 pretix/control/forms/event.py:259 #: pretix/control/forms/item.py:250 msgid "Do not copy" msgstr "Nicht übernehmen" -#: pretix/control/forms/event.py:314 pretix/control/forms/organizer.py:87 +#: pretix/control/forms/event.py:310 pretix/control/forms/organizer.py:87 msgid "Custom domain" msgstr "Eigene Domain" -#: pretix/control/forms/event.py:316 pretix/control/forms/organizer.py:89 +#: pretix/control/forms/event.py:312 pretix/control/forms/organizer.py:89 msgid "You need to configure the custom domain in the webserver beforehand." msgstr "Du musst die eigene Domain vorher im Webserver konfigurieren." -#: pretix/control/forms/event.py:324 pretix/control/forms/organizer.py:97 +#: pretix/control/forms/event.py:320 pretix/control/forms/organizer.py:97 msgid "You cannot choose the base domain of this installation." msgstr "Du kannst die Basisdomain dieser Installation nicht verwenden." -#: pretix/control/forms/event.py:328 pretix/control/forms/organizer.py:102 +#: pretix/control/forms/event.py:324 pretix/control/forms/organizer.py:102 msgid "This domain is already in use for a different event or organizer." msgstr "" "Diese Domain ist bereits für eine andere Veranstaltung oder ein anderes " "Veranstalterkonto in Verwendung, bitte wähle eine andere." -#: pretix/control/forms/event.py:397 +#: pretix/control/forms/event.py:393 msgid "Name format" msgstr "Namensformat" -#: pretix/control/forms/event.py:398 +#: pretix/control/forms/event.py:394 msgid "" "This defines how pretix will ask for human names. Changing this after you " "already received orders might lead to unexpected behavior when sorting or " @@ -7319,11 +7325,11 @@ msgstr "" "dieser Option, wenn bereits Bestellungen existieren, kann beim Sortieren " "nach Namen oder Ändern von Namen zu unerwartetem Verhalten führen." -#: pretix/control/forms/event.py:403 +#: pretix/control/forms/event.py:399 msgid "Allowed titles" msgstr "Zur Auswahl stehende Titel" -#: pretix/control/forms/event.py:404 +#: pretix/control/forms/event.py:400 msgid "" "If the naming scheme you defined above allows users to input a title, you " "can use this to restrict the set of selectable titles." @@ -7331,11 +7337,11 @@ msgstr "" "Wenn das ausgewählte Namensformat eine Titel-Eingabe erlaubt, kann die " "Auswahl der Titel mit dieser Option eingeschränkt werden." -#: pretix/control/forms/event.py:409 pretix/control/forms/organizer.py:276 +#: pretix/control/forms/event.py:405 pretix/control/forms/organizer.py:276 msgid "Header image" msgstr "Header-Bild" -#: pretix/control/forms/event.py:412 +#: pretix/control/forms/event.py:409 msgid "" "If you provide a logo image, we will by default not show your event name and " "date in the page header. By default, we show your logo with a size of up to " @@ -7350,28 +7356,28 @@ msgstr "" "Details im Bild zu verwenden, da es auf kleineren Bildschirmen auch kleiner " "dargestellt wird." -#: pretix/control/forms/event.py:418 pretix/control/forms/organizer.py:285 +#: pretix/control/forms/event.py:415 pretix/control/forms/organizer.py:286 msgid "Use header image in its full size" msgstr "Volle Höhe des Header-Bildes verwenden" -#: pretix/control/forms/event.py:419 pretix/control/forms/organizer.py:286 +#: pretix/control/forms/event.py:416 pretix/control/forms/organizer.py:287 msgid "We recommend to upload a picture at least 1170 pixels wide." msgstr "Das Header-Bild sollte mindestens 1170 Pixel breit sein." -#: pretix/control/forms/event.py:423 +#: pretix/control/forms/event.py:420 msgid "Show event title even if a header image is present" msgstr "" "Veranstaltungs-Titel auch anzeigen, obwohl ein Header-Bild hochgeladen wurde" -#: pretix/control/forms/event.py:424 +#: pretix/control/forms/event.py:421 msgid "The title will only be shown on the event front page." msgstr "Der Titel wird nur auf der Startseite angezeigt." -#: pretix/control/forms/event.py:428 +#: pretix/control/forms/event.py:425 msgid "Social media image" msgstr "Social-Media-Bild" -#: pretix/control/forms/event.py:431 +#: pretix/control/forms/event.py:429 msgid "" "This picture will be used as a preview if you post links to your ticket shop " "on social media. Facebook advises to use a picture size of 1200 x 630 " @@ -7386,51 +7392,51 @@ msgstr "" "anzusiedeln. Wenn dieses Bild nicht angegeben ist, wird das " "Veranstaltungslogo von weiter oben verwendet." -#: pretix/control/forms/event.py:437 pretix/control/forms/organizer.py:226 +#: pretix/control/forms/event.py:435 pretix/control/forms/organizer.py:226 msgid "Primary color" msgstr "Hauptfarbe" -#: pretix/control/forms/event.py:441 pretix/control/forms/event.py:451 -#: pretix/control/forms/event.py:461 pretix/control/forms/event.py:470 +#: pretix/control/forms/event.py:439 pretix/control/forms/event.py:449 +#: pretix/control/forms/event.py:459 pretix/control/forms/event.py:468 #: pretix/control/forms/organizer.py:230 pretix/control/forms/organizer.py:240 #: pretix/control/forms/organizer.py:250 pretix/control/forms/organizer.py:260 msgid "Please enter the hexadecimal code of a color, e.g. #990000." msgstr "Bitte gib einen hexadezimalen Farbwert ein, z.B. #990000." -#: pretix/control/forms/event.py:446 pretix/control/forms/organizer.py:235 +#: pretix/control/forms/event.py:444 pretix/control/forms/organizer.py:235 msgid "Accent color for success" msgstr "Akzentfarbe für Erfolg" -#: pretix/control/forms/event.py:447 pretix/control/forms/organizer.py:236 +#: pretix/control/forms/event.py:445 pretix/control/forms/organizer.py:236 msgid "We strongly suggest to use a shade of green." msgstr "Wir empfehlen dringend, einen Grünton zu verwenden." -#: pretix/control/forms/event.py:456 pretix/control/forms/organizer.py:245 +#: pretix/control/forms/event.py:454 pretix/control/forms/organizer.py:245 msgid "Accent color for errors" msgstr "Akzentfarbe für Fehler" -#: pretix/control/forms/event.py:457 +#: pretix/control/forms/event.py:455 msgid "We strongly suggest to use a dark shade of red." msgstr "Wir empfehlen dringend, einen dunklen Rotton zu verwenden." -#: pretix/control/forms/event.py:466 pretix/control/forms/organizer.py:256 +#: pretix/control/forms/event.py:464 pretix/control/forms/organizer.py:256 msgid "Page background color" msgstr "Hintergrundfarbe der Seite" -#: pretix/control/forms/event.py:476 pretix/control/forms/organizer.py:266 +#: pretix/control/forms/event.py:474 pretix/control/forms/organizer.py:266 msgid "Use round edges" msgstr "Runde Ecken verwenden" -#: pretix/control/forms/event.py:480 pretix/control/forms/organizer.py:315 +#: pretix/control/forms/event.py:478 pretix/control/forms/organizer.py:316 #: pretix/control/templates/pretixcontrol/pdf/index.html:305 msgid "Font" msgstr "Schriftart" -#: pretix/control/forms/event.py:485 pretix/control/forms/organizer.py:320 +#: pretix/control/forms/event.py:483 pretix/control/forms/organizer.py:321 msgid "Only respected by modern browsers." msgstr "Nur von modernen Browsern respektiert." -#: pretix/control/forms/event.py:542 +#: pretix/control/forms/event.py:540 msgid "" "e.g. I hereby confirm that I have read and agree with the event organizer's " "terms of service and agree with them." @@ -7438,16 +7444,16 @@ msgstr "" "z.B.. Hiermit erkläre ich, dass ich die AGB des Veranstalters gelesen habe " "und ihnen zustimme." -#: pretix/control/forms/event.py:546 +#: pretix/control/forms/event.py:544 #, python-brace-format msgid "Ask for {fields}, display like {example}" msgstr "Frage nach {fields}, Anzeige wie {example}" -#: pretix/control/forms/event.py:552 +#: pretix/control/forms/event.py:550 msgid "Free text input" msgstr "Freie Texteingabe" -#: pretix/control/forms/event.py:586 +#: pretix/control/forms/event.py:584 msgid "" "You have configured gift cards to be valid {} years plus the year the gift " "card is issued in." @@ -7455,11 +7461,11 @@ msgstr "" "Du hast eingestellt, dass Geschenkgutscheine {} Jahre nach Ende des Jahres " "der Ausstellung ablaufen." -#: pretix/control/forms/event.py:601 +#: pretix/control/forms/event.py:599 msgid "Tax rule for payment fees" msgstr "Steuer-Regel für Zahlungsgebühren" -#: pretix/control/forms/event.py:603 +#: pretix/control/forms/event.py:601 msgid "" "The tax rule that applies for additional fees you configured for single " "payment methods. This will set the tax rate and reverse charge rules, other " @@ -7469,11 +7475,11 @@ msgstr "" "soll. Dies setzt nur den Steuersatz und die Reverse-Charge-Regeln, andere " "Einstellungen der Steuer-Regel werden ignoriert." -#: pretix/control/forms/event.py:695 +#: pretix/control/forms/event.py:693 msgid "Generate invoices for Sales channels" msgstr "Rechnungen nur für bestimmte Verkaufskanäle generieren" -#: pretix/control/forms/event.py:698 +#: pretix/control/forms/event.py:696 msgid "" "If you have enabled invoice generation in the previous setting, you can " "limit it here to specific sales channels." @@ -7481,63 +7487,63 @@ msgstr "" "Wenn du die Rechnungserstellung weiter oben aktiviert hast, kannst du sie " "hier auf bestimmte Verkaufskanäle einschränken." -#: pretix/control/forms/event.py:702 +#: pretix/control/forms/event.py:700 msgid "Invoice style" msgstr "Rechnungs-Layout" -#: pretix/control/forms/event.py:708 +#: pretix/control/forms/event.py:706 msgid "Invoice language" msgstr "Rechnungssprache" -#: pretix/control/forms/event.py:709 pretix/control/forms/event.py:730 +#: pretix/control/forms/event.py:707 pretix/control/forms/event.py:729 msgid "The user's language" msgstr "Sprache des Benutzers" -#: pretix/control/forms/event.py:712 +#: pretix/control/forms/event.py:710 msgid "Logo image" msgstr "Logo" -#: pretix/control/forms/event.py:715 +#: pretix/control/forms/event.py:714 msgid "We will show your logo with a maximal height and width of 2.5 cm." msgstr "Wir zeigen das Logo mit einer maximalen Seitenlänge von 2.5cm an." -#: pretix/control/forms/event.py:759 +#: pretix/control/forms/event.py:758 msgid "Bcc address" msgstr "BCC-Adresse" -#: pretix/control/forms/event.py:760 +#: pretix/control/forms/event.py:759 msgid "All emails will be sent to this address as a Bcc copy" msgstr "Alle E-Mails werden in Bcc-Kopie an diese Adresse geschickt" -#: pretix/control/forms/event.py:766 +#: pretix/control/forms/event.py:765 msgid "Signature" msgstr "Signatur" -#: pretix/control/forms/event.py:769 +#: pretix/control/forms/event.py:768 #, python-brace-format msgid "This will be attached to every email. Available placeholders: {event}" msgstr "Diese wird an jede E-Mail angehängt. Verfügbare Platzhalter: {event}" -#: pretix/control/forms/event.py:774 +#: pretix/control/forms/event.py:773 msgid "e.g. your contact details" msgstr "z.B. Deine Kontaktdaten" -#: pretix/control/forms/event.py:779 +#: pretix/control/forms/event.py:778 msgid "HTML mail renderer" msgstr "HTML-E-Mail-Renderer" -#: pretix/control/forms/event.py:784 pretix/control/forms/event.py:801 -#: pretix/control/forms/event.py:818 pretix/control/forms/event.py:877 +#: pretix/control/forms/event.py:783 pretix/control/forms/event.py:800 +#: pretix/control/forms/event.py:817 pretix/control/forms/event.py:876 msgid "Text sent to order contact address" msgstr "Text an die Besteller-Adresse" -#: pretix/control/forms/event.py:789 pretix/control/forms/event.py:806 -#: pretix/control/forms/event.py:823 pretix/control/forms/event.py:882 +#: pretix/control/forms/event.py:788 pretix/control/forms/event.py:805 +#: pretix/control/forms/event.py:822 pretix/control/forms/event.py:881 msgid "Send an email to attendees" msgstr "E-Mail an einzelne Teilnehmer verschicken" -#: pretix/control/forms/event.py:790 pretix/control/forms/event.py:807 -#: pretix/control/forms/event.py:824 pretix/control/forms/event.py:883 +#: pretix/control/forms/event.py:789 pretix/control/forms/event.py:806 +#: pretix/control/forms/event.py:823 pretix/control/forms/event.py:882 msgid "" "If the order contains attendees with email addresses different from the " "person who orders the tickets, the following email will be sent out to the " @@ -7547,32 +7553,32 @@ msgstr "" "Kontaktadresse der Bestellung abweichen, wird die folgende E-Mail an die " "einzelnen Teilnehmer verschickt." -#: pretix/control/forms/event.py:795 pretix/control/forms/event.py:812 -#: pretix/control/forms/event.py:829 pretix/control/forms/event.py:888 +#: pretix/control/forms/event.py:794 pretix/control/forms/event.py:811 +#: pretix/control/forms/event.py:828 pretix/control/forms/event.py:887 msgid "Text sent to attendees" msgstr "Text an die Teilnehmer" -#: pretix/control/forms/event.py:835 pretix/control/forms/event.py:857 -#: pretix/control/forms/event.py:862 pretix/control/forms/event.py:867 -#: pretix/control/forms/event.py:872 +#: pretix/control/forms/event.py:834 pretix/control/forms/event.py:856 +#: pretix/control/forms/event.py:861 pretix/control/forms/event.py:866 +#: pretix/control/forms/event.py:871 #: pretix/control/templates/pretixcontrol/organizers/giftcard.html:99 #: pretix/control/templates/pretixcontrol/pdf/index.html:367 msgid "Text" msgstr "Text" -#: pretix/control/forms/event.py:840 +#: pretix/control/forms/event.py:839 msgid "Text (sent by admin)" msgstr "Text (vom Admin verschickt)" -#: pretix/control/forms/event.py:845 +#: pretix/control/forms/event.py:844 msgid "Text (requested by user)" msgstr "Text (vom Benutzer beantragt)" -#: pretix/control/forms/event.py:850 pretix/control/forms/event.py:893 +#: pretix/control/forms/event.py:849 pretix/control/forms/event.py:892 msgid "Number of days" msgstr "Anzahl Tage" -#: pretix/control/forms/event.py:853 +#: pretix/control/forms/event.py:852 msgid "" "This email will be sent out this many days before the order expires. If the " "value is 0, the mail will never be sent." @@ -7580,7 +7586,7 @@ msgstr "" "Die E-Mail wird die angegebene Anzahl an Tagen vor dem Ablaufdatum " "verschickt. Ist der Wert 0, wird die Mail nie verschickt." -#: pretix/control/forms/event.py:896 +#: pretix/control/forms/event.py:895 msgid "" "This email will be sent out this many days before the order event starts. If " "the field is empty, the mail will never be sent." @@ -7588,15 +7594,15 @@ msgstr "" "Die E-Mail wird die eingestellte Anzahl Tage vor der Veranstaltung " "verschickt. Wenn das Feld leer ist, wird die Mail nicht verschickt." -#: pretix/control/forms/event.py:900 +#: pretix/control/forms/event.py:899 msgid "Received order" msgstr "Bestellung erhalten" -#: pretix/control/forms/event.py:905 +#: pretix/control/forms/event.py:904 msgid "Approved order" msgstr "Bestätigte Bestellung" -#: pretix/control/forms/event.py:908 +#: pretix/control/forms/event.py:907 msgid "" "This will only be sent out for non-free orders. Free orders will receive the " "free order template from above instead." @@ -7604,15 +7610,15 @@ msgstr "" "Wird nur für kostenpflichtige Bestellungen verschickt. Für kostenlose " "Bestellung wird die E-Mail-Vorlage für den Bestelleingang verwendet." -#: pretix/control/forms/event.py:912 +#: pretix/control/forms/event.py:911 msgid "Denied order" msgstr "Abgelehnte Bestellung" -#: pretix/control/forms/event.py:917 +#: pretix/control/forms/event.py:916 msgid "Use custom SMTP server" msgstr "Eigenen SMTP-Server verwenden" -#: pretix/control/forms/event.py:918 +#: pretix/control/forms/event.py:917 msgid "" "All mail related to your event will be sent over the smtp server specified " "by you." @@ -7620,84 +7626,84 @@ msgstr "" "Alle E-Mails bezüglich deiner Veranstaltung werden über den von dir " "angegebenen SMTP-Server versendet." -#: pretix/control/forms/event.py:922 +#: pretix/control/forms/event.py:921 msgid "Hostname" msgstr "Hostname" -#: pretix/control/forms/event.py:927 +#: pretix/control/forms/event.py:926 msgid "Port" msgstr "Port" -#: pretix/control/forms/event.py:932 +#: pretix/control/forms/event.py:931 msgid "Username" msgstr "Benutzername" -#: pretix/control/forms/event.py:944 +#: pretix/control/forms/event.py:943 msgid "Use STARTTLS" msgstr "STARTTLS verwenden" -#: pretix/control/forms/event.py:945 +#: pretix/control/forms/event.py:944 msgid "Commonly enabled on port 587." msgstr "Meistens auf Port 587 verfügbar." -#: pretix/control/forms/event.py:949 +#: pretix/control/forms/event.py:948 msgid "Use SSL" msgstr "SSL verwenden" -#: pretix/control/forms/event.py:950 +#: pretix/control/forms/event.py:949 msgid "Commonly enabled on port 465." msgstr "Meistens auf Port 465 verfügbar." -#: pretix/control/forms/event.py:979 pretix/control/forms/orders.py:465 -#: pretix/control/forms/orders.py:622 pretix/control/forms/vouchers.py:255 +#: pretix/control/forms/event.py:978 pretix/control/forms/orders.py:469 +#: pretix/control/forms/orders.py:626 pretix/control/forms/vouchers.py:255 #: pretix/plugins/sendmail/forms.py:49 #, python-brace-format msgid "Available placeholders: {list}" msgstr "Verfügbare Platzhalter: {list}" -#: pretix/control/forms/event.py:1014 +#: pretix/control/forms/event.py:1013 msgid "" "You can activate either SSL or STARTTLS security, but not both at the same " "time." msgstr "Du kannst nur SSL oder STARTTLS aktivieren, nicht beides." -#: pretix/control/forms/event.py:1063 +#: pretix/control/forms/event.py:1062 msgid "Any country" msgstr "Beliebiges Land" -#: pretix/control/forms/event.py:1064 +#: pretix/control/forms/event.py:1063 msgid "European Union" msgstr "Europäische Union" -#: pretix/control/forms/event.py:1076 +#: pretix/control/forms/event.py:1075 msgid "Any customer" msgstr "Beliebiger Kunde" -#: pretix/control/forms/event.py:1077 +#: pretix/control/forms/event.py:1076 msgid "Individual" msgstr "Privatperson" -#: pretix/control/forms/event.py:1078 +#: pretix/control/forms/event.py:1077 msgid "Business" msgstr "Unternehmen" -#: pretix/control/forms/event.py:1079 +#: pretix/control/forms/event.py:1078 msgid "Business with valid VAT ID" msgstr "Unternehmen mit gültiger USt-ID-Nr." -#: pretix/control/forms/event.py:1085 +#: pretix/control/forms/event.py:1084 msgid "Charge VAT" msgstr "MwSt. berechnen" -#: pretix/control/forms/event.py:1087 +#: pretix/control/forms/event.py:1086 msgid "No VAT" msgstr "Keine MwSt." -#: pretix/control/forms/event.py:1116 +#: pretix/control/forms/event.py:1115 msgid "Pre-selected voucher" msgstr "Vorausgewählter Gutschein" -#: pretix/control/forms/event.py:1118 +#: pretix/control/forms/event.py:1117 msgid "" "If set, the widget will show products as if this voucher has been entered " "and when a product is bought via the widget, this voucher will be used. This " @@ -7709,11 +7715,11 @@ msgstr "" "Gutscheincode dafür genutzt. Dies kann beispielsweise für einen Rabatt " "verwendet werden oder um nur versteckte Produkte im Widget anzuzeigen." -#: pretix/control/forms/event.py:1123 +#: pretix/control/forms/event.py:1122 msgid "Compatibility mode" msgstr "Kompatibilitätsmodus" -#: pretix/control/forms/event.py:1125 +#: pretix/control/forms/event.py:1124 msgid "" "Our regular widget doesn't work in all website builders. If you run into " "trouble, try using this compatibility mode." @@ -7721,33 +7727,33 @@ msgstr "" "Das reguläre Widget funktioniert mit manchen Website-Baukästen nicht. Wenn " "Probleme auftreten kannst du es mit diesem Kompatibilitätsmodus versuchen." -#: pretix/control/forms/event.py:1146 +#: pretix/control/forms/event.py:1145 msgid "The given voucher code does not exist." msgstr "Der ausgewählte Gutschein existiert nicht." -#: pretix/control/forms/event.py:1153 pretix/control/forms/organizer.py:48 +#: pretix/control/forms/event.py:1152 pretix/control/forms/organizer.py:48 #: pretix/control/views/shredder.py:108 msgid "The slug you entered was not correct." msgstr "Der Kurzname der Veranstaltung war nicht korrekt." -#: pretix/control/forms/event.py:1157 pretix/control/forms/organizer.py:52 +#: pretix/control/forms/event.py:1156 pretix/control/forms/organizer.py:52 msgid "Event slug" msgstr "Kurzname der Veranstaltung" -#: pretix/control/forms/event.py:1188 +#: pretix/control/forms/event.py:1187 msgid "Ticket downloads" msgstr "Ticket-Downloads" -#: pretix/control/forms/event.py:1189 +#: pretix/control/forms/event.py:1188 msgid "Your customers will be able to download their tickets in PDF format." msgstr "" "Die Teilnehmer*innen werden ihre Tickets im PDF-Format herunterladen können." -#: pretix/control/forms/event.py:1193 +#: pretix/control/forms/event.py:1192 msgid "Require all attendees to fill in their names" msgstr "Erfordere, dass alle Teilnehmer*innen ihre Namen ausfüllen" -#: pretix/control/forms/event.py:1194 +#: pretix/control/forms/event.py:1193 msgid "" "By default, we will ask for names but not require them. You can turn this " "off completely in the settings." @@ -7755,11 +7761,11 @@ msgstr "" "Standardmäßig werden die Namen erfragt, aber müssen nicht ausgefüllt werden. " "Du kannst dies in den Einstellungen komplett abschalten." -#: pretix/control/forms/event.py:1220 +#: pretix/control/forms/event.py:1219 msgid "Payment via Stripe" msgstr "Zahlung über Stripe" -#: pretix/control/forms/event.py:1221 +#: pretix/control/forms/event.py:1220 msgid "" "Stripe is an online payments processor supporting credit cards and lots of " "other payment options. To accept payments via Stripe, you will need to set " @@ -7771,11 +7777,11 @@ msgstr "" "brauchst du ein Konto bei Stripe, das sich in unter fünf Minuten über das " "einfache Interface von Stripe erstellen lässt." -#: pretix/control/forms/event.py:1227 +#: pretix/control/forms/event.py:1226 msgid "Payment by bank transfer" msgstr "Zahlung per Banküberweisung" -#: pretix/control/forms/event.py:1228 +#: pretix/control/forms/event.py:1227 msgid "" "Your customers will be instructed to wire the money to your account. You can " "then import your bank statements to process the payments within pretix, or " @@ -7785,16 +7791,16 @@ msgstr "" "zu überweisen. Du kannst dann deinen Kontoauszug in pretix importieren, um " "Zahlungen zuzuweisen, oder die Bestellungen manuell als bezahlt markieren." -#: pretix/control/forms/event.py:1267 +#: pretix/control/forms/event.py:1266 #: pretix/control/templates/pretixcontrol/event/quick_setup.html:45 msgid "Price (optional)" msgstr "Preis (optional)" -#: pretix/control/forms/event.py:1272 +#: pretix/control/forms/event.py:1271 msgid "Free" msgstr "Kostenlos" -#: pretix/control/forms/event.py:1277 +#: pretix/control/forms/event.py:1276 msgid "Quantity available" msgstr "Verfügbare Anzahl" @@ -7815,7 +7821,7 @@ msgstr "Bezahlt (oder storniert mit Gebühr)" #: pretix/control/templates/pretixcontrol/items/question.html:21 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:8 #: pretix/control/templates/pretixcontrol/orders/overview.html:67 -#: pretix/plugins/reports/exporters.py:223 +#: pretix/plugins/reports/exporters.py:226 msgid "Pending" msgstr "ausstehend" @@ -7829,13 +7835,13 @@ msgstr "Ausstehend (überfällig)" msgid "Pending or paid" msgstr "ausstehend oder bezahlt" -#: pretix/control/forms/filter.py:111 pretix/control/forms/filter.py:541 -#: pretix/control/forms/filter.py:946 +#: pretix/control/forms/filter.py:111 pretix/control/forms/filter.py:593 +#: pretix/control/forms/filter.py:998 #: pretix/control/templates/pretixcontrol/items/question.html:24 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:17 #: pretix/control/templates/pretixcontrol/orders/overview.html:60 #: pretix/control/templates/pretixcontrol/organizers/giftcards.html:76 -#: pretix/plugins/reports/exporters.py:219 +#: pretix/plugins/reports/exporters.py:222 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:20 msgid "Expired" msgstr "abgelaufen" @@ -7849,7 +7855,7 @@ msgstr "ausstehend oder abgelaufen" #: pretix/control/templates/pretixcontrol/items/question.html:26 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:19 #: pretix/control/templates/pretixcontrol/orders/overview.html:59 -#: pretix/plugins/reports/exporters.py:219 +#: pretix/plugins/reports/exporters.py:222 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:22 msgid "Canceled" msgstr "storniert" @@ -7876,8 +7882,8 @@ msgstr "Unterzahlt" msgid "Pending (but fully paid)" msgstr "ausstehend (aber voll bezahlt)" -#: pretix/control/forms/filter.py:119 pretix/control/forms/filter.py:526 -#: pretix/control/forms/filter.py:529 +#: pretix/control/forms/filter.py:119 pretix/control/forms/filter.py:578 +#: pretix/control/forms/filter.py:581 #: pretix/control/templates/pretixcontrol/event/live.html:63 msgid "Test mode" msgstr "Testmodus" @@ -7886,28 +7892,28 @@ msgstr "Testmodus" msgid "Cancellation requested" msgstr "Stornierung angefragt" -#: pretix/control/forms/filter.py:278 pretix/control/forms/filter.py:796 -#: pretix/control/forms/filter.py:1006 pretix/control/forms/vouchers.py:112 +#: pretix/control/forms/filter.py:278 pretix/control/forms/filter.py:848 +#: pretix/control/forms/filter.py:1058 pretix/control/forms/vouchers.py:112 #: pretix/control/templates/pretixcontrol/items/question.html:29 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:99 msgid "All products" msgstr "Alle Produkte" -#: pretix/control/forms/filter.py:282 pretix/control/forms/filter.py:1010 +#: pretix/control/forms/filter.py:282 pretix/control/forms/filter.py:1062 #: pretix/control/forms/vouchers.py:100 pretix/control/views/typeahead.py:514 #, python-brace-format msgid "{product} – Any variation" msgstr "{product} - Beliebige Variante" #: pretix/control/forms/filter.py:341 pretix/control/forms/filter.py:346 -#: pretix/control/forms/filter.py:617 pretix/control/forms/filter.py:622 +#: pretix/control/forms/filter.py:669 pretix/control/forms/filter.py:674 msgid "All organizers" msgstr "Alle Veranstalter" -#: pretix/control/forms/filter.py:381 pretix/control/forms/filter.py:528 -#: pretix/control/forms/filter.py:537 pretix/control/forms/filter.py:860 -#: pretix/control/forms/filter.py:869 pretix/control/forms/filter.py:941 -#: pretix/control/forms/filter.py:954 +#: pretix/control/forms/filter.py:433 pretix/control/forms/filter.py:580 +#: pretix/control/forms/filter.py:589 pretix/control/forms/filter.py:912 +#: pretix/control/forms/filter.py:921 pretix/control/forms/filter.py:993 +#: pretix/control/forms/filter.py:1006 #: pretix/control/templates/pretixcontrol/checkin/lists.html:104 #: pretix/control/templates/pretixcontrol/checkin/lists.html:116 #: pretix/control/templates/pretixcontrol/organizers/devices.html:72 @@ -7917,202 +7923,202 @@ msgstr "Alle Veranstalter" msgid "All" msgstr "Alle" -#: pretix/control/forms/filter.py:383 pretix/control/forms/filter.py:603 +#: pretix/control/forms/filter.py:435 pretix/control/forms/filter.py:655 msgid "Shop live and presale running" msgstr "Shop live und Vorverkauf läuft" -#: pretix/control/forms/filter.py:384 pretix/control/forms/filter.py:862 +#: pretix/control/forms/filter.py:436 pretix/control/forms/filter.py:914 msgid "Inactive" msgstr "inaktiv" -#: pretix/control/forms/filter.py:396 pretix/control/forms/subevents.py:287 +#: pretix/control/forms/filter.py:448 pretix/control/forms/subevents.py:287 #: pretix/control/forms/subevents.py:326 msgid "Weekday" msgstr "Werktag" -#: pretix/control/forms/filter.py:398 +#: pretix/control/forms/filter.py:450 msgid "All days" msgstr "Alle Tage" -#: pretix/control/forms/filter.py:399 +#: pretix/control/forms/filter.py:451 msgid "Monday" msgstr "Montag" -#: pretix/control/forms/filter.py:400 +#: pretix/control/forms/filter.py:452 msgid "Tuesday" msgstr "Dienstag" -#: pretix/control/forms/filter.py:401 +#: pretix/control/forms/filter.py:453 msgid "Wednesday" msgstr "Mittwoch" -#: pretix/control/forms/filter.py:402 +#: pretix/control/forms/filter.py:454 msgid "Thursday" msgstr "Donnerstag" -#: pretix/control/forms/filter.py:403 +#: pretix/control/forms/filter.py:455 msgid "Friday" msgstr "Freitag" -#: pretix/control/forms/filter.py:404 +#: pretix/control/forms/filter.py:456 msgid "Saturday" msgstr "Samstag" -#: pretix/control/forms/filter.py:405 +#: pretix/control/forms/filter.py:457 msgid "Sunday" msgstr "Sonntag" -#: pretix/control/forms/filter.py:530 +#: pretix/control/forms/filter.py:582 msgid "Live" msgstr "Live" -#: pretix/control/forms/filter.py:535 pretix/control/forms/filter.py:538 +#: pretix/control/forms/filter.py:587 pretix/control/forms/filter.py:590 msgid "Empty" msgstr "Leer" -#: pretix/control/forms/filter.py:539 +#: pretix/control/forms/filter.py:591 msgid "Valid and with value" msgstr "Gültig und mit Wert" -#: pretix/control/forms/filter.py:540 +#: pretix/control/forms/filter.py:592 msgid "Expired and with value" msgstr "Abgelaufen und mit Wert" -#: pretix/control/forms/filter.py:546 pretix/control/forms/filter.py:548 -#: pretix/control/forms/filter.py:876 pretix/control/forms/filter.py:878 +#: pretix/control/forms/filter.py:598 pretix/control/forms/filter.py:600 +#: pretix/control/forms/filter.py:928 pretix/control/forms/filter.py:930 msgid "Search query" msgstr "Suchbegriff" -#: pretix/control/forms/filter.py:601 +#: pretix/control/forms/filter.py:653 msgid "All events" msgstr "Alle Veranstaltungen" -#: pretix/control/forms/filter.py:602 +#: pretix/control/forms/filter.py:654 msgid "Shop live" msgstr "Shop live" -#: pretix/control/forms/filter.py:604 +#: pretix/control/forms/filter.py:656 msgid "Shop not live" msgstr "Shop nicht live" -#: pretix/control/forms/filter.py:607 +#: pretix/control/forms/filter.py:659 msgid "Single event running or in the future" msgstr "Einzelne Veranstaltung in der Gegenwart oder Zukunft" -#: pretix/control/forms/filter.py:608 +#: pretix/control/forms/filter.py:660 msgid "Single event in the past" msgstr "Einzelne Veranstaltung in der Vergangenheit" -#: pretix/control/forms/filter.py:775 pretix/control/forms/filter.py:777 +#: pretix/control/forms/filter.py:827 pretix/control/forms/filter.py:829 msgid "Search attendee…" msgstr "Teilnehmer suchen …" -#: pretix/control/forms/filter.py:783 +#: pretix/control/forms/filter.py:835 msgid "Check-in status" msgstr "Check-in-Status" -#: pretix/control/forms/filter.py:785 +#: pretix/control/forms/filter.py:837 msgid "All attendees" msgstr "Alle Teilnehmer*innen" -#: pretix/control/forms/filter.py:786 +#: pretix/control/forms/filter.py:838 msgctxt "checkin state" msgid "Present" msgstr "Anwesend" -#: pretix/control/forms/filter.py:787 +#: pretix/control/forms/filter.py:839 #: pretix/control/templates/pretixcontrol/checkin/index.html:131 #: pretix/control/templates/pretixcontrol/checkin/lists.html:73 -#: pretix/plugins/checkinlists/exporters.py:337 +#: pretix/plugins/checkinlists/exporters.py:396 msgid "Checked in" msgstr "Eingecheckt" -#: pretix/control/forms/filter.py:788 +#: pretix/control/forms/filter.py:840 #: pretix/control/templates/pretixcontrol/checkin/index.html:126 msgid "Not checked in" msgstr "Nicht eingecheckt" -#: pretix/control/forms/filter.py:867 pretix/control/forms/filter.py:870 +#: pretix/control/forms/filter.py:919 pretix/control/forms/filter.py:922 #: pretix/control/templates/pretixcontrol/users/index.html:47 msgid "Administrator" msgstr "Administrator" -#: pretix/control/forms/filter.py:871 +#: pretix/control/forms/filter.py:923 msgid "No administrator" msgstr "Kein Administrator" -#: pretix/control/forms/filter.py:942 +#: pretix/control/forms/filter.py:994 msgid "Valid" msgstr "Gültig" -#: pretix/control/forms/filter.py:943 +#: pretix/control/forms/filter.py:995 msgid "Unredeemed" msgstr "Nicht eingelöst" -#: pretix/control/forms/filter.py:944 +#: pretix/control/forms/filter.py:996 msgid "Redeemed at least once" msgstr "Mindestens einmal eingelöst" -#: pretix/control/forms/filter.py:945 +#: pretix/control/forms/filter.py:997 msgid "Fully redeemed" msgstr "Voll eingelöst" -#: pretix/control/forms/filter.py:947 +#: pretix/control/forms/filter.py:999 msgid "Redeemed and checked in with ticket" msgstr "Eingelöst und Ticket eingecheckt" -#: pretix/control/forms/filter.py:952 +#: pretix/control/forms/filter.py:1004 msgid "Quota handling" msgstr "Kontingent-Einstellungen" -#: pretix/control/forms/filter.py:956 +#: pretix/control/forms/filter.py:1008 msgid "Allow to ignore quota" msgstr "Kontingent ignorieren" -#: pretix/control/forms/filter.py:961 pretix/control/forms/filter.py:963 +#: pretix/control/forms/filter.py:1013 pretix/control/forms/filter.py:1015 msgid "Filter by tag" msgstr "Nach Tag filtern" -#: pretix/control/forms/filter.py:968 pretix/control/forms/filter.py:970 +#: pretix/control/forms/filter.py:1020 pretix/control/forms/filter.py:1022 msgid "Search voucher" msgstr "Gutschein suchen" -#: pretix/control/forms/filter.py:1016 pretix/control/forms/vouchers.py:91 +#: pretix/control/forms/filter.py:1068 pretix/control/forms/vouchers.py:91 #: pretix/control/views/typeahead.py:522 pretix/control/views/typeahead.py:526 #: pretix/control/views/vouchers.py:81 #, python-brace-format msgid "Any product in quota \"{quota}\"" msgstr "Beliebiges Produkt des Kontingents \"{quota}\"" -#: pretix/control/forms/filter.py:1132 +#: pretix/control/forms/filter.py:1184 msgid "Refund status" msgstr "Erstattungsstatus" -#: pretix/control/forms/filter.py:1134 +#: pretix/control/forms/filter.py:1186 msgid "All open refunds" msgstr "Alle offenen Erstattungen" -#: pretix/control/forms/filter.py:1135 +#: pretix/control/forms/filter.py:1187 msgid "All refunds" msgstr "Alle Erstattungen" -#: pretix/control/forms/filter.py:1171 +#: pretix/control/forms/filter.py:1223 msgid "Date filter" msgstr "Datums-Filter" -#: pretix/control/forms/filter.py:1173 +#: pretix/control/forms/filter.py:1225 msgid "Filter by…" msgstr "Filtern nach…" -#: pretix/control/forms/filter.py:1175 +#: pretix/control/forms/filter.py:1227 msgid "Date of last successful payment" msgstr "Datum der letzten Zahlung" -#: pretix/control/forms/filter.py:1180 +#: pretix/control/forms/filter.py:1232 msgid "Date from" msgstr "Datum von" -#: pretix/control/forms/filter.py:1185 +#: pretix/control/forms/filter.py:1237 msgid "Date until" msgstr "Datum bis" @@ -8335,8 +8341,8 @@ msgstr "Du hast das selbe enthaltene Produkt zweimal hinzugefügt." msgid "Bundled product" msgstr "Enthaltenes Produkt" -#: pretix/control/forms/item.py:735 pretix/control/forms/orders.py:260 -#: pretix/control/forms/orders.py:394 +#: pretix/control/forms/item.py:735 pretix/control/forms/orders.py:264 +#: pretix/control/forms/orders.py:398 msgid "inactive" msgstr "inaktiv" @@ -8369,11 +8375,11 @@ msgstr "Bestellungen im Test-Modus anlegen" msgid "CSV column: \"{name}\"" msgstr "CSV-Spalte: \"{name}\"" -#: pretix/control/forms/orders.py:33 +#: pretix/control/forms/orders.py:34 msgid "Overbook quota" msgstr "Kontingent überbuchen" -#: pretix/control/forms/orders.py:34 +#: pretix/control/forms/orders.py:35 msgid "" "If you check this box, this operation will be performed even if it leads to " "an overbooked quota and you having sold more tickets than you planned!" @@ -8382,11 +8388,11 @@ msgstr "" "wenn sie zu einem überbuchten Kontingent führt und du dadurch mehr Tickets " "verkauft hast als geplant!" -#: pretix/control/forms/orders.py:78 +#: pretix/control/forms/orders.py:79 msgid "Overbook quota and ignore late payment" msgstr "Überbuchung von Kontingenten und Überschreitung von Fristen ignorieren" -#: pretix/control/forms/orders.py:79 +#: pretix/control/forms/orders.py:80 msgid "" "If you check this box, this operation will be performed even if it leads to " "an overbooked quota and you having sold more tickets than you planned! The " @@ -8398,16 +8404,16 @@ msgstr "" "verkauft hast als geplant! Weiterhin werden Einstellungen wie das letzte " "mögliche Zahlungsdatum ignoriert." -#: pretix/control/forms/orders.py:105 +#: pretix/control/forms/orders.py:106 #: pretix/control/templates/pretixcontrol/order/deny.html:19 msgid "Notify user by e-mail" msgstr "Benutzer per E-Mail benachrichtigen" -#: pretix/control/forms/orders.py:112 +#: pretix/control/forms/orders.py:113 msgid "Keep a cancellation fee of" msgstr "Stornogebühr einbehalten" -#: pretix/control/forms/orders.py:113 +#: pretix/control/forms/orders.py:114 msgid "" "If you keep a fee, all positions within this order will be canceled and the " "order will be reduced to a paid cancellation fee. Payment and shipping fees " @@ -8422,24 +8428,24 @@ msgstr "" "Stornogebühr aufgenommen werden. Bitte gib einen Bruttobetrag ein, die " "Steuern werden automatisch berechnet." -#: pretix/control/forms/orders.py:141 +#: pretix/control/forms/orders.py:145 msgid "Payment amount" msgstr "Zahlbetrag" -#: pretix/control/forms/orders.py:145 +#: pretix/control/forms/orders.py:149 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/control.html:7 -#: pretix/plugins/reports/exporters.py:319 -#: pretix/plugins/reports/exporters.py:381 -#: pretix/plugins/reports/exporters.py:491 -#: pretix/plugins/reports/exporters.py:520 +#: pretix/plugins/reports/exporters.py:322 +#: pretix/plugins/reports/exporters.py:384 +#: pretix/plugins/reports/exporters.py:494 +#: pretix/plugins/reports/exporters.py:523 msgid "Payment date" msgstr "Zahlungsdatum" -#: pretix/control/forms/orders.py:183 +#: pretix/control/forms/orders.py:187 msgid "Re-calculate taxes" msgstr "Steuern neu berechnen" -#: pretix/control/forms/orders.py:186 +#: pretix/control/forms/orders.py:190 msgid "" "This operation re-checks if taxes should be paid to the items due to e.g. " "configured reverse charge rules and changes the prices and tax values " @@ -8453,11 +8459,11 @@ msgstr "" "Rechnungsadresse sinnvoll. Bitte nur bei Bedarf und vorsichtig verwenden. Es " "können bei der Berechnung Rundungsdifferenzen auftreten." -#: pretix/control/forms/orders.py:192 +#: pretix/control/forms/orders.py:196 msgid "Issue a new invoice if required" msgstr "Neue Rechnung erzeugen (falls erforderlich)" -#: pretix/control/forms/orders.py:196 +#: pretix/control/forms/orders.py:200 msgid "" "If an invoice exists for this order and this operation would change its " "contents, the old invoice will be canceled and a new invoice will be issued." @@ -8466,68 +8472,68 @@ msgstr "" "Operationen geändert würde, wird die alte Rechnung storniert und eine neue " "ausgestellt." -#: pretix/control/forms/orders.py:201 +#: pretix/control/forms/orders.py:205 msgid "Notify user" msgstr "Benutzer benachrichtigen" -#: pretix/control/forms/orders.py:205 +#: pretix/control/forms/orders.py:209 msgid "" "Send an email to the customer notifying that their order has been changed." msgstr "" "Eine E-Mail wird verschickt um den Benutzer über die Änderung der Bestellung " "in Kenntnis zu setzen." -#: pretix/control/forms/orders.py:209 +#: pretix/control/forms/orders.py:213 msgid "Allow to overbook quotas when performing this operation" msgstr "Überbuchen von Kontingenten bei dieser Aktion erlauben" -#: pretix/control/forms/orders.py:225 +#: pretix/control/forms/orders.py:229 msgid "Add-on to" msgstr "Zusatz-Produkt zu" -#: pretix/control/forms/orders.py:230 +#: pretix/control/forms/orders.py:234 #: pretix/control/templates/pretixcontrol/checkin/index.html:70 #: pretix/control/templates/pretixcontrol/order/change.html:118 #: pretix/control/views/vouchers.py:70 msgid "Seat" msgstr "Sitzplatz" -#: pretix/control/forms/orders.py:237 +#: pretix/control/forms/orders.py:241 msgid "Including taxes, if any. Keep empty for the product's default price" msgstr "" "inklusive Steuern (wenn vorhanden). Leer lassen für den Standardpreis des " "Produktes." -#: pretix/control/forms/orders.py:335 pretix/control/forms/orders.py:339 -#: pretix/control/forms/orders.py:378 pretix/control/forms/orders.py:389 +#: pretix/control/forms/orders.py:339 pretix/control/forms/orders.py:343 +#: pretix/control/forms/orders.py:382 pretix/control/forms/orders.py:393 msgid "(Unchanged)" msgstr "(Unverändert)" -#: pretix/control/forms/orders.py:345 pretix/control/forms/orders.py:412 +#: pretix/control/forms/orders.py:349 pretix/control/forms/orders.py:416 msgid "New price (gross)" msgstr "Neuer Preis (brutto)" -#: pretix/control/forms/orders.py:349 +#: pretix/control/forms/orders.py:353 msgid "Generate a new secret" msgstr "Neuen Ticket-Code generieren" -#: pretix/control/forms/orders.py:353 +#: pretix/control/forms/orders.py:357 msgid "Cancel this position" msgstr "Diese Position stornieren" -#: pretix/control/forms/orders.py:357 +#: pretix/control/forms/orders.py:361 msgid "Split into new order" msgstr "In neue Bestellung abspalten" -#: pretix/control/forms/orders.py:416 +#: pretix/control/forms/orders.py:420 msgid "Remove this fee" msgstr "Gebühr entfernen" -#: pretix/control/forms/orders.py:430 +#: pretix/control/forms/orders.py:434 msgid "Invalidate secrets" msgstr "Geheime Codes anpassen" -#: pretix/control/forms/orders.py:431 +#: pretix/control/forms/orders.py:435 msgid "" "Regenerates the order and ticket secrets. You will need to re-send the link " "to the order page to the user and the user will need to download his tickets " @@ -8537,30 +8543,30 @@ msgstr "" "danach den Link neu verschicken; der User muss auch die Tickets neu " "herunterladen, da die alten Versionen ungültig gemacht werden." -#: pretix/control/forms/orders.py:456 pretix/control/forms/orders.py:639 -#: pretix/control/forms/orders.py:666 pretix/control/forms/vouchers.py:222 +#: pretix/control/forms/orders.py:460 pretix/control/forms/orders.py:643 +#: pretix/control/forms/orders.py:670 pretix/control/forms/vouchers.py:222 #: pretix/plugins/sendmail/forms.py:21 pretix/plugins/sendmail/forms.py:76 msgid "Subject" msgstr "Betreff" -#: pretix/control/forms/orders.py:480 +#: pretix/control/forms/orders.py:484 msgid "Recipient" msgstr "Empfänger" -#: pretix/control/forms/orders.py:486 pretix/control/forms/orders.py:647 -#: pretix/control/forms/orders.py:674 pretix/control/forms/vouchers.py:228 +#: pretix/control/forms/orders.py:490 pretix/control/forms/orders.py:651 +#: pretix/control/forms/orders.py:678 pretix/control/forms/vouchers.py:228 #: pretix/plugins/sendmail/forms.py:22 pretix/plugins/sendmail/forms.py:81 msgid "Message" msgstr "Nachricht" -#: pretix/control/forms/orders.py:499 +#: pretix/control/forms/orders.py:503 msgid "" "Cancel the order. All tickets will no longer work. This can not be reverted." msgstr "" "Storniere die komplette Bestellung. Alle Tickets funktionieren nicht mehr. " "Dies kann nicht rückgängig gemacht werden." -#: pretix/control/forms/orders.py:500 +#: pretix/control/forms/orders.py:504 msgid "" "Mark the order as pending and allow the user to pay the open amount with " "another payment method." @@ -8568,34 +8574,34 @@ msgstr "" "Markiere die Bestellung als unbezahlt und erlaube dem Nutzer, den offenen " "Betrag mit einer anderen Zahlungsmethode zu begleichen." -#: pretix/control/forms/orders.py:502 +#: pretix/control/forms/orders.py:506 msgid "Do nothing and keep the order as it is." msgstr "Tue nichts und belasse den Zustand der Bestellung wie gehabt." -#: pretix/control/forms/orders.py:529 +#: pretix/control/forms/orders.py:533 msgid "The refund amount needs to be positive and less than {}." msgstr "Der Rückbuchungsbetrag muss positiv und geringer als {} sein." -#: pretix/control/forms/orders.py:535 +#: pretix/control/forms/orders.py:539 msgid "You need to specify an amount for a partial refund." msgstr "Du musst für eine Teilrückerstattung auch einen Betrag angeben." -#: pretix/control/forms/orders.py:547 +#: pretix/control/forms/orders.py:551 msgid "Cancel all dates" msgstr "Alle Termine stornieren" -#: pretix/control/forms/orders.py:552 +#: pretix/control/forms/orders.py:556 msgid "Automatically refund money if possible" msgstr "Geld automatisch zurückerstatten wenn möglich" -#: pretix/control/forms/orders.py:557 +#: pretix/control/forms/orders.py:561 msgid "" "Create manual refund if the payment method odes not support automatic refunds" msgstr "" "Manuelle Erstattung anlegen wenn die Bezahlmethode keine automatischen " "Erstattungen unterstützt" -#: pretix/control/forms/orders.py:561 +#: pretix/control/forms/orders.py:565 msgid "" "If checked, all payments with a payment method not supporting automatic " "refunds will be on your manual refund to-do list. Do not check if you want " @@ -8608,7 +8614,7 @@ msgstr "" "Wähle diese Option nicht, wenn du diese Bestellungen mit anderen " "Bestellungen verrechnen oder als Gutschein erstatten möchtest." -#: pretix/control/forms/orders.py:566 +#: pretix/control/forms/orders.py:570 msgid "" "Refund order value to a gift card instead instead of the original payment " "method" @@ -8616,19 +8622,19 @@ msgstr "" "Geldbeträge als Geschenkgutschein ausgeben statt einer Rückbuchung auf die " "ursprüngliche Zahlungsmethode" -#: pretix/control/forms/orders.py:572 +#: pretix/control/forms/orders.py:576 msgid "Gift card validity" msgstr "Gültigkeit von Geschenkgutscheinen" -#: pretix/control/forms/orders.py:579 +#: pretix/control/forms/orders.py:583 msgid "Special terms and conditions" msgstr "Besondere Gutscheinbedingungen" -#: pretix/control/forms/orders.py:596 +#: pretix/control/forms/orders.py:600 msgid "Keep fees" msgstr "Gebühren einbehalten" -#: pretix/control/forms/orders.py:599 +#: pretix/control/forms/orders.py:603 msgid "" "The selected types of fees will not be refunded but instead added to the " "cancellation fee. Fees are never refunded in when an order in an event " @@ -8640,20 +8646,20 @@ msgstr "" "in einer Veranstaltungsreihe nur teilweise erstattet wird da sie Tickets für " "mehrere Termine enthält." -#: pretix/control/forms/orders.py:605 +#: pretix/control/forms/orders.py:609 msgid "Send information via email" msgstr "Informationen per E-Mail verschicken" -#: pretix/control/forms/orders.py:611 +#: pretix/control/forms/orders.py:615 msgid "Send information to waiting list" msgstr "Informationen an die Warteliste verschicken" -#: pretix/control/forms/orders.py:642 pretix/control/forms/orders.py:668 +#: pretix/control/forms/orders.py:646 pretix/control/forms/orders.py:672 #, python-brace-format msgid "Canceled: {event}" msgstr "Storniert: {event}" -#: pretix/control/forms/orders.py:653 +#: pretix/control/forms/orders.py:657 #, python-brace-format msgid "" "Hello,\n" @@ -8684,7 +8690,7 @@ msgstr "" "Viele Grüße,\n" "Das {event} Team" -#: pretix/control/forms/orders.py:680 +#: pretix/control/forms/orders.py:684 #, python-brace-format msgid "" "Hello,\n" @@ -8707,7 +8713,7 @@ msgstr "" "Viele Grüße,\n" "Das {event} Team" -#: pretix/control/forms/orders.py:711 +#: pretix/control/forms/orders.py:715 msgid "Please confirm that you want to cancel ALL dates in this event series." msgstr "" "Bitte bestätige, dass du ALLE Termine dieser Veranstaltungsreihe stornieren " @@ -8770,7 +8776,7 @@ msgstr "Text auf der Startseite" msgid "This will be displayed on the organizer homepage." msgstr "Dieser Text wird auf der Veranstalter-Seite angezeigt." -#: pretix/control/forms/organizer.py:279 +#: pretix/control/forms/organizer.py:280 msgid "" "If you provide a logo image, we will by default not show your organization " "name in the page header. By default, we show your logo with a size of up to " @@ -8785,11 +8791,11 @@ msgstr "" "im Bild zu verwenden, da es auf kleineren Bildschirmen auch kleiner " "dargestellt wird." -#: pretix/control/forms/organizer.py:298 +#: pretix/control/forms/organizer.py:299 msgid "Show availability in event overviews" msgstr "Verfügbarkeit in der Veranstaltungsübersicht anzeigen" -#: pretix/control/forms/organizer.py:299 +#: pretix/control/forms/organizer.py:300 msgid "" "If checked, the list of events will show if events are sold out. This might " "make for longer page loading times if you have lots of events and the shown " @@ -8799,22 +8805,22 @@ msgstr "" "sind. Dies kann zu längeren Ladezeiten führen und der Verfügbarkeitsstatus " "wird ggf. mit Verzögerungen von bis zu zwei Minuten aktualisiert." -#: pretix/control/forms/organizer.py:305 +#: pretix/control/forms/organizer.py:306 msgid "Link back to organizer overview on all event pages" msgstr "" "Auf die Veranstalterübersicht von allen Veranstaltungsseiten zurück verlinken" -#: pretix/control/forms/organizer.py:312 +#: pretix/control/forms/organizer.py:313 msgid "" "Choose all languages that your organizer homepage should be available in." msgstr "" "Wählen alle Sprachen aus, in denen die Veranstalterseite verfügbar sein soll." -#: pretix/control/forms/organizer.py:323 +#: pretix/control/forms/organizer.py:324 msgid "Favicon" msgstr "Favicon" -#: pretix/control/forms/organizer.py:326 +#: pretix/control/forms/organizer.py:328 msgid "" "If you provide a favicon, we will show it instead of the default pretix " "icon. We recommend a size of at least 200x200px to accommodate most devices." @@ -8822,11 +8828,11 @@ msgstr "" "Wenn du ein Favicon hochlädst, wird dieses statt des pretix-Logos verwendet. " "Wir empfehlen eine Auflösung von 200x200px um alle Endgeräte abzudecken." -#: pretix/control/forms/organizer.py:330 +#: pretix/control/forms/organizer.py:332 msgid "Length of gift card codes" msgstr "Code-Länge für Geschenkgutscheine" -#: pretix/control/forms/organizer.py:331 +#: pretix/control/forms/organizer.py:333 msgid "" "The system generates by default {}-character long gift card codes. However, " "if a different length is required, it can be set here." @@ -8835,11 +8841,11 @@ msgstr "" "Geschenkgutscheine. Wenn eine andere Länge notwendig ist, kann diese hier " "gesetzt werden." -#: pretix/control/forms/organizer.py:336 +#: pretix/control/forms/organizer.py:338 msgid "Validity of gift card codes in years" msgstr "Gültigkeit von Geschenkgutscheinen in Jahren" -#: pretix/control/forms/organizer.py:337 +#: pretix/control/forms/organizer.py:339 msgid "" "If you set a number here, gift cards will by default expire at the end of " "the year after this many years. If you keep it empty, gift cards do not have " @@ -8849,12 +8855,12 @@ msgstr "" "viele Jahre nach dem Ende des Jahres der Ausstellung ab. Wenn du nichts " "einträgst, laufen Gutscheine standardmäßig nicht explizit ab." -#: pretix/control/forms/organizer.py:352 +#: pretix/control/forms/organizer.py:354 msgctxt "webhooks" msgid "Event types" msgstr "Benachrichtigungsarten" -#: pretix/control/forms/organizer.py:383 +#: pretix/control/forms/organizer.py:385 msgid "Gift card value" msgstr "Wert des Geschenkgutscheins" @@ -10541,7 +10547,7 @@ msgstr "CSV" #: pretix/control/templates/pretixcontrol/organizers/detail.html:43 #: pretix/control/templates/pretixcontrol/organizers/giftcards.html:38 #: pretix/control/templates/pretixcontrol/organizers/index.html:18 -#: pretix/control/templates/pretixcontrol/search/orders.html:27 +#: pretix/control/templates/pretixcontrol/search/orders.html:33 #: pretix/control/templates/pretixcontrol/subevents/index.html:41 #: pretix/control/templates/pretixcontrol/users/index.html:22 #: pretix/control/templates/pretixcontrol/vouchers/index.html:54 @@ -10626,7 +10632,7 @@ msgstr "Dies löscht auch die %(num)s gespeicherten Check-ins." #: pretix/control/templates/pretixcontrol/order/pay.html:33 #: pretix/control/templates/pretixcontrol/order/pay_complete.html:28 #: pretix/control/templates/pretixcontrol/order/reactivate.html:30 -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:155 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:169 #: pretix/control/templates/pretixcontrol/order/refund_done.html:26 #: pretix/control/templates/pretixcontrol/order/refund_process.html:47 #: pretix/control/templates/pretixcontrol/order/refund_start.html:51 @@ -10678,9 +10684,9 @@ msgstr "Löschen" #: pretix/control/templates/pretixcontrol/checkin/list_edit.html:10 #: pretix/control/templates/pretixcontrol/checkin/list_edit.html:17 -#: pretix/plugins/checkinlists/exporters.py:38 -#: pretix/plugins/checkinlists/exporters.py:88 -#: pretix/plugins/checkinlists/exporters.py:315 +#: pretix/plugins/checkinlists/exporters.py:39 +#: pretix/plugins/checkinlists/exporters.py:107 +#: pretix/plugins/checkinlists/exporters.py:374 #: pretix/plugins/pretixdroid/forms.py:39 #: pretix/plugins/pretixdroid/models.py:24 #: pretix/plugins/pretixdroid/templates/pretixplugins/pretixdroid/configuration.html:79 @@ -11503,7 +11509,7 @@ msgid "Installed plugins" msgstr "Installierte Erweiterungen" #: pretix/control/templates/pretixcontrol/event/plugins.html:10 -#: pretix/control/views/checkin.py:260 pretix/control/views/event.py:177 +#: pretix/control/views/checkin.py:264 pretix/control/views/event.py:177 #: pretix/control/views/event.py:317 pretix/control/views/event.py:396 #: pretix/control/views/event.py:436 pretix/control/views/event.py:594 #: pretix/control/views/event.py:785 pretix/control/views/event.py:1135 @@ -11689,14 +11695,14 @@ msgid "Basics" msgstr "Eckdaten" #: pretix/control/templates/pretixcontrol/event/settings.html:31 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:44 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:46 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:349 #: pretix/control/templates/pretixcontrol/subevents/detail.html:32 msgid "Geo coordinates" msgstr "Geo-Koordinaten" #: pretix/control/templates/pretixcontrol/event/settings.html:32 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:45 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:47 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:271 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:275 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:350 @@ -11705,7 +11711,7 @@ msgid "Optional" msgstr "Optional" #: pretix/control/templates/pretixcontrol/event/settings.html:39 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:52 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:54 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:357 #: pretix/control/templates/pretixcontrol/subevents/detail.html:40 msgid "Geocoding data © OpenStreetMap" @@ -11737,7 +11743,7 @@ msgid "Shop design" msgstr "Shop-Design" #: pretix/control/templates/pretixcontrol/event/settings.html:124 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:74 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:76 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:392 #: pretix/control/templates/pretixcontrol/subevents/detail.html:76 msgid "Timeline" @@ -12024,7 +12030,7 @@ msgid "" msgstr "" "Wir raten dringend davon ab, Kurzformen mit mehr als 16 Zeichen zu verwenden." -#: pretix/control/templates/pretixcontrol/events/create_basics.html:68 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:70 msgid "Display settings" msgstr "Anzeigeeinstellungen" @@ -12048,7 +12054,40 @@ msgstr "" "z.B. Datumsangaben oder Freitexte können nicht vollständig automatisch " "angepasst werden." -#: pretix/control/templates/pretixcontrol/events/create_foundation.html:10 +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:13 +msgid "Singular event or non-event shop" +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:15 +msgid "" +"An event with individual configuration. If you create more events later, you " +"can copy the event to save yourself some work." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:21 +msgid "" +"Examples: Conferences, workshops, trade fairs, one-off concerts, sale of " +"digital content, multi-day events with combination tickets." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:32 +msgid "Event series or time slot booking" +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:34 +msgid "" +"A series of events that share the same configuration. They can still be " +"different in their dates, locations, prices, and capacities." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:40 +msgid "" +"Examples: Multiple presentations of the same show, same concert in multiple " +"locations, museums, libraries, or swimming pools, events that need to be " +"booked together in one cart." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:53 msgid "" "Please note that you will only be able to delete your event until the first " "order has been created." @@ -12522,8 +12561,8 @@ msgstr "Frage bearbeiten" #: pretix/control/templates/pretixcontrol/items/question.html:20 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:14 #: pretix/control/templates/pretixcontrol/orders/overview.html:68 -#: pretix/plugins/checkinlists/exporters.py:343 -#: pretix/plugins/reports/exporters.py:223 +#: pretix/plugins/checkinlists/exporters.py:402 +#: pretix/plugins/reports/exporters.py:226 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:17 msgid "Paid" msgstr "bezahlt" @@ -13421,10 +13460,10 @@ msgstr "Steuern" #: pretix/control/templates/pretixcontrol/order/index.html:550 #: pretix/control/templates/pretixcontrol/orders/overview.html:69 #: pretix/control/templates/pretixcontrol/orders/overview.html:146 -#: pretix/plugins/reports/exporters.py:223 -#: pretix/plugins/reports/exporters.py:278 -#: pretix/plugins/reports/exporters.py:447 -#: pretix/plugins/reports/exporters.py:591 +#: pretix/plugins/reports/exporters.py:226 +#: pretix/plugins/reports/exporters.py:281 +#: pretix/plugins/reports/exporters.py:450 +#: pretix/plugins/reports/exporters.py:594 #: pretix/presale/templates/pretixpresale/event/fragment_cart.html:292 msgid "Total" msgstr "Gesamt" @@ -13636,54 +13675,54 @@ msgctxt "amount_label" msgid "Automatically refund" msgstr "Automatisch erstatten" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:59 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:63 msgid "Automatically refund full amount" msgstr "Automatisch vollen Betrag erstatten" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:62 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:66 msgid "This payment method does not support automatic refunds." msgstr "Diese Zahlungsmethode unterstützt keine automatische Erstattung." -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:70 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:74 msgid "Transfer to other order" msgstr "Mit anderer Bestellung verrechnen" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:73 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:77 msgctxt "amount_label" msgid "Transfer" msgstr "Verrechne" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:81 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:85 msgctxt "order_label" msgid "to" msgstr "mit Bestellung" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:91 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:95 #: pretix/control/templates/pretixcontrol/organizers/giftcard_create.html:5 msgid "Create a new gift card" msgstr "Neuen Geschenkgutschein erstellen" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:103 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:113 msgid "" "The gift card can be used to buy tickets for all events of this organizer." msgstr "" "Der Geschenkgutschein kann für alle Veranstaltungen dieses Veranstalters " "akzeptiert werden." -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:111 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:121 msgid "Manual refund" msgstr "Manuelle Erstattung" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:114 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:124 msgctxt "amount_label" msgid "Manually refund" msgstr "Manuell erstatten" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:125 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:139 msgid "Keep transfer as to do" msgstr "Erstattung als unerledigt markieren" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:129 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:143 #: pretix/control/templates/pretixcontrol/order/refund_done.html:5 #: pretix/control/templates/pretixcontrol/order/refund_done.html:9 #: pretix/control/templates/pretixcontrol/order/refund_process.html:6 @@ -13691,7 +13730,7 @@ msgstr "Erstattung als unerledigt markieren" msgid "Mark refund as done" msgstr "Erstattung als erledigt markieren" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:139 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:153 msgid "" "Any payments that you selected for automatical refunds will be immediately " "communicate the refund request to the respective payment provider. Manual " @@ -13703,7 +13742,7 @@ msgstr "" "Erstattungen werden als offene Erstattungen erstellt, die du dann später als " "erledigt markieren kannst, wenn du das Geld tatsächlich zurückerstattet hast." -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:160 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:174 msgid "Perform refund" msgstr "Erstattung durchführen" @@ -13959,29 +13998,29 @@ msgid "Remove filter" msgstr "Filter entfernen" #: pretix/control/templates/pretixcontrol/orders/index.html:132 -#: pretix/control/templates/pretixcontrol/search/orders.html:78 +#: pretix/control/templates/pretixcontrol/search/orders.html:83 msgid "CANCELLATION REQUESTED" msgstr "STORNO ANGEFRAGT" #: pretix/control/templates/pretixcontrol/orders/index.html:135 #: pretix/control/templates/pretixcontrol/orders/index.html:137 -#: pretix/control/templates/pretixcontrol/search/orders.html:81 -#: pretix/control/templates/pretixcontrol/search/orders.html:83 +#: pretix/control/templates/pretixcontrol/search/orders.html:86 +#: pretix/control/templates/pretixcontrol/search/orders.html:88 msgid "REFUND PENDING" msgstr "ERSTATTUNG AUSSTEHEND" #: pretix/control/templates/pretixcontrol/orders/index.html:140 -#: pretix/control/templates/pretixcontrol/search/orders.html:86 +#: pretix/control/templates/pretixcontrol/search/orders.html:91 msgid "OVERPAID" msgstr "ÜBERZAHLT" #: pretix/control/templates/pretixcontrol/orders/index.html:142 -#: pretix/control/templates/pretixcontrol/search/orders.html:88 +#: pretix/control/templates/pretixcontrol/search/orders.html:93 msgid "UNDERPAID" msgstr "UNTERZAHLT" #: pretix/control/templates/pretixcontrol/orders/index.html:144 -#: pretix/control/templates/pretixcontrol/search/orders.html:90 +#: pretix/control/templates/pretixcontrol/search/orders.html:95 msgid "FULLY PAID" msgstr "VOLL BEZAHLT" @@ -14023,7 +14062,7 @@ msgstr "" "da diese den Terminen nicht eindeutig zugeordnet werden können." #: pretix/control/templates/pretixcontrol/orders/overview.html:61 -#: pretix/plugins/reports/exporters.py:219 +#: pretix/plugins/reports/exporters.py:222 msgid "Purchased" msgstr "Verkäufe" @@ -14749,7 +14788,7 @@ msgstr "QR-Code für Lead-Scanning" msgid "pretix Logo" msgstr "pretix-Logo" -#: pretix/control/templates/pretixcontrol/search/orders.html:99 +#: pretix/control/templates/pretixcontrol/search/orders.html:104 msgid "" "We couldn't find any orders that you have access to and that match your " "search query." @@ -15949,15 +15988,15 @@ msgstr "Du hast nicht die nötige Berechtigung, um diese Aktion durchzuführen." msgid "The selected check-ins have been reverted." msgstr "Der ausgewählte Check-In wurde gelöscht." -#: pretix/control/views/checkin.py:163 +#: pretix/control/views/checkin.py:167 msgid "The selected tickets have been marked as checked in." msgstr "Die ausgewählten Tickets wurden als eingecheckt markiert." -#: pretix/control/views/checkin.py:227 +#: pretix/control/views/checkin.py:231 msgid "The new check-in list has been created." msgstr "Die neue Check-in-Liste wurde erstellt." -#: pretix/control/views/checkin.py:234 pretix/control/views/checkin.py:277 +#: pretix/control/views/checkin.py:238 pretix/control/views/checkin.py:281 #: pretix/control/views/event.py:206 pretix/control/views/event.py:399 #: pretix/control/views/event.py:439 pretix/control/views/event.py:597 #: pretix/control/views/event.py:754 pretix/control/views/event.py:1094 @@ -15974,11 +16013,11 @@ msgstr "" "Die Änderungen konnten nicht gespeichert werden, siehe weiter unten für " "Details." -#: pretix/control/views/checkin.py:256 pretix/control/views/checkin.py:293 +#: pretix/control/views/checkin.py:260 pretix/control/views/checkin.py:297 msgid "The requested list does not exist." msgstr "Die ausgewählte Liste existiert nicht." -#: pretix/control/views/checkin.py:302 +#: pretix/control/views/checkin.py:306 msgid "The selected list has been deleted." msgstr "Das ausgewählte List wurde gelöscht." @@ -16224,7 +16263,7 @@ msgstr "Der Kommentar wurde aktualisiert." msgid "Could not update the comment." msgstr "Kommentar konnte nicht gespeichert werden." -#: pretix/control/views/event.py:1061 pretix/control/views/main.py:296 +#: pretix/control/views/event.py:1061 pretix/control/views/main.py:276 msgid "VAT" msgstr "MwSt." @@ -17264,28 +17303,28 @@ msgstr "8 A7-Seiten im Querformat auf einer A4-Seite" msgid "8 portrait A7 pages on one A4 page" msgstr "8 A7-Seiten im Hochformat auf einer A4-Seite" -#: pretix/plugins/badges/exporters.py:186 +#: pretix/plugins/badges/exporters.py:194 msgid "None of the selected products is configured to print badges." msgstr "Keines der gewählten Produkte ist zum Badge-Druck konfiguriert." -#: pretix/plugins/badges/exporters.py:192 +#: pretix/plugins/badges/exporters.py:200 msgid "Attendee badges" msgstr "Teilnehmer-Badges" -#: pretix/plugins/badges/exporters.py:212 +#: pretix/plugins/badges/exporters.py:220 #: pretix/plugins/ticketoutputpdf/exporters.py:32 msgid "Include pending orders" msgstr "Bestellungen mit ausstehender Zahlung mit einschließen" -#: pretix/plugins/badges/exporters.py:217 +#: pretix/plugins/badges/exporters.py:225 msgid "Include add-on or bundled positions" msgstr "Zusatzprodukte und enthaltene Produkte mit einschließen" -#: pretix/plugins/badges/exporters.py:222 +#: pretix/plugins/badges/exporters.py:230 msgid "Rendering option" msgstr "Ausgabemodus" -#: pretix/plugins/badges/exporters.py:227 +#: pretix/plugins/badges/exporters.py:235 msgid "" "This option allows you to align multiple badges on one page, for example if " "you want to print to a sheet of stickers with a regular office printer. " @@ -17297,10 +17336,10 @@ msgstr "" "möchtest. Bitte beachte, dass die einzelnen Badge-Layouts bereits die " "korrekte Größe haben müssen." -#: pretix/plugins/badges/exporters.py:233 -#: pretix/plugins/checkinlists/exporters.py:56 -#: pretix/plugins/reports/exporters.py:315 -#: pretix/plugins/reports/exporters.py:487 +#: pretix/plugins/badges/exporters.py:241 +#: pretix/plugins/checkinlists/exporters.py:71 +#: pretix/plugins/reports/exporters.py:318 +#: pretix/plugins/reports/exporters.py:490 #: pretix/plugins/ticketoutputpdf/exporters.py:37 msgid "Sort by" msgstr "Sortieren nach" @@ -17878,33 +17917,41 @@ msgid "This plugin allows you to generate check-in lists for your conference." msgstr "" "Dieses Plugin erlaubt, Listen für den Check-in am Eventeingang zu erstellen." -#: pretix/plugins/checkinlists/exporters.py:46 +#: pretix/plugins/checkinlists/exporters.py:50 +msgid "Only include tickets for dates on or after this date." +msgstr "" + +#: pretix/plugins/checkinlists/exporters.py:57 +msgid "Only include tickets for dates on or before this date." +msgstr "" + +#: pretix/plugins/checkinlists/exporters.py:61 msgid "Include QR-code secret" msgstr "QR-Code-Geheimnis anzeigen" -#: pretix/plugins/checkinlists/exporters.py:51 +#: pretix/plugins/checkinlists/exporters.py:66 msgid "Only tickets requiring special attention" msgstr "Nur Tickets mit besonderer Behandlung" -#: pretix/plugins/checkinlists/exporters.py:71 +#: pretix/plugins/checkinlists/exporters.py:86 msgid "Include questions" msgstr "Fragen anzeigen" -#: pretix/plugins/checkinlists/exporters.py:183 +#: pretix/plugins/checkinlists/exporters.py:222 msgid "Check-in list (PDF)" msgstr "Check-in-Liste (PDF)" #. Translators: maximum 5 characters -#: pretix/plugins/checkinlists/exporters.py:234 +#: pretix/plugins/checkinlists/exporters.py:284 msgctxt "tablehead" msgid "paid" msgstr "bezahlt" -#: pretix/plugins/checkinlists/exporters.py:337 +#: pretix/plugins/checkinlists/exporters.py:396 msgid "Automatically checked in" msgstr "Automatisch eingecheckt" -#: pretix/plugins/checkinlists/exporters.py:346 +#: pretix/plugins/checkinlists/exporters.py:405 #: pretix/plugins/paypal/payment.py:86 msgid "Secret" msgstr "Secret" @@ -17999,14 +18046,14 @@ msgstr "" "PayPal-Konto im gleichen Land und mit der gleichen Währung erstellt worden " "sein müssen. Andere PayPal-Accounts können keine Zahlungen vornehmen." -#: pretix/plugins/paypal/payment.py:205 pretix/plugins/paypal/payment.py:291 -#: pretix/plugins/paypal/payment.py:306 pretix/plugins/paypal/payment.py:309 -#: pretix/plugins/paypal/payment.py:367 +#: pretix/plugins/paypal/payment.py:205 pretix/plugins/paypal/payment.py:298 +#: pretix/plugins/paypal/payment.py:313 pretix/plugins/paypal/payment.py:316 +#: pretix/plugins/paypal/payment.py:374 pretix/plugins/paypal/payment.py:515 msgid "We had trouble communicating with PayPal" msgstr "Die Kommunikation mit PayPal ist fehlgeschlagen" -#: pretix/plugins/paypal/payment.py:323 pretix/plugins/paypal/payment.py:332 -#: pretix/plugins/paypal/payment.py:393 +#: pretix/plugins/paypal/payment.py:330 pretix/plugins/paypal/payment.py:339 +#: pretix/plugins/paypal/payment.py:400 msgid "" "We were unable to process your payment. See below for details on how to " "proceed." @@ -18014,7 +18061,7 @@ msgstr "" "Der Bezahlvorgang ist fehlgeschlagen. Unten findest du Details zum weiteren " "Vorgehen." -#: pretix/plugins/paypal/payment.py:374 pretix/plugins/paypal/payment.py:383 +#: pretix/plugins/paypal/payment.py:381 pretix/plugins/paypal/payment.py:390 msgid "" "PayPal has not yet approved the payment. We will inform you as soon as the " "payment completed." @@ -18022,24 +18069,24 @@ msgstr "" "PayPal hat die Bezahlung noch nicht bestätigt. Wir informieren dich, sobald " "die Bezahlung abgeschlossen ist." -#: pretix/plugins/paypal/payment.py:408 pretix/plugins/stripe/payment.py:435 +#: pretix/plugins/paypal/payment.py:415 pretix/plugins/stripe/payment.py:435 #: pretix/plugins/stripe/payment.py:787 msgid "There was an error sending the confirmation mail." msgstr "Es gab einen Fehler beim Versenden der Bestätigungs-E-Mail." -#: pretix/plugins/paypal/payment.py:485 pretix/plugins/paypal/payment.py:492 +#: pretix/plugins/paypal/payment.py:492 pretix/plugins/paypal/payment.py:499 msgid "Refunding the amount via PayPal failed: {}" msgstr "Die Rückerstattung über PayPal ist fehlgeschlagen: {}" -#: pretix/plugins/paypal/payment.py:591 pretix/plugins/paypal/payment.py:599 +#: pretix/plugins/paypal/payment.py:615 pretix/plugins/paypal/payment.py:623 msgid "The payment for this invoice has already been received." msgstr "Die Zahlung für diese Rechnung ist bereits eingegangen." -#: pretix/plugins/paypal/payment.py:592 pretix/plugins/paypal/payment.py:600 +#: pretix/plugins/paypal/payment.py:616 pretix/plugins/paypal/payment.py:624 msgid "PayPal payment ID" msgstr "PayPal-Zahlungs-ID" -#: pretix/plugins/paypal/payment.py:594 +#: pretix/plugins/paypal/payment.py:618 msgid "PayPal sale ID" msgstr "PayPal-Verkaufs-ID" @@ -18457,48 +18504,48 @@ msgstr "Seite %d" msgid "Created: %s" msgstr "Erstellt: %s" -#: pretix/plugins/reports/exporters.py:153 +#: pretix/plugins/reports/exporters.py:156 msgid "Order overview (PDF)" msgstr "Bestellübersicht (PDF)" -#: pretix/plugins/reports/exporters.py:197 +#: pretix/plugins/reports/exporters.py:200 #: pretix/plugins/statistics/templates/pretixplugins/statistics/index.html:58 msgid "Orders by product" msgstr "Bestellungen nach Produkt" -#: pretix/plugins/reports/exporters.py:202 +#: pretix/plugins/reports/exporters.py:205 #, python-brace-format msgid "{axis} between {start} and {end}" msgstr "{axis} zwischen {start} und {end}" -#: pretix/plugins/reports/exporters.py:227 -#: pretix/plugins/reports/exporters.py:228 -#: pretix/plugins/reports/exporters.py:229 #: pretix/plugins/reports/exporters.py:230 #: pretix/plugins/reports/exporters.py:231 +#: pretix/plugins/reports/exporters.py:232 +#: pretix/plugins/reports/exporters.py:233 +#: pretix/plugins/reports/exporters.py:234 msgid "#" msgstr "#" -#: pretix/plugins/reports/exporters.py:299 +#: pretix/plugins/reports/exporters.py:302 msgid "List of orders with taxes (PDF)" msgstr "Liste der Bestellungen mit Steuern (PDF)" -#: pretix/plugins/reports/exporters.py:376 +#: pretix/plugins/reports/exporters.py:379 #, python-brace-format msgid "Orders by tax rate ({currency})" msgstr "Bestellungen nach Steuersatz ({currency})" -#: pretix/plugins/reports/exporters.py:385 -#: pretix/plugins/reports/exporters.py:521 +#: pretix/plugins/reports/exporters.py:388 +#: pretix/plugins/reports/exporters.py:524 msgid "Gross" msgstr "Brutto" -#: pretix/plugins/reports/exporters.py:385 -#: pretix/plugins/reports/exporters.py:521 +#: pretix/plugins/reports/exporters.py:388 +#: pretix/plugins/reports/exporters.py:524 msgid "Tax" msgstr "Steuer" -#: pretix/plugins/reports/exporters.py:470 +#: pretix/plugins/reports/exporters.py:473 msgid "List of orders with taxes" msgstr "Liste der Bestellungen mit Steuern" @@ -19655,7 +19702,7 @@ msgid "Show all events of %(name)s" msgstr "Alle Veranstaltungen von %(name)s" #: pretix/presale/templates/pretixpresale/event/base.html:98 -#: pretix/presale/templates/pretixpresale/event/base.html:128 +#: pretix/presale/templates/pretixpresale/event/base.html:132 msgid "" "This ticket shop is currently in test mode. Please do not perform any real " "purchases as your order might be deleted without notice." @@ -19664,7 +19711,7 @@ msgstr "" "durch, deine Bestellung kann jederzeit ohne Warnung gelöscht werden." #: pretix/presale/templates/pretixpresale/event/base.html:104 -#: pretix/presale/templates/pretixpresale/event/base.html:134 +#: pretix/presale/templates/pretixpresale/event/base.html:138 msgid "" "Orders made through this sales channel cannot be deleted - even if the " "ticket shop is in test mode!" @@ -19672,11 +19719,11 @@ msgstr "" "Bestellungen über diesen Verkaufskanal können nicht gelöscht werden – auch " "nicht im Testmodus!" -#: pretix/presale/templates/pretixpresale/event/base.html:142 +#: pretix/presale/templates/pretixpresale/event/base.html:146 msgid "Contact event organizer" msgstr "Veranstalter kontaktieren" -#: pretix/presale/templates/pretixpresale/event/base.html:145 +#: pretix/presale/templates/pretixpresale/event/base.html:149 msgid "Imprint" msgstr "Impressum" @@ -20107,6 +20154,11 @@ msgstr "Anzahl an %(item)s" msgid "Go" msgstr "Los!" +#: pretix/presale/templates/pretixpresale/event/fragment_subevent_calendar_week.html:21 +#: pretix/presale/templates/pretixpresale/organizers/calendar_week.html:48 +msgid "W" +msgstr "" + #: pretix/presale/templates/pretixpresale/event/fragment_subevent_list.html:21 #: pretix/presale/templates/pretixpresale/event/fragment_subevent_list.html:30 #: pretix/presale/templates/pretixpresale/fragment_calendar.html:71 @@ -20866,19 +20918,19 @@ msgstr "Bitte nur Zahlen eingeben." msgid "Please enter positive numbers only." msgstr "Bitte nur positive Zahlen eingeben." -#: pretix/presale/views/cart.py:338 +#: pretix/presale/views/cart.py:340 msgid "We applied the voucher to as many products in your cart as we could." msgstr "Wir haben den Gutschein auf so viele Produkte angewendet wie möglich." -#: pretix/presale/views/cart.py:360 +#: pretix/presale/views/cart.py:362 msgid "Your cart has been updated." msgstr "Dein Warenkorb wurde aktualisiert." -#: pretix/presale/views/cart.py:363 pretix/presale/views/cart.py:385 +#: pretix/presale/views/cart.py:365 pretix/presale/views/cart.py:387 msgid "Your cart is now empty." msgstr "Dein Warenkorb ist nun leer." -#: pretix/presale/views/cart.py:400 +#: pretix/presale/views/cart.py:402 msgid "The products have been successfully added to your cart." msgstr "Die gewählten Produkte wurden deinem Warenkorb hinzugefügt." @@ -21101,6 +21153,22 @@ msgstr "Lesezugriff" msgid "Write access" msgstr "Schreibzugriff" +#~ msgid "" +#~ "Only recommended for advanced users. If this feature is enabled, this " +#~ "will not only be a single event but a series of very similar events that " +#~ "are handled within a single shop. The single events inside the series can " +#~ "only differ in date, time, location, prices and quotas, but not in other " +#~ "settings, and buying tickets across multiple of these events at the same " +#~ "time is possible. You cannot change this setting for this event later." +#~ msgstr "" +#~ "Nur für fortgeschrittene Nutzer empfohlen. Wenn diese Funktion aktiviert " +#~ "ist, stellt die neue Veranstaltung nicht nur eine einzelne Veranstaltung, " +#~ "sondern eine ganze Reihe ähnlicher Veranstaltungen dar, die im selben " +#~ "Shop verkauft werden. Die einzelnen Termine können sich nur in Datum, " +#~ "Zeit, Ort, Preisen und Kontingenten unterscheiden, aber nicht in anderen " +#~ "Einstellungen. Es ist möglich, Tickets für mehrere Termine gleichzeitig " +#~ "zu erwerben. Diese Einstellung kann später nicht mehr geändert werden." + #~ msgid "Edit list" #~ msgstr "Liste bearbeiten" diff --git a/src/pretix/locale/de_Informal/LC_MESSAGES/djangojs.po b/src/pretix/locale/de_Informal/LC_MESSAGES/djangojs.po index b8c0f6f30..8417c4125 100644 --- a/src/pretix/locale/de_Informal/LC_MESSAGES/djangojs.po +++ b/src/pretix/locale/de_Informal/LC_MESSAGES/djangojs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-05-13 16:45+0000\n" +"POT-Creation-Date: 2020-06-10 16:02+0000\n" "PO-Revision-Date: 2020-05-14 07:31+0000\n" "Last-Translator: Raphael Michel \n" "Language-Team: German (informal) \n" "Language-Team: LANGUAGE \n" @@ -26,7 +26,7 @@ msgid "Shop disabled" msgstr "" #: htmlcov/pretix_control_views_dashboards_py.html:900 -#: pretix/control/forms/filter.py:386 pretix/control/forms/filter.py:606 +#: pretix/control/forms/filter.py:438 pretix/control/forms/filter.py:658 #: pretix/control/templates/pretixcontrol/events/index.html:146 #: pretix/control/templates/pretixcontrol/organizers/detail.html:100 #: pretix/control/templates/pretixcontrol/subevents/index.html:115 @@ -34,7 +34,7 @@ msgid "Presale over" msgstr "" #: htmlcov/pretix_control_views_dashboards_py.html:902 -#: pretix/control/forms/filter.py:385 pretix/control/forms/filter.py:605 +#: pretix/control/forms/filter.py:437 pretix/control/forms/filter.py:657 #: pretix/control/templates/pretixcontrol/events/index.html:148 #: pretix/control/templates/pretixcontrol/organizers/detail.html:102 #: pretix/control/templates/pretixcontrol/subevents/index.html:117 @@ -88,28 +88,28 @@ msgstr "" msgid "Limit to events" msgstr "" -#: pretix/api/serializers/cart.py:59 pretix/api/serializers/order.py:910 +#: pretix/api/serializers/cart.py:59 pretix/api/serializers/order.py:918 msgid "The product \"{}\" is not assigned to a quota." msgstr "" -#: pretix/api/serializers/cart.py:67 pretix/api/serializers/order.py:922 +#: pretix/api/serializers/cart.py:67 pretix/api/serializers/order.py:930 msgid "" "There is not enough quota available on quota \"{}\" to perform the operation." msgstr "" -#: pretix/api/serializers/cart.py:91 pretix/api/serializers/order.py:895 +#: pretix/api/serializers/cart.py:91 pretix/api/serializers/order.py:903 #: pretix/base/services/orders.py:1143 #, python-brace-format msgid "The selected seat \"{seat}\" is not available." msgstr "" -#: pretix/api/serializers/checkin.py:29 pretix/base/models/event.py:1152 -#: pretix/base/models/items.py:1187 pretix/base/models/items.py:1419 +#: pretix/api/serializers/checkin.py:29 pretix/base/models/event.py:1109 +#: pretix/base/models/items.py:1189 pretix/base/models/items.py:1421 msgid "One or more items do not belong to this event." msgstr "" #: pretix/api/serializers/checkin.py:33 pretix/api/serializers/checkin.py:36 -#: pretix/base/models/items.py:1430 pretix/base/models/items.py:1433 +#: pretix/base/models/items.py:1432 pretix/base/models/items.py:1435 #: pretix/base/models/waitinglist.py:151 pretix/base/models/waitinglist.py:154 msgid "The subevent does not belong to this event." msgstr "" @@ -181,7 +181,7 @@ msgstr "" msgid "This type of question cannot be asked during check-in." msgstr "" -#: pretix/api/serializers/organizer.py:52 pretix/control/forms/organizer.py:402 +#: pretix/api/serializers/organizer.py:52 pretix/control/forms/organizer.py:404 msgid "" "A gift card with the same secret already exists in your or an affiliated " "organizer account." @@ -289,14 +289,14 @@ msgstr "" #: pretix/base/auth.py:110 pretix/base/forms/auth.py:175 #: pretix/base/models/auth.py:90 pretix/base/models/notifications.py:25 #: pretix/base/models/orders.py:146 pretix/control/navigation.py:60 -#: pretix/plugins/checkinlists/exporters.py:348 +#: pretix/plugins/checkinlists/exporters.py:407 #: pretix/presale/checkoutflow.py:665 pretix/presale/forms/checkout.py:28 #: pretix/presale/forms/user.py:6 msgid "E-mail" msgstr "" #: pretix/base/auth.py:112 pretix/base/forms/auth.py:86 -#: pretix/base/forms/auth.py:138 pretix/control/forms/event.py:937 +#: pretix/base/forms/auth.py:138 pretix/control/forms/event.py:936 msgid "Password" msgstr "" @@ -304,7 +304,7 @@ msgstr "" msgid "Online shop" msgstr "" -#: pretix/base/email.py:139 pretix/control/views/main.py:288 +#: pretix/base/email.py:139 pretix/control/views/main.py:268 #: pretix/plugins/badges/__init__.py:24 pretix/plugins/badges/models.py:27 #: pretix/plugins/badges/templates/pretixplugins/badges/index.html:35 #: pretix/plugins/badges/templates/pretixplugins/badges/index.html:55 @@ -319,7 +319,7 @@ msgid "Simple with logo" msgstr "" #: pretix/base/email.py:349 pretix/base/email.py:412 pretix/base/email.py:428 -#: pretix/base/email.py:437 pretix/base/pdf.py:109 pretix/base/pdf.py:207 +#: pretix/base/email.py:437 pretix/base/pdf.py:109 pretix/base/pdf.py:212 #: pretix/base/services/invoices.py:337 pretix/control/views/event.py:672 msgid "John Doe" msgstr "" @@ -372,7 +372,7 @@ msgstr "" msgid "Answers to file upload questions" msgstr "" -#: pretix/base/exporters/answers.py:27 pretix/base/models/items.py:1067 +#: pretix/base/exporters/answers.py:27 pretix/base/models/items.py:1069 #: pretix/control/navigation.py:161 #: pretix/control/templates/pretixcontrol/items/questions.html:3 #: pretix/control/templates/pretixcontrol/items/questions.html:5 @@ -393,7 +393,8 @@ msgstr "" #: pretix/control/templates/pretixcontrol/organizers/detail.html:54 #: pretix/control/templates/pretixcontrol/user/staff_session_edit.html:19 #: pretix/control/templates/pretixcontrol/user/staff_session_list.html:18 -#: pretix/plugins/checkinlists/exporters.py:352 +#: pretix/plugins/checkinlists/exporters.py:47 +#: pretix/plugins/checkinlists/exporters.py:411 msgid "Start date" msgstr "" @@ -409,7 +410,8 @@ msgstr "" #: pretix/control/templates/pretixcontrol/organizers/detail.html:56 #: pretix/control/templates/pretixcontrol/user/staff_session_edit.html:21 #: pretix/control/templates/pretixcontrol/user/staff_session_list.html:20 -#: pretix/plugins/checkinlists/exporters.py:353 +#: pretix/plugins/checkinlists/exporters.py:54 +#: pretix/plugins/checkinlists/exporters.py:412 msgid "End date" msgstr "" @@ -423,9 +425,9 @@ msgstr "" msgid "All invoices" msgstr "" -#: pretix/base/exporters/invoices.py:99 pretix/base/models/orders.py:1234 -#: pretix/base/models/orders.py:1605 pretix/control/forms/filter.py:97 -#: pretix/control/forms/filter.py:1125 +#: pretix/base/exporters/invoices.py:99 pretix/base/models/orders.py:1261 +#: pretix/base/models/orders.py:1632 pretix/control/forms/filter.py:97 +#: pretix/control/forms/filter.py:1177 #: pretix/control/templates/pretixcontrol/boxoffice/payment.html:9 #: pretix/control/templates/pretixcontrol/boxoffice/payment.html:14 #: pretix/control/templates/pretixcontrol/boxoffice/payment.html:33 @@ -434,7 +436,7 @@ msgid "Payment provider" msgstr "" #: pretix/base/exporters/invoices.py:101 pretix/control/forms/filter.py:99 -#: pretix/control/forms/filter.py:1127 +#: pretix/control/forms/filter.py:1179 msgid "All payment providers" msgstr "" @@ -449,8 +451,8 @@ msgstr "" msgid "Email addresses (text file)" msgstr "" -#: pretix/base/exporters/mail.py:34 pretix/plugins/reports/exporters.py:307 -#: pretix/plugins/reports/exporters.py:479 +#: pretix/base/exporters/mail.py:34 pretix/plugins/reports/exporters.py:310 +#: pretix/plugins/reports/exporters.py:482 msgid "Filter by status" msgstr "" @@ -465,7 +467,7 @@ msgstr "" msgid "Orders" msgstr "" -#: pretix/base/exporters/orderlist.py:32 pretix/base/models/orders.py:1862 +#: pretix/base/exporters/orderlist.py:32 pretix/base/models/orders.py:1889 #: pretix/base/notifications.py:190 msgid "Order positions" msgstr "" @@ -487,31 +489,31 @@ msgstr "" #: pretix/control/templates/pretixcontrol/order/index.html:157 #: pretix/control/templates/pretixcontrol/orders/index.html:34 #: pretix/control/templates/pretixcontrol/orders/index.html:91 -#: pretix/control/templates/pretixcontrol/search/orders.html:36 -#: pretix/plugins/badges/exporters.py:236 +#: pretix/control/templates/pretixcontrol/search/orders.html:41 +#: pretix/plugins/badges/exporters.py:244 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/transaction_list.html:34 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/transaction_list.html:57 -#: pretix/plugins/checkinlists/exporters.py:60 -#: pretix/plugins/checkinlists/exporters.py:330 -#: pretix/plugins/reports/exporters.py:381 -#: pretix/plugins/reports/exporters.py:518 +#: pretix/plugins/checkinlists/exporters.py:75 +#: pretix/plugins/checkinlists/exporters.py:389 +#: pretix/plugins/reports/exporters.py:384 +#: pretix/plugins/reports/exporters.py:521 #: pretix/plugins/ticketoutputpdf/exporters.py:40 msgid "Order code" msgstr "" #: pretix/base/exporters/orderlist.py:98 pretix/base/notifications.py:186 #: pretix/control/templates/pretixcontrol/orders/index.html:101 -#: pretix/control/templates/pretixcontrol/search/orders.html:48 -#: pretix/plugins/reports/exporters.py:381 -#: pretix/plugins/reports/exporters.py:520 +#: pretix/control/templates/pretixcontrol/search/orders.html:53 +#: pretix/plugins/reports/exporters.py:384 +#: pretix/plugins/reports/exporters.py:523 msgid "Order total" msgstr "" #: pretix/base/exporters/orderlist.py:98 pretix/base/exporters/orderlist.py:210 #: pretix/base/exporters/orderlist.py:286 #: pretix/base/exporters/orderlist.py:481 pretix/base/models/orders.py:134 -#: pretix/control/forms/filter.py:379 pretix/control/forms/filter.py:599 -#: pretix/control/forms/filter.py:858 pretix/control/forms/filter.py:939 +#: pretix/control/forms/filter.py:431 pretix/control/forms/filter.py:651 +#: pretix/control/forms/filter.py:910 pretix/control/forms/filter.py:991 #: pretix/control/templates/pretixcontrol/boxoffice/payment.html:22 #: pretix/control/templates/pretixcontrol/checkin/index.html:78 #: pretix/control/templates/pretixcontrol/events/index.html:88 @@ -520,12 +522,12 @@ msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:105 #: pretix/control/templates/pretixcontrol/orders/refunds.html:45 #: pretix/control/templates/pretixcontrol/organizers/detail.html:58 -#: pretix/control/templates/pretixcontrol/search/orders.html:51 +#: pretix/control/templates/pretixcontrol/search/orders.html:56 #: pretix/control/templates/pretixcontrol/subevents/index.html:79 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:136 #: pretix/control/views/waitinglist.py:199 -#: pretix/plugins/reports/exporters.py:381 -#: pretix/plugins/reports/exporters.py:520 +#: pretix/plugins/reports/exporters.py:384 +#: pretix/plugins/reports/exporters.py:523 #: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:61 #: pretix/presale/templates/pretixpresale/organizers/index.html:64 msgid "Status" @@ -539,15 +541,15 @@ msgstr "" #: pretix/base/exporters/orderlist.py:98 pretix/base/exporters/orderlist.py:212 #: pretix/base/exporters/orderlist.py:288 pretix/base/notifications.py:188 -#: pretix/control/forms/filter.py:1174 +#: pretix/control/forms/filter.py:1226 #: pretix/control/templates/pretixcontrol/order/index.html:159 #: pretix/control/templates/pretixcontrol/orders/index.html:97 -#: pretix/control/templates/pretixcontrol/search/orders.html:45 -#: pretix/plugins/checkinlists/exporters.py:360 -#: pretix/plugins/reports/exporters.py:318 -#: pretix/plugins/reports/exporters.py:381 -#: pretix/plugins/reports/exporters.py:490 -#: pretix/plugins/reports/exporters.py:518 +#: pretix/control/templates/pretixcontrol/search/orders.html:50 +#: pretix/plugins/checkinlists/exporters.py:419 +#: pretix/plugins/reports/exporters.py:321 +#: pretix/plugins/reports/exporters.py:384 +#: pretix/plugins/reports/exporters.py:493 +#: pretix/plugins/reports/exporters.py:521 msgid "Order date" msgstr "" @@ -555,11 +557,11 @@ msgstr "" #: pretix/base/exporters/orderlist.py:309 #: pretix/base/exporters/orderlist.py:329 #: pretix/base/exporters/orderlist.py:571 -#: pretix/base/exporters/orderlist.py:673 pretix/base/forms/questions.py:269 +#: pretix/base/exporters/orderlist.py:673 pretix/base/forms/questions.py:270 #: pretix/base/orderimport.py:241 pretix/base/orderimport.py:406 #: pretix/control/templates/pretixcontrol/order/index.html:782 -#: pretix/plugins/checkinlists/exporters.py:358 -#: pretix/plugins/reports/exporters.py:519 +#: pretix/plugins/checkinlists/exporters.py:417 +#: pretix/plugins/reports/exporters.py:522 #: pretix/presale/templates/pretixpresale/event/checkout_confirm.html:93 #: pretix/presale/templates/pretixpresale/event/order.html:281 msgid "Company" @@ -568,13 +570,13 @@ msgstr "" #: pretix/base/exporters/orderlist.py:99 pretix/base/exporters/orderlist.py:564 #: pretix/base/exporters/orderlist.py:572 #: pretix/base/exporters/orderlist.py:666 -#: pretix/base/exporters/orderlist.py:674 pretix/base/forms/questions.py:634 -#: pretix/base/models/devices.py:51 pretix/base/models/event.py:1008 -#: pretix/base/models/event.py:1250 pretix/base/models/items.py:1301 -#: pretix/base/models/items.py:1460 pretix/base/models/organizer.py:34 -#: pretix/base/models/seating.py:39 pretix/base/models/tax.py:97 +#: pretix/base/exporters/orderlist.py:674 pretix/base/forms/questions.py:641 +#: pretix/base/models/devices.py:51 pretix/base/models/event.py:989 +#: pretix/base/models/event.py:1207 pretix/base/models/items.py:1303 +#: pretix/base/models/items.py:1462 pretix/base/models/organizer.py:34 +#: pretix/base/models/seating.py:40 pretix/base/models/tax.py:97 #: pretix/base/settings.py:1627 pretix/base/settings.py:1637 -#: pretix/base/settings.py:1798 pretix/control/forms/item.py:281 +#: pretix/base/settings.py:1806 pretix/control/forms/item.py:281 #: pretix/control/templates/pretixcontrol/checkin/index.html:75 #: pretix/control/templates/pretixcontrol/event/tax_index.html:26 #: pretix/control/templates/pretixcontrol/oauth/app_list.html:12 @@ -585,8 +587,8 @@ msgstr "" #: pretix/control/templates/pretixcontrol/subevents/index.html:66 #: pretix/plugins/badges/models.py:32 #: pretix/plugins/badges/templates/pretixplugins/badges/index.html:34 -#: pretix/plugins/checkinlists/exporters.py:236 -#: pretix/plugins/reports/exporters.py:519 +#: pretix/plugins/checkinlists/exporters.py:286 +#: pretix/plugins/reports/exporters.py:522 #: pretix/plugins/ticketoutputpdf/models.py:32 #: pretix/plugins/ticketoutputpdf/templates/pretixplugins/ticketoutputpdf/index.html:32 #: pretix/presale/templates/pretixpresale/event/checkout_confirm.html:96 @@ -601,8 +603,8 @@ msgstr "" #: pretix/base/exporters/orderlist.py:310 #: pretix/base/exporters/orderlist.py:336 #: pretix/base/exporters/orderlist.py:565 -#: pretix/base/exporters/orderlist.py:667 pretix/base/forms/questions.py:276 -#: pretix/base/models/orders.py:1070 pretix/base/models/orders.py:2113 +#: pretix/base/exporters/orderlist.py:667 pretix/base/forms/questions.py:277 +#: pretix/base/models/orders.py:1070 pretix/base/models/orders.py:2140 #: pretix/base/orderimport.py:271 pretix/base/orderimport.py:417 #: pretix/control/templates/pretixcontrol/order/index.html:786 #: pretix/presale/templates/pretixpresale/event/checkout_confirm.html:98 @@ -617,8 +619,8 @@ msgstr "" #: pretix/base/exporters/orderlist.py:566 #: pretix/base/exporters/orderlist.py:574 #: pretix/base/exporters/orderlist.py:668 -#: pretix/base/exporters/orderlist.py:676 pretix/base/forms/questions.py:286 -#: pretix/base/models/orders.py:1071 pretix/base/models/orders.py:2114 +#: pretix/base/exporters/orderlist.py:676 pretix/base/forms/questions.py:287 +#: pretix/base/models/orders.py:1071 pretix/base/models/orders.py:2141 #: pretix/base/orderimport.py:282 pretix/base/orderimport.py:428 #: pretix/base/settings.py:549 msgid "ZIP code" @@ -631,8 +633,8 @@ msgstr "" #: pretix/base/exporters/orderlist.py:567 #: pretix/base/exporters/orderlist.py:575 #: pretix/base/exporters/orderlist.py:669 -#: pretix/base/exporters/orderlist.py:677 pretix/base/forms/questions.py:294 -#: pretix/base/models/orders.py:1072 pretix/base/models/orders.py:2115 +#: pretix/base/exporters/orderlist.py:677 pretix/base/forms/questions.py:295 +#: pretix/base/models/orders.py:1072 pretix/base/models/orders.py:2142 #: pretix/base/orderimport.py:293 pretix/base/orderimport.py:439 #: pretix/base/settings.py:561 msgid "City" @@ -645,12 +647,12 @@ msgstr "" #: pretix/base/exporters/orderlist.py:568 #: pretix/base/exporters/orderlist.py:576 #: pretix/base/exporters/orderlist.py:670 -#: pretix/base/exporters/orderlist.py:678 pretix/base/forms/questions.py:305 -#: pretix/base/models/orders.py:1073 pretix/base/models/orders.py:2116 -#: pretix/base/models/orders.py:2117 pretix/base/orderimport.py:309 +#: pretix/base/exporters/orderlist.py:678 pretix/base/forms/questions.py:306 +#: pretix/base/models/orders.py:1073 pretix/base/models/orders.py:2143 +#: pretix/base/models/orders.py:2144 pretix/base/orderimport.py:309 #: pretix/base/orderimport.py:455 pretix/base/settings.py:574 #: pretix/control/templates/pretixcontrol/order/index.html:790 -#: pretix/plugins/reports/exporters.py:520 +#: pretix/plugins/reports/exporters.py:523 #: pretix/presale/templates/pretixpresale/event/checkout_confirm.html:102 #: pretix/presale/templates/pretixpresale/event/order.html:291 msgid "Country" @@ -661,9 +663,9 @@ msgstr "" #: pretix/base/exporters/orderlist.py:314 #: pretix/base/exporters/orderlist.py:336 #: pretix/base/exporters/orderlist.py:577 -#: pretix/base/exporters/orderlist.py:679 pretix/base/forms/questions.py:327 -#: pretix/base/forms/questions.py:603 pretix/base/models/orders.py:1074 -#: pretix/base/models/orders.py:2119 pretix/base/orderimport.py:328 +#: pretix/base/exporters/orderlist.py:679 pretix/base/forms/questions.py:328 +#: pretix/base/forms/questions.py:610 pretix/base/models/orders.py:1074 +#: pretix/base/models/orders.py:2146 pretix/base/orderimport.py:328 #: pretix/control/templates/pretixcontrol/order/index.html:793 #: pretix/presale/templates/pretixpresale/event/checkout_confirm.html:105 #: pretix/presale/templates/pretixpresale/event/order.html:294 @@ -677,10 +679,10 @@ msgstr "" #: pretix/base/exporters/orderlist.py:570 #: pretix/base/exporters/orderlist.py:578 #: pretix/base/exporters/orderlist.py:672 -#: pretix/base/exporters/orderlist.py:680 pretix/base/models/orders.py:2120 +#: pretix/base/exporters/orderlist.py:680 pretix/base/models/orders.py:2147 #: pretix/base/orderimport.py:353 #: pretix/control/templates/pretixcontrol/order/index.html:797 -#: pretix/plugins/reports/exporters.py:520 +#: pretix/plugins/reports/exporters.py:523 #: pretix/presale/templates/pretixpresale/event/checkout_confirm.html:109 #: pretix/presale/templates/pretixpresale/event/order.html:298 msgid "VAT ID" @@ -728,14 +730,14 @@ msgstr "" #: pretix/base/exporters/orderlist.py:119 pretix/base/models/items.py:398 #: pretix/base/models/orders.py:172 -#: pretix/plugins/checkinlists/exporters.py:361 +#: pretix/plugins/checkinlists/exporters.py:420 msgid "Requires special attention" msgstr "" #: pretix/base/exporters/orderlist.py:120 pretix/base/models/orders.py:167 #: pretix/base/models/vouchers.py:197 pretix/base/orderimport.py:620 #: pretix/control/templates/pretixcontrol/user/staff_session_list.html:21 -#: pretix/plugins/checkinlists/exporters.py:362 +#: pretix/plugins/checkinlists/exporters.py:421 msgid "Comment" msgstr "" @@ -749,9 +751,9 @@ msgstr "" #: pretix/base/exporters/orderlist.py:642 pretix/base/models/orders.py:939 #: pretix/control/forms/item.py:397 pretix/control/views/item.py:527 #: pretix/control/views/vouchers.py:88 pretix/control/views/vouchers.py:89 -#: pretix/plugins/checkinlists/exporters.py:396 -#: pretix/plugins/checkinlists/exporters.py:399 -#: pretix/plugins/checkinlists/exporters.py:434 +#: pretix/plugins/checkinlists/exporters.py:455 +#: pretix/plugins/checkinlists/exporters.py:458 +#: pretix/plugins/checkinlists/exporters.py:493 #: pretix/plugins/pretixdroid/templates/pretixplugins/pretixdroid/configuration.html:110 #: pretix/plugins/pretixdroid/templates/pretixplugins/pretixdroid/configuration.html:111 #: pretix/presale/checkoutflow.py:675 @@ -763,9 +765,9 @@ msgstr "" #: pretix/base/exporters/orderlist.py:642 pretix/base/models/orders.py:941 #: pretix/control/forms/item.py:398 pretix/control/views/item.py:527 #: pretix/control/views/vouchers.py:88 pretix/control/views/vouchers.py:89 -#: pretix/plugins/checkinlists/exporters.py:396 -#: pretix/plugins/checkinlists/exporters.py:399 -#: pretix/plugins/checkinlists/exporters.py:434 +#: pretix/plugins/checkinlists/exporters.py:455 +#: pretix/plugins/checkinlists/exporters.py:458 +#: pretix/plugins/checkinlists/exporters.py:493 #: pretix/plugins/pretixdroid/templates/pretixplugins/pretixdroid/configuration.html:110 #: pretix/plugins/pretixdroid/templates/pretixplugins/pretixdroid/configuration.html:111 #: pretix/presale/checkoutflow.py:677 @@ -778,7 +780,7 @@ msgstr "" #: pretix/base/exporters/orderlist.py:214 #: pretix/base/exporters/orderlist.py:653 pretix/base/models/items.py:276 -#: pretix/base/models/items.py:630 pretix/base/models/items.py:637 +#: pretix/base/models/items.py:632 pretix/base/models/items.py:639 msgid "Description" msgstr "" @@ -788,15 +790,15 @@ msgstr "" #: pretix/control/templates/pretixcontrol/item/index.html:45 #: pretix/control/templates/pretixcontrol/order/change.html:145 #: pretix/control/templates/pretixcontrol/order/change.html:295 -#: pretix/plugins/checkinlists/exporters.py:237 -#: pretix/plugins/checkinlists/exporters.py:337 +#: pretix/plugins/checkinlists/exporters.py:287 +#: pretix/plugins/checkinlists/exporters.py:396 msgid "Price" msgstr "" #: pretix/base/exporters/orderlist.py:216 #: pretix/base/exporters/orderlist.py:298 -#: pretix/base/exporters/orderlist.py:657 pretix/base/models/orders.py:1739 -#: pretix/base/models/orders.py:1837 pretix/base/models/tax.py:104 +#: pretix/base/exporters/orderlist.py:657 pretix/base/models/orders.py:1766 +#: pretix/base/models/orders.py:1864 pretix/base/models/tax.py:104 msgid "Tax rate" msgstr "" @@ -809,15 +811,15 @@ msgstr "" #: pretix/base/exporters/orderlist.py:218 #: pretix/base/exporters/orderlist.py:300 -#: pretix/base/exporters/orderlist.py:656 pretix/base/models/orders.py:1748 -#: pretix/base/models/orders.py:1846 +#: pretix/base/exporters/orderlist.py:656 pretix/base/models/orders.py:1775 +#: pretix/base/models/orders.py:1873 msgid "Tax value" msgstr "" #: pretix/base/exporters/orderlist.py:220 #: pretix/base/exporters/orderlist.py:225 #: pretix/base/exporters/orderlist.py:330 -#: pretix/base/exporters/orderlist.py:334 pretix/base/pdf.py:206 +#: pretix/base/exporters/orderlist.py:334 pretix/base/pdf.py:211 msgid "Invoice address name" msgstr "" @@ -826,13 +828,13 @@ msgid "Position ID" msgstr "" #: pretix/base/exporters/orderlist.py:291 pretix/base/models/checkin.py:18 -#: pretix/base/models/items.py:1297 pretix/base/models/orders.py:1021 +#: pretix/base/models/items.py:1299 pretix/base/models/orders.py:1021 #: pretix/base/models/vouchers.py:101 pretix/base/models/waitinglist.py:34 -#: pretix/control/forms/event.py:1106 pretix/control/forms/filter.py:241 -#: pretix/control/forms/filter.py:976 pretix/control/forms/filter.py:1088 -#: pretix/control/forms/filter.py:1165 pretix/control/forms/item.py:174 -#: pretix/control/forms/orders.py:241 pretix/control/forms/orders.py:293 -#: pretix/control/forms/orders.py:542 pretix/control/forms/vouchers.py:78 +#: pretix/control/forms/event.py:1105 pretix/control/forms/filter.py:241 +#: pretix/control/forms/filter.py:1028 pretix/control/forms/filter.py:1140 +#: pretix/control/forms/filter.py:1217 pretix/control/forms/item.py:174 +#: pretix/control/forms/orders.py:245 pretix/control/forms/orders.py:297 +#: pretix/control/forms/orders.py:546 pretix/control/forms/vouchers.py:78 #: pretix/control/templates/pretixcontrol/checkin/lists.html:75 #: pretix/control/templates/pretixcontrol/items/quotas.html:47 #: pretix/control/templates/pretixcontrol/order/change.html:104 @@ -842,7 +844,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/vouchers/index.html:126 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:133 #: pretix/control/views/waitinglist.py:203 -#: pretix/plugins/checkinlists/exporters.py:351 +#: pretix/plugins/checkinlists/exporters.py:410 #: pretix/plugins/sendmail/forms.py:129 #: pretix/presale/templates/pretixpresale/event/checkout_questions.html:92 msgctxt "subevent" @@ -851,17 +853,17 @@ msgstr "" #: pretix/base/exporters/orderlist.py:295 pretix/base/models/items.py:425 #: pretix/base/models/vouchers.py:156 pretix/base/models/waitinglist.py:52 -#: pretix/base/orderimport.py:174 pretix/control/forms/filter.py:982 -#: pretix/control/forms/orders.py:220 pretix/control/forms/vouchers.py:29 +#: pretix/base/orderimport.py:174 pretix/control/forms/filter.py:1034 +#: pretix/control/forms/orders.py:224 pretix/control/forms/vouchers.py:29 #: pretix/control/templates/pretixcontrol/item/base.html:3 #: pretix/control/templates/pretixcontrol/order/change.html:130 #: pretix/control/templates/pretixcontrol/orders/overview.html:58 #: pretix/control/templates/pretixcontrol/vouchers/index.html:120 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:131 #: pretix/control/views/vouchers.py:69 pretix/control/views/waitinglist.py:199 -#: pretix/plugins/checkinlists/exporters.py:237 -#: pretix/plugins/checkinlists/exporters.py:337 -#: pretix/plugins/reports/exporters.py:219 +#: pretix/plugins/checkinlists/exporters.py:287 +#: pretix/plugins/checkinlists/exporters.py:396 +#: pretix/plugins/reports/exporters.py:222 #: pretix/plugins/statistics/templates/pretixplugins/statistics/index.html:100 #: pretix/presale/templates/pretixpresale/event/waitinglist.html:10 msgid "Product" @@ -872,20 +874,20 @@ msgid "Variation" msgstr "" #: pretix/base/exporters/orderlist.py:301 -#: pretix/base/exporters/orderlist.py:306 pretix/base/forms/questions.py:252 +#: pretix/base/exporters/orderlist.py:306 pretix/base/forms/questions.py:253 #: pretix/base/models/orders.py:1043 pretix/base/orderimport.py:378 #: pretix/base/pdf.py:108 #: pretix/control/templates/pretixcontrol/order/index.html:376 -#: pretix/plugins/badges/exporters.py:235 -#: pretix/plugins/checkinlists/exporters.py:59 -#: pretix/plugins/checkinlists/exporters.py:331 +#: pretix/plugins/badges/exporters.py:243 +#: pretix/plugins/checkinlists/exporters.py:74 +#: pretix/plugins/checkinlists/exporters.py:390 #: pretix/plugins/ticketoutputpdf/exporters.py:39 #: pretix/presale/templates/pretixpresale/event/fragment_cart.html:48 #: pretix/presale/templates/pretixpresale/event/fragment_cart.html:51 msgid "Attendee name" msgstr "" -#: pretix/base/exporters/orderlist.py:308 pretix/base/forms/questions.py:258 +#: pretix/base/exporters/orderlist.py:308 pretix/base/forms/questions.py:259 #: pretix/base/models/orders.py:1051 #: pretix/control/templates/pretixcontrol/order/index.html:381 #: pretix/presale/templates/pretixpresale/event/fragment_cart.html:58 @@ -919,11 +921,11 @@ msgstr "" #: pretix/base/exporters/orderlist.py:481 #: pretix/base/exporters/orderlist.py:748 pretix/base/models/orders.py:204 -#: pretix/base/models/orders.py:1221 pretix/base/models/orders.py:1586 -#: pretix/base/models/orders.py:1728 pretix/base/models/orders.py:1831 +#: pretix/base/models/orders.py:1248 pretix/base/models/orders.py:1613 +#: pretix/base/models/orders.py:1755 pretix/base/models/orders.py:1858 #: pretix/control/templates/pretixcontrol/organizers/giftcard.html:64 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/transaction_list.html:15 -#: pretix/plugins/checkinlists/exporters.py:235 +#: pretix/plugins/checkinlists/exporters.py:285 msgid "Order" msgstr "" @@ -949,8 +951,8 @@ msgid "Status code" msgstr "" #: pretix/base/exporters/orderlist.py:482 -#: pretix/base/exporters/orderlist.py:748 pretix/base/models/orders.py:1217 -#: pretix/base/models/orders.py:1582 +#: pretix/base/exporters/orderlist.py:748 pretix/base/models/orders.py:1244 +#: pretix/base/models/orders.py:1609 #: pretix/control/templates/pretixcontrol/order/index.html:578 #: pretix/control/templates/pretixcontrol/order/index.html:674 #: pretix/control/templates/pretixcontrol/orders/refunds.html:46 @@ -1000,7 +1002,7 @@ msgid "Current user's carts" msgstr "" #: pretix/base/exporters/orderlist.py:516 pretix/base/shredder.py:170 -#: pretix/control/forms/event.py:1181 pretix/control/navigation.py:206 +#: pretix/control/forms/event.py:1180 pretix/control/navigation.py:206 #: pretix/control/templates/pretixcontrol/event/settings.html:155 #: pretix/control/templates/pretixcontrol/orders/cancel.html:59 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:6 @@ -1050,9 +1052,9 @@ msgstr "" #: pretix/base/exporters/orderlist.py:558 #: pretix/base/exporters/orderlist.py:661 -#: pretix/base/exporters/orderlist.py:748 pretix/base/models/items.py:997 -#: pretix/base/models/orders.py:154 pretix/base/models/orders.py:2068 -#: pretix/control/forms/filter.py:391 +#: pretix/base/exporters/orderlist.py:748 pretix/base/models/items.py:999 +#: pretix/base/models/orders.py:154 pretix/base/models/orders.py:2095 +#: pretix/control/forms/filter.py:443 #: pretix/control/templates/pretixcontrol/organizers/giftcard.html:63 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/import_assign.html:17 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/transaction_list.html:11 @@ -1079,7 +1081,7 @@ msgid "Cancellation of" msgstr "" #: pretix/base/exporters/orderlist.py:563 pretix/base/models/auth.py:102 -#: pretix/control/forms/event.py:1111 pretix/control/views/waitinglist.py:200 +#: pretix/control/forms/event.py:1110 pretix/control/views/waitinglist.py:200 msgid "Language" msgstr "" @@ -1134,19 +1136,19 @@ msgid "Street address" msgstr "" #: pretix/base/exporters/orderlist.py:579 -#: pretix/base/exporters/orderlist.py:681 pretix/base/models/orders.py:2130 +#: pretix/base/exporters/orderlist.py:681 pretix/base/models/orders.py:2157 msgid "Beneficiary" msgstr "" #: pretix/base/exporters/orderlist.py:580 -#: pretix/base/exporters/orderlist.py:682 pretix/base/models/orders.py:2125 +#: pretix/base/exporters/orderlist.py:682 pretix/base/models/orders.py:2152 #: pretix/base/orderimport.py:364 #: pretix/control/templates/pretixcontrol/order/index.html:817 #: pretix/presale/templates/pretixpresale/event/checkout_confirm.html:116 msgid "Internal reference" msgstr "" -#: pretix/base/exporters/orderlist.py:581 pretix/control/forms/event.py:1086 +#: pretix/base/exporters/orderlist.py:581 pretix/control/forms/event.py:1085 msgid "Reverse charge" msgstr "" @@ -1186,7 +1188,7 @@ msgstr "" msgid "Line number" msgstr "" -#: pretix/base/exporters/orderlist.py:654 pretix/control/forms/orders.py:236 +#: pretix/base/exporters/orderlist.py:654 pretix/control/forms/orders.py:240 msgid "Gross price" msgstr "" @@ -1251,42 +1253,42 @@ msgstr "" msgid "Repeat password" msgstr "" -#: pretix/base/forms/questions.py:279 pretix/base/forms/questions.py:545 +#: pretix/base/forms/questions.py:280 pretix/base/forms/questions.py:552 msgid "Street and Number" msgstr "" -#: pretix/base/forms/questions.py:311 pretix/base/forms/questions.py:585 +#: pretix/base/forms/questions.py:312 pretix/base/forms/questions.py:592 msgctxt "address" msgid "Select state" msgstr "" -#: pretix/base/forms/questions.py:500 pretix/base/forms/questions.py:670 -#: pretix/base/payment.py:51 pretix/control/forms/event.py:653 -#: pretix/control/forms/event.py:1046 +#: pretix/base/forms/questions.py:507 pretix/base/forms/questions.py:677 +#: pretix/base/payment.py:51 pretix/control/forms/event.py:651 +#: pretix/control/forms/event.py:1045 msgid "This field is required." msgstr "" -#: pretix/base/forms/questions.py:529 pretix/control/forms/item.py:94 +#: pretix/base/forms/questions.py:536 pretix/control/forms/item.py:94 msgid "This field is required" msgstr "" -#: pretix/base/forms/questions.py:661 +#: pretix/base/forms/questions.py:668 msgid "You need to provide a company name." msgstr "" -#: pretix/base/forms/questions.py:663 +#: pretix/base/forms/questions.py:670 msgid "You need to provide your name." msgstr "" -#: pretix/base/forms/questions.py:684 pretix/control/views/orders.py:1136 +#: pretix/base/forms/questions.py:691 pretix/control/views/orders.py:1136 msgid "Your VAT ID does not match the selected country." msgstr "" -#: pretix/base/forms/questions.py:692 +#: pretix/base/forms/questions.py:699 msgid "This VAT ID is not valid. Please re-check your input." msgstr "" -#: pretix/base/forms/questions.py:697 +#: pretix/base/forms/questions.py:704 msgid "" "Your VAT ID could not be checked, as the VAT checking service of your " "country is currently not available. We will therefore need to charge VAT on " @@ -1294,7 +1296,7 @@ msgid "" "process." msgstr "" -#: pretix/base/forms/questions.py:705 +#: pretix/base/forms/questions.py:712 msgid "" "Your VAT ID could not be checked, as the VAT checking service of your " "country returned an incorrect result. We will therefore need to charge VAT " @@ -1366,12 +1368,12 @@ msgstr "" msgid "Invalid placeholder(s): %(value)s" msgstr "" -#: pretix/base/forms/widgets.py:134 pretix/base/forms/widgets.py:139 -#: pretix/base/models/orders.py:2109 +#: pretix/base/forms/widgets.py:138 pretix/base/forms/widgets.py:143 +#: pretix/base/models/orders.py:2136 msgid "Business customer" msgstr "" -#: pretix/base/forms/widgets.py:138 +#: pretix/base/forms/widgets.py:142 msgid "Individual customer" msgstr "" @@ -1396,27 +1398,27 @@ msgctxt "invoice" msgid "Invoice to" msgstr "" -#: pretix/base/invoice.py:322 pretix/base/invoice.py:752 +#: pretix/base/invoice.py:322 pretix/base/invoice.py:753 msgctxt "invoice" msgid "Order code" msgstr "" -#: pretix/base/invoice.py:331 pretix/base/invoice.py:761 +#: pretix/base/invoice.py:331 pretix/base/invoice.py:762 msgctxt "invoice" msgid "Cancellation number" msgstr "" -#: pretix/base/invoice.py:337 pretix/base/invoice.py:769 +#: pretix/base/invoice.py:337 pretix/base/invoice.py:770 msgctxt "invoice" msgid "Original invoice" msgstr "" -#: pretix/base/invoice.py:342 pretix/base/invoice.py:776 +#: pretix/base/invoice.py:342 pretix/base/invoice.py:777 msgctxt "invoice" msgid "Invoice number" msgstr "" -#: pretix/base/invoice.py:350 pretix/base/invoice.py:791 +#: pretix/base/invoice.py:350 pretix/base/invoice.py:792 msgctxt "invoice" msgid "Cancellation date" msgstr "" @@ -1426,7 +1428,7 @@ msgctxt "invoice" msgid "Original invoice date" msgstr "" -#: pretix/base/invoice.py:363 pretix/base/invoice.py:793 +#: pretix/base/invoice.py:363 pretix/base/invoice.py:794 msgctxt "invoice" msgid "Invoice date" msgstr "" @@ -1453,7 +1455,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/organizers/giftcard.html:11 #: pretix/control/templates/pretixcontrol/organizers/giftcard_edit.html:10 #: pretix/control/templates/pretixcontrol/organizers/giftcards.html:73 -#: pretix/control/templates/pretixcontrol/search/orders.html:65 +#: pretix/control/templates/pretixcontrol/search/orders.html:70 #: pretix/presale/templates/pretixpresale/event/order.html:48 #: pretix/presale/templates/pretixpresale/event/position.html:14 msgid "TEST MODE" @@ -1571,7 +1573,7 @@ msgid "" "Bank on {date}, this corresponds to:" msgstr "" -#: pretix/base/invoice.py:678 +#: pretix/base/invoice.py:679 #, python-brace-format msgctxt "invoice" msgid "" @@ -1579,7 +1581,7 @@ msgid "" "Bank on {date}, the invoice total corresponds to {total}." msgstr "" -#: pretix/base/invoice.py:691 +#: pretix/base/invoice.py:692 msgid "Modern Invoice Renderer (pretix 2.7)" msgstr "" @@ -1588,8 +1590,8 @@ msgstr "" msgid "Default list" msgstr "" -#: pretix/base/models/auth.py:92 pretix/base/models/orders.py:2111 -#: pretix/base/settings.py:1809 pretix/base/settings.py:1820 +#: pretix/base/models/auth.py:92 pretix/base/models/orders.py:2138 +#: pretix/base/settings.py:1817 pretix/base/settings.py:1828 #: pretix/control/templates/pretixcontrol/users/index.html:42 msgid "Full name" msgstr "" @@ -1625,7 +1627,7 @@ msgstr "" #: pretix/base/models/auth.py:126 #: pretix/control/templates/pretixcontrol/order/index.html:180 #: pretix/control/templates/pretixcontrol/orders/index.html:94 -#: pretix/control/templates/pretixcontrol/search/orders.html:42 +#: pretix/control/templates/pretixcontrol/search/orders.html:47 #: pretix/control/templates/pretixcontrol/user/staff_session_edit.html:23 #: pretix/control/templates/pretixcontrol/user/staff_session_list.html:15 #: pretix/control/templates/pretixcontrol/users/form.html:4 @@ -1654,7 +1656,7 @@ msgstr "" msgid "All products (including newly created ones)" msgstr "" -#: pretix/base/models/checkin.py:16 pretix/plugins/badges/exporters.py:204 +#: pretix/base/models/checkin.py:16 pretix/plugins/badges/exporters.py:212 msgid "Limit to products" msgstr "" @@ -1719,9 +1721,9 @@ msgstr "" msgid "The end of the event has to be later than its start." msgstr "" -#: pretix/base/models/event.py:288 pretix/base/pdf.py:125 -#: pretix/control/forms/filter.py:410 pretix/control/forms/filter.py:412 -#: pretix/control/forms/filter.py:627 pretix/control/forms/filter.py:629 +#: pretix/base/models/event.py:288 pretix/base/pdf.py:130 +#: pretix/control/forms/filter.py:462 pretix/control/forms/filter.py:464 +#: pretix/control/forms/filter.py:679 pretix/control/forms/filter.py:681 #: pretix/control/templates/pretixcontrol/events/index.html:64 #: pretix/control/templates/pretixcontrol/organizers/detail.html:52 msgid "Event name" @@ -1753,26 +1755,26 @@ msgstr "" msgid "Event currency" msgstr "" -#: pretix/base/models/event.py:311 pretix/base/models/event.py:1010 +#: pretix/base/models/event.py:311 pretix/base/models/event.py:991 #: pretix/base/settings.py:1625 pretix/base/settings.py:1635 #: pretix/control/forms/subevents.py:370 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:268 msgid "Event start time" msgstr "" -#: pretix/base/models/event.py:313 pretix/base/models/event.py:1012 -#: pretix/base/pdf.py:177 pretix/control/forms/subevents.py:375 +#: pretix/base/models/event.py:313 pretix/base/models/event.py:993 +#: pretix/base/pdf.py:182 pretix/control/forms/subevents.py:375 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:270 msgid "Event end time" msgstr "" -#: pretix/base/models/event.py:315 pretix/base/models/event.py:1014 +#: pretix/base/models/event.py:315 pretix/base/models/event.py:995 #: pretix/control/forms/subevents.py:380 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:274 msgid "Admission time" msgstr "" -#: pretix/base/models/event.py:317 pretix/base/models/event.py:1003 +#: pretix/base/models/event.py:317 pretix/base/models/event.py:984 msgid "Show in lists" msgstr "" @@ -1782,37 +1784,37 @@ msgid "" "organizer account." msgstr "" -#: pretix/base/models/event.py:321 pretix/base/models/event.py:1017 +#: pretix/base/models/event.py:321 pretix/base/models/event.py:998 #: pretix/control/forms/subevents.py:70 msgid "End of presale" msgstr "" -#: pretix/base/models/event.py:322 pretix/base/models/event.py:1018 +#: pretix/base/models/event.py:322 pretix/base/models/event.py:999 #: pretix/control/forms/subevents.py:71 msgid "" "Optional. No products will be sold after this date. If you do not set this " "value, the presale will end after the end date of your event." msgstr "" -#: pretix/base/models/event.py:327 pretix/base/models/event.py:1023 +#: pretix/base/models/event.py:327 pretix/base/models/event.py:1004 #: pretix/control/forms/subevents.py:64 msgid "Start of presale" msgstr "" -#: pretix/base/models/event.py:328 pretix/base/models/event.py:1024 +#: pretix/base/models/event.py:328 pretix/base/models/event.py:1005 #: pretix/control/forms/subevents.py:65 msgid "Optional. No products will be sold before this date." msgstr "" -#: pretix/base/models/event.py:333 pretix/base/models/event.py:1029 +#: pretix/base/models/event.py:333 pretix/base/models/event.py:1010 msgid "Location" msgstr "" -#: pretix/base/models/event.py:336 pretix/base/models/event.py:1032 +#: pretix/base/models/event.py:336 pretix/base/models/event.py:1013 msgid "Latitude" msgstr "" -#: pretix/base/models/event.py:340 pretix/base/models/event.py:1036 +#: pretix/base/models/event.py:340 pretix/base/models/event.py:1017 msgid "Longitude" msgstr "" @@ -1826,8 +1828,8 @@ msgstr "" msgid "Internal comment" msgstr "" -#: pretix/base/models/event.py:352 pretix/control/forms/event.py:216 -#: pretix/control/forms/filter.py:609 +#: pretix/base/models/event.py:352 pretix/control/forms/event.py:212 +#: pretix/control/forms/filter.py:661 #: pretix/control/templates/pretixcontrol/event/index.html:12 #: pretix/control/views/dashboards.py:490 #: pretix/presale/templates/pretixpresale/organizers/index.html:93 @@ -1836,10 +1838,10 @@ msgid "Event series" msgstr "" #: pretix/base/models/event.py:361 pretix/base/models/items.py:252 -#: pretix/base/models/items.py:1290 pretix/base/models/orders.py:140 -#: pretix/base/models/orders.py:2060 pretix/base/models/vouchers.py:95 +#: pretix/base/models/items.py:1292 pretix/base/models/orders.py:140 +#: pretix/base/models/orders.py:2087 pretix/base/models/vouchers.py:95 #: pretix/base/models/waitinglist.py:28 pretix/base/notifications.py:177 -#: pretix/control/templates/pretixcontrol/search/orders.html:39 +#: pretix/control/templates/pretixcontrol/search/orders.html:44 #: pretix/presale/templates/pretixpresale/event/waitinglist.html:18 msgid "Event" msgstr "" @@ -1854,77 +1856,77 @@ msgstr "" msgid "Events" msgstr "" -#: pretix/base/models/event.py:850 +#: pretix/base/models/event.py:831 msgid "" "You have configured at least one paid product but have not enabled any " "payment methods." msgstr "" -#: pretix/base/models/event.py:853 +#: pretix/base/models/event.py:834 msgid "You need to configure at least one quota to sell anything." msgstr "" -#: pretix/base/models/event.py:950 +#: pretix/base/models/event.py:931 msgid "" "Once created an event cannot change between an series and a single event." msgstr "" -#: pretix/base/models/event.py:956 +#: pretix/base/models/event.py:937 msgid "The event slug cannot be changed." msgstr "" -#: pretix/base/models/event.py:959 +#: pretix/base/models/event.py:940 msgid "This slug has already been used for a different event." msgstr "" -#: pretix/base/models/event.py:965 +#: pretix/base/models/event.py:946 msgid "The event cannot end before it starts." msgstr "" -#: pretix/base/models/event.py:971 +#: pretix/base/models/event.py:952 msgid "The event's presale cannot end before it starts." msgstr "" -#: pretix/base/models/event.py:999 pretix/base/models/items.py:273 -#: pretix/base/models/items.py:634 pretix/control/forms/filter.py:382 -#: pretix/control/forms/filter.py:861 +#: pretix/base/models/event.py:980 pretix/base/models/items.py:273 +#: pretix/base/models/items.py:636 pretix/control/forms/filter.py:434 +#: pretix/control/forms/filter.py:913 #: pretix/control/templates/pretixcontrol/users/index.html:46 msgid "Active" msgstr "" -#: pretix/base/models/event.py:1000 +#: pretix/base/models/event.py:981 msgid "" "Only with this checkbox enabled, this date is visible in the frontend to " "users." msgstr "" -#: pretix/base/models/event.py:1004 +#: pretix/base/models/event.py:985 msgid "" "If selected, this event will show up publicly on the list of dates for your " "event." msgstr "" -#: pretix/base/models/event.py:1041 pretix/base/settings.py:1502 +#: pretix/base/models/event.py:1022 pretix/base/settings.py:1502 msgid "Frontpage text" msgstr "" -#: pretix/base/models/event.py:1052 +#: pretix/base/models/event.py:1033 msgid "Date in event series" msgstr "" -#: pretix/base/models/event.py:1053 +#: pretix/base/models/event.py:1034 msgid "Dates in event series" msgstr "" -#: pretix/base/models/event.py:1158 +#: pretix/base/models/event.py:1115 msgid "One or more variations do not belong to this event." msgstr "" -#: pretix/base/models/event.py:1242 pretix/base/models/items.py:1452 +#: pretix/base/models/event.py:1199 pretix/base/models/items.py:1454 msgid "Can not contain spaces or special characters except underscores" msgstr "" -#: pretix/base/models/event.py:1247 pretix/base/models/items.py:1457 +#: pretix/base/models/event.py:1204 pretix/base/models/items.py:1459 msgid "The property name may only contain letters, numbers and underscores." msgstr "" @@ -2010,7 +2012,7 @@ msgstr "" msgid "{category} (Add-On products)" msgstr "" -#: pretix/base/models/items.py:259 pretix/base/models/items.py:806 +#: pretix/base/models/items.py:259 pretix/base/models/items.py:808 #: pretix/control/templates/pretixcontrol/items/index.html:38 msgid "Category" msgstr "" @@ -2029,7 +2031,7 @@ msgstr "" msgid "This is shown below the product name in lists." msgstr "" -#: pretix/base/models/items.py:281 pretix/base/models/items.py:648 +#: pretix/base/models/items.py:281 pretix/base/models/items.py:650 msgid "Default price" msgstr "" @@ -2078,7 +2080,7 @@ msgid "This will only work of waiting lists are enabled for this event." msgstr "" #: pretix/base/models/items.py:319 pretix/base/settings.py:756 -#: pretix/control/forms/event.py:1176 +#: pretix/control/forms/event.py:1175 msgid "Show number of tickets left" msgstr "" @@ -2206,11 +2208,11 @@ msgid "" "needs to be checked." msgstr "" -#: pretix/base/models/items.py:405 pretix/base/models/items.py:651 +#: pretix/base/models/items.py:405 pretix/base/models/items.py:653 msgid "Original price" msgstr "" -#: pretix/base/models/items.py:408 pretix/base/models/items.py:654 +#: pretix/base/models/items.py:408 pretix/base/models/items.py:656 msgid "" "If set, this will be displayed next to the current price to show that the " "current price is a discounted one. This is just a cosmetic setting and will " @@ -2231,8 +2233,8 @@ msgid "" "corresponding to the product price." msgstr "" -#: pretix/base/models/items.py:426 pretix/base/models/items.py:1037 -#: pretix/control/forms/filter.py:237 pretix/control/forms/filter.py:793 +#: pretix/base/models/items.py:426 pretix/base/models/items.py:1039 +#: pretix/control/forms/filter.py:237 pretix/control/forms/filter.py:845 #: pretix/control/forms/item.py:159 pretix/control/navigation.py:127 #: pretix/control/navigation.py:136 #: pretix/control/templates/pretixcontrol/checkin/lists.html:78 @@ -2244,98 +2246,98 @@ msgstr "" msgid "Products" msgstr "" -#: pretix/base/models/items.py:575 +#: pretix/base/models/items.py:577 msgid "" "The maximum number per order can not be lower than the minimum number per " "order." msgstr "" -#: pretix/base/models/items.py:581 +#: pretix/base/models/items.py:583 msgid "The item's category must belong to the same event as the item." msgstr "" -#: pretix/base/models/items.py:586 +#: pretix/base/models/items.py:588 msgid "The item's tax rule must belong to the same event as the item." msgstr "" -#: pretix/base/models/items.py:592 +#: pretix/base/models/items.py:594 msgid "The item's availability cannot end before it starts." msgstr "" -#: pretix/base/models/items.py:638 +#: pretix/base/models/items.py:640 msgid "This is shown below the variation name in lists." msgstr "" -#: pretix/base/models/items.py:643 pretix/base/models/items.py:825 -#: pretix/base/models/items.py:1043 +#: pretix/base/models/items.py:645 pretix/base/models/items.py:827 +#: pretix/base/models/items.py:1045 msgid "Position" msgstr "" -#: pretix/base/models/items.py:661 pretix/base/models/vouchers.py:168 +#: pretix/base/models/items.py:663 pretix/base/models/vouchers.py:168 #: pretix/base/models/waitinglist.py:60 pretix/base/orderimport.py:204 msgid "Product variation" msgstr "" -#: pretix/base/models/items.py:662 +#: pretix/base/models/items.py:664 msgid "Product variations" msgstr "" -#: pretix/base/models/items.py:811 +#: pretix/base/models/items.py:813 msgid "Minimum number" msgstr "" -#: pretix/base/models/items.py:815 +#: pretix/base/models/items.py:817 msgid "Maximum number" msgstr "" -#: pretix/base/models/items.py:819 +#: pretix/base/models/items.py:821 msgid "Add-Ons are included in the price" msgstr "" -#: pretix/base/models/items.py:820 +#: pretix/base/models/items.py:822 msgid "" "If selected, adding add-ons to this ticket is free, even if the add-ons " "would normally cost money individually." msgstr "" -#: pretix/base/models/items.py:840 +#: pretix/base/models/items.py:842 msgid "The add-on's category must belong to the same event as the item." msgstr "" -#: pretix/base/models/items.py:845 +#: pretix/base/models/items.py:847 msgid "The item already has an add-on of this category." msgstr "" -#: pretix/base/models/items.py:850 +#: pretix/base/models/items.py:852 msgid "The minimum count needs to be equal to or greater than zero." msgstr "" -#: pretix/base/models/items.py:855 +#: pretix/base/models/items.py:857 msgid "The maximum count needs to be equal to or greater than zero." msgstr "" -#: pretix/base/models/items.py:860 +#: pretix/base/models/items.py:862 msgid "The maximum count needs to be greater than the minimum count." msgstr "" -#: pretix/base/models/items.py:887 +#: pretix/base/models/items.py:889 msgid "Bundled item" msgstr "" -#: pretix/base/models/items.py:893 +#: pretix/base/models/items.py:895 msgid "Bundled variation" msgstr "" -#: pretix/base/models/items.py:899 pretix/base/models/items.py:990 +#: pretix/base/models/items.py:901 pretix/base/models/items.py:992 #: pretix/control/templates/pretixcontrol/vouchers/bulk.html:21 msgid "Number" msgstr "" -#: pretix/base/models/items.py:904 +#: pretix/base/models/items.py:906 msgid "Designated price part" msgstr "" -#: pretix/base/models/items.py:905 +#: pretix/base/models/items.py:907 msgid "" "If set, it will be shown that this bundled item is responsible for the given " "value of the total gross price. This might be important in cases of mixed " @@ -2343,63 +2345,63 @@ msgid "" "the base item's price." msgstr "" -#: pretix/base/models/items.py:928 +#: pretix/base/models/items.py:930 msgid "The bundled item must belong to the same event as the item." msgstr "" -#: pretix/base/models/items.py:930 +#: pretix/base/models/items.py:932 msgid "A variation needs to be set for this item." msgstr "" -#: pretix/base/models/items.py:932 +#: pretix/base/models/items.py:934 msgid "The chosen variation does not belong to this item." msgstr "" -#: pretix/base/models/items.py:937 +#: pretix/base/models/items.py:939 msgid "The count needs to be equal to or greater than zero." msgstr "" -#: pretix/base/models/items.py:991 +#: pretix/base/models/items.py:993 msgid "Text (one line)" msgstr "" -#: pretix/base/models/items.py:992 +#: pretix/base/models/items.py:994 msgid "Multiline text" msgstr "" -#: pretix/base/models/items.py:993 +#: pretix/base/models/items.py:995 msgid "Yes/No" msgstr "" -#: pretix/base/models/items.py:994 +#: pretix/base/models/items.py:996 msgid "Choose one from a list" msgstr "" -#: pretix/base/models/items.py:995 +#: pretix/base/models/items.py:997 msgid "Choose multiple from a list" msgstr "" -#: pretix/base/models/items.py:996 +#: pretix/base/models/items.py:998 msgid "File upload" msgstr "" -#: pretix/base/models/items.py:998 pretix/base/reldate.py:141 +#: pretix/base/models/items.py:1000 pretix/base/reldate.py:141 msgid "Time" msgstr "" -#: pretix/base/models/items.py:999 +#: pretix/base/models/items.py:1001 msgid "Date and time" msgstr "" -#: pretix/base/models/items.py:1000 +#: pretix/base/models/items.py:1002 msgid "Country code (ISO 3166-1 alpha-2)" msgstr "" -#: pretix/base/models/items.py:1001 +#: pretix/base/models/items.py:1003 msgid "Phone number" msgstr "" -#: pretix/base/models/items.py:1012 pretix/base/models/items.py:1066 +#: pretix/base/models/items.py:1014 pretix/base/models/items.py:1068 #: pretix/base/orderimport.py:633 pretix/control/forms/item.py:44 #: pretix/control/templates/pretixcontrol/items/question_edit.html:10 #: pretix/control/templates/pretixcontrol/items/question_edit.html:17 @@ -2407,139 +2409,139 @@ msgstr "" msgid "Question" msgstr "" -#: pretix/base/models/items.py:1016 +#: pretix/base/models/items.py:1018 msgid "Internal identifier" msgstr "" -#: pretix/base/models/items.py:1017 +#: pretix/base/models/items.py:1019 msgid "" "You can enter any value here to make it easier to match the data with other " "sources. If you do not input one, we will generate one automatically." msgstr "" -#: pretix/base/models/items.py:1021 +#: pretix/base/models/items.py:1023 msgid "Help text" msgstr "" -#: pretix/base/models/items.py:1022 +#: pretix/base/models/items.py:1024 msgid "If the question needs to be explained or clarified, do it here!" msgstr "" -#: pretix/base/models/items.py:1028 +#: pretix/base/models/items.py:1030 msgid "Question type" msgstr "" -#: pretix/base/models/items.py:1032 +#: pretix/base/models/items.py:1034 #: pretix/control/templates/pretixcontrol/items/questions.html:54 msgid "Required question" msgstr "" -#: pretix/base/models/items.py:1039 +#: pretix/base/models/items.py:1041 msgid "This question will be asked to buyers of the selected products" msgstr "" -#: pretix/base/models/items.py:1046 +#: pretix/base/models/items.py:1048 msgid "Ask during check-in instead of in the ticket buying process" msgstr "" -#: pretix/base/models/items.py:1050 +#: pretix/base/models/items.py:1052 #: pretix/control/templates/pretixcontrol/items/questions.html:65 msgid "Hidden question" msgstr "" -#: pretix/base/models/items.py:1051 +#: pretix/base/models/items.py:1053 msgid "This question will only show up in the backend." msgstr "" -#: pretix/base/models/items.py:1055 +#: pretix/base/models/items.py:1057 msgid "Print answer on invoices" msgstr "" -#: pretix/base/models/items.py:1087 +#: pretix/base/models/items.py:1089 msgid "This identifier is already used for a different question." msgstr "" -#: pretix/base/models/items.py:1111 +#: pretix/base/models/items.py:1113 msgid "An answer to this question is required to proceed." msgstr "" -#: pretix/base/models/items.py:1123 pretix/base/models/items.py:1139 +#: pretix/base/models/items.py:1125 pretix/base/models/items.py:1141 msgid "Invalid option selected." msgstr "" -#: pretix/base/models/items.py:1149 +#: pretix/base/models/items.py:1151 msgid "Invalid number input." msgstr "" -#: pretix/base/models/items.py:1156 +#: pretix/base/models/items.py:1158 msgid "Invalid date input." msgstr "" -#: pretix/base/models/items.py:1163 +#: pretix/base/models/items.py:1165 msgid "Invalid time input." msgstr "" -#: pretix/base/models/items.py:1173 +#: pretix/base/models/items.py:1175 msgid "Invalid datetime input." msgstr "" -#: pretix/base/models/items.py:1179 +#: pretix/base/models/items.py:1181 msgid "Unknown country code." msgstr "" -#: pretix/base/models/items.py:1193 +#: pretix/base/models/items.py:1195 #: pretix/control/templates/pretixcontrol/items/question.html:68 msgid "Answer" msgstr "" -#: pretix/base/models/items.py:1215 +#: pretix/base/models/items.py:1217 msgid "The identifier \"{}\" is already used for a different option." msgstr "" -#: pretix/base/models/items.py:1218 +#: pretix/base/models/items.py:1220 msgid "Question option" msgstr "" -#: pretix/base/models/items.py:1219 +#: pretix/base/models/items.py:1221 msgid "Question options" msgstr "" -#: pretix/base/models/items.py:1304 pretix/control/forms/event.py:1210 +#: pretix/base/models/items.py:1306 pretix/control/forms/event.py:1209 #: pretix/control/templates/pretixcontrol/items/quotas.html:49 msgid "Total capacity" msgstr "" -#: pretix/base/models/items.py:1306 pretix/control/forms/item.py:291 +#: pretix/base/models/items.py:1308 pretix/control/forms/item.py:291 msgid "Leave empty for an unlimited number of tickets." msgstr "" -#: pretix/base/models/items.py:1310 pretix/base/models/orders.py:1025 +#: pretix/base/models/items.py:1312 pretix/base/models/orders.py:1025 #: pretix/control/templates/pretixcontrol/checkin/index.html:67 msgid "Item" msgstr "" -#: pretix/base/models/items.py:1318 pretix/control/forms/item.py:524 +#: pretix/base/models/items.py:1320 pretix/control/forms/item.py:524 msgid "Variations" msgstr "" -#: pretix/base/models/items.py:1326 +#: pretix/base/models/items.py:1328 msgid "Close this quota permanently once it is sold out" msgstr "" -#: pretix/base/models/items.py:1327 +#: pretix/base/models/items.py:1329 msgid "" "If you enable this, when the quota is sold out once, no more tickets will be " "sold, even if tickets become available again through cancellations or " "expiring orders. Of course, you can always re-open it manually." msgstr "" -#: pretix/base/models/items.py:1337 pretix/base/models/vouchers.py:177 +#: pretix/base/models/items.py:1339 pretix/base/models/vouchers.py:177 #: pretix/control/templates/pretixcontrol/items/quota_edit.html:8 #: pretix/control/templates/pretixcontrol/items/quota_edit.html:15 msgid "Quota" msgstr "" -#: pretix/base/models/items.py:1338 pretix/control/navigation.py:145 +#: pretix/base/models/items.py:1340 pretix/control/navigation.py:145 #: pretix/control/templates/pretixcontrol/items/quotas.html:3 #: pretix/control/templates/pretixcontrol/items/quotas.html:5 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:397 @@ -2547,17 +2549,17 @@ msgstr "" msgid "Quotas" msgstr "" -#: pretix/base/models/items.py:1413 +#: pretix/base/models/items.py:1415 msgid "All variations must belong to an item contained in the items list." msgstr "" -#: pretix/base/models/items.py:1422 +#: pretix/base/models/items.py:1424 msgid "" "One or more items has variations but none of these are in the variations " "list." msgstr "" -#: pretix/base/models/items.py:1428 pretix/base/models/waitinglist.py:149 +#: pretix/base/models/items.py:1430 pretix/base/models/waitinglist.py:149 msgid "Subevent cannot be null for event series." msgstr "" @@ -2622,8 +2624,8 @@ msgstr "" msgid "Locale" msgstr "" -#: pretix/base/models/orders.py:160 pretix/base/models/orders.py:2072 -#: pretix/control/forms/orders.py:39 +#: pretix/base/models/orders.py:160 pretix/base/models/orders.py:2099 +#: pretix/control/forms/orders.py:40 msgid "Expiration date" msgstr "" @@ -2704,165 +2706,165 @@ msgstr "" msgid "Empty, if this product is not an admission ticket" msgstr "" -#: pretix/base/models/orders.py:1069 pretix/base/models/orders.py:2110 +#: pretix/base/models/orders.py:1069 pretix/base/models/orders.py:2137 #: pretix/base/settings.py:537 msgid "Company name" msgstr "" -#: pretix/base/models/orders.py:1073 pretix/base/models/orders.py:2117 +#: pretix/base/models/orders.py:1073 pretix/base/models/orders.py:2144 #: pretix/base/settings.py:32 pretix/plugins/stripe/payment.py:150 msgid "Select country" msgstr "" -#: pretix/base/models/orders.py:1204 +#: pretix/base/models/orders.py:1231 msgctxt "payment_state" msgid "created" msgstr "" -#: pretix/base/models/orders.py:1205 +#: pretix/base/models/orders.py:1232 msgctxt "payment_state" msgid "pending" msgstr "" -#: pretix/base/models/orders.py:1206 +#: pretix/base/models/orders.py:1233 msgctxt "payment_state" msgid "confirmed" msgstr "" -#: pretix/base/models/orders.py:1207 +#: pretix/base/models/orders.py:1234 msgctxt "payment_state" msgid "canceled" msgstr "" -#: pretix/base/models/orders.py:1208 +#: pretix/base/models/orders.py:1235 msgctxt "payment_state" msgid "failed" msgstr "" -#: pretix/base/models/orders.py:1209 +#: pretix/base/models/orders.py:1236 msgctxt "payment_state" msgid "refunded" msgstr "" -#: pretix/base/models/orders.py:1237 pretix/base/models/orders.py:1608 +#: pretix/base/models/orders.py:1264 pretix/base/models/orders.py:1635 #: pretix/base/shredder.py:352 msgid "Payment information" msgstr "" -#: pretix/base/models/orders.py:1430 +#: pretix/base/models/orders.py:1457 #, python-format msgid "Event registration confirmed: %(code)s" msgstr "" -#: pretix/base/models/orders.py:1448 +#: pretix/base/models/orders.py:1475 #, python-format msgid "Payment received for your order: %(code)s" msgstr "" -#: pretix/base/models/orders.py:1554 +#: pretix/base/models/orders.py:1581 msgctxt "refund_state" msgid "started externally" msgstr "" -#: pretix/base/models/orders.py:1555 +#: pretix/base/models/orders.py:1582 msgctxt "refund_state" msgid "created" msgstr "" -#: pretix/base/models/orders.py:1556 +#: pretix/base/models/orders.py:1583 msgctxt "refund_state" msgid "in transit" msgstr "" -#: pretix/base/models/orders.py:1557 +#: pretix/base/models/orders.py:1584 msgctxt "refund_state" msgid "done" msgstr "" -#: pretix/base/models/orders.py:1558 +#: pretix/base/models/orders.py:1585 msgctxt "refund_state" msgid "failed" msgstr "" -#: pretix/base/models/orders.py:1560 +#: pretix/base/models/orders.py:1587 msgctxt "refund_state" msgid "canceled" msgstr "" -#: pretix/base/models/orders.py:1568 +#: pretix/base/models/orders.py:1595 msgctxt "refund_source" msgid "Organizer" msgstr "" -#: pretix/base/models/orders.py:1569 +#: pretix/base/models/orders.py:1596 msgctxt "refund_source" msgid "Customer" msgstr "" -#: pretix/base/models/orders.py:1570 +#: pretix/base/models/orders.py:1597 msgctxt "refund_source" msgid "External" msgstr "" -#: pretix/base/models/orders.py:1714 +#: pretix/base/models/orders.py:1741 msgid "Payment fee" msgstr "" -#: pretix/base/models/orders.py:1715 +#: pretix/base/models/orders.py:1742 msgid "Shipping fee" msgstr "" -#: pretix/base/models/orders.py:1716 +#: pretix/base/models/orders.py:1743 msgid "Service fee" msgstr "" -#: pretix/base/models/orders.py:1717 +#: pretix/base/models/orders.py:1744 #: pretix/control/templates/pretixcontrol/order/index.html:133 msgid "Cancellation fee" msgstr "" -#: pretix/base/models/orders.py:1718 +#: pretix/base/models/orders.py:1745 msgid "Other fees" msgstr "" -#: pretix/base/models/orders.py:1719 pretix/base/payment.py:1005 +#: pretix/base/models/orders.py:1746 pretix/base/payment.py:1005 #: pretix/control/templates/pretixcontrol/order/index.html:128 msgid "Gift card" msgstr "" -#: pretix/base/models/orders.py:1724 +#: pretix/base/models/orders.py:1751 #: pretix/control/templates/pretixcontrol/organizers/giftcard.html:65 #: pretix/control/templates/pretixcontrol/organizers/giftcard.html:103 #: pretix/control/views/vouchers.py:70 msgid "Value" msgstr "" -#: pretix/base/models/orders.py:1861 +#: pretix/base/models/orders.py:1888 msgid "Order position" msgstr "" -#: pretix/base/models/orders.py:2036 pretix/base/services/orders.py:846 +#: pretix/base/models/orders.py:2063 pretix/base/services/orders.py:846 #, python-format msgid "Your event registration: %(code)s" msgstr "" -#: pretix/base/models/orders.py:2065 +#: pretix/base/models/orders.py:2092 msgid "Cart ID (e.g. session key)" msgstr "" -#: pretix/base/models/orders.py:2083 +#: pretix/base/models/orders.py:2110 msgid "Cart position" msgstr "" -#: pretix/base/models/orders.py:2084 +#: pretix/base/models/orders.py:2111 msgid "Cart positions" msgstr "" -#: pretix/base/models/orders.py:2121 +#: pretix/base/models/orders.py:2148 msgid "Only for business customers within the EU." msgstr "" -#: pretix/base/models/orders.py:2126 +#: pretix/base/models/orders.py:2153 msgid "This reference will be printed on your invoice for your convenience." msgstr "" @@ -2873,9 +2875,9 @@ msgid "" "your organizer accounts and your events." msgstr "" -#: pretix/base/models/organizer.py:52 pretix/control/forms/event.py:68 -#: pretix/control/forms/event.py:74 pretix/control/forms/filter.py:338 -#: pretix/control/forms/filter.py:614 +#: pretix/base/models/organizer.py:52 pretix/control/forms/event.py:63 +#: pretix/control/forms/event.py:69 pretix/control/forms/filter.py:338 +#: pretix/control/forms/filter.py:666 #: pretix/control/templates/pretixcontrol/events/index.html:68 #: pretix/control/templates/pretixcontrol/organizers/base.html:4 #: pretix/control/templates/pretixcontrol/organizers/edit.html:9 @@ -2951,7 +2953,7 @@ msgid "%(name)s on %(object)s" msgstr "" #: pretix/base/models/organizer.py:252 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:82 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:84 msgid "Team" msgstr "" @@ -2965,20 +2967,20 @@ msgstr "" msgid "Invite to team '{team}' for '{email}'" msgstr "" -#: pretix/base/models/seating.py:23 +#: pretix/base/models/seating.py:24 msgid "Your layout file is not a valid JSON file." msgstr "" -#: pretix/base/models/seating.py:32 +#: pretix/base/models/seating.py:33 msgid "Your layout file is not a valid seating plan. Error message: {}" msgstr "" -#: pretix/base/models/seating.py:145 +#: pretix/base/models/seating.py:152 #, python-brace-format msgid "Row {number}" msgstr "" -#: pretix/base/models/seating.py:150 +#: pretix/base/models/seating.py:157 #, python-brace-format msgid "Seat {number}" msgstr "" @@ -3053,7 +3055,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/vouchers/index.html:19 #: pretix/control/templates/pretixcontrol/vouchers/index.html:100 #: pretix/control/views/vouchers.py:69 pretix/control/views/waitinglist.py:199 -#: pretix/plugins/checkinlists/exporters.py:359 +#: pretix/plugins/checkinlists/exporters.py:418 #: pretix/presale/templates/pretixpresale/event/fragment_cart.html:316 #: pretix/presale/templates/pretixpresale/event/index.html:278 msgid "Voucher code" @@ -3086,7 +3088,7 @@ msgstr "" msgid "Valid until" msgstr "" -#: pretix/base/models/vouchers.py:131 pretix/control/forms/filter.py:955 +#: pretix/base/models/vouchers.py:131 pretix/control/forms/filter.py:1007 msgid "Reserve ticket from quota" msgstr "" @@ -3338,7 +3340,7 @@ msgctxt "subevent" msgid "Dates" msgstr "" -#: pretix/base/notifications.py:184 pretix/base/pdf.py:130 +#: pretix/base/notifications.py:184 pretix/base/pdf.py:135 msgid "Event date" msgstr "" @@ -3835,7 +3837,7 @@ msgstr "" msgid "Order position number" msgstr "" -#: pretix/base/pdf.py:64 pretix/control/forms/event.py:1263 +#: pretix/base/pdf.py:64 pretix/control/forms/event.py:1262 #: pretix/control/templates/pretixcontrol/items/index.html:33 msgid "Product name" msgstr "" @@ -3889,201 +3891,214 @@ msgstr "" msgid "Attendee company" msgstr "" -#: pretix/base/pdf.py:114 pretix/base/pdf.py:212 +#: pretix/base/pdf.py:114 pretix/base/pdf.py:217 #: pretix/base/services/tickets.py:96 pretix/control/views/pdf.py:80 msgid "Sample company" msgstr "" #: pretix/base/pdf.py:118 +msgid "Full attendee address" +msgstr "" + +#: pretix/base/pdf.py:119 +msgid "" +"John Doe\n" +"Sample company\n" +"Sesame Street 42\n" +"12345 Any City\n" +"Atlantis" +msgstr "" + +#: pretix/base/pdf.py:123 msgid "Attendee country" msgstr "" -#: pretix/base/pdf.py:126 +#: pretix/base/pdf.py:131 msgid "Sample event name" msgstr "" -#: pretix/base/pdf.py:131 +#: pretix/base/pdf.py:136 msgid "May 31st, 2017" msgstr "" -#: pretix/base/pdf.py:135 +#: pretix/base/pdf.py:140 msgid "Event date range" msgstr "" -#: pretix/base/pdf.py:136 +#: pretix/base/pdf.py:141 msgid "May 31st – June 4th, 2017" msgstr "" -#: pretix/base/pdf.py:140 +#: pretix/base/pdf.py:145 msgid "Event begin date and time" msgstr "" -#: pretix/base/pdf.py:141 +#: pretix/base/pdf.py:146 msgid "2017-05-31 20:00" msgstr "" -#: pretix/base/pdf.py:148 +#: pretix/base/pdf.py:153 msgid "Event begin date" msgstr "" -#: pretix/base/pdf.py:149 pretix/base/pdf.py:170 pretix/base/pdf.py:244 +#: pretix/base/pdf.py:154 pretix/base/pdf.py:175 pretix/base/pdf.py:249 msgid "2017-05-31" msgstr "" -#: pretix/base/pdf.py:156 +#: pretix/base/pdf.py:161 msgid "Event begin time" msgstr "" -#: pretix/base/pdf.py:157 +#: pretix/base/pdf.py:162 msgid "20:00" msgstr "" -#: pretix/base/pdf.py:161 +#: pretix/base/pdf.py:166 msgid "Event end date and time" msgstr "" -#: pretix/base/pdf.py:162 +#: pretix/base/pdf.py:167 msgid "2017-05-31 22:00" msgstr "" -#: pretix/base/pdf.py:169 +#: pretix/base/pdf.py:174 msgid "Event end date" msgstr "" -#: pretix/base/pdf.py:178 +#: pretix/base/pdf.py:183 msgid "22:00" msgstr "" -#: pretix/base/pdf.py:185 +#: pretix/base/pdf.py:190 msgid "Event admission date and time" msgstr "" -#: pretix/base/pdf.py:186 pretix/base/pdf.py:252 +#: pretix/base/pdf.py:191 pretix/base/pdf.py:257 msgid "2017-05-31 19:00" msgstr "" -#: pretix/base/pdf.py:193 +#: pretix/base/pdf.py:198 msgid "Event admission time" msgstr "" -#: pretix/base/pdf.py:194 pretix/base/pdf.py:260 +#: pretix/base/pdf.py:199 pretix/base/pdf.py:265 msgid "19:00" msgstr "" -#: pretix/base/pdf.py:201 +#: pretix/base/pdf.py:206 msgid "Event location" msgstr "" -#: pretix/base/pdf.py:202 pretix/base/settings.py:559 +#: pretix/base/pdf.py:207 pretix/base/settings.py:559 msgid "Random City" msgstr "" -#: pretix/base/pdf.py:211 +#: pretix/base/pdf.py:216 msgid "Invoice address company" msgstr "" -#: pretix/base/pdf.py:216 +#: pretix/base/pdf.py:221 msgid "Invoice address city" msgstr "" -#: pretix/base/pdf.py:217 pretix/base/services/invoices.py:340 +#: pretix/base/pdf.py:222 pretix/base/services/invoices.py:340 msgid "Sample city" msgstr "" -#: pretix/base/pdf.py:221 +#: pretix/base/pdf.py:226 msgid "List of Add-Ons" msgstr "" -#: pretix/base/pdf.py:222 +#: pretix/base/pdf.py:227 msgid "" "Add-on 1\n" "Add-on 2" msgstr "" -#: pretix/base/pdf.py:233 pretix/control/forms/filter.py:490 -#: pretix/control/forms/filter.py:492 +#: pretix/base/pdf.py:238 pretix/control/forms/filter.py:542 +#: pretix/control/forms/filter.py:544 #: pretix/control/templates/pretixcontrol/organizers/index.html:35 msgid "Organizer name" msgstr "" -#: pretix/base/pdf.py:234 +#: pretix/base/pdf.py:239 msgid "Event organizer company" msgstr "" -#: pretix/base/pdf.py:238 +#: pretix/base/pdf.py:243 msgid "Organizer info text" msgstr "" -#: pretix/base/pdf.py:239 +#: pretix/base/pdf.py:244 msgid "Event organizer info text" msgstr "" -#: pretix/base/pdf.py:243 +#: pretix/base/pdf.py:248 msgid "Printing date" msgstr "" -#: pretix/base/pdf.py:251 +#: pretix/base/pdf.py:256 msgid "Printing date and time" msgstr "" -#: pretix/base/pdf.py:259 +#: pretix/base/pdf.py:264 msgid "Printing time" msgstr "" -#: pretix/base/pdf.py:267 +#: pretix/base/pdf.py:272 msgid "Seat: Full name" msgstr "" -#: pretix/base/pdf.py:268 +#: pretix/base/pdf.py:273 msgid "Ground floor, Row 3, Seat 4" msgstr "" -#: pretix/base/pdf.py:270 pretix/base/pdf.py:276 -#: pretix/control/forms/orders.py:229 +#: pretix/base/pdf.py:275 pretix/base/pdf.py:281 +#: pretix/control/forms/orders.py:233 msgid "General admission" msgstr "" -#: pretix/base/pdf.py:273 +#: pretix/base/pdf.py:278 msgid "Seat: zone" msgstr "" -#: pretix/base/pdf.py:274 +#: pretix/base/pdf.py:279 msgid "Ground floor" msgstr "" -#: pretix/base/pdf.py:279 +#: pretix/base/pdf.py:284 msgid "Seat: row" msgstr "" -#: pretix/base/pdf.py:284 +#: pretix/base/pdf.py:289 msgid "Seat: seat number" msgstr "" -#: pretix/base/pdf.py:320 +#: pretix/base/pdf.py:325 #, python-brace-format msgid "Question: {question}" msgstr "" -#: pretix/base/pdf.py:321 +#: pretix/base/pdf.py:326 #, python-brace-format msgid "" msgstr "" -#: pretix/base/pdf.py:343 pretix/base/pdf.py:350 -#: pretix/plugins/badges/exporters.py:238 -#: pretix/plugins/checkinlists/exporters.py:62 -#: pretix/plugins/checkinlists/exporters.py:335 +#: pretix/base/pdf.py:348 pretix/base/pdf.py:355 +#: pretix/plugins/badges/exporters.py:246 +#: pretix/plugins/checkinlists/exporters.py:77 +#: pretix/plugins/checkinlists/exporters.py:394 #: pretix/plugins/ticketoutputpdf/exporters.py:42 #, python-brace-format msgid "Attendee name: {part}" msgstr "" -#: pretix/base/pdf.py:360 +#: pretix/base/pdf.py:365 #, python-brace-format msgid "Invoice address name: {part}" msgstr "" -#: pretix/base/pdf.py:522 pretix/plugins/ticketoutputpdf/ticketoutput.py:78 +#: pretix/base/pdf.py:527 pretix/plugins/ticketoutputpdf/ticketoutput.py:78 msgid "Ticket" msgstr "" @@ -4125,7 +4140,7 @@ msgid "" "busy. Please try again." msgstr "" -#: pretix/base/services/cart.py:54 pretix/presale/views/cart.py:174 +#: pretix/base/services/cart.py:54 pretix/presale/views/cart.py:176 msgid "You did not select any products." msgstr "" @@ -4371,7 +4386,7 @@ msgctxt "invoice" msgid "Attendee: {name}" msgstr "" -#: pretix/base/services/invoices.py:170 pretix/plugins/reports/exporters.py:215 +#: pretix/base/services/invoices.py:170 pretix/plugins/reports/exporters.py:218 msgctxt "subevent" msgid "Date: {}" msgstr "" @@ -4526,7 +4541,7 @@ msgid "" "the position from your cart." msgstr "" -#: pretix/base/services/orders.py:153 pretix/control/forms/orders.py:68 +#: pretix/base/services/orders.py:153 pretix/control/forms/orders.py:69 msgid "The new expiry date needs to be in the future." msgstr "" @@ -4561,7 +4576,7 @@ msgid "" "order has already been redeemed." msgstr "" -#: pretix/base/services/orders.py:391 pretix/control/forms/orders.py:132 +#: pretix/base/services/orders.py:391 pretix/control/forms/orders.py:136 msgid "" "The cancellation fee cannot be higher than the payment credit of this order." msgstr "" @@ -4682,14 +4697,14 @@ msgid "" "contact the event organizer for further information." msgstr "" -#: pretix/base/services/seating.py:35 pretix/base/services/seating.py:90 +#: pretix/base/services/seating.py:35 pretix/base/services/seating.py:94 #, python-format msgid "" "You can not change the plan since seat \"%s\" is not present in the new plan " "and is already sold." msgstr "" -#: pretix/base/services/seating.py:93 +#: pretix/base/services/seating.py:97 #, python-format msgid "" "You can not change the plan since seat \"%s\" is not present in the new plan " @@ -5198,7 +5213,7 @@ msgstr "" msgid "Available languages" msgstr "" -#: pretix/base/settings.py:707 pretix/control/forms/event.py:96 +#: pretix/base/settings.py:707 pretix/control/forms/event.py:91 msgid "Default language" msgstr "" @@ -5234,7 +5249,7 @@ msgstr "" msgid "Hide all products that are sold out" msgstr "" -#: pretix/base/settings.py:757 pretix/control/forms/event.py:1177 +#: pretix/base/settings.py:757 pretix/control/forms/event.py:1176 msgid "Publicly show how many tickets of a certain type are still available." msgstr "" @@ -5250,7 +5265,7 @@ msgstr "" msgid "Enable waiting list" msgstr "" -#: pretix/base/settings.py:785 pretix/control/forms/event.py:1182 +#: pretix/base/settings.py:785 pretix/control/forms/event.py:1181 msgid "" "Once a ticket is sold out, people can add themselves to a waiting list. As " "soon as a ticket becomes available again, it will be reserved for the first " @@ -5334,7 +5349,7 @@ msgid "" msgstr "" #: pretix/base/settings.py:888 pretix/base/settings.py:896 -#: pretix/control/forms/organizer.py:292 +#: pretix/control/forms/organizer.py:293 #: pretix/presale/templates/pretixpresale/organizers/calendar.html:25 #: pretix/presale/templates/pretixpresale/organizers/calendar_week.html:25 #: pretix/presale/templates/pretixpresale/organizers/index.html:34 @@ -5342,16 +5357,16 @@ msgid "List" msgstr "" #: pretix/base/settings.py:889 pretix/base/settings.py:897 -#: pretix/control/forms/organizer.py:293 +#: pretix/control/forms/organizer.py:294 msgid "Week calendar" msgstr "" #: pretix/base/settings.py:890 pretix/base/settings.py:898 -#: pretix/control/forms/organizer.py:294 +#: pretix/control/forms/organizer.py:295 msgid "Month calendar" msgstr "" -#: pretix/base/settings.py:894 pretix/control/forms/organizer.py:290 +#: pretix/base/settings.py:894 pretix/control/forms/organizer.py:291 msgid "Default overview style" msgstr "" @@ -5385,7 +5400,7 @@ msgid "" "Otherwise, a manual refund will be created for you to process manually." msgstr "" -#: pretix/base/settings.py:952 pretix/control/forms/orders.py:586 +#: pretix/base/settings.py:952 pretix/control/forms/orders.py:590 msgid "Keep a fixed cancellation fee" msgstr "" @@ -5393,7 +5408,7 @@ msgstr "" msgid "Keep payment, shipping and service fees" msgstr "" -#: pretix/base/settings.py:973 pretix/control/forms/orders.py:591 +#: pretix/base/settings.py:973 pretix/control/forms/orders.py:595 msgid "Keep a percentual cancellation fee" msgstr "" @@ -5449,19 +5464,19 @@ msgstr "" msgid "Refund method" msgstr "" -#: pretix/base/settings.py:1051 pretix/control/forms/event.py:1205 +#: pretix/base/settings.py:1051 pretix/control/forms/event.py:1204 msgid "Contact address" msgstr "" -#: pretix/base/settings.py:1052 pretix/control/forms/event.py:1207 +#: pretix/base/settings.py:1052 pretix/control/forms/event.py:1206 msgid "We'll show this publicly to allow attendees to contact you." msgstr "" -#: pretix/base/settings.py:1060 pretix/control/forms/event.py:1199 +#: pretix/base/settings.py:1060 pretix/control/forms/event.py:1198 msgid "Imprint URL" msgstr "" -#: pretix/base/settings.py:1061 pretix/control/forms/event.py:1200 +#: pretix/base/settings.py:1061 pretix/control/forms/event.py:1199 msgid "" "This should point e.g. to a part of your website that has your contact " "details and legal information." @@ -5850,100 +5865,100 @@ msgctxt "subevent" msgid "Date ordering" msgstr "" -#: pretix/base/settings.py:1657 +#: pretix/base/settings.py:1665 msgid "Most common English titles" msgstr "" -#: pretix/base/settings.py:1667 +#: pretix/base/settings.py:1675 msgid "Most common German titles" msgstr "" -#: pretix/base/settings.py:1676 pretix/base/settings.py:1689 -#: pretix/base/settings.py:1705 pretix/base/settings.py:1755 -#: pretix/base/settings.py:1768 pretix/base/settings.py:1782 +#: pretix/base/settings.py:1684 pretix/base/settings.py:1697 +#: pretix/base/settings.py:1713 pretix/base/settings.py:1763 +#: pretix/base/settings.py:1776 pretix/base/settings.py:1790 msgid "Given name" msgstr "" -#: pretix/base/settings.py:1677 pretix/base/settings.py:1690 -#: pretix/base/settings.py:1706 pretix/base/settings.py:1722 -#: pretix/base/settings.py:1739 pretix/base/settings.py:1754 -#: pretix/base/settings.py:1769 pretix/base/settings.py:1783 +#: pretix/base/settings.py:1685 pretix/base/settings.py:1698 +#: pretix/base/settings.py:1714 pretix/base/settings.py:1730 +#: pretix/base/settings.py:1747 pretix/base/settings.py:1762 +#: pretix/base/settings.py:1777 pretix/base/settings.py:1791 msgid "Family name" msgstr "" -#: pretix/base/settings.py:1681 pretix/base/settings.py:1697 -#: pretix/base/settings.py:1713 pretix/base/settings.py:1728 -#: pretix/base/settings.py:1746 pretix/base/settings.py:1761 -#: pretix/base/settings.py:1791 pretix/base/settings.py:1814 +#: pretix/base/settings.py:1689 pretix/base/settings.py:1705 +#: pretix/base/settings.py:1721 pretix/base/settings.py:1736 +#: pretix/base/settings.py:1754 pretix/base/settings.py:1769 +#: pretix/base/settings.py:1799 pretix/base/settings.py:1822 msgctxt "person_name_sample" msgid "John" msgstr "" -#: pretix/base/settings.py:1682 pretix/base/settings.py:1698 -#: pretix/base/settings.py:1714 pretix/base/settings.py:1730 -#: pretix/base/settings.py:1748 pretix/base/settings.py:1762 -#: pretix/base/settings.py:1792 +#: pretix/base/settings.py:1690 pretix/base/settings.py:1706 +#: pretix/base/settings.py:1722 pretix/base/settings.py:1738 +#: pretix/base/settings.py:1756 pretix/base/settings.py:1770 +#: pretix/base/settings.py:1800 msgctxt "person_name_sample" msgid "Doe" msgstr "" -#: pretix/base/settings.py:1688 pretix/base/settings.py:1704 -#: pretix/base/settings.py:1736 +#: pretix/base/settings.py:1696 pretix/base/settings.py:1712 +#: pretix/base/settings.py:1744 msgctxt "person_name" msgid "Title" msgstr "" -#: pretix/base/settings.py:1696 pretix/base/settings.py:1712 -#: pretix/base/settings.py:1745 +#: pretix/base/settings.py:1704 pretix/base/settings.py:1720 +#: pretix/base/settings.py:1753 msgctxt "person_name_sample" msgid "Dr" msgstr "" -#: pretix/base/settings.py:1720 pretix/base/settings.py:1737 +#: pretix/base/settings.py:1728 pretix/base/settings.py:1745 msgid "First name" msgstr "" -#: pretix/base/settings.py:1721 pretix/base/settings.py:1738 +#: pretix/base/settings.py:1729 pretix/base/settings.py:1746 msgid "Middle name" msgstr "" -#: pretix/base/settings.py:1802 pretix/base/settings.py:1813 +#: pretix/base/settings.py:1810 pretix/base/settings.py:1821 msgctxt "person_name_sample" msgid "John Doe" msgstr "" -#: pretix/base/settings.py:1808 +#: pretix/base/settings.py:1816 msgid "Calling name" msgstr "" -#: pretix/base/settings.py:1821 +#: pretix/base/settings.py:1829 msgid "Latin transcription" msgstr "" -#: pretix/base/settings.py:1924 pretix/control/forms/event.py:176 +#: pretix/base/settings.py:1932 pretix/control/forms/event.py:172 msgid "" "Your default locale must also be enabled for your event (see box above)." msgstr "" -#: pretix/base/settings.py:1928 +#: pretix/base/settings.py:1936 msgid "" "You cannot require specifying attendee names if you do not ask for them." msgstr "" -#: pretix/base/settings.py:1932 +#: pretix/base/settings.py:1940 msgid "You have to ask for attendee emails if you want to make them required." msgstr "" -#: pretix/base/settings.py:1936 +#: pretix/base/settings.py:1944 msgid "" "You have to ask for invoice addresses if you want to make them required." msgstr "" -#: pretix/base/settings.py:1940 +#: pretix/base/settings.py:1948 msgid "You have to require invoice addresses to require for company names." msgstr "" -#: pretix/base/settings.py:1947 +#: pretix/base/settings.py:1955 msgid "The last payment date cannot be before the end of presale." msgstr "" @@ -6304,16 +6319,21 @@ msgstr "" msgid "The task has been completed." msgstr "" -#: pretix/control/forms/__init__.py:112 +#: pretix/control/forms/__init__.py:115 +#, python-brace-format +msgid "Please do not upload files larger than {size}!" +msgstr "" + +#: pretix/control/forms/__init__.py:136 msgid "Filetype not allowed!" msgstr "" #: pretix/control/forms/checkin.py:38 pretix/control/forms/filter.py:244 -#: pretix/control/forms/filter.py:271 pretix/control/forms/filter.py:979 -#: pretix/control/forms/filter.py:999 pretix/control/forms/filter.py:1091 -#: pretix/control/forms/filter.py:1107 pretix/control/forms/filter.py:1168 -#: pretix/control/forms/filter.py:1203 pretix/control/forms/orders.py:544 -#: pretix/control/forms/orders.py:699 +#: pretix/control/forms/filter.py:271 pretix/control/forms/filter.py:1031 +#: pretix/control/forms/filter.py:1051 pretix/control/forms/filter.py:1143 +#: pretix/control/forms/filter.py:1159 pretix/control/forms/filter.py:1220 +#: pretix/control/forms/filter.py:1255 pretix/control/forms/orders.py:548 +#: pretix/control/forms/orders.py:703 #: pretix/control/templates/pretixcontrol/event/fragment_subevent_choice_simple.html:5 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:47 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:109 @@ -6322,7 +6342,7 @@ msgctxt "subevent" msgid "All dates" msgstr "" -#: pretix/control/forms/event.py:44 pretix/control/forms/organizer.py:310 +#: pretix/control/forms/event.py:44 pretix/control/forms/organizer.py:311 msgid "Use languages" msgstr "" @@ -6334,112 +6354,102 @@ msgstr "" msgid "This is an event series" msgstr "" -#: pretix/control/forms/event.py:50 -msgid "" -"Only recommended for advanced users. If this feature is enabled, this will " -"not only be a single event but a series of very similar events that are " -"handled within a single shop. The single events inside the series can only " -"differ in date, time, location, prices and quotas, but not in other " -"settings, and buying tickets across multiple of these events at the same " -"time is possible. You cannot change this setting for this event later." -msgstr "" - -#: pretix/control/forms/event.py:88 +#: pretix/control/forms/event.py:83 msgid "" "You already used this slug for a different event. Please choose a new one." msgstr "" -#: pretix/control/forms/event.py:92 pretix/control/forms/event.py:394 +#: pretix/control/forms/event.py:87 pretix/control/forms/event.py:390 msgid "Event timezone" msgstr "" -#: pretix/control/forms/event.py:99 +#: pretix/control/forms/event.py:94 msgid "Sales tax rate" msgstr "" -#: pretix/control/forms/event.py:100 +#: pretix/control/forms/event.py:95 msgid "" "Do you need to pay sales tax on your tickets? In this case, please enter the " "applicable tax rate here in percent. If you have a more complicated tax " "situation, you can add more tax rates and detailed configuration later." msgstr "" -#: pretix/control/forms/event.py:107 +#: pretix/control/forms/event.py:102 msgid "Grant access to team" msgstr "" -#: pretix/control/forms/event.py:108 +#: pretix/control/forms/event.py:103 msgid "" "You are allowed to create events under this organizer, however you do not " "have permission to edit all events under this organizer. Please select one " "of your existing teams that will be granted access to this event." msgstr "" -#: pretix/control/forms/event.py:113 +#: pretix/control/forms/event.py:108 msgid "Create a new team for this event with me as the only member" msgstr "" -#: pretix/control/forms/event.py:156 pretix/control/forms/event.py:309 +#: pretix/control/forms/event.py:151 pretix/control/forms/event.py:305 msgid "" "Sample Conference Center\n" "Heidelberg, Germany" msgstr "" -#: pretix/control/forms/event.py:180 +#: pretix/control/forms/event.py:176 msgid "Your default locale must be specified." msgstr "" -#: pretix/control/forms/event.py:254 +#: pretix/control/forms/event.py:250 msgid "Copy configuration from" msgstr "" -#: pretix/control/forms/event.py:260 pretix/control/forms/event.py:263 +#: pretix/control/forms/event.py:256 pretix/control/forms/event.py:259 #: pretix/control/forms/item.py:250 msgid "Do not copy" msgstr "" -#: pretix/control/forms/event.py:314 pretix/control/forms/organizer.py:87 +#: pretix/control/forms/event.py:310 pretix/control/forms/organizer.py:87 msgid "Custom domain" msgstr "" -#: pretix/control/forms/event.py:316 pretix/control/forms/organizer.py:89 +#: pretix/control/forms/event.py:312 pretix/control/forms/organizer.py:89 msgid "You need to configure the custom domain in the webserver beforehand." msgstr "" -#: pretix/control/forms/event.py:324 pretix/control/forms/organizer.py:97 +#: pretix/control/forms/event.py:320 pretix/control/forms/organizer.py:97 msgid "You cannot choose the base domain of this installation." msgstr "" -#: pretix/control/forms/event.py:328 pretix/control/forms/organizer.py:102 +#: pretix/control/forms/event.py:324 pretix/control/forms/organizer.py:102 msgid "This domain is already in use for a different event or organizer." msgstr "" -#: pretix/control/forms/event.py:397 +#: pretix/control/forms/event.py:393 msgid "Name format" msgstr "" -#: pretix/control/forms/event.py:398 +#: pretix/control/forms/event.py:394 msgid "" "This defines how pretix will ask for human names. Changing this after you " "already received orders might lead to unexpected behavior when sorting or " "changing names." msgstr "" -#: pretix/control/forms/event.py:403 +#: pretix/control/forms/event.py:399 msgid "Allowed titles" msgstr "" -#: pretix/control/forms/event.py:404 +#: pretix/control/forms/event.py:400 msgid "" "If the naming scheme you defined above allows users to input a title, you " "can use this to restrict the set of selectable titles." msgstr "" -#: pretix/control/forms/event.py:409 pretix/control/forms/organizer.py:276 +#: pretix/control/forms/event.py:405 pretix/control/forms/organizer.py:276 msgid "Header image" msgstr "" -#: pretix/control/forms/event.py:412 +#: pretix/control/forms/event.py:409 msgid "" "If you provide a logo image, we will by default not show your event name and " "date in the page header. By default, we show your logo with a size of up to " @@ -6448,27 +6458,27 @@ msgid "" "smaller screens." msgstr "" -#: pretix/control/forms/event.py:418 pretix/control/forms/organizer.py:285 +#: pretix/control/forms/event.py:415 pretix/control/forms/organizer.py:286 msgid "Use header image in its full size" msgstr "" -#: pretix/control/forms/event.py:419 pretix/control/forms/organizer.py:286 +#: pretix/control/forms/event.py:416 pretix/control/forms/organizer.py:287 msgid "We recommend to upload a picture at least 1170 pixels wide." msgstr "" -#: pretix/control/forms/event.py:423 +#: pretix/control/forms/event.py:420 msgid "Show event title even if a header image is present" msgstr "" -#: pretix/control/forms/event.py:424 +#: pretix/control/forms/event.py:421 msgid "The title will only be shown on the event front page." msgstr "" -#: pretix/control/forms/event.py:428 +#: pretix/control/forms/event.py:425 msgid "Social media image" msgstr "" -#: pretix/control/forms/event.py:431 +#: pretix/control/forms/event.py:429 msgid "" "This picture will be used as a preview if you post links to your ticket shop " "on social media. Facebook advises to use a picture size of 1200 x 630 " @@ -6477,298 +6487,298 @@ msgid "" "square is shown. If you do not fill this, we will use the logo given above." msgstr "" -#: pretix/control/forms/event.py:437 pretix/control/forms/organizer.py:226 +#: pretix/control/forms/event.py:435 pretix/control/forms/organizer.py:226 msgid "Primary color" msgstr "" -#: pretix/control/forms/event.py:441 pretix/control/forms/event.py:451 -#: pretix/control/forms/event.py:461 pretix/control/forms/event.py:470 +#: pretix/control/forms/event.py:439 pretix/control/forms/event.py:449 +#: pretix/control/forms/event.py:459 pretix/control/forms/event.py:468 #: pretix/control/forms/organizer.py:230 pretix/control/forms/organizer.py:240 #: pretix/control/forms/organizer.py:250 pretix/control/forms/organizer.py:260 msgid "Please enter the hexadecimal code of a color, e.g. #990000." msgstr "" -#: pretix/control/forms/event.py:446 pretix/control/forms/organizer.py:235 +#: pretix/control/forms/event.py:444 pretix/control/forms/organizer.py:235 msgid "Accent color for success" msgstr "" -#: pretix/control/forms/event.py:447 pretix/control/forms/organizer.py:236 +#: pretix/control/forms/event.py:445 pretix/control/forms/organizer.py:236 msgid "We strongly suggest to use a shade of green." msgstr "" -#: pretix/control/forms/event.py:456 pretix/control/forms/organizer.py:245 +#: pretix/control/forms/event.py:454 pretix/control/forms/organizer.py:245 msgid "Accent color for errors" msgstr "" -#: pretix/control/forms/event.py:457 +#: pretix/control/forms/event.py:455 msgid "We strongly suggest to use a dark shade of red." msgstr "" -#: pretix/control/forms/event.py:466 pretix/control/forms/organizer.py:256 +#: pretix/control/forms/event.py:464 pretix/control/forms/organizer.py:256 msgid "Page background color" msgstr "" -#: pretix/control/forms/event.py:476 pretix/control/forms/organizer.py:266 +#: pretix/control/forms/event.py:474 pretix/control/forms/organizer.py:266 msgid "Use round edges" msgstr "" -#: pretix/control/forms/event.py:480 pretix/control/forms/organizer.py:315 +#: pretix/control/forms/event.py:478 pretix/control/forms/organizer.py:316 #: pretix/control/templates/pretixcontrol/pdf/index.html:305 msgid "Font" msgstr "" -#: pretix/control/forms/event.py:485 pretix/control/forms/organizer.py:320 +#: pretix/control/forms/event.py:483 pretix/control/forms/organizer.py:321 msgid "Only respected by modern browsers." msgstr "" -#: pretix/control/forms/event.py:542 +#: pretix/control/forms/event.py:540 msgid "" "e.g. I hereby confirm that I have read and agree with the event organizer's " "terms of service and agree with them." msgstr "" -#: pretix/control/forms/event.py:546 +#: pretix/control/forms/event.py:544 #, python-brace-format msgid "Ask for {fields}, display like {example}" msgstr "" -#: pretix/control/forms/event.py:552 +#: pretix/control/forms/event.py:550 msgid "Free text input" msgstr "" -#: pretix/control/forms/event.py:586 +#: pretix/control/forms/event.py:584 msgid "" "You have configured gift cards to be valid {} years plus the year the gift " "card is issued in." msgstr "" -#: pretix/control/forms/event.py:601 +#: pretix/control/forms/event.py:599 msgid "Tax rule for payment fees" msgstr "" -#: pretix/control/forms/event.py:603 +#: pretix/control/forms/event.py:601 msgid "" "The tax rule that applies for additional fees you configured for single " "payment methods. This will set the tax rate and reverse charge rules, other " "settings of the tax rule are ignored." msgstr "" -#: pretix/control/forms/event.py:695 +#: pretix/control/forms/event.py:693 msgid "Generate invoices for Sales channels" msgstr "" -#: pretix/control/forms/event.py:698 +#: pretix/control/forms/event.py:696 msgid "" "If you have enabled invoice generation in the previous setting, you can " "limit it here to specific sales channels." msgstr "" -#: pretix/control/forms/event.py:702 +#: pretix/control/forms/event.py:700 msgid "Invoice style" msgstr "" -#: pretix/control/forms/event.py:708 +#: pretix/control/forms/event.py:706 msgid "Invoice language" msgstr "" -#: pretix/control/forms/event.py:709 pretix/control/forms/event.py:730 +#: pretix/control/forms/event.py:707 pretix/control/forms/event.py:729 msgid "The user's language" msgstr "" -#: pretix/control/forms/event.py:712 +#: pretix/control/forms/event.py:710 msgid "Logo image" msgstr "" -#: pretix/control/forms/event.py:715 +#: pretix/control/forms/event.py:714 msgid "We will show your logo with a maximal height and width of 2.5 cm." msgstr "" -#: pretix/control/forms/event.py:759 +#: pretix/control/forms/event.py:758 msgid "Bcc address" msgstr "" -#: pretix/control/forms/event.py:760 +#: pretix/control/forms/event.py:759 msgid "All emails will be sent to this address as a Bcc copy" msgstr "" -#: pretix/control/forms/event.py:766 +#: pretix/control/forms/event.py:765 msgid "Signature" msgstr "" -#: pretix/control/forms/event.py:769 +#: pretix/control/forms/event.py:768 #, python-brace-format msgid "This will be attached to every email. Available placeholders: {event}" msgstr "" -#: pretix/control/forms/event.py:774 +#: pretix/control/forms/event.py:773 msgid "e.g. your contact details" msgstr "" -#: pretix/control/forms/event.py:779 +#: pretix/control/forms/event.py:778 msgid "HTML mail renderer" msgstr "" -#: pretix/control/forms/event.py:784 pretix/control/forms/event.py:801 -#: pretix/control/forms/event.py:818 pretix/control/forms/event.py:877 +#: pretix/control/forms/event.py:783 pretix/control/forms/event.py:800 +#: pretix/control/forms/event.py:817 pretix/control/forms/event.py:876 msgid "Text sent to order contact address" msgstr "" +#: pretix/control/forms/event.py:788 pretix/control/forms/event.py:805 +#: pretix/control/forms/event.py:822 pretix/control/forms/event.py:881 +msgid "Send an email to attendees" +msgstr "" + #: pretix/control/forms/event.py:789 pretix/control/forms/event.py:806 #: pretix/control/forms/event.py:823 pretix/control/forms/event.py:882 -msgid "Send an email to attendees" -msgstr "" - -#: pretix/control/forms/event.py:790 pretix/control/forms/event.py:807 -#: pretix/control/forms/event.py:824 pretix/control/forms/event.py:883 msgid "" "If the order contains attendees with email addresses different from the " "person who orders the tickets, the following email will be sent out to the " "attendees." msgstr "" -#: pretix/control/forms/event.py:795 pretix/control/forms/event.py:812 -#: pretix/control/forms/event.py:829 pretix/control/forms/event.py:888 +#: pretix/control/forms/event.py:794 pretix/control/forms/event.py:811 +#: pretix/control/forms/event.py:828 pretix/control/forms/event.py:887 msgid "Text sent to attendees" msgstr "" -#: pretix/control/forms/event.py:835 pretix/control/forms/event.py:857 -#: pretix/control/forms/event.py:862 pretix/control/forms/event.py:867 -#: pretix/control/forms/event.py:872 +#: pretix/control/forms/event.py:834 pretix/control/forms/event.py:856 +#: pretix/control/forms/event.py:861 pretix/control/forms/event.py:866 +#: pretix/control/forms/event.py:871 #: pretix/control/templates/pretixcontrol/organizers/giftcard.html:99 #: pretix/control/templates/pretixcontrol/pdf/index.html:367 msgid "Text" msgstr "" -#: pretix/control/forms/event.py:840 +#: pretix/control/forms/event.py:839 msgid "Text (sent by admin)" msgstr "" -#: pretix/control/forms/event.py:845 +#: pretix/control/forms/event.py:844 msgid "Text (requested by user)" msgstr "" -#: pretix/control/forms/event.py:850 pretix/control/forms/event.py:893 +#: pretix/control/forms/event.py:849 pretix/control/forms/event.py:892 msgid "Number of days" msgstr "" -#: pretix/control/forms/event.py:853 +#: pretix/control/forms/event.py:852 msgid "" "This email will be sent out this many days before the order expires. If the " "value is 0, the mail will never be sent." msgstr "" -#: pretix/control/forms/event.py:896 +#: pretix/control/forms/event.py:895 msgid "" "This email will be sent out this many days before the order event starts. If " "the field is empty, the mail will never be sent." msgstr "" -#: pretix/control/forms/event.py:900 +#: pretix/control/forms/event.py:899 msgid "Received order" msgstr "" -#: pretix/control/forms/event.py:905 +#: pretix/control/forms/event.py:904 msgid "Approved order" msgstr "" -#: pretix/control/forms/event.py:908 +#: pretix/control/forms/event.py:907 msgid "" "This will only be sent out for non-free orders. Free orders will receive the " "free order template from above instead." msgstr "" -#: pretix/control/forms/event.py:912 +#: pretix/control/forms/event.py:911 msgid "Denied order" msgstr "" -#: pretix/control/forms/event.py:917 +#: pretix/control/forms/event.py:916 msgid "Use custom SMTP server" msgstr "" -#: pretix/control/forms/event.py:918 +#: pretix/control/forms/event.py:917 msgid "" "All mail related to your event will be sent over the smtp server specified " "by you." msgstr "" -#: pretix/control/forms/event.py:922 +#: pretix/control/forms/event.py:921 msgid "Hostname" msgstr "" -#: pretix/control/forms/event.py:927 +#: pretix/control/forms/event.py:926 msgid "Port" msgstr "" -#: pretix/control/forms/event.py:932 +#: pretix/control/forms/event.py:931 msgid "Username" msgstr "" -#: pretix/control/forms/event.py:944 +#: pretix/control/forms/event.py:943 msgid "Use STARTTLS" msgstr "" -#: pretix/control/forms/event.py:945 +#: pretix/control/forms/event.py:944 msgid "Commonly enabled on port 587." msgstr "" -#: pretix/control/forms/event.py:949 +#: pretix/control/forms/event.py:948 msgid "Use SSL" msgstr "" -#: pretix/control/forms/event.py:950 +#: pretix/control/forms/event.py:949 msgid "Commonly enabled on port 465." msgstr "" -#: pretix/control/forms/event.py:979 pretix/control/forms/orders.py:465 -#: pretix/control/forms/orders.py:622 pretix/control/forms/vouchers.py:255 +#: pretix/control/forms/event.py:978 pretix/control/forms/orders.py:469 +#: pretix/control/forms/orders.py:626 pretix/control/forms/vouchers.py:255 #: pretix/plugins/sendmail/forms.py:49 #, python-brace-format msgid "Available placeholders: {list}" msgstr "" -#: pretix/control/forms/event.py:1014 +#: pretix/control/forms/event.py:1013 msgid "" "You can activate either SSL or STARTTLS security, but not both at the same " "time." msgstr "" -#: pretix/control/forms/event.py:1063 +#: pretix/control/forms/event.py:1062 msgid "Any country" msgstr "" -#: pretix/control/forms/event.py:1064 +#: pretix/control/forms/event.py:1063 msgid "European Union" msgstr "" -#: pretix/control/forms/event.py:1076 +#: pretix/control/forms/event.py:1075 msgid "Any customer" msgstr "" -#: pretix/control/forms/event.py:1077 +#: pretix/control/forms/event.py:1076 msgid "Individual" msgstr "" -#: pretix/control/forms/event.py:1078 +#: pretix/control/forms/event.py:1077 msgid "Business" msgstr "" -#: pretix/control/forms/event.py:1079 +#: pretix/control/forms/event.py:1078 msgid "Business with valid VAT ID" msgstr "" -#: pretix/control/forms/event.py:1085 +#: pretix/control/forms/event.py:1084 msgid "Charge VAT" msgstr "" -#: pretix/control/forms/event.py:1087 +#: pretix/control/forms/event.py:1086 msgid "No VAT" msgstr "" -#: pretix/control/forms/event.py:1116 +#: pretix/control/forms/event.py:1115 msgid "Pre-selected voucher" msgstr "" -#: pretix/control/forms/event.py:1118 +#: pretix/control/forms/event.py:1117 msgid "" "If set, the widget will show products as if this voucher has been entered " "and when a product is bought via the widget, this voucher will be used. This " @@ -6776,52 +6786,52 @@ msgid "" "secret products." msgstr "" -#: pretix/control/forms/event.py:1123 +#: pretix/control/forms/event.py:1122 msgid "Compatibility mode" msgstr "" -#: pretix/control/forms/event.py:1125 +#: pretix/control/forms/event.py:1124 msgid "" "Our regular widget doesn't work in all website builders. If you run into " "trouble, try using this compatibility mode." msgstr "" -#: pretix/control/forms/event.py:1146 +#: pretix/control/forms/event.py:1145 msgid "The given voucher code does not exist." msgstr "" -#: pretix/control/forms/event.py:1153 pretix/control/forms/organizer.py:48 +#: pretix/control/forms/event.py:1152 pretix/control/forms/organizer.py:48 #: pretix/control/views/shredder.py:108 msgid "The slug you entered was not correct." msgstr "" -#: pretix/control/forms/event.py:1157 pretix/control/forms/organizer.py:52 +#: pretix/control/forms/event.py:1156 pretix/control/forms/organizer.py:52 msgid "Event slug" msgstr "" -#: pretix/control/forms/event.py:1188 +#: pretix/control/forms/event.py:1187 msgid "Ticket downloads" msgstr "" -#: pretix/control/forms/event.py:1189 +#: pretix/control/forms/event.py:1188 msgid "Your customers will be able to download their tickets in PDF format." msgstr "" -#: pretix/control/forms/event.py:1193 +#: pretix/control/forms/event.py:1192 msgid "Require all attendees to fill in their names" msgstr "" -#: pretix/control/forms/event.py:1194 +#: pretix/control/forms/event.py:1193 msgid "" "By default, we will ask for names but not require them. You can turn this " "off completely in the settings." msgstr "" -#: pretix/control/forms/event.py:1220 +#: pretix/control/forms/event.py:1219 msgid "Payment via Stripe" msgstr "" -#: pretix/control/forms/event.py:1221 +#: pretix/control/forms/event.py:1220 msgid "" "Stripe is an online payments processor supporting credit cards and lots of " "other payment options. To accept payments via Stripe, you will need to set " @@ -6829,27 +6839,27 @@ msgid "" "simple interface." msgstr "" -#: pretix/control/forms/event.py:1227 +#: pretix/control/forms/event.py:1226 msgid "Payment by bank transfer" msgstr "" -#: pretix/control/forms/event.py:1228 +#: pretix/control/forms/event.py:1227 msgid "" "Your customers will be instructed to wire the money to your account. You can " "then import your bank statements to process the payments within pretix, or " "mark them as paid manually." msgstr "" -#: pretix/control/forms/event.py:1267 +#: pretix/control/forms/event.py:1266 #: pretix/control/templates/pretixcontrol/event/quick_setup.html:45 msgid "Price (optional)" msgstr "" -#: pretix/control/forms/event.py:1272 +#: pretix/control/forms/event.py:1271 msgid "Free" msgstr "" -#: pretix/control/forms/event.py:1277 +#: pretix/control/forms/event.py:1276 msgid "Quantity available" msgstr "" @@ -6870,7 +6880,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/items/question.html:21 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:8 #: pretix/control/templates/pretixcontrol/orders/overview.html:67 -#: pretix/plugins/reports/exporters.py:223 +#: pretix/plugins/reports/exporters.py:226 msgid "Pending" msgstr "" @@ -6884,13 +6894,13 @@ msgstr "" msgid "Pending or paid" msgstr "" -#: pretix/control/forms/filter.py:111 pretix/control/forms/filter.py:541 -#: pretix/control/forms/filter.py:946 +#: pretix/control/forms/filter.py:111 pretix/control/forms/filter.py:593 +#: pretix/control/forms/filter.py:998 #: pretix/control/templates/pretixcontrol/items/question.html:24 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:17 #: pretix/control/templates/pretixcontrol/orders/overview.html:60 #: pretix/control/templates/pretixcontrol/organizers/giftcards.html:76 -#: pretix/plugins/reports/exporters.py:219 +#: pretix/plugins/reports/exporters.py:222 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:20 msgid "Expired" msgstr "" @@ -6904,7 +6914,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/items/question.html:26 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:19 #: pretix/control/templates/pretixcontrol/orders/overview.html:59 -#: pretix/plugins/reports/exporters.py:219 +#: pretix/plugins/reports/exporters.py:222 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:22 msgid "Canceled" msgstr "" @@ -6931,8 +6941,8 @@ msgstr "" msgid "Pending (but fully paid)" msgstr "" -#: pretix/control/forms/filter.py:119 pretix/control/forms/filter.py:526 -#: pretix/control/forms/filter.py:529 +#: pretix/control/forms/filter.py:119 pretix/control/forms/filter.py:578 +#: pretix/control/forms/filter.py:581 #: pretix/control/templates/pretixcontrol/event/live.html:63 msgid "Test mode" msgstr "" @@ -6941,28 +6951,28 @@ msgstr "" msgid "Cancellation requested" msgstr "" -#: pretix/control/forms/filter.py:278 pretix/control/forms/filter.py:796 -#: pretix/control/forms/filter.py:1006 pretix/control/forms/vouchers.py:112 +#: pretix/control/forms/filter.py:278 pretix/control/forms/filter.py:848 +#: pretix/control/forms/filter.py:1058 pretix/control/forms/vouchers.py:112 #: pretix/control/templates/pretixcontrol/items/question.html:29 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:99 msgid "All products" msgstr "" -#: pretix/control/forms/filter.py:282 pretix/control/forms/filter.py:1010 +#: pretix/control/forms/filter.py:282 pretix/control/forms/filter.py:1062 #: pretix/control/forms/vouchers.py:100 pretix/control/views/typeahead.py:514 #, python-brace-format msgid "{product} – Any variation" msgstr "" #: pretix/control/forms/filter.py:341 pretix/control/forms/filter.py:346 -#: pretix/control/forms/filter.py:617 pretix/control/forms/filter.py:622 +#: pretix/control/forms/filter.py:669 pretix/control/forms/filter.py:674 msgid "All organizers" msgstr "" -#: pretix/control/forms/filter.py:381 pretix/control/forms/filter.py:528 -#: pretix/control/forms/filter.py:537 pretix/control/forms/filter.py:860 -#: pretix/control/forms/filter.py:869 pretix/control/forms/filter.py:941 -#: pretix/control/forms/filter.py:954 +#: pretix/control/forms/filter.py:433 pretix/control/forms/filter.py:580 +#: pretix/control/forms/filter.py:589 pretix/control/forms/filter.py:912 +#: pretix/control/forms/filter.py:921 pretix/control/forms/filter.py:993 +#: pretix/control/forms/filter.py:1006 #: pretix/control/templates/pretixcontrol/checkin/lists.html:104 #: pretix/control/templates/pretixcontrol/checkin/lists.html:116 #: pretix/control/templates/pretixcontrol/organizers/devices.html:72 @@ -6972,202 +6982,202 @@ msgstr "" msgid "All" msgstr "" -#: pretix/control/forms/filter.py:383 pretix/control/forms/filter.py:603 +#: pretix/control/forms/filter.py:435 pretix/control/forms/filter.py:655 msgid "Shop live and presale running" msgstr "" -#: pretix/control/forms/filter.py:384 pretix/control/forms/filter.py:862 +#: pretix/control/forms/filter.py:436 pretix/control/forms/filter.py:914 msgid "Inactive" msgstr "" -#: pretix/control/forms/filter.py:396 pretix/control/forms/subevents.py:287 +#: pretix/control/forms/filter.py:448 pretix/control/forms/subevents.py:287 #: pretix/control/forms/subevents.py:326 msgid "Weekday" msgstr "" -#: pretix/control/forms/filter.py:398 +#: pretix/control/forms/filter.py:450 msgid "All days" msgstr "" -#: pretix/control/forms/filter.py:399 +#: pretix/control/forms/filter.py:451 msgid "Monday" msgstr "" -#: pretix/control/forms/filter.py:400 +#: pretix/control/forms/filter.py:452 msgid "Tuesday" msgstr "" -#: pretix/control/forms/filter.py:401 +#: pretix/control/forms/filter.py:453 msgid "Wednesday" msgstr "" -#: pretix/control/forms/filter.py:402 +#: pretix/control/forms/filter.py:454 msgid "Thursday" msgstr "" -#: pretix/control/forms/filter.py:403 +#: pretix/control/forms/filter.py:455 msgid "Friday" msgstr "" -#: pretix/control/forms/filter.py:404 +#: pretix/control/forms/filter.py:456 msgid "Saturday" msgstr "" -#: pretix/control/forms/filter.py:405 +#: pretix/control/forms/filter.py:457 msgid "Sunday" msgstr "" -#: pretix/control/forms/filter.py:530 +#: pretix/control/forms/filter.py:582 msgid "Live" msgstr "" -#: pretix/control/forms/filter.py:535 pretix/control/forms/filter.py:538 +#: pretix/control/forms/filter.py:587 pretix/control/forms/filter.py:590 msgid "Empty" msgstr "" -#: pretix/control/forms/filter.py:539 +#: pretix/control/forms/filter.py:591 msgid "Valid and with value" msgstr "" -#: pretix/control/forms/filter.py:540 +#: pretix/control/forms/filter.py:592 msgid "Expired and with value" msgstr "" -#: pretix/control/forms/filter.py:546 pretix/control/forms/filter.py:548 -#: pretix/control/forms/filter.py:876 pretix/control/forms/filter.py:878 +#: pretix/control/forms/filter.py:598 pretix/control/forms/filter.py:600 +#: pretix/control/forms/filter.py:928 pretix/control/forms/filter.py:930 msgid "Search query" msgstr "" -#: pretix/control/forms/filter.py:601 +#: pretix/control/forms/filter.py:653 msgid "All events" msgstr "" -#: pretix/control/forms/filter.py:602 +#: pretix/control/forms/filter.py:654 msgid "Shop live" msgstr "" -#: pretix/control/forms/filter.py:604 +#: pretix/control/forms/filter.py:656 msgid "Shop not live" msgstr "" -#: pretix/control/forms/filter.py:607 +#: pretix/control/forms/filter.py:659 msgid "Single event running or in the future" msgstr "" -#: pretix/control/forms/filter.py:608 +#: pretix/control/forms/filter.py:660 msgid "Single event in the past" msgstr "" -#: pretix/control/forms/filter.py:775 pretix/control/forms/filter.py:777 +#: pretix/control/forms/filter.py:827 pretix/control/forms/filter.py:829 msgid "Search attendee…" msgstr "" -#: pretix/control/forms/filter.py:783 +#: pretix/control/forms/filter.py:835 msgid "Check-in status" msgstr "" -#: pretix/control/forms/filter.py:785 +#: pretix/control/forms/filter.py:837 msgid "All attendees" msgstr "" -#: pretix/control/forms/filter.py:786 +#: pretix/control/forms/filter.py:838 msgctxt "checkin state" msgid "Present" msgstr "" -#: pretix/control/forms/filter.py:787 +#: pretix/control/forms/filter.py:839 #: pretix/control/templates/pretixcontrol/checkin/index.html:131 #: pretix/control/templates/pretixcontrol/checkin/lists.html:73 -#: pretix/plugins/checkinlists/exporters.py:337 +#: pretix/plugins/checkinlists/exporters.py:396 msgid "Checked in" msgstr "" -#: pretix/control/forms/filter.py:788 +#: pretix/control/forms/filter.py:840 #: pretix/control/templates/pretixcontrol/checkin/index.html:126 msgid "Not checked in" msgstr "" -#: pretix/control/forms/filter.py:867 pretix/control/forms/filter.py:870 +#: pretix/control/forms/filter.py:919 pretix/control/forms/filter.py:922 #: pretix/control/templates/pretixcontrol/users/index.html:47 msgid "Administrator" msgstr "" -#: pretix/control/forms/filter.py:871 +#: pretix/control/forms/filter.py:923 msgid "No administrator" msgstr "" -#: pretix/control/forms/filter.py:942 +#: pretix/control/forms/filter.py:994 msgid "Valid" msgstr "" -#: pretix/control/forms/filter.py:943 +#: pretix/control/forms/filter.py:995 msgid "Unredeemed" msgstr "" -#: pretix/control/forms/filter.py:944 +#: pretix/control/forms/filter.py:996 msgid "Redeemed at least once" msgstr "" -#: pretix/control/forms/filter.py:945 +#: pretix/control/forms/filter.py:997 msgid "Fully redeemed" msgstr "" -#: pretix/control/forms/filter.py:947 +#: pretix/control/forms/filter.py:999 msgid "Redeemed and checked in with ticket" msgstr "" -#: pretix/control/forms/filter.py:952 +#: pretix/control/forms/filter.py:1004 msgid "Quota handling" msgstr "" -#: pretix/control/forms/filter.py:956 +#: pretix/control/forms/filter.py:1008 msgid "Allow to ignore quota" msgstr "" -#: pretix/control/forms/filter.py:961 pretix/control/forms/filter.py:963 +#: pretix/control/forms/filter.py:1013 pretix/control/forms/filter.py:1015 msgid "Filter by tag" msgstr "" -#: pretix/control/forms/filter.py:968 pretix/control/forms/filter.py:970 +#: pretix/control/forms/filter.py:1020 pretix/control/forms/filter.py:1022 msgid "Search voucher" msgstr "" -#: pretix/control/forms/filter.py:1016 pretix/control/forms/vouchers.py:91 +#: pretix/control/forms/filter.py:1068 pretix/control/forms/vouchers.py:91 #: pretix/control/views/typeahead.py:522 pretix/control/views/typeahead.py:526 #: pretix/control/views/vouchers.py:81 #, python-brace-format msgid "Any product in quota \"{quota}\"" msgstr "" -#: pretix/control/forms/filter.py:1132 +#: pretix/control/forms/filter.py:1184 msgid "Refund status" msgstr "" -#: pretix/control/forms/filter.py:1134 +#: pretix/control/forms/filter.py:1186 msgid "All open refunds" msgstr "" -#: pretix/control/forms/filter.py:1135 +#: pretix/control/forms/filter.py:1187 msgid "All refunds" msgstr "" -#: pretix/control/forms/filter.py:1171 +#: pretix/control/forms/filter.py:1223 msgid "Date filter" msgstr "" -#: pretix/control/forms/filter.py:1173 +#: pretix/control/forms/filter.py:1225 msgid "Filter by…" msgstr "" -#: pretix/control/forms/filter.py:1175 +#: pretix/control/forms/filter.py:1227 msgid "Date of last successful payment" msgstr "" -#: pretix/control/forms/filter.py:1180 +#: pretix/control/forms/filter.py:1232 msgid "Date from" msgstr "" -#: pretix/control/forms/filter.py:1185 +#: pretix/control/forms/filter.py:1237 msgid "Date until" msgstr "" @@ -7368,8 +7378,8 @@ msgstr "" msgid "Bundled product" msgstr "" -#: pretix/control/forms/item.py:735 pretix/control/forms/orders.py:260 -#: pretix/control/forms/orders.py:394 +#: pretix/control/forms/item.py:735 pretix/control/forms/orders.py:264 +#: pretix/control/forms/orders.py:398 msgid "inactive" msgstr "" @@ -7402,21 +7412,21 @@ msgstr "" msgid "CSV column: \"{name}\"" msgstr "" -#: pretix/control/forms/orders.py:33 +#: pretix/control/forms/orders.py:34 msgid "Overbook quota" msgstr "" -#: pretix/control/forms/orders.py:34 +#: pretix/control/forms/orders.py:35 msgid "" "If you check this box, this operation will be performed even if it leads to " "an overbooked quota and you having sold more tickets than you planned!" msgstr "" -#: pretix/control/forms/orders.py:78 +#: pretix/control/forms/orders.py:79 msgid "Overbook quota and ignore late payment" msgstr "" -#: pretix/control/forms/orders.py:79 +#: pretix/control/forms/orders.py:80 msgid "" "If you check this box, this operation will be performed even if it leads to " "an overbooked quota and you having sold more tickets than you planned! The " @@ -7424,16 +7434,16 @@ msgid "" "payments." msgstr "" -#: pretix/control/forms/orders.py:105 +#: pretix/control/forms/orders.py:106 #: pretix/control/templates/pretixcontrol/order/deny.html:19 msgid "Notify user by e-mail" msgstr "" -#: pretix/control/forms/orders.py:112 +#: pretix/control/forms/orders.py:113 msgid "Keep a cancellation fee of" msgstr "" -#: pretix/control/forms/orders.py:113 +#: pretix/control/forms/orders.py:114 msgid "" "If you keep a fee, all positions within this order will be canceled and the " "order will be reduced to a paid cancellation fee. Payment and shipping fees " @@ -7442,24 +7452,24 @@ msgid "" "automatically." msgstr "" -#: pretix/control/forms/orders.py:141 +#: pretix/control/forms/orders.py:145 msgid "Payment amount" msgstr "" -#: pretix/control/forms/orders.py:145 +#: pretix/control/forms/orders.py:149 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/control.html:7 -#: pretix/plugins/reports/exporters.py:319 -#: pretix/plugins/reports/exporters.py:381 -#: pretix/plugins/reports/exporters.py:491 -#: pretix/plugins/reports/exporters.py:520 +#: pretix/plugins/reports/exporters.py:322 +#: pretix/plugins/reports/exporters.py:384 +#: pretix/plugins/reports/exporters.py:494 +#: pretix/plugins/reports/exporters.py:523 msgid "Payment date" msgstr "" -#: pretix/control/forms/orders.py:183 +#: pretix/control/forms/orders.py:187 msgid "Re-calculate taxes" msgstr "" -#: pretix/control/forms/orders.py:186 +#: pretix/control/forms/orders.py:190 msgid "" "This operation re-checks if taxes should be paid to the items due to e.g. " "configured reverse charge rules and changes the prices and tax values " @@ -7468,133 +7478,133 @@ msgid "" "this procedure." msgstr "" -#: pretix/control/forms/orders.py:192 +#: pretix/control/forms/orders.py:196 msgid "Issue a new invoice if required" msgstr "" -#: pretix/control/forms/orders.py:196 +#: pretix/control/forms/orders.py:200 msgid "" "If an invoice exists for this order and this operation would change its " "contents, the old invoice will be canceled and a new invoice will be issued." msgstr "" -#: pretix/control/forms/orders.py:201 +#: pretix/control/forms/orders.py:205 msgid "Notify user" msgstr "" -#: pretix/control/forms/orders.py:205 +#: pretix/control/forms/orders.py:209 msgid "" "Send an email to the customer notifying that their order has been changed." msgstr "" -#: pretix/control/forms/orders.py:209 +#: pretix/control/forms/orders.py:213 msgid "Allow to overbook quotas when performing this operation" msgstr "" -#: pretix/control/forms/orders.py:225 +#: pretix/control/forms/orders.py:229 msgid "Add-on to" msgstr "" -#: pretix/control/forms/orders.py:230 +#: pretix/control/forms/orders.py:234 #: pretix/control/templates/pretixcontrol/checkin/index.html:70 #: pretix/control/templates/pretixcontrol/order/change.html:118 #: pretix/control/views/vouchers.py:70 msgid "Seat" msgstr "" -#: pretix/control/forms/orders.py:237 +#: pretix/control/forms/orders.py:241 msgid "Including taxes, if any. Keep empty for the product's default price" msgstr "" -#: pretix/control/forms/orders.py:335 pretix/control/forms/orders.py:339 -#: pretix/control/forms/orders.py:378 pretix/control/forms/orders.py:389 +#: pretix/control/forms/orders.py:339 pretix/control/forms/orders.py:343 +#: pretix/control/forms/orders.py:382 pretix/control/forms/orders.py:393 msgid "(Unchanged)" msgstr "" -#: pretix/control/forms/orders.py:345 pretix/control/forms/orders.py:412 +#: pretix/control/forms/orders.py:349 pretix/control/forms/orders.py:416 msgid "New price (gross)" msgstr "" -#: pretix/control/forms/orders.py:349 +#: pretix/control/forms/orders.py:353 msgid "Generate a new secret" msgstr "" -#: pretix/control/forms/orders.py:353 +#: pretix/control/forms/orders.py:357 msgid "Cancel this position" msgstr "" -#: pretix/control/forms/orders.py:357 +#: pretix/control/forms/orders.py:361 msgid "Split into new order" msgstr "" -#: pretix/control/forms/orders.py:416 +#: pretix/control/forms/orders.py:420 msgid "Remove this fee" msgstr "" -#: pretix/control/forms/orders.py:430 +#: pretix/control/forms/orders.py:434 msgid "Invalidate secrets" msgstr "" -#: pretix/control/forms/orders.py:431 +#: pretix/control/forms/orders.py:435 msgid "" "Regenerates the order and ticket secrets. You will need to re-send the link " "to the order page to the user and the user will need to download his tickets " "again. The old versions will be invalid." msgstr "" -#: pretix/control/forms/orders.py:456 pretix/control/forms/orders.py:639 -#: pretix/control/forms/orders.py:666 pretix/control/forms/vouchers.py:222 +#: pretix/control/forms/orders.py:460 pretix/control/forms/orders.py:643 +#: pretix/control/forms/orders.py:670 pretix/control/forms/vouchers.py:222 #: pretix/plugins/sendmail/forms.py:21 pretix/plugins/sendmail/forms.py:76 msgid "Subject" msgstr "" -#: pretix/control/forms/orders.py:480 +#: pretix/control/forms/orders.py:484 msgid "Recipient" msgstr "" -#: pretix/control/forms/orders.py:486 pretix/control/forms/orders.py:647 -#: pretix/control/forms/orders.py:674 pretix/control/forms/vouchers.py:228 +#: pretix/control/forms/orders.py:490 pretix/control/forms/orders.py:651 +#: pretix/control/forms/orders.py:678 pretix/control/forms/vouchers.py:228 #: pretix/plugins/sendmail/forms.py:22 pretix/plugins/sendmail/forms.py:81 msgid "Message" msgstr "" -#: pretix/control/forms/orders.py:499 +#: pretix/control/forms/orders.py:503 msgid "" "Cancel the order. All tickets will no longer work. This can not be reverted." msgstr "" -#: pretix/control/forms/orders.py:500 +#: pretix/control/forms/orders.py:504 msgid "" "Mark the order as pending and allow the user to pay the open amount with " "another payment method." msgstr "" -#: pretix/control/forms/orders.py:502 +#: pretix/control/forms/orders.py:506 msgid "Do nothing and keep the order as it is." msgstr "" -#: pretix/control/forms/orders.py:529 +#: pretix/control/forms/orders.py:533 msgid "The refund amount needs to be positive and less than {}." msgstr "" -#: pretix/control/forms/orders.py:535 +#: pretix/control/forms/orders.py:539 msgid "You need to specify an amount for a partial refund." msgstr "" -#: pretix/control/forms/orders.py:547 +#: pretix/control/forms/orders.py:551 msgid "Cancel all dates" msgstr "" -#: pretix/control/forms/orders.py:552 +#: pretix/control/forms/orders.py:556 msgid "Automatically refund money if possible" msgstr "" -#: pretix/control/forms/orders.py:557 +#: pretix/control/forms/orders.py:561 msgid "" "Create manual refund if the payment method odes not support automatic refunds" msgstr "" -#: pretix/control/forms/orders.py:561 +#: pretix/control/forms/orders.py:565 msgid "" "If checked, all payments with a payment method not supporting automatic " "refunds will be on your manual refund to-do list. Do not check if you want " @@ -7602,25 +7612,25 @@ msgid "" "gift cards." msgstr "" -#: pretix/control/forms/orders.py:566 +#: pretix/control/forms/orders.py:570 msgid "" "Refund order value to a gift card instead instead of the original payment " "method" msgstr "" -#: pretix/control/forms/orders.py:572 +#: pretix/control/forms/orders.py:576 msgid "Gift card validity" msgstr "" -#: pretix/control/forms/orders.py:579 +#: pretix/control/forms/orders.py:583 msgid "Special terms and conditions" msgstr "" -#: pretix/control/forms/orders.py:596 +#: pretix/control/forms/orders.py:600 msgid "Keep fees" msgstr "" -#: pretix/control/forms/orders.py:599 +#: pretix/control/forms/orders.py:603 msgid "" "The selected types of fees will not be refunded but instead added to the " "cancellation fee. Fees are never refunded in when an order in an event " @@ -7628,20 +7638,20 @@ msgid "" "dates." msgstr "" -#: pretix/control/forms/orders.py:605 +#: pretix/control/forms/orders.py:609 msgid "Send information via email" msgstr "" -#: pretix/control/forms/orders.py:611 +#: pretix/control/forms/orders.py:615 msgid "Send information to waiting list" msgstr "" -#: pretix/control/forms/orders.py:642 pretix/control/forms/orders.py:668 +#: pretix/control/forms/orders.py:646 pretix/control/forms/orders.py:672 #, python-brace-format msgid "Canceled: {event}" msgstr "" -#: pretix/control/forms/orders.py:653 +#: pretix/control/forms/orders.py:657 #, python-brace-format msgid "" "Hello,\n" @@ -7659,7 +7669,7 @@ msgid "" "Your {event} team" msgstr "" -#: pretix/control/forms/orders.py:680 +#: pretix/control/forms/orders.py:684 #, python-brace-format msgid "" "Hello,\n" @@ -7673,7 +7683,7 @@ msgid "" "Your {event} team" msgstr "" -#: pretix/control/forms/orders.py:711 +#: pretix/control/forms/orders.py:715 msgid "Please confirm that you want to cancel ALL dates in this event series." msgstr "" @@ -7726,7 +7736,7 @@ msgstr "" msgid "This will be displayed on the organizer homepage." msgstr "" -#: pretix/control/forms/organizer.py:279 +#: pretix/control/forms/organizer.py:280 msgid "" "If you provide a logo image, we will by default not show your organization " "name in the page header. By default, we show your logo with a size of up to " @@ -7735,63 +7745,63 @@ msgid "" "smaller screens." msgstr "" -#: pretix/control/forms/organizer.py:298 +#: pretix/control/forms/organizer.py:299 msgid "Show availability in event overviews" msgstr "" -#: pretix/control/forms/organizer.py:299 +#: pretix/control/forms/organizer.py:300 msgid "" "If checked, the list of events will show if events are sold out. This might " "make for longer page loading times if you have lots of events and the shown " "status might be out of date for up to two minutes." msgstr "" -#: pretix/control/forms/organizer.py:305 +#: pretix/control/forms/organizer.py:306 msgid "Link back to organizer overview on all event pages" msgstr "" -#: pretix/control/forms/organizer.py:312 +#: pretix/control/forms/organizer.py:313 msgid "" "Choose all languages that your organizer homepage should be available in." msgstr "" -#: pretix/control/forms/organizer.py:323 +#: pretix/control/forms/organizer.py:324 msgid "Favicon" msgstr "" -#: pretix/control/forms/organizer.py:326 +#: pretix/control/forms/organizer.py:328 msgid "" "If you provide a favicon, we will show it instead of the default pretix " "icon. We recommend a size of at least 200x200px to accommodate most devices." msgstr "" -#: pretix/control/forms/organizer.py:330 +#: pretix/control/forms/organizer.py:332 msgid "Length of gift card codes" msgstr "" -#: pretix/control/forms/organizer.py:331 +#: pretix/control/forms/organizer.py:333 msgid "" "The system generates by default {}-character long gift card codes. However, " "if a different length is required, it can be set here." msgstr "" -#: pretix/control/forms/organizer.py:336 +#: pretix/control/forms/organizer.py:338 msgid "Validity of gift card codes in years" msgstr "" -#: pretix/control/forms/organizer.py:337 +#: pretix/control/forms/organizer.py:339 msgid "" "If you set a number here, gift cards will by default expire at the end of " "the year after this many years. If you keep it empty, gift cards do not have " "an explicit expiry date." msgstr "" -#: pretix/control/forms/organizer.py:352 +#: pretix/control/forms/organizer.py:354 msgctxt "webhooks" msgid "Event types" msgstr "" -#: pretix/control/forms/organizer.py:383 +#: pretix/control/forms/organizer.py:385 msgid "Gift card value" msgstr "" @@ -9369,7 +9379,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/organizers/detail.html:43 #: pretix/control/templates/pretixcontrol/organizers/giftcards.html:38 #: pretix/control/templates/pretixcontrol/organizers/index.html:18 -#: pretix/control/templates/pretixcontrol/search/orders.html:27 +#: pretix/control/templates/pretixcontrol/search/orders.html:33 #: pretix/control/templates/pretixcontrol/subevents/index.html:41 #: pretix/control/templates/pretixcontrol/users/index.html:22 #: pretix/control/templates/pretixcontrol/vouchers/index.html:54 @@ -9453,7 +9463,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/order/pay.html:33 #: pretix/control/templates/pretixcontrol/order/pay_complete.html:28 #: pretix/control/templates/pretixcontrol/order/reactivate.html:30 -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:155 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:169 #: pretix/control/templates/pretixcontrol/order/refund_done.html:26 #: pretix/control/templates/pretixcontrol/order/refund_process.html:47 #: pretix/control/templates/pretixcontrol/order/refund_start.html:51 @@ -9505,9 +9515,9 @@ msgstr "" #: pretix/control/templates/pretixcontrol/checkin/list_edit.html:10 #: pretix/control/templates/pretixcontrol/checkin/list_edit.html:17 -#: pretix/plugins/checkinlists/exporters.py:38 -#: pretix/plugins/checkinlists/exporters.py:88 -#: pretix/plugins/checkinlists/exporters.py:315 +#: pretix/plugins/checkinlists/exporters.py:39 +#: pretix/plugins/checkinlists/exporters.py:107 +#: pretix/plugins/checkinlists/exporters.py:374 #: pretix/plugins/pretixdroid/forms.py:39 #: pretix/plugins/pretixdroid/models.py:24 #: pretix/plugins/pretixdroid/templates/pretixplugins/pretixdroid/configuration.html:79 @@ -10189,7 +10199,7 @@ msgid "Installed plugins" msgstr "" #: pretix/control/templates/pretixcontrol/event/plugins.html:10 -#: pretix/control/views/checkin.py:260 pretix/control/views/event.py:177 +#: pretix/control/views/checkin.py:264 pretix/control/views/event.py:177 #: pretix/control/views/event.py:317 pretix/control/views/event.py:396 #: pretix/control/views/event.py:436 pretix/control/views/event.py:594 #: pretix/control/views/event.py:785 pretix/control/views/event.py:1135 @@ -10352,14 +10362,14 @@ msgid "Basics" msgstr "" #: pretix/control/templates/pretixcontrol/event/settings.html:31 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:44 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:46 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:349 #: pretix/control/templates/pretixcontrol/subevents/detail.html:32 msgid "Geo coordinates" msgstr "" #: pretix/control/templates/pretixcontrol/event/settings.html:32 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:45 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:47 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:271 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:275 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:350 @@ -10368,7 +10378,7 @@ msgid "Optional" msgstr "" #: pretix/control/templates/pretixcontrol/event/settings.html:39 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:52 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:54 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:357 #: pretix/control/templates/pretixcontrol/subevents/detail.html:40 msgid "Geocoding data © OpenStreetMap" @@ -10400,7 +10410,7 @@ msgid "Shop design" msgstr "" #: pretix/control/templates/pretixcontrol/event/settings.html:124 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:74 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:76 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:392 #: pretix/control/templates/pretixcontrol/subevents/detail.html:76 msgid "Timeline" @@ -10638,7 +10648,7 @@ msgid "" "We strongly recommend against using short forms of more then 16 characters." msgstr "" -#: pretix/control/templates/pretixcontrol/events/create_basics.html:68 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:70 msgid "Display settings" msgstr "" @@ -10656,7 +10666,40 @@ msgid "" "that contain the event name." msgstr "" -#: pretix/control/templates/pretixcontrol/events/create_foundation.html:10 +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:13 +msgid "Singular event or non-event shop" +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:15 +msgid "" +"An event with individual configuration. If you create more events later, you " +"can copy the event to save yourself some work." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:21 +msgid "" +"Examples: Conferences, workshops, trade fairs, one-off concerts, sale of " +"digital content, multi-day events with combination tickets." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:32 +msgid "Event series or time slot booking" +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:34 +msgid "" +"A series of events that share the same configuration. They can still be " +"different in their dates, locations, prices, and capacities." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:40 +msgid "" +"Examples: Multiple presentations of the same show, same concert in multiple " +"locations, museums, libraries, or swimming pools, events that need to be " +"booked together in one cart." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:53 msgid "" "Please note that you will only be able to delete your event until the first " "order has been created." @@ -11075,8 +11118,8 @@ msgstr "" #: pretix/control/templates/pretixcontrol/items/question.html:20 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:14 #: pretix/control/templates/pretixcontrol/orders/overview.html:68 -#: pretix/plugins/checkinlists/exporters.py:343 -#: pretix/plugins/reports/exporters.py:223 +#: pretix/plugins/checkinlists/exporters.py:402 +#: pretix/plugins/reports/exporters.py:226 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:17 msgid "Paid" msgstr "" @@ -11878,10 +11921,10 @@ msgstr "" #: pretix/control/templates/pretixcontrol/order/index.html:550 #: pretix/control/templates/pretixcontrol/orders/overview.html:69 #: pretix/control/templates/pretixcontrol/orders/overview.html:146 -#: pretix/plugins/reports/exporters.py:223 -#: pretix/plugins/reports/exporters.py:278 -#: pretix/plugins/reports/exporters.py:447 -#: pretix/plugins/reports/exporters.py:591 +#: pretix/plugins/reports/exporters.py:226 +#: pretix/plugins/reports/exporters.py:281 +#: pretix/plugins/reports/exporters.py:450 +#: pretix/plugins/reports/exporters.py:594 #: pretix/presale/templates/pretixpresale/event/fragment_cart.html:292 msgid "Total" msgstr "" @@ -12076,52 +12119,52 @@ msgctxt "amount_label" msgid "Automatically refund" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:59 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:63 msgid "Automatically refund full amount" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:62 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:66 msgid "This payment method does not support automatic refunds." msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:70 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:74 msgid "Transfer to other order" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:73 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:77 msgctxt "amount_label" msgid "Transfer" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:81 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:85 msgctxt "order_label" msgid "to" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:91 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:95 #: pretix/control/templates/pretixcontrol/organizers/giftcard_create.html:5 msgid "Create a new gift card" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:103 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:113 msgid "" "The gift card can be used to buy tickets for all events of this organizer." msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:111 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:121 msgid "Manual refund" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:114 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:124 msgctxt "amount_label" msgid "Manually refund" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:125 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:139 msgid "Keep transfer as to do" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:129 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:143 #: pretix/control/templates/pretixcontrol/order/refund_done.html:5 #: pretix/control/templates/pretixcontrol/order/refund_done.html:9 #: pretix/control/templates/pretixcontrol/order/refund_process.html:6 @@ -12129,7 +12172,7 @@ msgstr "" msgid "Mark refund as done" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:139 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:153 msgid "" "Any payments that you selected for automatical refunds will be immediately " "communicate the refund request to the respective payment provider. Manual " @@ -12137,7 +12180,7 @@ msgid "" "done once you actually transferred the money back to the customer." msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:160 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:174 msgid "Perform refund" msgstr "" @@ -12363,29 +12406,29 @@ msgid "Remove filter" msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:132 -#: pretix/control/templates/pretixcontrol/search/orders.html:78 +#: pretix/control/templates/pretixcontrol/search/orders.html:83 msgid "CANCELLATION REQUESTED" msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:135 #: pretix/control/templates/pretixcontrol/orders/index.html:137 -#: pretix/control/templates/pretixcontrol/search/orders.html:81 -#: pretix/control/templates/pretixcontrol/search/orders.html:83 +#: pretix/control/templates/pretixcontrol/search/orders.html:86 +#: pretix/control/templates/pretixcontrol/search/orders.html:88 msgid "REFUND PENDING" msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:140 -#: pretix/control/templates/pretixcontrol/search/orders.html:86 +#: pretix/control/templates/pretixcontrol/search/orders.html:91 msgid "OVERPAID" msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:142 -#: pretix/control/templates/pretixcontrol/search/orders.html:88 +#: pretix/control/templates/pretixcontrol/search/orders.html:93 msgid "UNDERPAID" msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:144 -#: pretix/control/templates/pretixcontrol/search/orders.html:90 +#: pretix/control/templates/pretixcontrol/search/orders.html:95 msgid "FULLY PAID" msgstr "" @@ -12425,7 +12468,7 @@ msgid "" msgstr "" #: pretix/control/templates/pretixcontrol/orders/overview.html:61 -#: pretix/plugins/reports/exporters.py:219 +#: pretix/plugins/reports/exporters.py:222 msgid "Purchased" msgstr "" @@ -13075,7 +13118,7 @@ msgstr "" msgid "pretix Logo" msgstr "" -#: pretix/control/templates/pretixcontrol/search/orders.html:99 +#: pretix/control/templates/pretixcontrol/search/orders.html:104 msgid "" "We couldn't find any orders that you have access to and that match your " "search query." @@ -14147,15 +14190,15 @@ msgstr "" msgid "The selected check-ins have been reverted." msgstr "" -#: pretix/control/views/checkin.py:163 +#: pretix/control/views/checkin.py:167 msgid "The selected tickets have been marked as checked in." msgstr "" -#: pretix/control/views/checkin.py:227 +#: pretix/control/views/checkin.py:231 msgid "The new check-in list has been created." msgstr "" -#: pretix/control/views/checkin.py:234 pretix/control/views/checkin.py:277 +#: pretix/control/views/checkin.py:238 pretix/control/views/checkin.py:281 #: pretix/control/views/event.py:206 pretix/control/views/event.py:399 #: pretix/control/views/event.py:439 pretix/control/views/event.py:597 #: pretix/control/views/event.py:754 pretix/control/views/event.py:1094 @@ -14170,11 +14213,11 @@ msgstr "" msgid "We could not save your changes. See below for details." msgstr "" -#: pretix/control/views/checkin.py:256 pretix/control/views/checkin.py:293 +#: pretix/control/views/checkin.py:260 pretix/control/views/checkin.py:297 msgid "The requested list does not exist." msgstr "" -#: pretix/control/views/checkin.py:302 +#: pretix/control/views/checkin.py:306 msgid "The selected list has been deleted." msgstr "" @@ -14400,7 +14443,7 @@ msgstr "" msgid "Could not update the comment." msgstr "" -#: pretix/control/views/event.py:1061 pretix/control/views/main.py:296 +#: pretix/control/views/event.py:1061 pretix/control/views/main.py:276 msgid "VAT" msgstr "" @@ -15351,28 +15394,28 @@ msgstr "" msgid "8 portrait A7 pages on one A4 page" msgstr "" -#: pretix/plugins/badges/exporters.py:186 +#: pretix/plugins/badges/exporters.py:194 msgid "None of the selected products is configured to print badges." msgstr "" -#: pretix/plugins/badges/exporters.py:192 +#: pretix/plugins/badges/exporters.py:200 msgid "Attendee badges" msgstr "" -#: pretix/plugins/badges/exporters.py:212 +#: pretix/plugins/badges/exporters.py:220 #: pretix/plugins/ticketoutputpdf/exporters.py:32 msgid "Include pending orders" msgstr "" -#: pretix/plugins/badges/exporters.py:217 +#: pretix/plugins/badges/exporters.py:225 msgid "Include add-on or bundled positions" msgstr "" -#: pretix/plugins/badges/exporters.py:222 +#: pretix/plugins/badges/exporters.py:230 msgid "Rendering option" msgstr "" -#: pretix/plugins/badges/exporters.py:227 +#: pretix/plugins/badges/exporters.py:235 msgid "" "This option allows you to align multiple badges on one page, for example if " "you want to print to a sheet of stickers with a regular office printer. " @@ -15380,10 +15423,10 @@ msgid "" "correct size." msgstr "" -#: pretix/plugins/badges/exporters.py:233 -#: pretix/plugins/checkinlists/exporters.py:56 -#: pretix/plugins/reports/exporters.py:315 -#: pretix/plugins/reports/exporters.py:487 +#: pretix/plugins/badges/exporters.py:241 +#: pretix/plugins/checkinlists/exporters.py:71 +#: pretix/plugins/reports/exporters.py:318 +#: pretix/plugins/reports/exporters.py:490 #: pretix/plugins/ticketoutputpdf/exporters.py:37 msgid "Sort by" msgstr "" @@ -15906,33 +15949,41 @@ msgstr "" msgid "This plugin allows you to generate check-in lists for your conference." msgstr "" -#: pretix/plugins/checkinlists/exporters.py:46 +#: pretix/plugins/checkinlists/exporters.py:50 +msgid "Only include tickets for dates on or after this date." +msgstr "" + +#: pretix/plugins/checkinlists/exporters.py:57 +msgid "Only include tickets for dates on or before this date." +msgstr "" + +#: pretix/plugins/checkinlists/exporters.py:61 msgid "Include QR-code secret" msgstr "" -#: pretix/plugins/checkinlists/exporters.py:51 +#: pretix/plugins/checkinlists/exporters.py:66 msgid "Only tickets requiring special attention" msgstr "" -#: pretix/plugins/checkinlists/exporters.py:71 +#: pretix/plugins/checkinlists/exporters.py:86 msgid "Include questions" msgstr "" -#: pretix/plugins/checkinlists/exporters.py:183 +#: pretix/plugins/checkinlists/exporters.py:222 msgid "Check-in list (PDF)" msgstr "" #. Translators: maximum 5 characters -#: pretix/plugins/checkinlists/exporters.py:234 +#: pretix/plugins/checkinlists/exporters.py:284 msgctxt "tablehead" msgid "paid" msgstr "" -#: pretix/plugins/checkinlists/exporters.py:337 +#: pretix/plugins/checkinlists/exporters.py:396 msgid "Automatically checked in" msgstr "" -#: pretix/plugins/checkinlists/exporters.py:346 +#: pretix/plugins/checkinlists/exporters.py:405 #: pretix/plugins/paypal/payment.py:86 msgid "Secret" msgstr "" @@ -16013,43 +16064,43 @@ msgid "" "to send any payments." msgstr "" -#: pretix/plugins/paypal/payment.py:205 pretix/plugins/paypal/payment.py:291 -#: pretix/plugins/paypal/payment.py:306 pretix/plugins/paypal/payment.py:309 -#: pretix/plugins/paypal/payment.py:367 +#: pretix/plugins/paypal/payment.py:205 pretix/plugins/paypal/payment.py:298 +#: pretix/plugins/paypal/payment.py:313 pretix/plugins/paypal/payment.py:316 +#: pretix/plugins/paypal/payment.py:374 pretix/plugins/paypal/payment.py:515 msgid "We had trouble communicating with PayPal" msgstr "" -#: pretix/plugins/paypal/payment.py:323 pretix/plugins/paypal/payment.py:332 -#: pretix/plugins/paypal/payment.py:393 +#: pretix/plugins/paypal/payment.py:330 pretix/plugins/paypal/payment.py:339 +#: pretix/plugins/paypal/payment.py:400 msgid "" "We were unable to process your payment. See below for details on how to " "proceed." msgstr "" -#: pretix/plugins/paypal/payment.py:374 pretix/plugins/paypal/payment.py:383 +#: pretix/plugins/paypal/payment.py:381 pretix/plugins/paypal/payment.py:390 msgid "" "PayPal has not yet approved the payment. We will inform you as soon as the " "payment completed." msgstr "" -#: pretix/plugins/paypal/payment.py:408 pretix/plugins/stripe/payment.py:435 +#: pretix/plugins/paypal/payment.py:415 pretix/plugins/stripe/payment.py:435 #: pretix/plugins/stripe/payment.py:787 msgid "There was an error sending the confirmation mail." msgstr "" -#: pretix/plugins/paypal/payment.py:485 pretix/plugins/paypal/payment.py:492 +#: pretix/plugins/paypal/payment.py:492 pretix/plugins/paypal/payment.py:499 msgid "Refunding the amount via PayPal failed: {}" msgstr "" -#: pretix/plugins/paypal/payment.py:591 pretix/plugins/paypal/payment.py:599 +#: pretix/plugins/paypal/payment.py:615 pretix/plugins/paypal/payment.py:623 msgid "The payment for this invoice has already been received." msgstr "" -#: pretix/plugins/paypal/payment.py:592 pretix/plugins/paypal/payment.py:600 +#: pretix/plugins/paypal/payment.py:616 pretix/plugins/paypal/payment.py:624 msgid "PayPal payment ID" msgstr "" -#: pretix/plugins/paypal/payment.py:594 +#: pretix/plugins/paypal/payment.py:618 msgid "PayPal sale ID" msgstr "" @@ -16418,48 +16469,48 @@ msgstr "" msgid "Created: %s" msgstr "" -#: pretix/plugins/reports/exporters.py:153 +#: pretix/plugins/reports/exporters.py:156 msgid "Order overview (PDF)" msgstr "" -#: pretix/plugins/reports/exporters.py:197 +#: pretix/plugins/reports/exporters.py:200 #: pretix/plugins/statistics/templates/pretixplugins/statistics/index.html:58 msgid "Orders by product" msgstr "" -#: pretix/plugins/reports/exporters.py:202 +#: pretix/plugins/reports/exporters.py:205 #, python-brace-format msgid "{axis} between {start} and {end}" msgstr "" -#: pretix/plugins/reports/exporters.py:227 -#: pretix/plugins/reports/exporters.py:228 -#: pretix/plugins/reports/exporters.py:229 #: pretix/plugins/reports/exporters.py:230 #: pretix/plugins/reports/exporters.py:231 +#: pretix/plugins/reports/exporters.py:232 +#: pretix/plugins/reports/exporters.py:233 +#: pretix/plugins/reports/exporters.py:234 msgid "#" msgstr "" -#: pretix/plugins/reports/exporters.py:299 +#: pretix/plugins/reports/exporters.py:302 msgid "List of orders with taxes (PDF)" msgstr "" -#: pretix/plugins/reports/exporters.py:376 +#: pretix/plugins/reports/exporters.py:379 #, python-brace-format msgid "Orders by tax rate ({currency})" msgstr "" -#: pretix/plugins/reports/exporters.py:385 -#: pretix/plugins/reports/exporters.py:521 +#: pretix/plugins/reports/exporters.py:388 +#: pretix/plugins/reports/exporters.py:524 msgid "Gross" msgstr "" -#: pretix/plugins/reports/exporters.py:385 -#: pretix/plugins/reports/exporters.py:521 +#: pretix/plugins/reports/exporters.py:388 +#: pretix/plugins/reports/exporters.py:524 msgid "Tax" msgstr "" -#: pretix/plugins/reports/exporters.py:470 +#: pretix/plugins/reports/exporters.py:473 msgid "List of orders with taxes" msgstr "" @@ -17516,24 +17567,24 @@ msgid "Show all events of %(name)s" msgstr "" #: pretix/presale/templates/pretixpresale/event/base.html:98 -#: pretix/presale/templates/pretixpresale/event/base.html:128 +#: pretix/presale/templates/pretixpresale/event/base.html:132 msgid "" "This ticket shop is currently in test mode. Please do not perform any real " "purchases as your order might be deleted without notice." msgstr "" #: pretix/presale/templates/pretixpresale/event/base.html:104 -#: pretix/presale/templates/pretixpresale/event/base.html:134 +#: pretix/presale/templates/pretixpresale/event/base.html:138 msgid "" "Orders made through this sales channel cannot be deleted - even if the " "ticket shop is in test mode!" msgstr "" -#: pretix/presale/templates/pretixpresale/event/base.html:142 +#: pretix/presale/templates/pretixpresale/event/base.html:146 msgid "Contact event organizer" msgstr "" -#: pretix/presale/templates/pretixpresale/event/base.html:145 +#: pretix/presale/templates/pretixpresale/event/base.html:149 msgid "Imprint" msgstr "" @@ -17933,6 +17984,11 @@ msgstr "" msgid "Go" msgstr "" +#: pretix/presale/templates/pretixpresale/event/fragment_subevent_calendar_week.html:21 +#: pretix/presale/templates/pretixpresale/organizers/calendar_week.html:48 +msgid "W" +msgstr "" + #: pretix/presale/templates/pretixpresale/event/fragment_subevent_list.html:21 #: pretix/presale/templates/pretixpresale/event/fragment_subevent_list.html:30 #: pretix/presale/templates/pretixpresale/fragment_calendar.html:71 @@ -18598,19 +18654,19 @@ msgstr "" msgid "Please enter positive numbers only." msgstr "" -#: pretix/presale/views/cart.py:338 +#: pretix/presale/views/cart.py:340 msgid "We applied the voucher to as many products in your cart as we could." msgstr "" -#: pretix/presale/views/cart.py:360 +#: pretix/presale/views/cart.py:362 msgid "Your cart has been updated." msgstr "" -#: pretix/presale/views/cart.py:363 pretix/presale/views/cart.py:385 +#: pretix/presale/views/cart.py:365 pretix/presale/views/cart.py:387 msgid "Your cart is now empty." msgstr "" -#: pretix/presale/views/cart.py:400 +#: pretix/presale/views/cart.py:402 msgid "The products have been successfully added to your cart." msgstr "" diff --git a/src/pretix/locale/djangojs.pot b/src/pretix/locale/djangojs.pot index 39d0c79f6..7ddb2b5cc 100644 --- a/src/pretix/locale/djangojs.pot +++ b/src/pretix/locale/djangojs.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-05-13 16:45+0000\n" +"POT-Creation-Date: 2020-06-10 16:02+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/src/pretix/locale/el/LC_MESSAGES/django.po b/src/pretix/locale/el/LC_MESSAGES/django.po index 15ac336f3..6d677ba0a 100644 --- a/src/pretix/locale/el/LC_MESSAGES/django.po +++ b/src/pretix/locale/el/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-05-13 16:44+0000\n" +"POT-Creation-Date: 2020-06-10 16:02+0000\n" "PO-Revision-Date: 2019-10-31 14:39+0000\n" "Last-Translator: Raphael Michel \n" "Language-Team: Greek " msgid "Empty, if this product is not an admission ticket" msgstr "Άδειo, εάν αυτό το προϊόν δεν είναι εισιτήριο εισόδου" -#: pretix/base/models/orders.py:1069 pretix/base/models/orders.py:2110 +#: pretix/base/models/orders.py:1069 pretix/base/models/orders.py:2137 #: pretix/base/settings.py:537 msgid "Company name" msgstr "Επωνυμία εταιρείας" -#: pretix/base/models/orders.py:1073 pretix/base/models/orders.py:2117 +#: pretix/base/models/orders.py:1073 pretix/base/models/orders.py:2144 #: pretix/base/settings.py:32 pretix/plugins/stripe/payment.py:150 msgid "Select country" msgstr "Επιλέξτε χώρα" -#: pretix/base/models/orders.py:1204 +#: pretix/base/models/orders.py:1231 msgctxt "payment_state" msgid "created" msgstr "δημιουργήθηκε" -#: pretix/base/models/orders.py:1205 +#: pretix/base/models/orders.py:1232 msgctxt "payment_state" msgid "pending" msgstr "εκκρεμής" -#: pretix/base/models/orders.py:1206 +#: pretix/base/models/orders.py:1233 msgctxt "payment_state" msgid "confirmed" msgstr "επιβεβαιώθηκε" -#: pretix/base/models/orders.py:1207 +#: pretix/base/models/orders.py:1234 msgctxt "payment_state" msgid "canceled" msgstr "ακυρώθηκε" -#: pretix/base/models/orders.py:1208 +#: pretix/base/models/orders.py:1235 msgctxt "payment_state" msgid "failed" msgstr "απέτυχε" -#: pretix/base/models/orders.py:1209 +#: pretix/base/models/orders.py:1236 msgctxt "payment_state" msgid "refunded" msgstr "επιστραφεί" -#: pretix/base/models/orders.py:1237 pretix/base/models/orders.py:1608 +#: pretix/base/models/orders.py:1264 pretix/base/models/orders.py:1635 #: pretix/base/shredder.py:352 msgid "Payment information" msgstr "Πληροφορίες πληρωμής" -#: pretix/base/models/orders.py:1430 +#: pretix/base/models/orders.py:1457 #, python-format msgid "Event registration confirmed: %(code)s" msgstr "Επιβεβαίωση εγγραφής εκδήλωσης: %(code)s" -#: pretix/base/models/orders.py:1448 +#: pretix/base/models/orders.py:1475 #, python-format msgid "Payment received for your order: %(code)s" msgstr "Η πληρωμή που λάβατε για την παραγγελία σας: %(code)s" -#: pretix/base/models/orders.py:1554 +#: pretix/base/models/orders.py:1581 msgctxt "refund_state" msgid "started externally" msgstr "ξεκίνησε εξωτερικά" -#: pretix/base/models/orders.py:1555 +#: pretix/base/models/orders.py:1582 msgctxt "refund_state" msgid "created" msgstr "δημιουργήθηκε" -#: pretix/base/models/orders.py:1556 +#: pretix/base/models/orders.py:1583 msgctxt "refund_state" msgid "in transit" msgstr "υπό διαμετακόμιση(in transit)" -#: pretix/base/models/orders.py:1557 +#: pretix/base/models/orders.py:1584 msgctxt "refund_state" msgid "done" msgstr "έγινε" -#: pretix/base/models/orders.py:1558 +#: pretix/base/models/orders.py:1585 msgctxt "refund_state" msgid "failed" msgstr "απέτυχε" -#: pretix/base/models/orders.py:1560 +#: pretix/base/models/orders.py:1587 msgctxt "refund_state" msgid "canceled" msgstr "ακυρώθηκε" -#: pretix/base/models/orders.py:1568 +#: pretix/base/models/orders.py:1595 msgctxt "refund_source" msgid "Organizer" msgstr "Διοργανωτής" -#: pretix/base/models/orders.py:1569 +#: pretix/base/models/orders.py:1596 msgctxt "refund_source" msgid "Customer" msgstr "Πελάτης" -#: pretix/base/models/orders.py:1570 +#: pretix/base/models/orders.py:1597 msgctxt "refund_source" msgid "External" msgstr "Εξωτερικός" -#: pretix/base/models/orders.py:1714 +#: pretix/base/models/orders.py:1741 msgid "Payment fee" msgstr "Έξοδα πληρωμής" -#: pretix/base/models/orders.py:1715 +#: pretix/base/models/orders.py:1742 msgid "Shipping fee" msgstr "Έξοδα αποστολής" -#: pretix/base/models/orders.py:1716 +#: pretix/base/models/orders.py:1743 msgid "Service fee" msgstr "Κόστος υπηρεσίας" -#: pretix/base/models/orders.py:1717 +#: pretix/base/models/orders.py:1744 #: pretix/control/templates/pretixcontrol/order/index.html:133 msgid "Cancellation fee" msgstr "Έξοδα ακύρωσης" -#: pretix/base/models/orders.py:1718 +#: pretix/base/models/orders.py:1745 msgid "Other fees" msgstr "Άλλα έξοδα" -#: pretix/base/models/orders.py:1719 pretix/base/payment.py:1005 +#: pretix/base/models/orders.py:1746 pretix/base/payment.py:1005 #: pretix/control/templates/pretixcontrol/order/index.html:128 msgid "Gift card" msgstr "Δωροκάρτα" -#: pretix/base/models/orders.py:1724 +#: pretix/base/models/orders.py:1751 #: pretix/control/templates/pretixcontrol/organizers/giftcard.html:65 #: pretix/control/templates/pretixcontrol/organizers/giftcard.html:103 #: pretix/control/views/vouchers.py:70 msgid "Value" msgstr "Αξία" -#: pretix/base/models/orders.py:1861 +#: pretix/base/models/orders.py:1888 msgid "Order position" msgstr "Θέση παραγγελείας" -#: pretix/base/models/orders.py:2036 pretix/base/services/orders.py:846 +#: pretix/base/models/orders.py:2063 pretix/base/services/orders.py:846 #, python-format msgid "Your event registration: %(code)s" msgstr "Η εγγραφή σας στην εκδήλωση: %(code)s" -#: pretix/base/models/orders.py:2065 +#: pretix/base/models/orders.py:2092 msgid "Cart ID (e.g. session key)" msgstr "" "Αναγνωριστικό καλαθιού (π.χ. κλειδί συνεδρίας) ( Cart ID (e.g. session key) )" -#: pretix/base/models/orders.py:2083 +#: pretix/base/models/orders.py:2110 msgid "Cart position" msgstr "Θέση καλαθιού" -#: pretix/base/models/orders.py:2084 +#: pretix/base/models/orders.py:2111 msgid "Cart positions" msgstr "Θέσεις καλαθιού" -#: pretix/base/models/orders.py:2121 +#: pretix/base/models/orders.py:2148 msgid "Only for business customers within the EU." msgstr "Μόνο για πελάτες επιχειρήσεων εντός της ΕΕ." -#: pretix/base/models/orders.py:2126 +#: pretix/base/models/orders.py:2153 msgid "This reference will be printed on your invoice for your convenience." msgstr "Αυτή η σχετική αναφορά θα τυπωθεί στο τιμολόγιό σας για διευκόλυνση." @@ -3129,9 +3131,9 @@ msgstr "" "χρησιμοποιείται σε διευθύνσεις URL για να αναφέρεται στους λογαριασμούς του " "οργανωτή σας και στα συμβάντα σας." -#: pretix/base/models/organizer.py:52 pretix/control/forms/event.py:68 -#: pretix/control/forms/event.py:74 pretix/control/forms/filter.py:338 -#: pretix/control/forms/filter.py:614 +#: pretix/base/models/organizer.py:52 pretix/control/forms/event.py:63 +#: pretix/control/forms/event.py:69 pretix/control/forms/filter.py:338 +#: pretix/control/forms/filter.py:666 #: pretix/control/templates/pretixcontrol/events/index.html:68 #: pretix/control/templates/pretixcontrol/organizers/base.html:4 #: pretix/control/templates/pretixcontrol/organizers/edit.html:9 @@ -3212,7 +3214,7 @@ msgid "%(name)s on %(object)s" msgstr "%(name)s στο %(object)s" #: pretix/base/models/organizer.py:252 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:82 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:84 msgid "Team" msgstr "Ομάδα" @@ -3226,21 +3228,21 @@ msgstr "Ομάδες" msgid "Invite to team '{team}' for '{email}'" msgstr "Προσκαλέστε στην ομάδα '{team}' για '{email}'" -#: pretix/base/models/seating.py:23 +#: pretix/base/models/seating.py:24 msgid "Your layout file is not a valid JSON file." msgstr "" -#: pretix/base/models/seating.py:32 +#: pretix/base/models/seating.py:33 msgid "Your layout file is not a valid seating plan. Error message: {}" msgstr "" -#: pretix/base/models/seating.py:145 +#: pretix/base/models/seating.py:152 #, fuzzy, python-brace-format #| msgid "Invoice number" msgid "Row {number}" msgstr "Αριθμός τιμολογίου" -#: pretix/base/models/seating.py:150 +#: pretix/base/models/seating.py:157 #, fuzzy, python-brace-format #| msgid "Team name" msgid "Seat {number}" @@ -3328,7 +3330,7 @@ msgstr "Μειώστε την τιμή του προϊόντος κατά (%)" #: pretix/control/templates/pretixcontrol/vouchers/index.html:19 #: pretix/control/templates/pretixcontrol/vouchers/index.html:100 #: pretix/control/views/vouchers.py:69 pretix/control/views/waitinglist.py:199 -#: pretix/plugins/checkinlists/exporters.py:359 +#: pretix/plugins/checkinlists/exporters.py:418 #: pretix/presale/templates/pretixpresale/event/fragment_cart.html:316 #: pretix/presale/templates/pretixpresale/event/index.html:278 msgid "Voucher code" @@ -3363,7 +3365,7 @@ msgstr "" msgid "Valid until" msgstr "Εγκυρο μέχρι" -#: pretix/base/models/vouchers.py:131 pretix/control/forms/filter.py:955 +#: pretix/base/models/vouchers.py:131 pretix/control/forms/filter.py:1007 msgid "Reserve ticket from quota" msgstr "Κρατήστε εισιτήριο από την ποσόστωση" @@ -3674,7 +3676,7 @@ msgctxt "subevent" msgid "Dates" msgstr "Ημερομηνίες" -#: pretix/base/notifications.py:184 pretix/base/pdf.py:130 +#: pretix/base/notifications.py:184 pretix/base/pdf.py:135 msgid "Event date" msgstr "Ημερομηνία εκδήλωσης" @@ -4305,7 +4307,7 @@ msgstr "Κωδικός εισιτηρίου (περιεχόμενο barcode)" msgid "Order position number" msgstr "Θέση παραγγελείας" -#: pretix/base/pdf.py:64 pretix/control/forms/event.py:1263 +#: pretix/base/pdf.py:64 pretix/control/forms/event.py:1262 #: pretix/control/templates/pretixcontrol/items/index.html:33 msgid "Product name" msgstr "Όνομα προϊόντος" @@ -4361,116 +4363,131 @@ msgstr "Τιμή, συμπεριλαμβανομένων των πρόσθετω msgid "Attendee company" msgstr "Email συμμετεχόντος" -#: pretix/base/pdf.py:114 pretix/base/pdf.py:212 +#: pretix/base/pdf.py:114 pretix/base/pdf.py:217 #: pretix/base/services/tickets.py:96 pretix/control/views/pdf.py:80 msgid "Sample company" msgstr "Sample εταιρείας" #: pretix/base/pdf.py:118 #, fuzzy +#| msgid "Attendee badges" +msgid "Full attendee address" +msgstr "Ταυτότητα συμμετέχοντα" + +#: pretix/base/pdf.py:119 +msgid "" +"John Doe\n" +"Sample company\n" +"Sesame Street 42\n" +"12345 Any City\n" +"Atlantis" +msgstr "" + +#: pretix/base/pdf.py:123 +#, fuzzy #| msgid "Attendee email" msgid "Attendee country" msgstr "Email συμμετεχόντος" -#: pretix/base/pdf.py:126 +#: pretix/base/pdf.py:131 msgid "Sample event name" msgstr "Δείγμα ονόματος εκδήλωσης" -#: pretix/base/pdf.py:131 +#: pretix/base/pdf.py:136 msgid "May 31st, 2017" msgstr "31 Μαΐου 2017" -#: pretix/base/pdf.py:135 +#: pretix/base/pdf.py:140 msgid "Event date range" msgstr "Εύρος ημερομηνιών εκδήλωσης" -#: pretix/base/pdf.py:136 +#: pretix/base/pdf.py:141 msgid "May 31st – June 4th, 2017" msgstr "31 Μαΐου - 4 Ιουνίου 2017" -#: pretix/base/pdf.py:140 +#: pretix/base/pdf.py:145 msgid "Event begin date and time" msgstr "Ημερομηνία και ώρα εκδήλωσης" -#: pretix/base/pdf.py:141 +#: pretix/base/pdf.py:146 msgid "2017-05-31 20:00" msgstr "2017-05-31 20:00" -#: pretix/base/pdf.py:148 +#: pretix/base/pdf.py:153 msgid "Event begin date" msgstr "Ημερομηνία έναρξης εκδήλωσης" -#: pretix/base/pdf.py:149 pretix/base/pdf.py:170 pretix/base/pdf.py:244 +#: pretix/base/pdf.py:154 pretix/base/pdf.py:175 pretix/base/pdf.py:249 msgid "2017-05-31" msgstr "2017-05-31" -#: pretix/base/pdf.py:156 +#: pretix/base/pdf.py:161 msgid "Event begin time" msgstr "Ώρα έναρξης εκδήλωσης" -#: pretix/base/pdf.py:157 +#: pretix/base/pdf.py:162 msgid "20:00" msgstr "20:00" -#: pretix/base/pdf.py:161 +#: pretix/base/pdf.py:166 msgid "Event end date and time" msgstr "Ημερομηνία και ώρα λήξης της εκδήλωσης" -#: pretix/base/pdf.py:162 +#: pretix/base/pdf.py:167 msgid "2017-05-31 22:00" msgstr "2017-05-31 22:00" -#: pretix/base/pdf.py:169 +#: pretix/base/pdf.py:174 msgid "Event end date" msgstr "Ημερομηνία λήξης εκδήλωσης" -#: pretix/base/pdf.py:178 +#: pretix/base/pdf.py:183 msgid "22:00" msgstr "22:00" -#: pretix/base/pdf.py:185 +#: pretix/base/pdf.py:190 msgid "Event admission date and time" msgstr "Ημερομηνία και ώρα εισόδου εκδήλωσης" -#: pretix/base/pdf.py:186 pretix/base/pdf.py:252 +#: pretix/base/pdf.py:191 pretix/base/pdf.py:257 msgid "2017-05-31 19:00" msgstr "2017-05-31 19:00" -#: pretix/base/pdf.py:193 +#: pretix/base/pdf.py:198 msgid "Event admission time" msgstr "Ώρα εισόδου εκδήλωσης" -#: pretix/base/pdf.py:194 pretix/base/pdf.py:260 +#: pretix/base/pdf.py:199 pretix/base/pdf.py:265 msgid "19:00" msgstr "19:00" -#: pretix/base/pdf.py:201 +#: pretix/base/pdf.py:206 msgid "Event location" msgstr "Τοποθεσία εκδήλωσης" -#: pretix/base/pdf.py:202 pretix/base/settings.py:559 +#: pretix/base/pdf.py:207 pretix/base/settings.py:559 msgid "Random City" msgstr "Τυχαία Πόλη" -#: pretix/base/pdf.py:211 +#: pretix/base/pdf.py:216 msgid "Invoice address company" msgstr "Διεύθυνση Εταιρείας τιμολογίου" -#: pretix/base/pdf.py:216 +#: pretix/base/pdf.py:221 #, fuzzy #| msgid "Invoice address company" msgid "Invoice address city" msgstr "Διεύθυνση Εταιρείας τιμολογίου" -#: pretix/base/pdf.py:217 pretix/base/services/invoices.py:340 +#: pretix/base/pdf.py:222 pretix/base/services/invoices.py:340 msgid "Sample city" msgstr "Δείγμα πόλη" -#: pretix/base/pdf.py:221 +#: pretix/base/pdf.py:226 msgid "List of Add-Ons" msgstr "Λίστα προσθέτων" -#: pretix/base/pdf.py:222 +#: pretix/base/pdf.py:227 msgid "" "Add-on 1\n" "Add-on 2" @@ -4478,98 +4495,98 @@ msgstr "" "Πρόσθετο 1\n" "Πρόσθετο 2" -#: pretix/base/pdf.py:233 pretix/control/forms/filter.py:490 -#: pretix/control/forms/filter.py:492 +#: pretix/base/pdf.py:238 pretix/control/forms/filter.py:542 +#: pretix/control/forms/filter.py:544 #: pretix/control/templates/pretixcontrol/organizers/index.html:35 msgid "Organizer name" msgstr "Όνομα οργανωτή" -#: pretix/base/pdf.py:234 +#: pretix/base/pdf.py:239 msgid "Event organizer company" msgstr "Εταιρεία διοργανωτών εκδήλωσης" -#: pretix/base/pdf.py:238 +#: pretix/base/pdf.py:243 msgid "Organizer info text" msgstr "Κείμενο πληροφοριών οργανωτή" -#: pretix/base/pdf.py:239 +#: pretix/base/pdf.py:244 msgid "Event organizer info text" msgstr "Κείμενο πληροφοριών οργανωτή εκδήλωσης" -#: pretix/base/pdf.py:243 +#: pretix/base/pdf.py:248 msgid "Printing date" msgstr "Ημερομηνία εκτύπωσης" -#: pretix/base/pdf.py:251 +#: pretix/base/pdf.py:256 msgid "Printing date and time" msgstr "Ημερομηνία και ώρα εκτύπωσης" -#: pretix/base/pdf.py:259 +#: pretix/base/pdf.py:264 msgid "Printing time" msgstr "Χρόνος εκτύπωσης" -#: pretix/base/pdf.py:267 +#: pretix/base/pdf.py:272 #, fuzzy #| msgid "Full name" msgid "Seat: Full name" msgstr "Πλήρες όνομα" -#: pretix/base/pdf.py:268 +#: pretix/base/pdf.py:273 msgid "Ground floor, Row 3, Seat 4" msgstr "" -#: pretix/base/pdf.py:270 pretix/base/pdf.py:276 -#: pretix/control/forms/orders.py:229 +#: pretix/base/pdf.py:275 pretix/base/pdf.py:281 +#: pretix/control/forms/orders.py:233 #, fuzzy #| msgid "Event admission" msgid "General admission" msgstr "Είσοδος εκδήλωσης" -#: pretix/base/pdf.py:273 +#: pretix/base/pdf.py:278 #, fuzzy #| msgid "Team name" msgid "Seat: zone" msgstr "Όνομα ομάδας" -#: pretix/base/pdf.py:274 +#: pretix/base/pdf.py:279 msgid "Ground floor" msgstr "" -#: pretix/base/pdf.py:279 +#: pretix/base/pdf.py:284 msgid "Seat: row" msgstr "" -#: pretix/base/pdf.py:284 +#: pretix/base/pdf.py:289 #, fuzzy #| msgid "Street and Number" msgid "Seat: seat number" msgstr "Οδός και Αριθμός" -#: pretix/base/pdf.py:320 +#: pretix/base/pdf.py:325 #, python-brace-format msgid "Question: {question}" msgstr "Ερώτηση: {question}" -#: pretix/base/pdf.py:321 +#: pretix/base/pdf.py:326 #, python-brace-format msgid "" msgstr "<Απάντηση: {question}>" -#: pretix/base/pdf.py:343 pretix/base/pdf.py:350 -#: pretix/plugins/badges/exporters.py:238 -#: pretix/plugins/checkinlists/exporters.py:62 -#: pretix/plugins/checkinlists/exporters.py:335 +#: pretix/base/pdf.py:348 pretix/base/pdf.py:355 +#: pretix/plugins/badges/exporters.py:246 +#: pretix/plugins/checkinlists/exporters.py:77 +#: pretix/plugins/checkinlists/exporters.py:394 #: pretix/plugins/ticketoutputpdf/exporters.py:42 #, python-brace-format msgid "Attendee name: {part}" msgstr "Όνομα συμμετέχοντα: {part}" -#: pretix/base/pdf.py:360 +#: pretix/base/pdf.py:365 #, python-brace-format msgid "Invoice address name: {part}" msgstr "Διεύθυνση τιμολογίου: {part}" -#: pretix/base/pdf.py:522 pretix/plugins/ticketoutputpdf/ticketoutput.py:78 +#: pretix/base/pdf.py:527 pretix/plugins/ticketoutputpdf/ticketoutput.py:78 msgid "Ticket" msgstr "Εισιτήριο" @@ -4613,7 +4630,7 @@ msgstr "" "Δεν ήταν δυνατό να ολοκληρώσουμε την επεξεργασία του αιτηματός σας, καθώς ο " "διακομιστής ήταν πολύ απασχολημένος. Παρακαλώ προσπαθησε ξανα." -#: pretix/base/services/cart.py:54 pretix/presale/views/cart.py:174 +#: pretix/base/services/cart.py:54 pretix/presale/views/cart.py:176 msgid "You did not select any products." msgstr "Δεν επιλέξατε προϊόντα." @@ -4923,7 +4940,7 @@ msgctxt "invoice" msgid "Attendee: {name}" msgstr "Συμμετέχων: {name}" -#: pretix/base/services/invoices.py:170 pretix/plugins/reports/exporters.py:215 +#: pretix/base/services/invoices.py:170 pretix/plugins/reports/exporters.py:218 msgctxt "subevent" msgid "Date: {}" msgstr "Ημερομηνία: {}" @@ -5129,7 +5146,7 @@ msgstr "" "καλάθι σας έχει ήδη χρησιμοποιηθεί στο μέγιστο αριθμό φορών που επιτρέπεται. " "Καταργήσαμε αυτό το στοιχείο από το καλάθι σας." -#: pretix/base/services/orders.py:153 pretix/control/forms/orders.py:68 +#: pretix/base/services/orders.py:153 pretix/control/forms/orders.py:69 msgid "The new expiry date needs to be in the future." msgstr "Η νέα ημερομηνία λήξης πρέπει να είναι στο μέλλον." @@ -5164,7 +5181,7 @@ msgid "" "order has already been redeemed." msgstr "" -#: pretix/base/services/orders.py:391 pretix/control/forms/orders.py:132 +#: pretix/base/services/orders.py:391 pretix/control/forms/orders.py:136 msgid "" "The cancellation fee cannot be higher than the payment credit of this order." msgstr "" @@ -5304,14 +5321,14 @@ msgstr "" "εσάς. Επικοινωνήστε με τον διοργανωτή εκδηλώσεων για περισσότερες " "πληροφορίες." -#: pretix/base/services/seating.py:35 pretix/base/services/seating.py:90 +#: pretix/base/services/seating.py:35 pretix/base/services/seating.py:94 #, python-format msgid "" "You can not change the plan since seat \"%s\" is not present in the new plan " "and is already sold." msgstr "" -#: pretix/base/services/seating.py:93 +#: pretix/base/services/seating.py:97 #, python-format msgid "" "You can not change the plan since seat \"%s\" is not present in the new plan " @@ -5953,7 +5970,7 @@ msgstr "" msgid "Available languages" msgstr "Διαθέσιμες γλώσσες" -#: pretix/base/settings.py:707 pretix/control/forms/event.py:96 +#: pretix/base/settings.py:707 pretix/control/forms/event.py:91 msgid "Default language" msgstr "Προεπιλεγμένη γλώσσα" @@ -5996,7 +6013,7 @@ msgstr "" msgid "Hide all products that are sold out" msgstr "" -#: pretix/base/settings.py:757 pretix/control/forms/event.py:1177 +#: pretix/base/settings.py:757 pretix/control/forms/event.py:1176 msgid "Publicly show how many tickets of a certain type are still available." msgstr "" "Δηλώστε δημόσια πόσα εισιτήρια συγκεκριμένου τύπου είναι ακόμα διαθέσιμα." @@ -6014,7 +6031,7 @@ msgstr "Εμφάνιση παραλλαγών ενός προϊόντος που msgid "Enable waiting list" msgstr "Ενεργοποίηση λίστας αναμονής" -#: pretix/base/settings.py:785 pretix/control/forms/event.py:1182 +#: pretix/base/settings.py:785 pretix/control/forms/event.py:1181 msgid "" "Once a ticket is sold out, people can add themselves to a waiting list. As " "soon as a ticket becomes available again, it will be reserved for the first " @@ -6125,7 +6142,7 @@ msgid "" msgstr "" #: pretix/base/settings.py:888 pretix/base/settings.py:896 -#: pretix/control/forms/organizer.py:292 +#: pretix/control/forms/organizer.py:293 #: pretix/presale/templates/pretixpresale/organizers/calendar.html:25 #: pretix/presale/templates/pretixpresale/organizers/calendar_week.html:25 #: pretix/presale/templates/pretixpresale/organizers/index.html:34 @@ -6133,20 +6150,20 @@ msgid "List" msgstr "Λίστα" #: pretix/base/settings.py:889 pretix/base/settings.py:897 -#: pretix/control/forms/organizer.py:293 +#: pretix/control/forms/organizer.py:294 #, fuzzy #| msgid "Calendar" msgid "Week calendar" msgstr "Ημερολόγιο" #: pretix/base/settings.py:890 pretix/base/settings.py:898 -#: pretix/control/forms/organizer.py:294 +#: pretix/control/forms/organizer.py:295 #, fuzzy #| msgid "Calendar" msgid "Month calendar" msgstr "Ημερολόγιο" -#: pretix/base/settings.py:894 pretix/control/forms/organizer.py:290 +#: pretix/base/settings.py:894 pretix/control/forms/organizer.py:291 msgid "Default overview style" msgstr "Στυλ προκαθορισμένης επισκόπησης" @@ -6188,7 +6205,7 @@ msgstr "" "πληρωμής. Διαφορετικά, θα δημιουργηθεί μη αυτόματη επιστροφή χρημάτων για να " "επεξεργαστείτε με μη αυτόματο τρόπο." -#: pretix/base/settings.py:952 pretix/control/forms/orders.py:586 +#: pretix/base/settings.py:952 pretix/control/forms/orders.py:590 msgid "Keep a fixed cancellation fee" msgstr "Διατηρήστε ένα σταθερό τέλος ακύρωσης" @@ -6196,7 +6213,7 @@ msgstr "Διατηρήστε ένα σταθερό τέλος ακύρωσης" msgid "Keep payment, shipping and service fees" msgstr "Διατηρείτε τα τέλη πληρωμής, αποστολής και παροχής υπηρεσιών" -#: pretix/base/settings.py:973 pretix/control/forms/orders.py:591 +#: pretix/base/settings.py:973 pretix/control/forms/orders.py:595 msgid "Keep a percentual cancellation fee" msgstr "Διατηρήστε μια ποσοστιαία αμοιβή ακύρωσης" @@ -6258,21 +6275,21 @@ msgstr "Πιστωτική κάρτα" msgid "Refund method" msgstr "Επιστροφή χρημάτων παραγγελίας" -#: pretix/base/settings.py:1051 pretix/control/forms/event.py:1205 +#: pretix/base/settings.py:1051 pretix/control/forms/event.py:1204 msgid "Contact address" msgstr "Διεύθυνση Επικοινωνίας" -#: pretix/base/settings.py:1052 pretix/control/forms/event.py:1207 +#: pretix/base/settings.py:1052 pretix/control/forms/event.py:1206 msgid "We'll show this publicly to allow attendees to contact you." msgstr "" "Θα το δείξουμε δημοσίως για να επιτρέψουμε στους συμμετέχοντες να " "επικοινωνήσουν μαζί σας." -#: pretix/base/settings.py:1060 pretix/control/forms/event.py:1199 +#: pretix/base/settings.py:1060 pretix/control/forms/event.py:1198 msgid "Imprint URL" msgstr "Διεύθυνση URL αποτύπωσης" -#: pretix/base/settings.py:1061 pretix/control/forms/event.py:1200 +#: pretix/base/settings.py:1061 pretix/control/forms/event.py:1199 msgid "" "This should point e.g. to a part of your website that has your contact " "details and legal information." @@ -6906,96 +6923,96 @@ msgctxt "subevent" msgid "Date ordering" msgstr "Ημερομηνία παραγγελίας" -#: pretix/base/settings.py:1657 +#: pretix/base/settings.py:1665 msgid "Most common English titles" msgstr "" -#: pretix/base/settings.py:1667 +#: pretix/base/settings.py:1675 msgid "Most common German titles" msgstr "" -#: pretix/base/settings.py:1676 pretix/base/settings.py:1689 -#: pretix/base/settings.py:1705 pretix/base/settings.py:1755 -#: pretix/base/settings.py:1768 pretix/base/settings.py:1782 +#: pretix/base/settings.py:1684 pretix/base/settings.py:1697 +#: pretix/base/settings.py:1713 pretix/base/settings.py:1763 +#: pretix/base/settings.py:1776 pretix/base/settings.py:1790 msgid "Given name" msgstr "'Ονομα" -#: pretix/base/settings.py:1677 pretix/base/settings.py:1690 -#: pretix/base/settings.py:1706 pretix/base/settings.py:1722 -#: pretix/base/settings.py:1739 pretix/base/settings.py:1754 -#: pretix/base/settings.py:1769 pretix/base/settings.py:1783 +#: pretix/base/settings.py:1685 pretix/base/settings.py:1698 +#: pretix/base/settings.py:1714 pretix/base/settings.py:1730 +#: pretix/base/settings.py:1747 pretix/base/settings.py:1762 +#: pretix/base/settings.py:1777 pretix/base/settings.py:1791 msgid "Family name" msgstr "Επώνυμο" -#: pretix/base/settings.py:1681 pretix/base/settings.py:1697 -#: pretix/base/settings.py:1713 pretix/base/settings.py:1728 -#: pretix/base/settings.py:1746 pretix/base/settings.py:1761 -#: pretix/base/settings.py:1791 pretix/base/settings.py:1814 +#: pretix/base/settings.py:1689 pretix/base/settings.py:1705 +#: pretix/base/settings.py:1721 pretix/base/settings.py:1736 +#: pretix/base/settings.py:1754 pretix/base/settings.py:1769 +#: pretix/base/settings.py:1799 pretix/base/settings.py:1822 msgctxt "person_name_sample" msgid "John" msgstr "Γιάννης" -#: pretix/base/settings.py:1682 pretix/base/settings.py:1698 -#: pretix/base/settings.py:1714 pretix/base/settings.py:1730 -#: pretix/base/settings.py:1748 pretix/base/settings.py:1762 -#: pretix/base/settings.py:1792 +#: pretix/base/settings.py:1690 pretix/base/settings.py:1706 +#: pretix/base/settings.py:1722 pretix/base/settings.py:1738 +#: pretix/base/settings.py:1756 pretix/base/settings.py:1770 +#: pretix/base/settings.py:1800 msgctxt "person_name_sample" msgid "Doe" msgstr "Ντόης" -#: pretix/base/settings.py:1688 pretix/base/settings.py:1704 -#: pretix/base/settings.py:1736 +#: pretix/base/settings.py:1696 pretix/base/settings.py:1712 +#: pretix/base/settings.py:1744 msgctxt "person_name" msgid "Title" msgstr "Τίτλος" -#: pretix/base/settings.py:1696 pretix/base/settings.py:1712 -#: pretix/base/settings.py:1745 +#: pretix/base/settings.py:1704 pretix/base/settings.py:1720 +#: pretix/base/settings.py:1753 msgctxt "person_name_sample" msgid "Dr" msgstr "Dr" -#: pretix/base/settings.py:1720 pretix/base/settings.py:1737 +#: pretix/base/settings.py:1728 pretix/base/settings.py:1745 msgid "First name" msgstr "Όνομα" -#: pretix/base/settings.py:1721 pretix/base/settings.py:1738 +#: pretix/base/settings.py:1729 pretix/base/settings.py:1746 msgid "Middle name" msgstr "Μεσαίο όνομα" -#: pretix/base/settings.py:1802 pretix/base/settings.py:1813 +#: pretix/base/settings.py:1810 pretix/base/settings.py:1821 msgctxt "person_name_sample" msgid "John Doe" msgstr "John Doe" -#: pretix/base/settings.py:1808 +#: pretix/base/settings.py:1816 msgid "Calling name" msgstr "Υποκοριστικό" -#: pretix/base/settings.py:1821 +#: pretix/base/settings.py:1829 msgid "Latin transcription" msgstr "Μεταγραφή με λατινικούς χαρακτήρες" -#: pretix/base/settings.py:1924 pretix/control/forms/event.py:176 +#: pretix/base/settings.py:1932 pretix/control/forms/event.py:172 msgid "" "Your default locale must also be enabled for your event (see box above)." msgstr "" "Η προεπιλεγμένη σας τοπική ρύθμιση πρέπει επίσης να είναι ενεργοποιημένη για " "την εκδήλωσή σας (δείτε το πλαίσιο παραπάνω)." -#: pretix/base/settings.py:1928 +#: pretix/base/settings.py:1936 msgid "" "You cannot require specifying attendee names if you do not ask for them." msgstr "" "Δεν μπορείτε να απαιτήσετε να διευκρινίσετε τα ονόματα των συμμετεχόντων εάν " "δεν τα ζητήσετε." -#: pretix/base/settings.py:1932 +#: pretix/base/settings.py:1940 msgid "You have to ask for attendee emails if you want to make them required." msgstr "" "Πρέπει να ζητήσετε emails για τους συμμετέχοντες, αν θέλετε να τα απαιτήσετε." -#: pretix/base/settings.py:1936 +#: pretix/base/settings.py:1944 #, fuzzy #| msgid "" #| "You have to ask for attendee emails if you want to make them required." @@ -7004,13 +7021,13 @@ msgid "" msgstr "" "Πρέπει να ζητήσετε emails για τους συμμετέχοντες, αν θέλετε να τα απαιτήσετε." -#: pretix/base/settings.py:1940 +#: pretix/base/settings.py:1948 #, fuzzy #| msgid "This will require users to enter a company name." msgid "You have to require invoice addresses to require for company names." msgstr "Αυτό θα απαιτήσει από τους χρήστες να εισάγουν ένα όνομα εταιρείας." -#: pretix/base/settings.py:1947 +#: pretix/base/settings.py:1955 msgid "The last payment date cannot be before the end of presale." msgstr "" "Η τελευταία ημερομηνία πληρωμής δεν μπορεί να είναι πριν από το τέλος της " @@ -7433,16 +7450,22 @@ msgstr "Παρουσιάστηκε μη αναμενόμενο σφάλμα, δ msgid "The task has been completed." msgstr "Η εργασία έχει ολοκληρωθεί." -#: pretix/control/forms/__init__.py:112 +#: pretix/control/forms/__init__.py:115 +#, fuzzy, python-brace-format +#| msgid "Please only upload PDF files." +msgid "Please do not upload files larger than {size}!" +msgstr "Παρακαλώ ανεβάστε μόνο αρχεία PDF." + +#: pretix/control/forms/__init__.py:136 msgid "Filetype not allowed!" msgstr "Δεν επιτρέπεται ο τύπος αρχείου!" #: pretix/control/forms/checkin.py:38 pretix/control/forms/filter.py:244 -#: pretix/control/forms/filter.py:271 pretix/control/forms/filter.py:979 -#: pretix/control/forms/filter.py:999 pretix/control/forms/filter.py:1091 -#: pretix/control/forms/filter.py:1107 pretix/control/forms/filter.py:1168 -#: pretix/control/forms/filter.py:1203 pretix/control/forms/orders.py:544 -#: pretix/control/forms/orders.py:699 +#: pretix/control/forms/filter.py:271 pretix/control/forms/filter.py:1031 +#: pretix/control/forms/filter.py:1051 pretix/control/forms/filter.py:1143 +#: pretix/control/forms/filter.py:1159 pretix/control/forms/filter.py:1220 +#: pretix/control/forms/filter.py:1255 pretix/control/forms/orders.py:548 +#: pretix/control/forms/orders.py:703 #: pretix/control/templates/pretixcontrol/event/fragment_subevent_choice_simple.html:5 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:47 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:109 @@ -7451,7 +7474,7 @@ msgctxt "subevent" msgid "All dates" msgstr "Όλες οι ημερομηνίες" -#: pretix/control/forms/event.py:44 pretix/control/forms/organizer.py:310 +#: pretix/control/forms/event.py:44 pretix/control/forms/organizer.py:311 msgid "Use languages" msgstr "Χρήση γλωσσών" @@ -7465,40 +7488,22 @@ msgstr "" msgid "This is an event series" msgstr "Αυτή είναι μια σειρά συμβάντων" -#: pretix/control/forms/event.py:50 -msgid "" -"Only recommended for advanced users. If this feature is enabled, this will " -"not only be a single event but a series of very similar events that are " -"handled within a single shop. The single events inside the series can only " -"differ in date, time, location, prices and quotas, but not in other " -"settings, and buying tickets across multiple of these events at the same " -"time is possible. You cannot change this setting for this event later." -msgstr "" -"Συνιστάται μόνο για προχωρημένους χρήστες. Αν αυτή η λειτουργία είναι " -"ενεργοποιημένη, δεν πρόκειται μόνο για ένα μόνο γεγονός, αλλά για μια σειρά " -"πολύ παρόμοιων συμβάντων που αντιμετωπίζονται σε ένα μόνο κατάστημα. Τα " -"μεμονωμένα γεγονότα εντός της σειράς μπορούν να διαφέρουν μόνο ως προς την " -"ημερομηνία, την ώρα, την τοποθεσία, τις τιμές και τις ποσοστώσεις, αλλά όχι " -"σε άλλες ρυθμίσεις και είναι δυνατή η αγορά εισιτηρίων σε πολλαπλά από αυτά " -"τα γεγονότα. Δεν μπορείτε να αλλάξετε αυτήν τη ρύθμιση για αυτό το συμβάν " -"αργότερα." - -#: pretix/control/forms/event.py:88 +#: pretix/control/forms/event.py:83 msgid "" "You already used this slug for a different event. Please choose a new one." msgstr "" "Έχετε ήδη χρησιμοποιήσει αυτό το slug για ένα διαφορετικό συμβάν. Επιλέξτε " "ένα νέο." -#: pretix/control/forms/event.py:92 pretix/control/forms/event.py:394 +#: pretix/control/forms/event.py:87 pretix/control/forms/event.py:390 msgid "Event timezone" msgstr "Χρονική ζώνη γεγονότος" -#: pretix/control/forms/event.py:99 +#: pretix/control/forms/event.py:94 msgid "Sales tax rate" msgstr "Ποσοστό φόρου επί των πωλήσεων" -#: pretix/control/forms/event.py:100 +#: pretix/control/forms/event.py:95 msgid "" "Do you need to pay sales tax on your tickets? In this case, please enter the " "applicable tax rate here in percent. If you have a more complicated tax " @@ -7509,67 +7514,67 @@ msgstr "" "έχετε μια πιο περίπλοκη φορολογική κατάσταση, μπορείτε να προσθέσετε " "περισσότερους φορολογικούς συντελεστές και λεπτομερή ρύθμιση αργότερα." -#: pretix/control/forms/event.py:107 +#: pretix/control/forms/event.py:102 msgid "Grant access to team" msgstr "" -#: pretix/control/forms/event.py:108 +#: pretix/control/forms/event.py:103 msgid "" "You are allowed to create events under this organizer, however you do not " "have permission to edit all events under this organizer. Please select one " "of your existing teams that will be granted access to this event." msgstr "" -#: pretix/control/forms/event.py:113 +#: pretix/control/forms/event.py:108 msgid "Create a new team for this event with me as the only member" msgstr "" -#: pretix/control/forms/event.py:156 pretix/control/forms/event.py:309 +#: pretix/control/forms/event.py:151 pretix/control/forms/event.py:305 msgid "" "Sample Conference Center\n" "Heidelberg, Germany" msgstr "Δείγμα Συνεδριακού Κέντρου - Χαϊδελβέργη, Γερμανία" -#: pretix/control/forms/event.py:180 +#: pretix/control/forms/event.py:176 msgid "Your default locale must be specified." msgstr "Πρέπει να οριστεί η προεπιλεγμένη τοπική σας ρύθμιση." -#: pretix/control/forms/event.py:254 +#: pretix/control/forms/event.py:250 msgid "Copy configuration from" msgstr "Αντιγραφή διαμόρφωσης από" -#: pretix/control/forms/event.py:260 pretix/control/forms/event.py:263 +#: pretix/control/forms/event.py:256 pretix/control/forms/event.py:259 #: pretix/control/forms/item.py:250 msgid "Do not copy" msgstr "Μην αντιγράφετε" -#: pretix/control/forms/event.py:314 pretix/control/forms/organizer.py:87 +#: pretix/control/forms/event.py:310 pretix/control/forms/organizer.py:87 msgid "Custom domain" msgstr "Προσαρμοσμένος domain (Custom domain)" -#: pretix/control/forms/event.py:316 pretix/control/forms/organizer.py:89 +#: pretix/control/forms/event.py:312 pretix/control/forms/organizer.py:89 msgid "You need to configure the custom domain in the webserver beforehand." msgstr "" "Πρέπει να διαμορφώσετε εκ των προτέρων τον προσαρμοσμένο τομέα στο " "διακομιστή ιστού." -#: pretix/control/forms/event.py:324 pretix/control/forms/organizer.py:97 +#: pretix/control/forms/event.py:320 pretix/control/forms/organizer.py:97 msgid "You cannot choose the base domain of this installation." msgstr "" "Δεν μπορείτε να επιλέξετε τον τομέα βάσης (base domain) αυτής της " "εγκατάστασης." -#: pretix/control/forms/event.py:328 pretix/control/forms/organizer.py:102 +#: pretix/control/forms/event.py:324 pretix/control/forms/organizer.py:102 #, fuzzy #| msgid "This domain is already in use for a different organizer." msgid "This domain is already in use for a different event or organizer." msgstr "Αυτός ο τομέας χρησιμοποιείται ήδη για έναν διαφορετικό διοργανωτή." -#: pretix/control/forms/event.py:397 +#: pretix/control/forms/event.py:393 msgid "Name format" msgstr "Μορφή ονόματος" -#: pretix/control/forms/event.py:398 +#: pretix/control/forms/event.py:394 msgid "" "This defines how pretix will ask for human names. Changing this after you " "already received orders might lead to unexpected behavior when sorting or " @@ -7579,23 +7584,23 @@ msgstr "" "ονόματα. Η αλλαγή αυτού μετά την παραλαβή παραγγελιών μπορεί να οδηγήσει σε " "απροσδόκητη συμπεριφορά κατά την ταξινόμηση ή την αλλαγή ονομάτων." -#: pretix/control/forms/event.py:403 +#: pretix/control/forms/event.py:399 msgid "Allowed titles" msgstr "" -#: pretix/control/forms/event.py:404 +#: pretix/control/forms/event.py:400 msgid "" "If the naming scheme you defined above allows users to input a title, you " "can use this to restrict the set of selectable titles." msgstr "" -#: pretix/control/forms/event.py:409 pretix/control/forms/organizer.py:276 +#: pretix/control/forms/event.py:405 pretix/control/forms/organizer.py:276 #, fuzzy #| msgid "Sender name" msgid "Header image" msgstr "Ονομα αποστολέα" -#: pretix/control/forms/event.py:412 +#: pretix/control/forms/event.py:409 #, fuzzy #| msgid "" #| "If you provide a logo image, we will by default not show your events name " @@ -7612,29 +7617,29 @@ msgstr "" "και η ημερομηνία των συμβάντων στην κεφαλίδα της σελίδας. Θα εμφανιστεί το " "λογότυπό σας με μέγιστο ύψος 120 pixel." -#: pretix/control/forms/event.py:418 pretix/control/forms/organizer.py:285 +#: pretix/control/forms/event.py:415 pretix/control/forms/organizer.py:286 msgid "Use header image in its full size" msgstr "" -#: pretix/control/forms/event.py:419 pretix/control/forms/organizer.py:286 +#: pretix/control/forms/event.py:416 pretix/control/forms/organizer.py:287 msgid "We recommend to upload a picture at least 1170 pixels wide." msgstr "" -#: pretix/control/forms/event.py:423 +#: pretix/control/forms/event.py:420 msgid "Show event title even if a header image is present" msgstr "" -#: pretix/control/forms/event.py:424 +#: pretix/control/forms/event.py:421 #, fuzzy #| msgid "This question will only show up in the backend." msgid "The title will only be shown on the event front page." msgstr "Αυτή η ερώτηση θα εμφανιστεί μόνο στο backend." -#: pretix/control/forms/event.py:428 +#: pretix/control/forms/event.py:425 msgid "Social media image" msgstr "" -#: pretix/control/forms/event.py:431 +#: pretix/control/forms/event.py:429 msgid "" "This picture will be used as a preview if you post links to your ticket shop " "on social media. Facebook advises to use a picture size of 1200 x 630 " @@ -7643,51 +7648,51 @@ msgid "" "square is shown. If you do not fill this, we will use the logo given above." msgstr "" -#: pretix/control/forms/event.py:437 pretix/control/forms/organizer.py:226 +#: pretix/control/forms/event.py:435 pretix/control/forms/organizer.py:226 msgid "Primary color" msgstr "Βασικό χρώμα" -#: pretix/control/forms/event.py:441 pretix/control/forms/event.py:451 -#: pretix/control/forms/event.py:461 pretix/control/forms/event.py:470 +#: pretix/control/forms/event.py:439 pretix/control/forms/event.py:449 +#: pretix/control/forms/event.py:459 pretix/control/forms/event.py:468 #: pretix/control/forms/organizer.py:230 pretix/control/forms/organizer.py:240 #: pretix/control/forms/organizer.py:250 pretix/control/forms/organizer.py:260 msgid "Please enter the hexadecimal code of a color, e.g. #990000." msgstr "Παρακαλώ εισάγετε τον δεκαεξαδικό κώδικα ενός χρώματος, π.χ. # 990000." -#: pretix/control/forms/event.py:446 pretix/control/forms/organizer.py:235 +#: pretix/control/forms/event.py:444 pretix/control/forms/organizer.py:235 msgid "Accent color for success" msgstr "Χρώμα για επιτυχία" -#: pretix/control/forms/event.py:447 pretix/control/forms/organizer.py:236 +#: pretix/control/forms/event.py:445 pretix/control/forms/organizer.py:236 msgid "We strongly suggest to use a shade of green." msgstr "Συνιστούμε να χρησιμοποιήσετε μια πράσινη απόχρωση." -#: pretix/control/forms/event.py:456 pretix/control/forms/organizer.py:245 +#: pretix/control/forms/event.py:454 pretix/control/forms/organizer.py:245 msgid "Accent color for errors" msgstr "Χρώμα για σφάλματα" -#: pretix/control/forms/event.py:457 +#: pretix/control/forms/event.py:455 msgid "We strongly suggest to use a dark shade of red." msgstr "Συνιστούμε να χρησιμοποιήσετε μια σκούρα σκιά κόκκινου χρώματος." -#: pretix/control/forms/event.py:466 pretix/control/forms/organizer.py:256 +#: pretix/control/forms/event.py:464 pretix/control/forms/organizer.py:256 msgid "Page background color" msgstr "" -#: pretix/control/forms/event.py:476 pretix/control/forms/organizer.py:266 +#: pretix/control/forms/event.py:474 pretix/control/forms/organizer.py:266 msgid "Use round edges" msgstr "" -#: pretix/control/forms/event.py:480 pretix/control/forms/organizer.py:315 +#: pretix/control/forms/event.py:478 pretix/control/forms/organizer.py:316 #: pretix/control/templates/pretixcontrol/pdf/index.html:305 msgid "Font" msgstr "Γραμματοσειρά" -#: pretix/control/forms/event.py:485 pretix/control/forms/organizer.py:320 +#: pretix/control/forms/event.py:483 pretix/control/forms/organizer.py:321 msgid "Only respected by modern browsers." msgstr "Συμαβτό μόνο από τα σύγχρονα προγράμματα περιήγησης." -#: pretix/control/forms/event.py:542 +#: pretix/control/forms/event.py:540 msgid "" "e.g. I hereby confirm that I have read and agree with the event organizer's " "terms of service and agree with them." @@ -7695,28 +7700,28 @@ msgstr "" "π.χ. Επιβεβαιώνω ότι έχω διαβάσει και συμφωνώ με τους όρους υπηρεσίας του " "διοργανωτή της εκδήλωσης και συμφωνώ μαζί τους." -#: pretix/control/forms/event.py:546 +#: pretix/control/forms/event.py:544 #, python-brace-format msgid "Ask for {fields}, display like {example}" msgstr "Ζητήστε {fields}, εμφάνιση όπως {example}" -#: pretix/control/forms/event.py:552 +#: pretix/control/forms/event.py:550 #, fuzzy #| msgid "Free price input" msgid "Free text input" msgstr "Είσοδος ελεύθερη τιμής" -#: pretix/control/forms/event.py:586 +#: pretix/control/forms/event.py:584 msgid "" "You have configured gift cards to be valid {} years plus the year the gift " "card is issued in." msgstr "" -#: pretix/control/forms/event.py:601 +#: pretix/control/forms/event.py:599 msgid "Tax rule for payment fees" msgstr "Φορολογικός κανόνας για τέλη πληρωμής" -#: pretix/control/forms/event.py:603 +#: pretix/control/forms/event.py:601 msgid "" "The tax rule that applies for additional fees you configured for single " "payment methods. This will set the tax rate and reverse charge rules, other " @@ -7727,11 +7732,11 @@ msgstr "" "φορολογικού συντελεστή και οι κανόνες αντιστροφής της επιβάρυνσης, " "αγνοούνται άλλες ρυθμίσεις του φορολογικού κανόνα." -#: pretix/control/forms/event.py:695 +#: pretix/control/forms/event.py:693 msgid "Generate invoices for Sales channels" msgstr "Δημιουργήστε τιμολόγια για τα κανάλια πωλήσεων" -#: pretix/control/forms/event.py:698 +#: pretix/control/forms/event.py:696 msgid "" "If you have enabled invoice generation in the previous setting, you can " "limit it here to specific sales channels." @@ -7739,67 +7744,67 @@ msgstr "" "Εάν έχετε ενεργοποιήσει τη δημιουργία τιμολογίων στην προηγούμενη ρύθμιση, " "μπορείτε να την περιορίσετε εδώ σε συγκεκριμένα κανάλια πωλήσεων." -#: pretix/control/forms/event.py:702 +#: pretix/control/forms/event.py:700 msgid "Invoice style" msgstr "Στυλ τιμολογίου" -#: pretix/control/forms/event.py:708 +#: pretix/control/forms/event.py:706 msgid "Invoice language" msgstr "Γλώσσα τιμολογίου" -#: pretix/control/forms/event.py:709 pretix/control/forms/event.py:730 +#: pretix/control/forms/event.py:707 pretix/control/forms/event.py:729 msgid "The user's language" msgstr "Η γλώσσα του χρήστη" -#: pretix/control/forms/event.py:712 +#: pretix/control/forms/event.py:710 msgid "Logo image" msgstr "Εικόνα λογοτύπου" -#: pretix/control/forms/event.py:715 +#: pretix/control/forms/event.py:714 msgid "We will show your logo with a maximal height and width of 2.5 cm." msgstr "Θα δείξουμε το λογότυπό σας με μέγιστο ύψος και πλάτος 2,5 cm." -#: pretix/control/forms/event.py:759 +#: pretix/control/forms/event.py:758 msgid "Bcc address" msgstr "Διεύθυνση Bcc" -#: pretix/control/forms/event.py:760 +#: pretix/control/forms/event.py:759 msgid "All emails will be sent to this address as a Bcc copy" msgstr "" "Όλα τα μηνύματα ηλεκτρονικού ταχυδρομείου θα σταλούν σε αυτήν τη διεύθυνση " "ως αντίγραφο Bcc" -#: pretix/control/forms/event.py:766 +#: pretix/control/forms/event.py:765 msgid "Signature" msgstr "Υπογραφή" -#: pretix/control/forms/event.py:769 +#: pretix/control/forms/event.py:768 #, python-brace-format msgid "This will be attached to every email. Available placeholders: {event}" msgstr "" "Αυτό θα επισυνάπτεται σε κάθε μήνυμα ηλεκτρονικού ταχυδρομείου. Διαθέσιμες " "επιλογές κράτησης θέσης: {event}" -#: pretix/control/forms/event.py:774 +#: pretix/control/forms/event.py:773 msgid "e.g. your contact details" msgstr "π.χ. τα στοιχεία επικοινωνίας σας" -#: pretix/control/forms/event.py:779 +#: pretix/control/forms/event.py:778 msgid "HTML mail renderer" msgstr "Εκδότης αλληλογραφίας HTML (HTML mail renderer)" -#: pretix/control/forms/event.py:784 pretix/control/forms/event.py:801 -#: pretix/control/forms/event.py:818 pretix/control/forms/event.py:877 +#: pretix/control/forms/event.py:783 pretix/control/forms/event.py:800 +#: pretix/control/forms/event.py:817 pretix/control/forms/event.py:876 msgid "Text sent to order contact address" msgstr "Το κείμενο στέλνεται στη διεύθυνση επικοινωνίας παραγγελίας" -#: pretix/control/forms/event.py:789 pretix/control/forms/event.py:806 -#: pretix/control/forms/event.py:823 pretix/control/forms/event.py:882 +#: pretix/control/forms/event.py:788 pretix/control/forms/event.py:805 +#: pretix/control/forms/event.py:822 pretix/control/forms/event.py:881 msgid "Send an email to attendees" msgstr "Στείλτε ένα μήνυμα ηλεκτρονικού ταχυδρομείου στους συμμετέχοντες" -#: pretix/control/forms/event.py:790 pretix/control/forms/event.py:807 -#: pretix/control/forms/event.py:824 pretix/control/forms/event.py:883 +#: pretix/control/forms/event.py:789 pretix/control/forms/event.py:806 +#: pretix/control/forms/event.py:823 pretix/control/forms/event.py:882 msgid "" "If the order contains attendees with email addresses different from the " "person who orders the tickets, the following email will be sent out to the " @@ -7809,32 +7814,32 @@ msgstr "" "ταχυδρομείου διαφορετικές από εκείνες που παραγγέλλουν τα εισιτήρια, θα " "αποσταλεί το ακόλουθο μήνυμα ηλεκτρονικού ταχυδρομείου στους συμμετέχοντες." -#: pretix/control/forms/event.py:795 pretix/control/forms/event.py:812 -#: pretix/control/forms/event.py:829 pretix/control/forms/event.py:888 +#: pretix/control/forms/event.py:794 pretix/control/forms/event.py:811 +#: pretix/control/forms/event.py:828 pretix/control/forms/event.py:887 msgid "Text sent to attendees" msgstr "Το κείμενο αποστέλλεται στους συμμετέχοντες" -#: pretix/control/forms/event.py:835 pretix/control/forms/event.py:857 -#: pretix/control/forms/event.py:862 pretix/control/forms/event.py:867 -#: pretix/control/forms/event.py:872 +#: pretix/control/forms/event.py:834 pretix/control/forms/event.py:856 +#: pretix/control/forms/event.py:861 pretix/control/forms/event.py:866 +#: pretix/control/forms/event.py:871 #: pretix/control/templates/pretixcontrol/organizers/giftcard.html:99 #: pretix/control/templates/pretixcontrol/pdf/index.html:367 msgid "Text" msgstr "Κείμενο" -#: pretix/control/forms/event.py:840 +#: pretix/control/forms/event.py:839 msgid "Text (sent by admin)" msgstr "Κείμενο (αποστέλλεται από τον admin)" -#: pretix/control/forms/event.py:845 +#: pretix/control/forms/event.py:844 msgid "Text (requested by user)" msgstr "Κείμενο (ζητείται από το χρήστη)" -#: pretix/control/forms/event.py:850 pretix/control/forms/event.py:893 +#: pretix/control/forms/event.py:849 pretix/control/forms/event.py:892 msgid "Number of days" msgstr "Αριθμός ημερών" -#: pretix/control/forms/event.py:853 +#: pretix/control/forms/event.py:852 msgid "" "This email will be sent out this many days before the order expires. If the " "value is 0, the mail will never be sent." @@ -7842,7 +7847,7 @@ msgstr "" "Αυτό το μήνυμα ηλεκτρονικού ταχυδρομείου θα αποσταλεί πολλές ημέρες πριν τη " "λήξη της παραγγελίας. Εάν η τιμή είναι 0, το μήνυμα δεν θα αποσταλεί ποτέ." -#: pretix/control/forms/event.py:896 +#: pretix/control/forms/event.py:895 msgid "" "This email will be sent out this many days before the order event starts. If " "the field is empty, the mail will never be sent." @@ -7851,15 +7856,15 @@ msgstr "" "από την εκκίνηση του συμβάντος παραγγελίας. Αν το πεδίο είναι κενό, το " "μήνυμα δεν θα αποσταλεί ποτέ." -#: pretix/control/forms/event.py:900 +#: pretix/control/forms/event.py:899 msgid "Received order" msgstr "Παραλαβή παραγγελίας" -#: pretix/control/forms/event.py:905 +#: pretix/control/forms/event.py:904 msgid "Approved order" msgstr "Εγκεκριμένη παραγγελία" -#: pretix/control/forms/event.py:908 +#: pretix/control/forms/event.py:907 #, fuzzy #| msgid "" #| "This will only be sent out for non-free orders. Free orders will receive " @@ -7876,15 +7881,15 @@ msgstr "" "{total}, {currency}, {date}, {payment_info}, {url}, {invoice_name}, " "{invoice_company}" -#: pretix/control/forms/event.py:912 +#: pretix/control/forms/event.py:911 msgid "Denied order" msgstr "Η παραγγελία απορρίφθηκε" -#: pretix/control/forms/event.py:917 +#: pretix/control/forms/event.py:916 msgid "Use custom SMTP server" msgstr "Χρησιμοποιήστε προσαρμοσμένο διακομιστή SMTP(custom SMTP server)" -#: pretix/control/forms/event.py:918 +#: pretix/control/forms/event.py:917 msgid "" "All mail related to your event will be sent over the smtp server specified " "by you." @@ -7892,43 +7897,43 @@ msgstr "" "Όλα τα μηνύματα που σχετίζονται με το συμβάν σας θα αποστέλλονται μέσω του " "διακομιστή smtp που έχετε ορίσει." -#: pretix/control/forms/event.py:922 +#: pretix/control/forms/event.py:921 msgid "Hostname" msgstr "Hostname" -#: pretix/control/forms/event.py:927 +#: pretix/control/forms/event.py:926 msgid "Port" msgstr "Θύρα" -#: pretix/control/forms/event.py:932 +#: pretix/control/forms/event.py:931 msgid "Username" msgstr "Όνομα χρήστη" -#: pretix/control/forms/event.py:944 +#: pretix/control/forms/event.py:943 msgid "Use STARTTLS" msgstr "Χρήση του STARTTLS" -#: pretix/control/forms/event.py:945 +#: pretix/control/forms/event.py:944 msgid "Commonly enabled on port 587." msgstr "Συνήθως ενεργοποιημένο στη θύρα 587." -#: pretix/control/forms/event.py:949 +#: pretix/control/forms/event.py:948 msgid "Use SSL" msgstr "Χρήση SSL" -#: pretix/control/forms/event.py:950 +#: pretix/control/forms/event.py:949 msgid "Commonly enabled on port 465." msgstr "Συνήθως ενεργοποιημένο στη θύρα 465." -#: pretix/control/forms/event.py:979 pretix/control/forms/orders.py:465 -#: pretix/control/forms/orders.py:622 pretix/control/forms/vouchers.py:255 +#: pretix/control/forms/event.py:978 pretix/control/forms/orders.py:469 +#: pretix/control/forms/orders.py:626 pretix/control/forms/vouchers.py:255 #: pretix/plugins/sendmail/forms.py:49 #, fuzzy, python-brace-format #| msgid "Available placeholders: {event}, {url}" msgid "Available placeholders: {list}" msgstr "Διαθέσιμες διατάξεις κράτησης θέσης(placeholders): {event}, {url}" -#: pretix/control/forms/event.py:1014 +#: pretix/control/forms/event.py:1013 msgid "" "You can activate either SSL or STARTTLS security, but not both at the same " "time." @@ -7936,43 +7941,43 @@ msgstr "" "Μπορείτε να ενεργοποιήσετε την ασφάλεια SSL ή STARTTLS, αλλά όχι και τα δύο " "ταυτόχρονα." -#: pretix/control/forms/event.py:1063 +#: pretix/control/forms/event.py:1062 msgid "Any country" msgstr "Οποιαδήποτε χώρα" -#: pretix/control/forms/event.py:1064 +#: pretix/control/forms/event.py:1063 msgid "European Union" msgstr "Ευρωπαϊκή Ένωση" -#: pretix/control/forms/event.py:1076 +#: pretix/control/forms/event.py:1075 msgid "Any customer" msgstr "Κάθε πελάτης" -#: pretix/control/forms/event.py:1077 +#: pretix/control/forms/event.py:1076 msgid "Individual" msgstr "Άτομο" -#: pretix/control/forms/event.py:1078 +#: pretix/control/forms/event.py:1077 msgid "Business" msgstr "Επιχείρηση" -#: pretix/control/forms/event.py:1079 +#: pretix/control/forms/event.py:1078 msgid "Business with valid VAT ID" msgstr "Επιχειρήσεις με έγκυρο αναγνωριστικό ΦΠΑ" -#: pretix/control/forms/event.py:1085 +#: pretix/control/forms/event.py:1084 msgid "Charge VAT" msgstr "Χρέωση Φ.Π.Α" -#: pretix/control/forms/event.py:1087 +#: pretix/control/forms/event.py:1086 msgid "No VAT" msgstr "Όχι Φ.Π.Α" -#: pretix/control/forms/event.py:1116 +#: pretix/control/forms/event.py:1115 msgid "Pre-selected voucher" msgstr "Προεπιλεγμένο κουπόνι" -#: pretix/control/forms/event.py:1118 +#: pretix/control/forms/event.py:1117 msgid "" "If set, the widget will show products as if this voucher has been entered " "and when a product is bought via the widget, this voucher will be used. This " @@ -7984,11 +7989,11 @@ msgstr "" "χρησιμοποιηθεί αυτό το κουπόνι. Αυτό μπορεί για παράδειγμα να χρησιμοποιηθεί " "για την παροχή widgets που δίνουν εκπτώσεις ή ξεκλειδώνουν μυστικά προϊόντα." -#: pretix/control/forms/event.py:1123 +#: pretix/control/forms/event.py:1122 msgid "Compatibility mode" msgstr "Λειτουργία συμβατότητας" -#: pretix/control/forms/event.py:1125 +#: pretix/control/forms/event.py:1124 msgid "" "Our regular widget doesn't work in all website builders. If you run into " "trouble, try using this compatibility mode." @@ -7997,33 +8002,33 @@ msgstr "" "αντιμετωπίζετε πρόβλημα, δοκιμάστε να χρησιμοποιήσετε αυτήν τη λειτουργία " "συμβατότητας." -#: pretix/control/forms/event.py:1146 +#: pretix/control/forms/event.py:1145 msgid "The given voucher code does not exist." msgstr "Ο συγκεκριμένος κωδικός κουπονιού δεν υπάρχει." -#: pretix/control/forms/event.py:1153 pretix/control/forms/organizer.py:48 +#: pretix/control/forms/event.py:1152 pretix/control/forms/organizer.py:48 #: pretix/control/views/shredder.py:108 msgid "The slug you entered was not correct." msgstr "Το slug που εισάγατε δεν ήταν σωστό." -#: pretix/control/forms/event.py:1157 pretix/control/forms/organizer.py:52 +#: pretix/control/forms/event.py:1156 pretix/control/forms/organizer.py:52 msgid "Event slug" msgstr "Slug εκδηλώσεων" -#: pretix/control/forms/event.py:1188 +#: pretix/control/forms/event.py:1187 msgid "Ticket downloads" msgstr "Λήψη εισιτηρίων" -#: pretix/control/forms/event.py:1189 +#: pretix/control/forms/event.py:1188 msgid "Your customers will be able to download their tickets in PDF format." msgstr "" "Οι πελάτες σας θα μπορούν να κάνουν λήψη των εισιτηρίων τους σε μορφή PDF." -#: pretix/control/forms/event.py:1193 +#: pretix/control/forms/event.py:1192 msgid "Require all attendees to fill in their names" msgstr "Απαιτήστε από όλους τους συμμετέχοντες να συμπληρώσουν τα ονόματά τους" -#: pretix/control/forms/event.py:1194 +#: pretix/control/forms/event.py:1193 msgid "" "By default, we will ask for names but not require them. You can turn this " "off completely in the settings." @@ -8031,11 +8036,11 @@ msgstr "" "Από προεπιλογή, θα ζητήσουμε ονόματα αλλά δεν θα τα απαιτήσουμε. Μπορείτε να " "το απενεργοποιήσετε τελείως στις ρυθμίσεις." -#: pretix/control/forms/event.py:1220 +#: pretix/control/forms/event.py:1219 msgid "Payment via Stripe" msgstr "Πληρωμή μέσω Stripe" -#: pretix/control/forms/event.py:1221 +#: pretix/control/forms/event.py:1220 msgid "" "Stripe is an online payments processor supporting credit cards and lots of " "other payment options. To accept payments via Stripe, you will need to set " @@ -8048,11 +8053,11 @@ msgstr "" "τους, ο οποίος διαρκεί λιγότερο από πέντε λεπτά χρησιμοποιώντας την απλή " "διεπαφή τους." -#: pretix/control/forms/event.py:1227 +#: pretix/control/forms/event.py:1226 msgid "Payment by bank transfer" msgstr "Πληρωμή με τραπεζικό έμβασμα" -#: pretix/control/forms/event.py:1228 +#: pretix/control/forms/event.py:1227 msgid "" "Your customers will be instructed to wire the money to your account. You can " "then import your bank statements to process the payments within pretix, or " @@ -8063,16 +8068,16 @@ msgstr "" "διεκπεραιώσετε τις πληρωμές εντός του προνομίου ή να τις επισημάνετε ως " "πληρωμένες με μη αυτόματο τρόπο." -#: pretix/control/forms/event.py:1267 +#: pretix/control/forms/event.py:1266 #: pretix/control/templates/pretixcontrol/event/quick_setup.html:45 msgid "Price (optional)" msgstr "Τιμή (προαιρετικά)" -#: pretix/control/forms/event.py:1272 +#: pretix/control/forms/event.py:1271 msgid "Free" msgstr "Δωρεάν" -#: pretix/control/forms/event.py:1277 +#: pretix/control/forms/event.py:1276 msgid "Quantity available" msgstr "Διαθέσιμη ποσότητα" @@ -8093,7 +8098,7 @@ msgstr "Πληρωμή (ή ακύρωση με καταβληθείσα αμοι #: pretix/control/templates/pretixcontrol/items/question.html:21 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:8 #: pretix/control/templates/pretixcontrol/orders/overview.html:67 -#: pretix/plugins/reports/exporters.py:223 +#: pretix/plugins/reports/exporters.py:226 msgid "Pending" msgstr "Εκκρεμής" @@ -8107,13 +8112,13 @@ msgstr "Εν αναμονή (καθυστερημένη)" msgid "Pending or paid" msgstr "Εκκρεμεί ή είναι πληρωμένο" -#: pretix/control/forms/filter.py:111 pretix/control/forms/filter.py:541 -#: pretix/control/forms/filter.py:946 +#: pretix/control/forms/filter.py:111 pretix/control/forms/filter.py:593 +#: pretix/control/forms/filter.py:998 #: pretix/control/templates/pretixcontrol/items/question.html:24 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:17 #: pretix/control/templates/pretixcontrol/orders/overview.html:60 #: pretix/control/templates/pretixcontrol/organizers/giftcards.html:76 -#: pretix/plugins/reports/exporters.py:219 +#: pretix/plugins/reports/exporters.py:222 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:20 msgid "Expired" msgstr "έχει λήξει" @@ -8127,7 +8132,7 @@ msgstr "Εκκρεμεί ή έχει λήξει" #: pretix/control/templates/pretixcontrol/items/question.html:26 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:19 #: pretix/control/templates/pretixcontrol/orders/overview.html:59 -#: pretix/plugins/reports/exporters.py:219 +#: pretix/plugins/reports/exporters.py:222 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:22 msgid "Canceled" msgstr "Ακυρώθηκε" @@ -8154,8 +8159,8 @@ msgstr "Ανεπαρκώς αμειβόμενος (Underpaid)" msgid "Pending (but fully paid)" msgstr "Εκκρεμεί (αλλά πλήρως πληρωμένο)" -#: pretix/control/forms/filter.py:119 pretix/control/forms/filter.py:526 -#: pretix/control/forms/filter.py:529 +#: pretix/control/forms/filter.py:119 pretix/control/forms/filter.py:578 +#: pretix/control/forms/filter.py:581 #: pretix/control/templates/pretixcontrol/event/live.html:63 msgid "Test mode" msgstr "Δοκιμή λειτουργίας (Test mode)" @@ -8166,28 +8171,28 @@ msgstr "Δοκιμή λειτουργίας (Test mode)" msgid "Cancellation requested" msgstr "Έξοδα ακύρωσης" -#: pretix/control/forms/filter.py:278 pretix/control/forms/filter.py:796 -#: pretix/control/forms/filter.py:1006 pretix/control/forms/vouchers.py:112 +#: pretix/control/forms/filter.py:278 pretix/control/forms/filter.py:848 +#: pretix/control/forms/filter.py:1058 pretix/control/forms/vouchers.py:112 #: pretix/control/templates/pretixcontrol/items/question.html:29 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:99 msgid "All products" msgstr "Ολα τα προϊόντα" -#: pretix/control/forms/filter.py:282 pretix/control/forms/filter.py:1010 +#: pretix/control/forms/filter.py:282 pretix/control/forms/filter.py:1062 #: pretix/control/forms/vouchers.py:100 pretix/control/views/typeahead.py:514 #, python-brace-format msgid "{product} – Any variation" msgstr "{product} - Οποιαδήποτε παραλλαγή" #: pretix/control/forms/filter.py:341 pretix/control/forms/filter.py:346 -#: pretix/control/forms/filter.py:617 pretix/control/forms/filter.py:622 +#: pretix/control/forms/filter.py:669 pretix/control/forms/filter.py:674 msgid "All organizers" msgstr "Όλοι οι διοργανωτές" -#: pretix/control/forms/filter.py:381 pretix/control/forms/filter.py:528 -#: pretix/control/forms/filter.py:537 pretix/control/forms/filter.py:860 -#: pretix/control/forms/filter.py:869 pretix/control/forms/filter.py:941 -#: pretix/control/forms/filter.py:954 +#: pretix/control/forms/filter.py:433 pretix/control/forms/filter.py:580 +#: pretix/control/forms/filter.py:589 pretix/control/forms/filter.py:912 +#: pretix/control/forms/filter.py:921 pretix/control/forms/filter.py:993 +#: pretix/control/forms/filter.py:1006 #: pretix/control/templates/pretixcontrol/checkin/lists.html:104 #: pretix/control/templates/pretixcontrol/checkin/lists.html:116 #: pretix/control/templates/pretixcontrol/organizers/devices.html:72 @@ -8197,219 +8202,219 @@ msgstr "Όλοι οι διοργανωτές" msgid "All" msgstr "Όλα" -#: pretix/control/forms/filter.py:383 pretix/control/forms/filter.py:603 +#: pretix/control/forms/filter.py:435 pretix/control/forms/filter.py:655 msgid "Shop live and presale running" msgstr "" "Πραγματοποιήστε ζωντανή και λειτουργία προπώλησης ( live and presale running)" -#: pretix/control/forms/filter.py:384 pretix/control/forms/filter.py:862 +#: pretix/control/forms/filter.py:436 pretix/control/forms/filter.py:914 msgid "Inactive" msgstr "Αδρανής" -#: pretix/control/forms/filter.py:396 pretix/control/forms/subevents.py:287 +#: pretix/control/forms/filter.py:448 pretix/control/forms/subevents.py:287 #: pretix/control/forms/subevents.py:326 msgid "Weekday" msgstr "Καθημερινή" -#: pretix/control/forms/filter.py:398 +#: pretix/control/forms/filter.py:450 msgid "All days" msgstr "Όλες τις ημέρες" -#: pretix/control/forms/filter.py:399 +#: pretix/control/forms/filter.py:451 msgid "Monday" msgstr "Δευτέρα" -#: pretix/control/forms/filter.py:400 +#: pretix/control/forms/filter.py:452 msgid "Tuesday" msgstr "Τρίτη" -#: pretix/control/forms/filter.py:401 +#: pretix/control/forms/filter.py:453 msgid "Wednesday" msgstr "Τετάρτη" -#: pretix/control/forms/filter.py:402 +#: pretix/control/forms/filter.py:454 msgid "Thursday" msgstr "Πέμπτη" -#: pretix/control/forms/filter.py:403 +#: pretix/control/forms/filter.py:455 msgid "Friday" msgstr "Παρασκευή" -#: pretix/control/forms/filter.py:404 +#: pretix/control/forms/filter.py:456 msgid "Saturday" msgstr "Σάββατο" -#: pretix/control/forms/filter.py:405 +#: pretix/control/forms/filter.py:457 msgid "Sunday" msgstr "Κυριακή" -#: pretix/control/forms/filter.py:530 +#: pretix/control/forms/filter.py:582 #, fuzzy #| msgctxt "stripe" #| msgid "Live" msgid "Live" msgstr "Ζωντανά" -#: pretix/control/forms/filter.py:535 pretix/control/forms/filter.py:538 +#: pretix/control/forms/filter.py:587 pretix/control/forms/filter.py:590 #, fuzzy #| msgid "Empty tag" msgid "Empty" msgstr "Κενή ετικέτα" -#: pretix/control/forms/filter.py:539 +#: pretix/control/forms/filter.py:591 msgid "Valid and with value" msgstr "" -#: pretix/control/forms/filter.py:540 +#: pretix/control/forms/filter.py:592 msgid "Expired and with value" msgstr "" -#: pretix/control/forms/filter.py:546 pretix/control/forms/filter.py:548 -#: pretix/control/forms/filter.py:876 pretix/control/forms/filter.py:878 +#: pretix/control/forms/filter.py:598 pretix/control/forms/filter.py:600 +#: pretix/control/forms/filter.py:928 pretix/control/forms/filter.py:930 msgid "Search query" msgstr "Ερώτημα αναζήτησης" -#: pretix/control/forms/filter.py:601 +#: pretix/control/forms/filter.py:653 msgid "All events" msgstr "Όλα τα γεγονότα" -#: pretix/control/forms/filter.py:602 +#: pretix/control/forms/filter.py:654 msgid "Shop live" msgstr "Αγοράστε ζωντανά" -#: pretix/control/forms/filter.py:604 +#: pretix/control/forms/filter.py:656 msgid "Shop not live" msgstr "Αγοράστε όχι ζωντανά(Shop not live)" -#: pretix/control/forms/filter.py:607 +#: pretix/control/forms/filter.py:659 msgid "Single event running or in the future" msgstr "Εκτελείται ένα μόνο γεγονός ή στο μέλλον" -#: pretix/control/forms/filter.py:608 +#: pretix/control/forms/filter.py:660 msgid "Single event in the past" msgstr "Ένα γεγονός στο παρελθόν" -#: pretix/control/forms/filter.py:775 pretix/control/forms/filter.py:777 +#: pretix/control/forms/filter.py:827 pretix/control/forms/filter.py:829 msgid "Search attendee…" msgstr "Αναζήτηση συμμετέχοντα…" -#: pretix/control/forms/filter.py:783 +#: pretix/control/forms/filter.py:835 msgid "Check-in status" msgstr "Κατάσταση check-in" -#: pretix/control/forms/filter.py:785 +#: pretix/control/forms/filter.py:837 msgid "All attendees" msgstr "Όλοι οι συμμετέχοντες" -#: pretix/control/forms/filter.py:786 +#: pretix/control/forms/filter.py:838 #, fuzzy #| msgid "Presale" msgctxt "checkin state" msgid "Present" msgstr "Προπώληση" -#: pretix/control/forms/filter.py:787 +#: pretix/control/forms/filter.py:839 #: pretix/control/templates/pretixcontrol/checkin/index.html:131 #: pretix/control/templates/pretixcontrol/checkin/lists.html:73 -#: pretix/plugins/checkinlists/exporters.py:337 +#: pretix/plugins/checkinlists/exporters.py:396 msgid "Checked in" msgstr "Έλεγχος" -#: pretix/control/forms/filter.py:788 +#: pretix/control/forms/filter.py:840 #: pretix/control/templates/pretixcontrol/checkin/index.html:126 msgid "Not checked in" msgstr "Όχι έλεγχος" -#: pretix/control/forms/filter.py:867 pretix/control/forms/filter.py:870 +#: pretix/control/forms/filter.py:919 pretix/control/forms/filter.py:922 #: pretix/control/templates/pretixcontrol/users/index.html:47 msgid "Administrator" msgstr "Διαχειριστής" -#: pretix/control/forms/filter.py:871 +#: pretix/control/forms/filter.py:923 msgid "No administrator" msgstr "Όχι διαχειριστής" -#: pretix/control/forms/filter.py:942 +#: pretix/control/forms/filter.py:994 msgid "Valid" msgstr "Έγκυρος" -#: pretix/control/forms/filter.py:943 +#: pretix/control/forms/filter.py:995 msgid "Unredeemed" msgstr "Δεν έχει εξαργυρωθεί" -#: pretix/control/forms/filter.py:944 +#: pretix/control/forms/filter.py:996 msgid "Redeemed at least once" msgstr "Εξαργύρωση τουλάχιστον μία φορά" -#: pretix/control/forms/filter.py:945 +#: pretix/control/forms/filter.py:997 msgid "Fully redeemed" msgstr "Έχει εξαργυρωθεί πλήρως" -#: pretix/control/forms/filter.py:947 +#: pretix/control/forms/filter.py:999 msgid "Redeemed and checked in with ticket" msgstr "Εξαργυρωμένο και ελεγχόμενο με το εισιτήριο" -#: pretix/control/forms/filter.py:952 +#: pretix/control/forms/filter.py:1004 msgid "Quota handling" msgstr "Χειρισμός ποσοστώσεων (Quota handling)" -#: pretix/control/forms/filter.py:956 +#: pretix/control/forms/filter.py:1008 msgid "Allow to ignore quota" msgstr "Αφήστε να αγνοήσετε την ποσόστωση(quota)" -#: pretix/control/forms/filter.py:961 pretix/control/forms/filter.py:963 +#: pretix/control/forms/filter.py:1013 pretix/control/forms/filter.py:1015 msgid "Filter by tag" msgstr "Φιλτράρετε με βάση την ετικέτα(Filter by tag)" -#: pretix/control/forms/filter.py:968 pretix/control/forms/filter.py:970 +#: pretix/control/forms/filter.py:1020 pretix/control/forms/filter.py:1022 msgid "Search voucher" msgstr "Αναζήτηση κουπονιού" -#: pretix/control/forms/filter.py:1016 pretix/control/forms/vouchers.py:91 +#: pretix/control/forms/filter.py:1068 pretix/control/forms/vouchers.py:91 #: pretix/control/views/typeahead.py:522 pretix/control/views/typeahead.py:526 #: pretix/control/views/vouchers.py:81 #, python-brace-format msgid "Any product in quota \"{quota}\"" msgstr "Κάθε προϊόν με ποσόστωση \"{quota}\"" -#: pretix/control/forms/filter.py:1132 +#: pretix/control/forms/filter.py:1184 msgid "Refund status" msgstr "Κατάσταση επιστροφής χρημάτων" -#: pretix/control/forms/filter.py:1134 +#: pretix/control/forms/filter.py:1186 msgid "All open refunds" msgstr "Όλες οι ανοικτές επιστροφές χρημάτων" -#: pretix/control/forms/filter.py:1135 +#: pretix/control/forms/filter.py:1187 msgid "All refunds" msgstr "Όλες οι επιστροφές χρημάτων" -#: pretix/control/forms/filter.py:1171 +#: pretix/control/forms/filter.py:1223 #, fuzzy #| msgctxt "subevent" #| msgid "Date history" msgid "Date filter" msgstr "Ιστορικό ημερομηνίας" -#: pretix/control/forms/filter.py:1173 +#: pretix/control/forms/filter.py:1225 #, fuzzy #| msgid "Filter by tag" msgid "Filter by…" msgstr "Φιλτράρετε με βάση την ετικέτα(Filter by tag)" -#: pretix/control/forms/filter.py:1175 +#: pretix/control/forms/filter.py:1227 #, fuzzy #| msgid "Date of last payment" msgid "Date of last successful payment" msgstr "Ημερομηνία τελευταίας πληρωμής" -#: pretix/control/forms/filter.py:1180 +#: pretix/control/forms/filter.py:1232 #, fuzzy #| msgid "Date" msgid "Date from" msgstr "Ημερομηνία" -#: pretix/control/forms/filter.py:1185 +#: pretix/control/forms/filter.py:1237 #, fuzzy #| msgid "Date and time" msgid "Date until" @@ -8641,8 +8646,8 @@ msgstr "Προσθέσατε την ίδια κατηγορία προσθέτο msgid "Bundled product" msgstr "Συσκευασμένο προϊόν" -#: pretix/control/forms/item.py:735 pretix/control/forms/orders.py:260 -#: pretix/control/forms/orders.py:394 +#: pretix/control/forms/item.py:735 pretix/control/forms/orders.py:264 +#: pretix/control/forms/orders.py:398 msgid "inactive" msgstr "αδρανής" @@ -8681,11 +8686,11 @@ msgstr "Εμφάνιση όλων των παραγγελιών λειτουργ msgid "CSV column: \"{name}\"" msgstr "" -#: pretix/control/forms/orders.py:33 +#: pretix/control/forms/orders.py:34 msgid "Overbook quota" msgstr "Υπερβολική ποσότητα" -#: pretix/control/forms/orders.py:34 +#: pretix/control/forms/orders.py:35 msgid "" "If you check this box, this operation will be performed even if it leads to " "an overbooked quota and you having sold more tickets than you planned!" @@ -8694,11 +8699,11 @@ msgstr "" "οδηγεί σε υπερβολική ποσόστωση και έχετε πουλήσει περισσότερα εισιτήρια από " "ό, τι σχεδιάσατε!" -#: pretix/control/forms/orders.py:78 +#: pretix/control/forms/orders.py:79 msgid "Overbook quota and ignore late payment" msgstr "Overbook quota και αγνοήστε την καθυστέρηση πληρωμής" -#: pretix/control/forms/orders.py:79 +#: pretix/control/forms/orders.py:80 msgid "" "If you check this box, this operation will be performed even if it leads to " "an overbooked quota and you having sold more tickets than you planned! The " @@ -8710,16 +8715,16 @@ msgstr "" "ό, τι σχεδιάσατε! Η λειτουργία θα γίνει επίσης ανεξάρτητα από τις ρυθμίσεις " "για τις καθυστερημένες πληρωμές." -#: pretix/control/forms/orders.py:105 +#: pretix/control/forms/orders.py:106 #: pretix/control/templates/pretixcontrol/order/deny.html:19 msgid "Notify user by e-mail" msgstr "Ειδοποιήστε τον χρήστη μέσω ηλεκτρονικού ταχυδρομείου" -#: pretix/control/forms/orders.py:112 +#: pretix/control/forms/orders.py:113 msgid "Keep a cancellation fee of" msgstr "Κρατήστε ένα τέλος ακύρωσης της" -#: pretix/control/forms/orders.py:113 +#: pretix/control/forms/orders.py:114 msgid "" "If you keep a fee, all positions within this order will be canceled and the " "order will be reduced to a paid cancellation fee. Payment and shipping fees " @@ -8734,24 +8739,24 @@ msgstr "" "Παρακαλούμε πάντα να εισαγάγετε μια ακαθάριστη αξία(gross value), ο φόρος θα " "υπολογιστεί αυτόματα." -#: pretix/control/forms/orders.py:141 +#: pretix/control/forms/orders.py:145 msgid "Payment amount" msgstr "Ποσό πληρωμής" -#: pretix/control/forms/orders.py:145 +#: pretix/control/forms/orders.py:149 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/control.html:7 -#: pretix/plugins/reports/exporters.py:319 -#: pretix/plugins/reports/exporters.py:381 -#: pretix/plugins/reports/exporters.py:491 -#: pretix/plugins/reports/exporters.py:520 +#: pretix/plugins/reports/exporters.py:322 +#: pretix/plugins/reports/exporters.py:384 +#: pretix/plugins/reports/exporters.py:494 +#: pretix/plugins/reports/exporters.py:523 msgid "Payment date" msgstr "Ημερομηνία πληρωμής" -#: pretix/control/forms/orders.py:183 +#: pretix/control/forms/orders.py:187 msgid "Re-calculate taxes" msgstr "Επανυπολογισμός των φόρων" -#: pretix/control/forms/orders.py:186 +#: pretix/control/forms/orders.py:190 msgid "" "This operation re-checks if taxes should be paid to the items due to e.g. " "configured reverse charge rules and changes the prices and tax values " @@ -8766,81 +8771,81 @@ msgstr "" "και μόνο εάν το χρειάζεστε. Σημειώστε ότι στη διαδικασία αυτή ενδέχεται να " "προκύψουν διαφορές στρογγυλοποίησης." -#: pretix/control/forms/orders.py:192 +#: pretix/control/forms/orders.py:196 msgid "Issue a new invoice if required" msgstr "" -#: pretix/control/forms/orders.py:196 +#: pretix/control/forms/orders.py:200 msgid "" "If an invoice exists for this order and this operation would change its " "contents, the old invoice will be canceled and a new invoice will be issued." msgstr "" -#: pretix/control/forms/orders.py:201 +#: pretix/control/forms/orders.py:205 msgid "Notify user" msgstr "Ειδοποίηση χρήστη" -#: pretix/control/forms/orders.py:205 +#: pretix/control/forms/orders.py:209 msgid "" "Send an email to the customer notifying that their order has been changed." msgstr "" "Στείλτε ένα μήνυμα ηλεκτρονικού ταχυδρομείου στον πελάτη που ειδοποιεί ότι η " "παραγγελία του έχει αλλάξει." -#: pretix/control/forms/orders.py:209 +#: pretix/control/forms/orders.py:213 msgid "Allow to overbook quotas when performing this operation" msgstr "" "Να επιτρέπεται η υπέρβαση των quotas κατά την εκτέλεση αυτής της ενέργειας" -#: pretix/control/forms/orders.py:225 +#: pretix/control/forms/orders.py:229 msgid "Add-on to" msgstr "Προσθήκη στο" -#: pretix/control/forms/orders.py:230 +#: pretix/control/forms/orders.py:234 #: pretix/control/templates/pretixcontrol/checkin/index.html:70 #: pretix/control/templates/pretixcontrol/order/change.html:118 #: pretix/control/views/vouchers.py:70 msgid "Seat" msgstr "" -#: pretix/control/forms/orders.py:237 +#: pretix/control/forms/orders.py:241 msgid "Including taxes, if any. Keep empty for the product's default price" msgstr "" "Συμπεριλαμβανομένων των φόρων, αν υπάρχουν. Κρατήστε κενό για την " "προεπιλεγμένη τιμή του προϊόντος" -#: pretix/control/forms/orders.py:335 pretix/control/forms/orders.py:339 -#: pretix/control/forms/orders.py:378 pretix/control/forms/orders.py:389 +#: pretix/control/forms/orders.py:339 pretix/control/forms/orders.py:343 +#: pretix/control/forms/orders.py:382 pretix/control/forms/orders.py:393 msgid "(Unchanged)" msgstr "(Αμετάβλητος)" -#: pretix/control/forms/orders.py:345 pretix/control/forms/orders.py:412 +#: pretix/control/forms/orders.py:349 pretix/control/forms/orders.py:416 msgid "New price (gross)" msgstr "Νέα τιμή (ακαθάριστη)" -#: pretix/control/forms/orders.py:349 +#: pretix/control/forms/orders.py:353 msgid "Generate a new secret" msgstr "Δημιουργήστε ένα νέο μυστικό" -#: pretix/control/forms/orders.py:353 +#: pretix/control/forms/orders.py:357 msgid "Cancel this position" msgstr "Ακύρωση αυτής της θέσης" -#: pretix/control/forms/orders.py:357 +#: pretix/control/forms/orders.py:361 msgid "Split into new order" msgstr "Διαχωρίστε σε νέα παραγγελία" -#: pretix/control/forms/orders.py:416 +#: pretix/control/forms/orders.py:420 #, fuzzy #| msgid "Remove filter" msgid "Remove this fee" msgstr "Κατάργηση φίλτρου" -#: pretix/control/forms/orders.py:430 +#: pretix/control/forms/orders.py:434 msgid "Invalidate secrets" msgstr "Απενεργοποίηση μυστικών" -#: pretix/control/forms/orders.py:431 +#: pretix/control/forms/orders.py:435 msgid "" "Regenerates the order and ticket secrets. You will need to re-send the link " "to the order page to the user and the user will need to download his tickets " @@ -8851,30 +8856,30 @@ msgstr "" "χρειαστεί να ξανακάνει τα εισιτήριά του. Οι παλιές εκδόσεις δεν θα είναι " "έγκυρες." -#: pretix/control/forms/orders.py:456 pretix/control/forms/orders.py:639 -#: pretix/control/forms/orders.py:666 pretix/control/forms/vouchers.py:222 +#: pretix/control/forms/orders.py:460 pretix/control/forms/orders.py:643 +#: pretix/control/forms/orders.py:670 pretix/control/forms/vouchers.py:222 #: pretix/plugins/sendmail/forms.py:21 pretix/plugins/sendmail/forms.py:76 msgid "Subject" msgstr "Θέμα" -#: pretix/control/forms/orders.py:480 +#: pretix/control/forms/orders.py:484 msgid "Recipient" msgstr "Παραλήπτης" -#: pretix/control/forms/orders.py:486 pretix/control/forms/orders.py:647 -#: pretix/control/forms/orders.py:674 pretix/control/forms/vouchers.py:228 +#: pretix/control/forms/orders.py:490 pretix/control/forms/orders.py:651 +#: pretix/control/forms/orders.py:678 pretix/control/forms/vouchers.py:228 #: pretix/plugins/sendmail/forms.py:22 pretix/plugins/sendmail/forms.py:81 msgid "Message" msgstr "Μήνυμα" -#: pretix/control/forms/orders.py:499 +#: pretix/control/forms/orders.py:503 msgid "" "Cancel the order. All tickets will no longer work. This can not be reverted." msgstr "" "Ακύρωση της παραγγελίας. Όλα τα εισιτήρια δεν θα λειτουργούν πλέον. Αυτό δεν " "μπορεί να επανέλθει." -#: pretix/control/forms/orders.py:500 +#: pretix/control/forms/orders.py:504 msgid "" "Mark the order as pending and allow the user to pay the open amount with " "another payment method." @@ -8882,40 +8887,40 @@ msgstr "" "Σημειώστε την παραγγελία ως εκκρεμής και επιτρέψτε στο χρήστη να πληρώσει το " "ανοικτό ποσό με άλλο τρόπο πληρωμής." -#: pretix/control/forms/orders.py:502 +#: pretix/control/forms/orders.py:506 msgid "Do nothing and keep the order as it is." msgstr "Μην κάνετε τίποτα και κρατήστε την παραγγελία όπως είναι." -#: pretix/control/forms/orders.py:529 +#: pretix/control/forms/orders.py:533 msgid "The refund amount needs to be positive and less than {}." msgstr "" "Το ποσό επιστροφής χρημάτων πρέπει να είναι θετικό και μικρότερο από {}." -#: pretix/control/forms/orders.py:535 +#: pretix/control/forms/orders.py:539 msgid "You need to specify an amount for a partial refund." msgstr "Πρέπει να καθορίσετε ένα ποσό για μερική επιστροφή χρημάτων." -#: pretix/control/forms/orders.py:547 +#: pretix/control/forms/orders.py:551 #, fuzzy #| msgid "Cancel order" msgid "Cancel all dates" msgstr "Ακύρωση παραγγελίας" -#: pretix/control/forms/orders.py:552 +#: pretix/control/forms/orders.py:556 #, fuzzy #| msgctxt "amount_label" #| msgid "Automatically refund" msgid "Automatically refund money if possible" msgstr "Αυτόματη επιστροφή χρημάτων" -#: pretix/control/forms/orders.py:557 +#: pretix/control/forms/orders.py:561 #, fuzzy #| msgid "This payment method does not support automatic refunds." msgid "" "Create manual refund if the payment method odes not support automatic refunds" msgstr "Αυτός ο τρόπος πληρωμής δεν υποστηρίζει αυτόματες επιστροφές χρημάτων." -#: pretix/control/forms/orders.py:561 +#: pretix/control/forms/orders.py:565 msgid "" "If checked, all payments with a payment method not supporting automatic " "refunds will be on your manual refund to-do list. Do not check if you want " @@ -8923,29 +8928,29 @@ msgid "" "gift cards." msgstr "" -#: pretix/control/forms/orders.py:566 +#: pretix/control/forms/orders.py:570 msgid "" "Refund order value to a gift card instead instead of the original payment " "method" msgstr "" -#: pretix/control/forms/orders.py:572 +#: pretix/control/forms/orders.py:576 #, fuzzy #| msgid "Gift card" msgid "Gift card validity" msgstr "Δωροκάρτα" -#: pretix/control/forms/orders.py:579 +#: pretix/control/forms/orders.py:583 msgid "Special terms and conditions" msgstr "" -#: pretix/control/forms/orders.py:596 +#: pretix/control/forms/orders.py:600 #, fuzzy #| msgid "Order fees" msgid "Keep fees" msgstr "Τέλη παραγγελίας" -#: pretix/control/forms/orders.py:599 +#: pretix/control/forms/orders.py:603 msgid "" "The selected types of fees will not be refunded but instead added to the " "cancellation fee. Fees are never refunded in when an order in an event " @@ -8953,25 +8958,25 @@ msgid "" "dates." msgstr "" -#: pretix/control/forms/orders.py:605 +#: pretix/control/forms/orders.py:609 #, fuzzy #| msgid "Send vouchers" msgid "Send information via email" msgstr "Στείλτε κουπόνια" -#: pretix/control/forms/orders.py:611 +#: pretix/control/forms/orders.py:615 #, fuzzy #| msgid "Send vouchers" msgid "Send information to waiting list" msgstr "Στείλτε κουπόνια" -#: pretix/control/forms/orders.py:642 pretix/control/forms/orders.py:668 +#: pretix/control/forms/orders.py:646 pretix/control/forms/orders.py:672 #, fuzzy, python-brace-format #| msgid "Can create events" msgid "Canceled: {event}" msgstr "Μπορεί να δημιουργήσει εκδηλώσεις" -#: pretix/control/forms/orders.py:653 +#: pretix/control/forms/orders.py:657 #, fuzzy, python-brace-format #| msgid "" #| "Hello {attendee_name},\n" @@ -9008,7 +9013,7 @@ msgstr "" "Τις καλύτερες ευχές,\n" "Η ομάδα του {event}" -#: pretix/control/forms/orders.py:680 +#: pretix/control/forms/orders.py:684 #, fuzzy, python-brace-format #| msgid "" #| "Hello {attendee_name},\n" @@ -9041,7 +9046,7 @@ msgstr "" "Τις καλύτερες ευχές,\n" "Η ομάδα του {event}" -#: pretix/control/forms/orders.py:711 +#: pretix/control/forms/orders.py:715 msgid "Please confirm that you want to cancel ALL dates in this event series." msgstr "" @@ -9100,7 +9105,7 @@ msgstr "Το κείμενο της αρχικής σελίδας" msgid "This will be displayed on the organizer homepage." msgstr "Αυτό θα εμφανιστεί στην αρχική σελίδα του διοργανωτή." -#: pretix/control/forms/organizer.py:279 +#: pretix/control/forms/organizer.py:280 #, fuzzy #| msgid "" #| "If you provide a logo image, we will by default not show your " @@ -9117,11 +9122,11 @@ msgstr "" "του οργανισμού σας στην κεφαλίδα της σελίδας. Θα εμφανιστεί το λογότυπό σας " "με μέγιστο ύψος 120 pixel." -#: pretix/control/forms/organizer.py:298 +#: pretix/control/forms/organizer.py:299 msgid "Show availability in event overviews" msgstr "Εμφάνιση διαθεσιμότητας στις επισκοπήσεις συμβάντων" -#: pretix/control/forms/organizer.py:299 +#: pretix/control/forms/organizer.py:300 msgid "" "If checked, the list of events will show if events are sold out. This might " "make for longer page loading times if you have lots of events and the shown " @@ -9132,24 +9137,24 @@ msgstr "" "αν έχετε πολλά συμβάντα και η κατάσταση που εμφανίζεται μπορεί να είναι " "παλιά για διάστημα έως δύο λεπτών." -#: pretix/control/forms/organizer.py:305 +#: pretix/control/forms/organizer.py:306 msgid "Link back to organizer overview on all event pages" msgstr "" "Συνδέστε ξανά την επισκόπηση των διοργανωτών σε όλες τις σελίδες των " "εκδηλώσεων" -#: pretix/control/forms/organizer.py:312 +#: pretix/control/forms/organizer.py:313 msgid "" "Choose all languages that your organizer homepage should be available in." msgstr "" "Επιλέξτε όλες τις γλώσσες στις οποίες πρέπει να είναι διαθέσιμη η αρχική " "σελίδα του διοργανωτή σας." -#: pretix/control/forms/organizer.py:323 +#: pretix/control/forms/organizer.py:324 msgid "Favicon" msgstr "Favicon" -#: pretix/control/forms/organizer.py:326 +#: pretix/control/forms/organizer.py:328 msgid "" "If you provide a favicon, we will show it instead of the default pretix " "icon. We recommend a size of at least 200x200px to accommodate most devices." @@ -9158,37 +9163,37 @@ msgstr "" "pretix. Συνιστούμε ένα μέγεθος τουλάχιστον 200x200px για να φιλοξενήσει τις " "περισσότερες συσκευές." -#: pretix/control/forms/organizer.py:330 +#: pretix/control/forms/organizer.py:332 #, fuzzy #| msgid "Gift card" msgid "Length of gift card codes" msgstr "Δωροκάρτα" -#: pretix/control/forms/organizer.py:331 +#: pretix/control/forms/organizer.py:333 msgid "" "The system generates by default {}-character long gift card codes. However, " "if a different length is required, it can be set here." msgstr "" -#: pretix/control/forms/organizer.py:336 +#: pretix/control/forms/organizer.py:338 #, fuzzy #| msgid "Gift card" msgid "Validity of gift card codes in years" msgstr "Δωροκάρτα" -#: pretix/control/forms/organizer.py:337 +#: pretix/control/forms/organizer.py:339 msgid "" "If you set a number here, gift cards will by default expire at the end of " "the year after this many years. If you keep it empty, gift cards do not have " "an explicit expiry date." msgstr "" -#: pretix/control/forms/organizer.py:352 +#: pretix/control/forms/organizer.py:354 msgctxt "webhooks" msgid "Event types" msgstr "Τύποι εκδηλώσεων" -#: pretix/control/forms/organizer.py:383 +#: pretix/control/forms/organizer.py:385 #, fuzzy #| msgid "Gift card" msgid "Gift card value" @@ -10964,7 +10969,7 @@ msgstr "CSV" #: pretix/control/templates/pretixcontrol/organizers/detail.html:43 #: pretix/control/templates/pretixcontrol/organizers/giftcards.html:38 #: pretix/control/templates/pretixcontrol/organizers/index.html:18 -#: pretix/control/templates/pretixcontrol/search/orders.html:27 +#: pretix/control/templates/pretixcontrol/search/orders.html:33 #: pretix/control/templates/pretixcontrol/subevents/index.html:41 #: pretix/control/templates/pretixcontrol/users/index.html:22 #: pretix/control/templates/pretixcontrol/vouchers/index.html:54 @@ -11057,7 +11062,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/order/pay.html:33 #: pretix/control/templates/pretixcontrol/order/pay_complete.html:28 #: pretix/control/templates/pretixcontrol/order/reactivate.html:30 -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:155 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:169 #: pretix/control/templates/pretixcontrol/order/refund_done.html:26 #: pretix/control/templates/pretixcontrol/order/refund_process.html:47 #: pretix/control/templates/pretixcontrol/order/refund_start.html:51 @@ -11109,9 +11114,9 @@ msgstr "Διαγράφω" #: pretix/control/templates/pretixcontrol/checkin/list_edit.html:10 #: pretix/control/templates/pretixcontrol/checkin/list_edit.html:17 -#: pretix/plugins/checkinlists/exporters.py:38 -#: pretix/plugins/checkinlists/exporters.py:88 -#: pretix/plugins/checkinlists/exporters.py:315 +#: pretix/plugins/checkinlists/exporters.py:39 +#: pretix/plugins/checkinlists/exporters.py:107 +#: pretix/plugins/checkinlists/exporters.py:374 #: pretix/plugins/pretixdroid/forms.py:39 #: pretix/plugins/pretixdroid/models.py:24 #: pretix/plugins/pretixdroid/templates/pretixplugins/pretixdroid/configuration.html:79 @@ -11944,7 +11949,7 @@ msgid "Installed plugins" msgstr "Εγκατεστημένα plugin" #: pretix/control/templates/pretixcontrol/event/plugins.html:10 -#: pretix/control/views/checkin.py:260 pretix/control/views/event.py:177 +#: pretix/control/views/checkin.py:264 pretix/control/views/event.py:177 #: pretix/control/views/event.py:317 pretix/control/views/event.py:396 #: pretix/control/views/event.py:436 pretix/control/views/event.py:594 #: pretix/control/views/event.py:785 pretix/control/views/event.py:1135 @@ -12134,7 +12139,7 @@ msgid "Basics" msgstr "" #: pretix/control/templates/pretixcontrol/event/settings.html:31 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:44 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:46 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:349 #: pretix/control/templates/pretixcontrol/subevents/detail.html:32 #, fuzzy @@ -12144,7 +12149,7 @@ msgid "Geo coordinates" msgstr "Δεν υπάρχουν ημερομηνίες" #: pretix/control/templates/pretixcontrol/event/settings.html:32 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:45 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:47 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:271 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:275 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:350 @@ -12156,7 +12161,7 @@ msgid "Optional" msgstr "Προαιρετικά" #: pretix/control/templates/pretixcontrol/event/settings.html:39 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:52 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:54 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:357 #: pretix/control/templates/pretixcontrol/subevents/detail.html:40 msgid "Geocoding data © OpenStreetMap" @@ -12194,7 +12199,7 @@ msgid "Shop design" msgstr "Σχεδιασμός καταστημάτων" #: pretix/control/templates/pretixcontrol/event/settings.html:124 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:74 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:76 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:392 #: pretix/control/templates/pretixcontrol/subevents/detail.html:76 msgid "Timeline" @@ -12503,7 +12508,7 @@ msgstr "" "Συνιστούμε να μην χρησιμοποιείτε σύντομες φόρμες με περισσότερους από 16 " "χαρακτήρες." -#: pretix/control/templates/pretixcontrol/events/create_basics.html:68 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:70 msgid "Display settings" msgstr "Ρυθμίσεις οθόνης" @@ -12527,7 +12532,40 @@ msgstr "" "να αλλάξετε κάποιες ρυθμίσεις με το χέρι, π.χ. τις ρυθμίσεις ημερομηνίας και " "ώρας και τα κείμενα που περιέχουν το όνομα της εκδήλωσης." -#: pretix/control/templates/pretixcontrol/events/create_foundation.html:10 +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:13 +msgid "Singular event or non-event shop" +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:15 +msgid "" +"An event with individual configuration. If you create more events later, you " +"can copy the event to save yourself some work." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:21 +msgid "" +"Examples: Conferences, workshops, trade fairs, one-off concerts, sale of " +"digital content, multi-day events with combination tickets." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:32 +msgid "Event series or time slot booking" +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:34 +msgid "" +"A series of events that share the same configuration. They can still be " +"different in their dates, locations, prices, and capacities." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:40 +msgid "" +"Examples: Multiple presentations of the same show, same concert in multiple " +"locations, museums, libraries, or swimming pools, events that need to be " +"booked together in one cart." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:53 msgid "" "Please note that you will only be able to delete your event until the first " "order has been created." @@ -13002,8 +13040,8 @@ msgstr "Επεξεργασία ερωτήματος" #: pretix/control/templates/pretixcontrol/items/question.html:20 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:14 #: pretix/control/templates/pretixcontrol/orders/overview.html:68 -#: pretix/plugins/checkinlists/exporters.py:343 -#: pretix/plugins/reports/exporters.py:223 +#: pretix/plugins/checkinlists/exporters.py:402 +#: pretix/plugins/reports/exporters.py:226 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:17 msgid "Paid" msgstr "Πληρώθηκε" @@ -13921,10 +13959,10 @@ msgstr "Φόροι" #: pretix/control/templates/pretixcontrol/order/index.html:550 #: pretix/control/templates/pretixcontrol/orders/overview.html:69 #: pretix/control/templates/pretixcontrol/orders/overview.html:146 -#: pretix/plugins/reports/exporters.py:223 -#: pretix/plugins/reports/exporters.py:278 -#: pretix/plugins/reports/exporters.py:447 -#: pretix/plugins/reports/exporters.py:591 +#: pretix/plugins/reports/exporters.py:226 +#: pretix/plugins/reports/exporters.py:281 +#: pretix/plugins/reports/exporters.py:450 +#: pretix/plugins/reports/exporters.py:594 #: pretix/presale/templates/pretixpresale/event/fragment_cart.html:292 msgid "Total" msgstr "Σύνολο" @@ -14135,36 +14173,36 @@ msgctxt "amount_label" msgid "Automatically refund" msgstr "Αυτόματη επιστροφή χρημάτων" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:59 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:63 msgid "Automatically refund full amount" msgstr "Αυτόματη επιστροφή πλήρους ποσού" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:62 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:66 msgid "This payment method does not support automatic refunds." msgstr "Αυτός ο τρόπος πληρωμής δεν υποστηρίζει αυτόματες επιστροφές χρημάτων." -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:70 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:74 msgid "Transfer to other order" msgstr "Μεταφορά σε άλλη παραγγελία" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:73 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:77 msgctxt "amount_label" msgid "Transfer" msgstr "Μεταφορά" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:81 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:85 msgctxt "order_label" msgid "to" msgstr "σε" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:91 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:95 #: pretix/control/templates/pretixcontrol/organizers/giftcard_create.html:5 #, fuzzy #| msgid "Create a new team" msgid "Create a new gift card" msgstr "Δημιουργήστε μια νέα ομάδα" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:103 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:113 #, fuzzy #| msgid "This order is not yet approved by the event organizer." msgid "" @@ -14172,20 +14210,20 @@ msgid "" msgstr "" "Αυτή η παραγγελία δεν έχει εγκριθεί ακόμη από τον διοργανωτή της εκδήλωσης." -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:111 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:121 msgid "Manual refund" msgstr "Χειροκίνητη επιστροφή" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:114 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:124 msgctxt "amount_label" msgid "Manually refund" msgstr "Μη αυτόματη επιστροφή χρημάτων" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:125 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:139 msgid "Keep transfer as to do" msgstr "Διατηρήστε τη μεταφορά ως προς το σκοπό" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:129 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:143 #: pretix/control/templates/pretixcontrol/order/refund_done.html:5 #: pretix/control/templates/pretixcontrol/order/refund_done.html:9 #: pretix/control/templates/pretixcontrol/order/refund_process.html:6 @@ -14193,7 +14231,7 @@ msgstr "Διατηρήστε τη μεταφορά ως προς το σκοπό msgid "Mark refund as done" msgstr "Επισημάνετε την επιστροφή χρημάτων ως ολοκληρωμένη" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:139 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:153 msgid "" "Any payments that you selected for automatical refunds will be immediately " "communicate the refund request to the respective payment provider. Manual " @@ -14206,7 +14244,7 @@ msgstr "" "εκκρεμούν, μπορείτε αργότερα να τις επισημάνετε ως τελειωμένες μόλις " "μεταφέρετε τα χρήματα πίσω στον πελάτη." -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:160 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:174 msgid "Perform refund" msgstr "Εκτελέστε επιστροφή χρημάτων" @@ -14457,29 +14495,29 @@ msgid "Remove filter" msgstr "Κατάργηση φίλτρου" #: pretix/control/templates/pretixcontrol/orders/index.html:132 -#: pretix/control/templates/pretixcontrol/search/orders.html:78 +#: pretix/control/templates/pretixcontrol/search/orders.html:83 msgid "CANCELLATION REQUESTED" msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:135 #: pretix/control/templates/pretixcontrol/orders/index.html:137 -#: pretix/control/templates/pretixcontrol/search/orders.html:81 -#: pretix/control/templates/pretixcontrol/search/orders.html:83 +#: pretix/control/templates/pretixcontrol/search/orders.html:86 +#: pretix/control/templates/pretixcontrol/search/orders.html:88 msgid "REFUND PENDING" msgstr "Η ΕΠΙΣΤΡΟΦΗ ΧΡΗΜΑΤΩΝ ΕΚΚΡΕΜΕΙ" #: pretix/control/templates/pretixcontrol/orders/index.html:140 -#: pretix/control/templates/pretixcontrol/search/orders.html:86 +#: pretix/control/templates/pretixcontrol/search/orders.html:91 msgid "OVERPAID" msgstr "ΥΠΕΡΠΛΗΡΩΜΗ" #: pretix/control/templates/pretixcontrol/orders/index.html:142 -#: pretix/control/templates/pretixcontrol/search/orders.html:88 +#: pretix/control/templates/pretixcontrol/search/orders.html:93 msgid "UNDERPAID" msgstr "ΥΠΟΠΛΗΡΩΜΗ" #: pretix/control/templates/pretixcontrol/orders/index.html:144 -#: pretix/control/templates/pretixcontrol/search/orders.html:90 +#: pretix/control/templates/pretixcontrol/search/orders.html:95 msgid "FULLY PAID" msgstr "ΠΛΗΡΩΣ ΠΛΗΡΩΜΕΝΟ" @@ -14526,7 +14564,7 @@ msgstr "" "εδώ, καθώς δεν είναι σαφές σε ποια ημερομηνία ανήκουν." #: pretix/control/templates/pretixcontrol/orders/overview.html:61 -#: pretix/plugins/reports/exporters.py:219 +#: pretix/plugins/reports/exporters.py:222 msgid "Purchased" msgstr "Αγορασμένο" @@ -15275,7 +15313,7 @@ msgstr "Κωδικός QR για πρωτογενή σάρωση" msgid "pretix Logo" msgstr "Λογότυπο pretix" -#: pretix/control/templates/pretixcontrol/search/orders.html:99 +#: pretix/control/templates/pretixcontrol/search/orders.html:104 msgid "" "We couldn't find any orders that you have access to and that match your " "search query." @@ -16543,15 +16581,15 @@ msgstr "Δεν έχετε άδεια να εκτελέσετε αυτήν την msgid "The selected check-ins have been reverted." msgstr "Τα επιλεγμένα check-ins έχουν επιστραφεί." -#: pretix/control/views/checkin.py:163 +#: pretix/control/views/checkin.py:167 msgid "The selected tickets have been marked as checked in." msgstr "Τα επιλεγμένα εισιτήρια έχουν επισημανθεί ως καταχωρημένα." -#: pretix/control/views/checkin.py:227 +#: pretix/control/views/checkin.py:231 msgid "The new check-in list has been created." msgstr "Η νέα λίστα ελέγχου έχει δημιουργηθεί." -#: pretix/control/views/checkin.py:234 pretix/control/views/checkin.py:277 +#: pretix/control/views/checkin.py:238 pretix/control/views/checkin.py:281 #: pretix/control/views/event.py:206 pretix/control/views/event.py:399 #: pretix/control/views/event.py:439 pretix/control/views/event.py:597 #: pretix/control/views/event.py:754 pretix/control/views/event.py:1094 @@ -16568,11 +16606,11 @@ msgstr "" "Δεν ήταν δυνατή η αποθήκευση των αλλαγών σας. Δείτε παρακάτω για " "λεπτομέρειες." -#: pretix/control/views/checkin.py:256 pretix/control/views/checkin.py:293 +#: pretix/control/views/checkin.py:260 pretix/control/views/checkin.py:297 msgid "The requested list does not exist." msgstr "Η ζητούμενη λίστα δεν υπάρχει." -#: pretix/control/views/checkin.py:302 +#: pretix/control/views/checkin.py:306 msgid "The selected list has been deleted." msgstr "Η επιλεγμένη λίστα έχει διαγραφεί." @@ -16826,7 +16864,7 @@ msgstr "Το σχόλιο ενημερώθηκε." msgid "Could not update the comment." msgstr "Δεν ήταν δυνατή η ενημέρωση του σχολίου." -#: pretix/control/views/event.py:1061 pretix/control/views/main.py:296 +#: pretix/control/views/event.py:1061 pretix/control/views/main.py:276 msgid "VAT" msgstr "ΦΠΑ" @@ -17944,34 +17982,34 @@ msgstr "" msgid "8 portrait A7 pages on one A4 page" msgstr "" -#: pretix/plugins/badges/exporters.py:186 +#: pretix/plugins/badges/exporters.py:194 msgid "None of the selected products is configured to print badges." msgstr "" "Κανένα από τα επιλεγμένα προϊόντα δεν έχει διαμορφωθεί για την εκτύπωση " "ταυτοτήτων." -#: pretix/plugins/badges/exporters.py:192 +#: pretix/plugins/badges/exporters.py:200 msgid "Attendee badges" msgstr "Ταυτότητα συμμετέχοντα" -#: pretix/plugins/badges/exporters.py:212 +#: pretix/plugins/badges/exporters.py:220 #: pretix/plugins/ticketoutputpdf/exporters.py:32 msgid "Include pending orders" msgstr "Συμπεριλάβετε εκκρεμείς παραγγελίες" -#: pretix/plugins/badges/exporters.py:217 +#: pretix/plugins/badges/exporters.py:225 #, fuzzy #| msgid "Include questions" msgid "Include add-on or bundled positions" msgstr "Συμπεριλάβετε ερωτήσεις" -#: pretix/plugins/badges/exporters.py:222 +#: pretix/plugins/badges/exporters.py:230 #, fuzzy #| msgid "Answer options" msgid "Rendering option" msgstr "Επιλογές απάντησης" -#: pretix/plugins/badges/exporters.py:227 +#: pretix/plugins/badges/exporters.py:235 msgid "" "This option allows you to align multiple badges on one page, for example if " "you want to print to a sheet of stickers with a regular office printer. " @@ -17979,10 +18017,10 @@ msgid "" "correct size." msgstr "" -#: pretix/plugins/badges/exporters.py:233 -#: pretix/plugins/checkinlists/exporters.py:56 -#: pretix/plugins/reports/exporters.py:315 -#: pretix/plugins/reports/exporters.py:487 +#: pretix/plugins/badges/exporters.py:241 +#: pretix/plugins/checkinlists/exporters.py:71 +#: pretix/plugins/reports/exporters.py:318 +#: pretix/plugins/reports/exporters.py:490 #: pretix/plugins/ticketoutputpdf/exporters.py:37 msgid "Sort by" msgstr "Ταξινόμηση κατά" @@ -18568,38 +18606,46 @@ msgstr "" "Αυτό το plugin σάς επιτρέπει να δημιουργείτε check-in λίστες για τη διάσκεψη " "σας." -#: pretix/plugins/checkinlists/exporters.py:46 +#: pretix/plugins/checkinlists/exporters.py:50 +msgid "Only include tickets for dates on or after this date." +msgstr "" + +#: pretix/plugins/checkinlists/exporters.py:57 +msgid "Only include tickets for dates on or before this date." +msgstr "" + +#: pretix/plugins/checkinlists/exporters.py:61 msgid "Include QR-code secret" msgstr "Συμπεριλάβετε μυστικό κώδικα QR" -#: pretix/plugins/checkinlists/exporters.py:51 +#: pretix/plugins/checkinlists/exporters.py:66 #, fuzzy #| msgid "Requires special attention" msgid "Only tickets requiring special attention" msgstr "Απαιτείται ιδιαίτερη προσοχή" -#: pretix/plugins/checkinlists/exporters.py:71 +#: pretix/plugins/checkinlists/exporters.py:86 msgid "Include questions" msgstr "Συμπεριλάβετε ερωτήσεις" -#: pretix/plugins/checkinlists/exporters.py:183 +#: pretix/plugins/checkinlists/exporters.py:222 msgid "Check-in list (PDF)" msgstr "Λίστα Check-in (PDF)" #. Translators: maximum 5 characters -#: pretix/plugins/checkinlists/exporters.py:234 +#: pretix/plugins/checkinlists/exporters.py:284 msgctxt "tablehead" msgid "paid" msgstr "Μεταφραστές: μέγιστο 5 χαρακτήρες" -#: pretix/plugins/checkinlists/exporters.py:337 +#: pretix/plugins/checkinlists/exporters.py:396 #, fuzzy #| msgctxt "amount_label" #| msgid "Automatically refund" msgid "Automatically checked in" msgstr "Αυτόματη επιστροφή χρημάτων" -#: pretix/plugins/checkinlists/exporters.py:346 +#: pretix/plugins/checkinlists/exporters.py:405 #: pretix/plugins/paypal/payment.py:86 msgid "Secret" msgstr "Mυστικό (secret)" @@ -18692,14 +18738,14 @@ msgid "" "to send any payments." msgstr "" -#: pretix/plugins/paypal/payment.py:205 pretix/plugins/paypal/payment.py:291 -#: pretix/plugins/paypal/payment.py:306 pretix/plugins/paypal/payment.py:309 -#: pretix/plugins/paypal/payment.py:367 +#: pretix/plugins/paypal/payment.py:205 pretix/plugins/paypal/payment.py:298 +#: pretix/plugins/paypal/payment.py:313 pretix/plugins/paypal/payment.py:316 +#: pretix/plugins/paypal/payment.py:374 pretix/plugins/paypal/payment.py:515 msgid "We had trouble communicating with PayPal" msgstr "Είχαμε πρόβλημα επικοινωνίας με το PayPal" -#: pretix/plugins/paypal/payment.py:323 pretix/plugins/paypal/payment.py:332 -#: pretix/plugins/paypal/payment.py:393 +#: pretix/plugins/paypal/payment.py:330 pretix/plugins/paypal/payment.py:339 +#: pretix/plugins/paypal/payment.py:400 msgid "" "We were unable to process your payment. See below for details on how to " "proceed." @@ -18707,7 +18753,7 @@ msgstr "" "Δεν ήταν δυνατή η επεξεργασία της πληρωμής σας. Δείτε παρακάτω για " "λεπτομέρειες σχετικά με το πώς να προχωρήσετε." -#: pretix/plugins/paypal/payment.py:374 pretix/plugins/paypal/payment.py:383 +#: pretix/plugins/paypal/payment.py:381 pretix/plugins/paypal/payment.py:390 msgid "" "PayPal has not yet approved the payment. We will inform you as soon as the " "payment completed." @@ -18715,29 +18761,29 @@ msgstr "" "Το PayPal δεν έχει ακόμη εγκρίνει την πληρωμή. Θα σας ενημερώσουμε μόλις " "ολοκληρωθεί η πληρωμή." -#: pretix/plugins/paypal/payment.py:408 pretix/plugins/stripe/payment.py:435 +#: pretix/plugins/paypal/payment.py:415 pretix/plugins/stripe/payment.py:435 #: pretix/plugins/stripe/payment.py:787 msgid "There was an error sending the confirmation mail." msgstr "Παρουσιάστηκε σφάλμα κατά την αποστολή της αλληλογραφίας επιβεβαίωσης." -#: pretix/plugins/paypal/payment.py:485 pretix/plugins/paypal/payment.py:492 +#: pretix/plugins/paypal/payment.py:492 pretix/plugins/paypal/payment.py:499 msgid "Refunding the amount via PayPal failed: {}" msgstr "Η επιστροφή χρημάτων μέσω του PayPal απέτυχε: {}" -#: pretix/plugins/paypal/payment.py:591 pretix/plugins/paypal/payment.py:599 +#: pretix/plugins/paypal/payment.py:615 pretix/plugins/paypal/payment.py:623 #, fuzzy #| msgctxt "invoice" #| msgid "The payment for this invoice has already been received." msgid "The payment for this invoice has already been received." msgstr "Η πληρωμή για αυτό το τιμολόγιο έχει ήδη παραληφθεί." -#: pretix/plugins/paypal/payment.py:592 pretix/plugins/paypal/payment.py:600 +#: pretix/plugins/paypal/payment.py:616 pretix/plugins/paypal/payment.py:624 #, fuzzy #| msgid "Payment ID" msgid "PayPal payment ID" msgstr "ID πληρωμής" -#: pretix/plugins/paypal/payment.py:594 +#: pretix/plugins/paypal/payment.py:618 #, fuzzy #| msgid "PayPal Connect: Client ID" msgid "PayPal sale ID" @@ -19152,48 +19198,48 @@ msgstr "Σελίδα %d" msgid "Created: %s" msgstr "Δημιουργήθηκε: %s" -#: pretix/plugins/reports/exporters.py:153 +#: pretix/plugins/reports/exporters.py:156 msgid "Order overview (PDF)" msgstr "Επισκόπηση παραγγελίας (PDF)" -#: pretix/plugins/reports/exporters.py:197 +#: pretix/plugins/reports/exporters.py:200 #: pretix/plugins/statistics/templates/pretixplugins/statistics/index.html:58 msgid "Orders by product" msgstr "Παραγγελίες ανά προϊόν" -#: pretix/plugins/reports/exporters.py:202 +#: pretix/plugins/reports/exporters.py:205 #, python-brace-format msgid "{axis} between {start} and {end}" msgstr "" -#: pretix/plugins/reports/exporters.py:227 -#: pretix/plugins/reports/exporters.py:228 -#: pretix/plugins/reports/exporters.py:229 #: pretix/plugins/reports/exporters.py:230 #: pretix/plugins/reports/exporters.py:231 +#: pretix/plugins/reports/exporters.py:232 +#: pretix/plugins/reports/exporters.py:233 +#: pretix/plugins/reports/exporters.py:234 msgid "#" msgstr "#" -#: pretix/plugins/reports/exporters.py:299 +#: pretix/plugins/reports/exporters.py:302 msgid "List of orders with taxes (PDF)" msgstr "Κατάλογος παραγγελιών με φόρους (PDF)" -#: pretix/plugins/reports/exporters.py:376 +#: pretix/plugins/reports/exporters.py:379 #, python-brace-format msgid "Orders by tax rate ({currency})" msgstr "Παραγγελίες ανά φορολογικό συντελεστή ({currency})" -#: pretix/plugins/reports/exporters.py:385 -#: pretix/plugins/reports/exporters.py:521 +#: pretix/plugins/reports/exporters.py:388 +#: pretix/plugins/reports/exporters.py:524 msgid "Gross" msgstr "Ακαθάριστο" -#: pretix/plugins/reports/exporters.py:385 -#: pretix/plugins/reports/exporters.py:521 +#: pretix/plugins/reports/exporters.py:388 +#: pretix/plugins/reports/exporters.py:524 msgid "Tax" msgstr "Φόρος" -#: pretix/plugins/reports/exporters.py:470 +#: pretix/plugins/reports/exporters.py:473 #, fuzzy #| msgid "List of orders with taxes (PDF)" msgid "List of orders with taxes" @@ -20403,7 +20449,7 @@ msgid "Show all events of %(name)s" msgstr "Εμφάνιση όλων των εκδηλώσεων του %(name)s" #: pretix/presale/templates/pretixpresale/event/base.html:98 -#: pretix/presale/templates/pretixpresale/event/base.html:128 +#: pretix/presale/templates/pretixpresale/event/base.html:132 msgid "" "This ticket shop is currently in test mode. Please do not perform any real " "purchases as your order might be deleted without notice." @@ -20413,17 +20459,17 @@ msgstr "" "ενδέχεται να διαγραφεί χωρίς προειδοποίηση." #: pretix/presale/templates/pretixpresale/event/base.html:104 -#: pretix/presale/templates/pretixpresale/event/base.html:134 +#: pretix/presale/templates/pretixpresale/event/base.html:138 msgid "" "Orders made through this sales channel cannot be deleted - even if the " "ticket shop is in test mode!" msgstr "" -#: pretix/presale/templates/pretixpresale/event/base.html:142 +#: pretix/presale/templates/pretixpresale/event/base.html:146 msgid "Contact event organizer" msgstr "Επικοινωνία με τον διοργανωτή εκδηλώσεων" -#: pretix/presale/templates/pretixpresale/event/base.html:145 +#: pretix/presale/templates/pretixpresale/event/base.html:149 msgid "Imprint" msgstr "Αποτύπωμα" @@ -20880,6 +20926,11 @@ msgstr "Ποσό απο %(item)s για παραγγελία" msgid "Go" msgstr "Πήγαινε" +#: pretix/presale/templates/pretixpresale/event/fragment_subevent_calendar_week.html:21 +#: pretix/presale/templates/pretixpresale/organizers/calendar_week.html:48 +msgid "W" +msgstr "" + #: pretix/presale/templates/pretixpresale/event/fragment_subevent_list.html:21 #: pretix/presale/templates/pretixpresale/event/fragment_subevent_list.html:30 #: pretix/presale/templates/pretixpresale/fragment_calendar.html:71 @@ -21704,19 +21755,19 @@ msgstr "Παρακαλώ εισάγετε μόνο αριθμούς." msgid "Please enter positive numbers only." msgstr "Παρακαλώ εισαγάγετε μόνο θετικούς αριθμούς." -#: pretix/presale/views/cart.py:338 +#: pretix/presale/views/cart.py:340 msgid "We applied the voucher to as many products in your cart as we could." msgstr "" -#: pretix/presale/views/cart.py:360 +#: pretix/presale/views/cart.py:362 msgid "Your cart has been updated." msgstr "Το καλάθι σας έχει ενημερωθεί." -#: pretix/presale/views/cart.py:363 pretix/presale/views/cart.py:385 +#: pretix/presale/views/cart.py:365 pretix/presale/views/cart.py:387 msgid "Your cart is now empty." msgstr "Το καλάθι σας είναι τώρα άδειο." -#: pretix/presale/views/cart.py:400 +#: pretix/presale/views/cart.py:402 msgid "The products have been successfully added to your cart." msgstr "Τα προϊόντα προστέθηκαν με επιτυχία στο καλάθι σας." @@ -21955,6 +22006,23 @@ msgstr "Πρόσβαση για ανάγνωση" msgid "Write access" msgstr "Πρόσβαση για εγγραφή" +#~ msgid "" +#~ "Only recommended for advanced users. If this feature is enabled, this " +#~ "will not only be a single event but a series of very similar events that " +#~ "are handled within a single shop. The single events inside the series can " +#~ "only differ in date, time, location, prices and quotas, but not in other " +#~ "settings, and buying tickets across multiple of these events at the same " +#~ "time is possible. You cannot change this setting for this event later." +#~ msgstr "" +#~ "Συνιστάται μόνο για προχωρημένους χρήστες. Αν αυτή η λειτουργία είναι " +#~ "ενεργοποιημένη, δεν πρόκειται μόνο για ένα μόνο γεγονός, αλλά για μια " +#~ "σειρά πολύ παρόμοιων συμβάντων που αντιμετωπίζονται σε ένα μόνο " +#~ "κατάστημα. Τα μεμονωμένα γεγονότα εντός της σειράς μπορούν να διαφέρουν " +#~ "μόνο ως προς την ημερομηνία, την ώρα, την τοποθεσία, τις τιμές και τις " +#~ "ποσοστώσεις, αλλά όχι σε άλλες ρυθμίσεις και είναι δυνατή η αγορά " +#~ "εισιτηρίων σε πολλαπλά από αυτά τα γεγονότα. Δεν μπορείτε να αλλάξετε " +#~ "αυτήν τη ρύθμιση για αυτό το συμβάν αργότερα." + #~ msgid "Edit list" #~ msgstr "Επεξεργασία λίστας" diff --git a/src/pretix/locale/el/LC_MESSAGES/djangojs.po b/src/pretix/locale/el/LC_MESSAGES/djangojs.po index e961d6870..e29f7fb69 100644 --- a/src/pretix/locale/el/LC_MESSAGES/djangojs.po +++ b/src/pretix/locale/el/LC_MESSAGES/djangojs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-05-13 16:45+0000\n" +"POT-Creation-Date: 2020-06-10 16:02+0000\n" "PO-Revision-Date: 2019-10-03 19:00+0000\n" "Last-Translator: Chris Spy \n" "Language-Team: Greek \n" "Language-Team: Spanish " msgid "Empty, if this product is not an admission ticket" msgstr "Vacío, si este producto no es un ticket de admisión" -#: pretix/base/models/orders.py:1069 pretix/base/models/orders.py:2110 +#: pretix/base/models/orders.py:1069 pretix/base/models/orders.py:2137 #: pretix/base/settings.py:537 msgid "Company name" msgstr "Nombre de la Compañía" -#: pretix/base/models/orders.py:1073 pretix/base/models/orders.py:2117 +#: pretix/base/models/orders.py:1073 pretix/base/models/orders.py:2144 #: pretix/base/settings.py:32 pretix/plugins/stripe/payment.py:150 msgid "Select country" msgstr "Seleccione país" -#: pretix/base/models/orders.py:1204 +#: pretix/base/models/orders.py:1231 msgctxt "payment_state" msgid "created" msgstr "creado" -#: pretix/base/models/orders.py:1205 +#: pretix/base/models/orders.py:1232 msgctxt "payment_state" msgid "pending" msgstr "pendiente" -#: pretix/base/models/orders.py:1206 +#: pretix/base/models/orders.py:1233 msgctxt "payment_state" msgid "confirmed" msgstr "confirmado" -#: pretix/base/models/orders.py:1207 +#: pretix/base/models/orders.py:1234 msgctxt "payment_state" msgid "canceled" msgstr "cancelado" -#: pretix/base/models/orders.py:1208 +#: pretix/base/models/orders.py:1235 msgctxt "payment_state" msgid "failed" msgstr "fallido" -#: pretix/base/models/orders.py:1209 +#: pretix/base/models/orders.py:1236 msgctxt "payment_state" msgid "refunded" msgstr "reembolsado" -#: pretix/base/models/orders.py:1237 pretix/base/models/orders.py:1608 +#: pretix/base/models/orders.py:1264 pretix/base/models/orders.py:1635 #: pretix/base/shredder.py:352 msgid "Payment information" msgstr "Información de pago" -#: pretix/base/models/orders.py:1430 +#: pretix/base/models/orders.py:1457 #, fuzzy, python-format #| msgid "Order approved and confirmed: %(code)s" msgid "Event registration confirmed: %(code)s" msgstr "Pedido aprobado y confirmado: %(code)s" -#: pretix/base/models/orders.py:1448 +#: pretix/base/models/orders.py:1475 #, python-format msgid "Payment received for your order: %(code)s" msgstr "Pago recibido por su pedido: %(code)s" -#: pretix/base/models/orders.py:1554 +#: pretix/base/models/orders.py:1581 msgctxt "refund_state" msgid "started externally" msgstr "iniciado externamente" -#: pretix/base/models/orders.py:1555 +#: pretix/base/models/orders.py:1582 msgctxt "refund_state" msgid "created" msgstr "creado" -#: pretix/base/models/orders.py:1556 +#: pretix/base/models/orders.py:1583 msgctxt "refund_state" msgid "in transit" msgstr "en tránsito" -#: pretix/base/models/orders.py:1557 +#: pretix/base/models/orders.py:1584 msgctxt "refund_state" msgid "done" msgstr "hecho" -#: pretix/base/models/orders.py:1558 +#: pretix/base/models/orders.py:1585 msgctxt "refund_state" msgid "failed" msgstr "fallido" -#: pretix/base/models/orders.py:1560 +#: pretix/base/models/orders.py:1587 msgctxt "refund_state" msgid "canceled" msgstr "cancelado" -#: pretix/base/models/orders.py:1568 +#: pretix/base/models/orders.py:1595 msgctxt "refund_source" msgid "Organizer" msgstr "Organizador" -#: pretix/base/models/orders.py:1569 +#: pretix/base/models/orders.py:1596 msgctxt "refund_source" msgid "Customer" msgstr "Cliente" -#: pretix/base/models/orders.py:1570 +#: pretix/base/models/orders.py:1597 msgctxt "refund_source" msgid "External" msgstr "Externo" -#: pretix/base/models/orders.py:1714 +#: pretix/base/models/orders.py:1741 msgid "Payment fee" msgstr "Tarifa de pago" -#: pretix/base/models/orders.py:1715 +#: pretix/base/models/orders.py:1742 msgid "Shipping fee" msgstr "Tarifa de envío" -#: pretix/base/models/orders.py:1716 +#: pretix/base/models/orders.py:1743 msgid "Service fee" msgstr "Tarifa por servicio" -#: pretix/base/models/orders.py:1717 +#: pretix/base/models/orders.py:1744 #: pretix/control/templates/pretixcontrol/order/index.html:133 msgid "Cancellation fee" msgstr "Tarifa de cancelación" -#: pretix/base/models/orders.py:1718 +#: pretix/base/models/orders.py:1745 msgid "Other fees" msgstr "Otras tarifas" -#: pretix/base/models/orders.py:1719 pretix/base/payment.py:1005 +#: pretix/base/models/orders.py:1746 pretix/base/payment.py:1005 #: pretix/control/templates/pretixcontrol/order/index.html:128 msgid "Gift card" msgstr "Tarjeta de regalo" -#: pretix/base/models/orders.py:1724 +#: pretix/base/models/orders.py:1751 #: pretix/control/templates/pretixcontrol/organizers/giftcard.html:65 #: pretix/control/templates/pretixcontrol/organizers/giftcard.html:103 #: pretix/control/views/vouchers.py:70 msgid "Value" msgstr "Valor" -#: pretix/base/models/orders.py:1861 +#: pretix/base/models/orders.py:1888 msgid "Order position" msgstr "Posición de la orden" -#: pretix/base/models/orders.py:2036 pretix/base/services/orders.py:846 +#: pretix/base/models/orders.py:2063 pretix/base/services/orders.py:846 #, fuzzy, python-format #| msgid "Your order: %(code)s" msgid "Your event registration: %(code)s" msgstr "Su pedido: %(code)s" -#: pretix/base/models/orders.py:2065 +#: pretix/base/models/orders.py:2092 msgid "Cart ID (e.g. session key)" msgstr "ID de carrito (p. ej. clave de sesión)" -#: pretix/base/models/orders.py:2083 +#: pretix/base/models/orders.py:2110 msgid "Cart position" msgstr "Posición del carrito" -#: pretix/base/models/orders.py:2084 +#: pretix/base/models/orders.py:2111 msgid "Cart positions" msgstr "Posiciones del carrito" -#: pretix/base/models/orders.py:2121 +#: pretix/base/models/orders.py:2148 msgid "Only for business customers within the EU." msgstr "Solo para usuarios comerciales en la UE." -#: pretix/base/models/orders.py:2126 +#: pretix/base/models/orders.py:2153 msgid "This reference will be printed on your invoice for your convenience." msgstr "Esta referencia se imprimirá en su factura para su conveniencia." @@ -3095,9 +3097,9 @@ msgstr "" "guiones. Cada URL semántica sólo se puede usar una vez. Esta se utilizará en " "las URLs para referirse a su cuenta de organizador y a sus eventos." -#: pretix/base/models/organizer.py:52 pretix/control/forms/event.py:68 -#: pretix/control/forms/event.py:74 pretix/control/forms/filter.py:338 -#: pretix/control/forms/filter.py:614 +#: pretix/base/models/organizer.py:52 pretix/control/forms/event.py:63 +#: pretix/control/forms/event.py:69 pretix/control/forms/filter.py:338 +#: pretix/control/forms/filter.py:666 #: pretix/control/templates/pretixcontrol/events/index.html:68 #: pretix/control/templates/pretixcontrol/organizers/base.html:4 #: pretix/control/templates/pretixcontrol/organizers/edit.html:9 @@ -3178,7 +3180,7 @@ msgid "%(name)s on %(object)s" msgstr "%(name)s de %(object)s" #: pretix/base/models/organizer.py:252 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:82 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:84 msgid "Team" msgstr "Equipo" @@ -3192,23 +3194,23 @@ msgstr "Equipos" msgid "Invite to team '{team}' for '{email}'" msgstr "Invitar al equipo de '{team}' para '{email}'" -#: pretix/base/models/seating.py:23 +#: pretix/base/models/seating.py:24 msgid "Your layout file is not a valid JSON file." msgstr "Tu archivo de layout no es un archivo valido JSON." -#: pretix/base/models/seating.py:32 +#: pretix/base/models/seating.py:33 #, fuzzy msgid "Your layout file is not a valid seating plan. Error message: {}" msgstr "" "El archivo de layout no define una planificación de asientos válida. Error: " "{}" -#: pretix/base/models/seating.py:145 +#: pretix/base/models/seating.py:152 #, python-brace-format msgid "Row {number}" msgstr "Fila {number}" -#: pretix/base/models/seating.py:150 +#: pretix/base/models/seating.py:157 #, python-brace-format msgid "Seat {number}" msgstr "Asiento {number}" @@ -3294,7 +3296,7 @@ msgstr "Reducir el precio del producto en (%)" #: pretix/control/templates/pretixcontrol/vouchers/index.html:19 #: pretix/control/templates/pretixcontrol/vouchers/index.html:100 #: pretix/control/views/vouchers.py:69 pretix/control/views/waitinglist.py:199 -#: pretix/plugins/checkinlists/exporters.py:359 +#: pretix/plugins/checkinlists/exporters.py:418 #: pretix/presale/templates/pretixpresale/event/fragment_cart.html:316 #: pretix/presale/templates/pretixpresale/event/index.html:278 msgid "Voucher code" @@ -3329,7 +3331,7 @@ msgstr "" msgid "Valid until" msgstr "Válido hasta" -#: pretix/base/models/vouchers.py:131 pretix/control/forms/filter.py:955 +#: pretix/base/models/vouchers.py:131 pretix/control/forms/filter.py:1007 msgid "Reserve ticket from quota" msgstr "Reservar ticket con cargo a la cuota" @@ -3626,7 +3628,7 @@ msgctxt "subevent" msgid "Dates" msgstr "Fechas" -#: pretix/base/notifications.py:184 pretix/base/pdf.py:130 +#: pretix/base/notifications.py:184 pretix/base/pdf.py:135 msgid "Event date" msgstr "Fecha del evento" @@ -4256,7 +4258,7 @@ msgstr "Código del ticket (contenido del código de barras)" msgid "Order position number" msgstr "Posición de la orden" -#: pretix/base/pdf.py:64 pretix/control/forms/event.py:1263 +#: pretix/base/pdf.py:64 pretix/control/forms/event.py:1262 #: pretix/control/templates/pretixcontrol/items/index.html:33 msgid "Product name" msgstr "Nombre del producto" @@ -4312,116 +4314,131 @@ msgstr "Precio incluyendo complementos" msgid "Attendee company" msgstr "Correo electrónico del participante" -#: pretix/base/pdf.py:114 pretix/base/pdf.py:212 +#: pretix/base/pdf.py:114 pretix/base/pdf.py:217 #: pretix/base/services/tickets.py:96 pretix/control/views/pdf.py:80 msgid "Sample company" msgstr "Compañía de ejemplo" #: pretix/base/pdf.py:118 #, fuzzy +#| msgid "Attendee badges" +msgid "Full attendee address" +msgstr "Insignias de participante" + +#: pretix/base/pdf.py:119 +msgid "" +"John Doe\n" +"Sample company\n" +"Sesame Street 42\n" +"12345 Any City\n" +"Atlantis" +msgstr "" + +#: pretix/base/pdf.py:123 +#, fuzzy #| msgid "Attendee email" msgid "Attendee country" msgstr "Correo electrónico del participante" -#: pretix/base/pdf.py:126 +#: pretix/base/pdf.py:131 msgid "Sample event name" msgstr "Nombre de evento de ejemplo" -#: pretix/base/pdf.py:131 +#: pretix/base/pdf.py:136 msgid "May 31st, 2017" msgstr "31 de Mayo, 2017" -#: pretix/base/pdf.py:135 +#: pretix/base/pdf.py:140 msgid "Event date range" msgstr "Rango de fechas de evento" -#: pretix/base/pdf.py:136 +#: pretix/base/pdf.py:141 msgid "May 31st – June 4th, 2017" msgstr "31 de Mayo – 4 de Junio, 2017" -#: pretix/base/pdf.py:140 +#: pretix/base/pdf.py:145 msgid "Event begin date and time" msgstr "Fecha y hora de inicio de evento" -#: pretix/base/pdf.py:141 +#: pretix/base/pdf.py:146 msgid "2017-05-31 20:00" msgstr "2017-05-31 20:00" -#: pretix/base/pdf.py:148 +#: pretix/base/pdf.py:153 msgid "Event begin date" msgstr "Fecha de inicio del evento" -#: pretix/base/pdf.py:149 pretix/base/pdf.py:170 pretix/base/pdf.py:244 +#: pretix/base/pdf.py:154 pretix/base/pdf.py:175 pretix/base/pdf.py:249 msgid "2017-05-31" msgstr "2017-05-31" -#: pretix/base/pdf.py:156 +#: pretix/base/pdf.py:161 msgid "Event begin time" msgstr "Hora de inicio de evento" -#: pretix/base/pdf.py:157 +#: pretix/base/pdf.py:162 msgid "20:00" msgstr "20:00" -#: pretix/base/pdf.py:161 +#: pretix/base/pdf.py:166 msgid "Event end date and time" msgstr "Fecha y hora de finalización del evento" -#: pretix/base/pdf.py:162 +#: pretix/base/pdf.py:167 msgid "2017-05-31 22:00" msgstr "2017-05-31 22:00" -#: pretix/base/pdf.py:169 +#: pretix/base/pdf.py:174 msgid "Event end date" msgstr "Fecha de finalización del evento" -#: pretix/base/pdf.py:178 +#: pretix/base/pdf.py:183 msgid "22:00" msgstr "22:00" -#: pretix/base/pdf.py:185 +#: pretix/base/pdf.py:190 msgid "Event admission date and time" msgstr "Fecha y hora de admisión al evento" -#: pretix/base/pdf.py:186 pretix/base/pdf.py:252 +#: pretix/base/pdf.py:191 pretix/base/pdf.py:257 msgid "2017-05-31 19:00" msgstr "2017-05-31 19:00" -#: pretix/base/pdf.py:193 +#: pretix/base/pdf.py:198 msgid "Event admission time" msgstr "Hora de admisión del evento" -#: pretix/base/pdf.py:194 pretix/base/pdf.py:260 +#: pretix/base/pdf.py:199 pretix/base/pdf.py:265 msgid "19:00" msgstr "19:00" -#: pretix/base/pdf.py:201 +#: pretix/base/pdf.py:206 msgid "Event location" msgstr "Ubicación del evento" -#: pretix/base/pdf.py:202 pretix/base/settings.py:559 +#: pretix/base/pdf.py:207 pretix/base/settings.py:559 msgid "Random City" msgstr "Ciudad Aleatoria" -#: pretix/base/pdf.py:211 +#: pretix/base/pdf.py:216 msgid "Invoice address company" msgstr "Dirección de facturación empresa" -#: pretix/base/pdf.py:216 +#: pretix/base/pdf.py:221 #, fuzzy #| msgid "Invoice address company" msgid "Invoice address city" msgstr "Dirección de facturación empresa" -#: pretix/base/pdf.py:217 pretix/base/services/invoices.py:340 +#: pretix/base/pdf.py:222 pretix/base/services/invoices.py:340 msgid "Sample city" msgstr "Ciudad de ejemplo" -#: pretix/base/pdf.py:221 +#: pretix/base/pdf.py:226 msgid "List of Add-Ons" msgstr "Lista de add-ons" -#: pretix/base/pdf.py:222 +#: pretix/base/pdf.py:227 msgid "" "Add-on 1\n" "Add-on 2" @@ -4429,94 +4446,94 @@ msgstr "" "Agregado 1\n" "Agregado 2" -#: pretix/base/pdf.py:233 pretix/control/forms/filter.py:490 -#: pretix/control/forms/filter.py:492 +#: pretix/base/pdf.py:238 pretix/control/forms/filter.py:542 +#: pretix/control/forms/filter.py:544 #: pretix/control/templates/pretixcontrol/organizers/index.html:35 msgid "Organizer name" msgstr "Nombre del organizador" -#: pretix/base/pdf.py:234 +#: pretix/base/pdf.py:239 msgid "Event organizer company" msgstr "Empresa organizadora de eventos" -#: pretix/base/pdf.py:238 +#: pretix/base/pdf.py:243 msgid "Organizer info text" msgstr "Texto informativo del organizador" -#: pretix/base/pdf.py:239 +#: pretix/base/pdf.py:244 msgid "Event organizer info text" msgstr "Texto de información del organizador del evento" -#: pretix/base/pdf.py:243 +#: pretix/base/pdf.py:248 msgid "Printing date" msgstr "Fecha de impresión" -#: pretix/base/pdf.py:251 +#: pretix/base/pdf.py:256 msgid "Printing date and time" msgstr "Fecha y hora de impresión" -#: pretix/base/pdf.py:259 +#: pretix/base/pdf.py:264 msgid "Printing time" msgstr "Hora de impresión" -#: pretix/base/pdf.py:267 +#: pretix/base/pdf.py:272 #, fuzzy #| msgid "Full name" msgid "Seat: Full name" msgstr "Nombre completo" -#: pretix/base/pdf.py:268 +#: pretix/base/pdf.py:273 msgid "Ground floor, Row 3, Seat 4" msgstr "Planta baja, fila 3, asiento 4" -#: pretix/base/pdf.py:270 pretix/base/pdf.py:276 -#: pretix/control/forms/orders.py:229 +#: pretix/base/pdf.py:275 pretix/base/pdf.py:281 +#: pretix/control/forms/orders.py:233 msgid "General admission" msgstr "Entrada general" -#: pretix/base/pdf.py:273 +#: pretix/base/pdf.py:278 #, fuzzy #| msgid "Team name" msgid "Seat: zone" msgstr "Nombre del equipo" -#: pretix/base/pdf.py:274 +#: pretix/base/pdf.py:279 msgid "Ground floor" msgstr "Planta baja" -#: pretix/base/pdf.py:279 +#: pretix/base/pdf.py:284 msgid "Seat: row" msgstr "Asiento: fila" -#: pretix/base/pdf.py:284 +#: pretix/base/pdf.py:289 msgid "Seat: seat number" msgstr "Asiento: número de asiento" -#: pretix/base/pdf.py:320 +#: pretix/base/pdf.py:325 #, python-brace-format msgid "Question: {question}" msgstr "Pregunta: {question}" -#: pretix/base/pdf.py:321 +#: pretix/base/pdf.py:326 #, python-brace-format msgid "" msgstr "" -#: pretix/base/pdf.py:343 pretix/base/pdf.py:350 -#: pretix/plugins/badges/exporters.py:238 -#: pretix/plugins/checkinlists/exporters.py:62 -#: pretix/plugins/checkinlists/exporters.py:335 +#: pretix/base/pdf.py:348 pretix/base/pdf.py:355 +#: pretix/plugins/badges/exporters.py:246 +#: pretix/plugins/checkinlists/exporters.py:77 +#: pretix/plugins/checkinlists/exporters.py:394 #: pretix/plugins/ticketoutputpdf/exporters.py:42 #, python-brace-format msgid "Attendee name: {part}" msgstr "Nombre del participante: {part}" -#: pretix/base/pdf.py:360 +#: pretix/base/pdf.py:365 #, python-brace-format msgid "Invoice address name: {part}" msgstr "Nombre para dirección de facturación: {part}" -#: pretix/base/pdf.py:522 pretix/plugins/ticketoutputpdf/ticketoutput.py:78 +#: pretix/base/pdf.py:527 pretix/plugins/ticketoutputpdf/ticketoutput.py:78 msgid "Ticket" msgstr "Ticket" @@ -4560,7 +4577,7 @@ msgstr "" "No pudimos procesar su solicitud completamente ya que el servidor estaba " "demasiado ocupado. Por favor, inténtalo de nuevo." -#: pretix/base/services/cart.py:54 pretix/presale/views/cart.py:174 +#: pretix/base/services/cart.py:54 pretix/presale/views/cart.py:176 msgid "You did not select any products." msgstr "Usted no seleccionó ningún producto." @@ -4873,7 +4890,7 @@ msgctxt "invoice" msgid "Attendee: {name}" msgstr "Asistente: {name}" -#: pretix/base/services/invoices.py:170 pretix/plugins/reports/exporters.py:215 +#: pretix/base/services/invoices.py:170 pretix/plugins/reports/exporters.py:218 msgctxt "subevent" msgid "Date: {}" msgstr "Fecha: {}" @@ -5083,7 +5100,7 @@ msgstr "" "sido utilizado el máximo número de veces permitido. Hemos quitado este " "artículo de su carrito." -#: pretix/base/services/orders.py:153 pretix/control/forms/orders.py:68 +#: pretix/base/services/orders.py:153 pretix/control/forms/orders.py:69 msgid "The new expiry date needs to be in the future." msgstr "La nueva fecha de caducidad debe ser en el futuro." @@ -5120,7 +5137,7 @@ msgstr "" "Esta orden no se puede cancelar, ya que la tarjeta regalo {card} que se ha " "comprado en esta orden ya se ha canjeado." -#: pretix/base/services/orders.py:391 pretix/control/forms/orders.py:132 +#: pretix/base/services/orders.py:391 pretix/control/forms/orders.py:136 msgid "" "The cancellation fee cannot be higher than the payment credit of this order." msgstr "" @@ -5268,7 +5285,7 @@ msgstr "" "Sucedió un error al tratar de devolverle el dinero. Por favor contacte al " "organizador del evento por información adicional." -#: pretix/base/services/seating.py:35 pretix/base/services/seating.py:90 +#: pretix/base/services/seating.py:35 pretix/base/services/seating.py:94 #, fuzzy, python-format #| msgid "" #| "You can not change the plan since seat \"{}\" is not present in the new " @@ -5280,7 +5297,7 @@ msgstr "" "No se puede cambiar el plan, ya que el asiento \"{}\" no está disponible en " "el nuevo plan y ya está vendido." -#: pretix/base/services/seating.py:93 +#: pretix/base/services/seating.py:97 #, fuzzy, python-format #| msgid "" #| "You can not change the plan since seat \"{}\" is not present in the new " @@ -5945,7 +5962,7 @@ msgstr "" msgid "Available languages" msgstr "Idiomas disponibles" -#: pretix/base/settings.py:707 pretix/control/forms/event.py:96 +#: pretix/base/settings.py:707 pretix/control/forms/event.py:91 msgid "Default language" msgstr "Lenguaje predefinido" @@ -5987,7 +6004,7 @@ msgstr "" msgid "Hide all products that are sold out" msgstr "Ocultar todos los productos agotados" -#: pretix/base/settings.py:757 pretix/control/forms/event.py:1177 +#: pretix/base/settings.py:757 pretix/control/forms/event.py:1176 msgid "Publicly show how many tickets of a certain type are still available." msgstr "" "Mostrar públicamente cuántas entradas de un determinado tipo todavía están " @@ -6005,7 +6022,7 @@ msgstr "Mostrar variaciones de un producto expandido por defecto" msgid "Enable waiting list" msgstr "Habilitar lista de espera" -#: pretix/base/settings.py:785 pretix/control/forms/event.py:1182 +#: pretix/base/settings.py:785 pretix/control/forms/event.py:1181 msgid "" "Once a ticket is sold out, people can add themselves to a waiting list. As " "soon as a ticket becomes available again, it will be reserved for the first " @@ -6115,7 +6132,7 @@ msgid "" msgstr "" #: pretix/base/settings.py:888 pretix/base/settings.py:896 -#: pretix/control/forms/organizer.py:292 +#: pretix/control/forms/organizer.py:293 #: pretix/presale/templates/pretixpresale/organizers/calendar.html:25 #: pretix/presale/templates/pretixpresale/organizers/calendar_week.html:25 #: pretix/presale/templates/pretixpresale/organizers/index.html:34 @@ -6123,20 +6140,20 @@ msgid "List" msgstr "Lista" #: pretix/base/settings.py:889 pretix/base/settings.py:897 -#: pretix/control/forms/organizer.py:293 +#: pretix/control/forms/organizer.py:294 #, fuzzy #| msgid "Calendar" msgid "Week calendar" msgstr "Calendario" #: pretix/base/settings.py:890 pretix/base/settings.py:898 -#: pretix/control/forms/organizer.py:294 +#: pretix/control/forms/organizer.py:295 #, fuzzy #| msgid "Calendar" msgid "Month calendar" msgstr "Calendario" -#: pretix/base/settings.py:894 pretix/control/forms/organizer.py:290 +#: pretix/base/settings.py:894 pretix/control/forms/organizer.py:291 msgid "Default overview style" msgstr "Estilo de resumen por defecto" @@ -6177,7 +6194,7 @@ msgstr "" "permite. De otra manera, un reembolso manual será creado para ser procesado " "por usted." -#: pretix/base/settings.py:952 pretix/control/forms/orders.py:586 +#: pretix/base/settings.py:952 pretix/control/forms/orders.py:590 msgid "Keep a fixed cancellation fee" msgstr "Mantener una tarifa de cancelación fija" @@ -6185,7 +6202,7 @@ msgstr "Mantener una tarifa de cancelación fija" msgid "Keep payment, shipping and service fees" msgstr "Conservar cuota de pago, envío y servicios" -#: pretix/base/settings.py:973 pretix/control/forms/orders.py:591 +#: pretix/base/settings.py:973 pretix/control/forms/orders.py:595 msgid "Keep a percentual cancellation fee" msgstr "Mantener una tarifa de cancelación porcentual" @@ -6246,21 +6263,21 @@ msgstr "Entrega una tarjeta regalo manualmente" msgid "Refund method" msgstr "Orden de reembolso" -#: pretix/base/settings.py:1051 pretix/control/forms/event.py:1205 +#: pretix/base/settings.py:1051 pretix/control/forms/event.py:1204 msgid "Contact address" msgstr "Dirección de contacto" -#: pretix/base/settings.py:1052 pretix/control/forms/event.py:1207 +#: pretix/base/settings.py:1052 pretix/control/forms/event.py:1206 msgid "We'll show this publicly to allow attendees to contact you." msgstr "" "Lo mostraremos públicamente para que los asistentes puedan ponerse en " "contacto con usted." -#: pretix/base/settings.py:1060 pretix/control/forms/event.py:1199 +#: pretix/base/settings.py:1060 pretix/control/forms/event.py:1198 msgid "Imprint URL" msgstr "Pie de imprenta URL" -#: pretix/base/settings.py:1061 pretix/control/forms/event.py:1200 +#: pretix/base/settings.py:1061 pretix/control/forms/event.py:1199 msgid "" "This should point e.g. to a part of your website that has your contact " "details and legal information." @@ -6893,99 +6910,99 @@ msgctxt "subevent" msgid "Date ordering" msgstr "Fecha de pedido" -#: pretix/base/settings.py:1657 +#: pretix/base/settings.py:1665 #, fuzzy msgid "Most common English titles" msgstr "Tratamientos más comunes en inglés" -#: pretix/base/settings.py:1667 +#: pretix/base/settings.py:1675 #, fuzzy msgid "Most common German titles" msgstr "Tratamientos más comunes en alemán" -#: pretix/base/settings.py:1676 pretix/base/settings.py:1689 -#: pretix/base/settings.py:1705 pretix/base/settings.py:1755 -#: pretix/base/settings.py:1768 pretix/base/settings.py:1782 +#: pretix/base/settings.py:1684 pretix/base/settings.py:1697 +#: pretix/base/settings.py:1713 pretix/base/settings.py:1763 +#: pretix/base/settings.py:1776 pretix/base/settings.py:1790 msgid "Given name" msgstr "Nombre dado" -#: pretix/base/settings.py:1677 pretix/base/settings.py:1690 -#: pretix/base/settings.py:1706 pretix/base/settings.py:1722 -#: pretix/base/settings.py:1739 pretix/base/settings.py:1754 -#: pretix/base/settings.py:1769 pretix/base/settings.py:1783 +#: pretix/base/settings.py:1685 pretix/base/settings.py:1698 +#: pretix/base/settings.py:1714 pretix/base/settings.py:1730 +#: pretix/base/settings.py:1747 pretix/base/settings.py:1762 +#: pretix/base/settings.py:1777 pretix/base/settings.py:1791 msgid "Family name" msgstr "Apellido" -#: pretix/base/settings.py:1681 pretix/base/settings.py:1697 -#: pretix/base/settings.py:1713 pretix/base/settings.py:1728 -#: pretix/base/settings.py:1746 pretix/base/settings.py:1761 -#: pretix/base/settings.py:1791 pretix/base/settings.py:1814 +#: pretix/base/settings.py:1689 pretix/base/settings.py:1705 +#: pretix/base/settings.py:1721 pretix/base/settings.py:1736 +#: pretix/base/settings.py:1754 pretix/base/settings.py:1769 +#: pretix/base/settings.py:1799 pretix/base/settings.py:1822 msgctxt "person_name_sample" msgid "John" msgstr "Juan" -#: pretix/base/settings.py:1682 pretix/base/settings.py:1698 -#: pretix/base/settings.py:1714 pretix/base/settings.py:1730 -#: pretix/base/settings.py:1748 pretix/base/settings.py:1762 -#: pretix/base/settings.py:1792 +#: pretix/base/settings.py:1690 pretix/base/settings.py:1706 +#: pretix/base/settings.py:1722 pretix/base/settings.py:1738 +#: pretix/base/settings.py:1756 pretix/base/settings.py:1770 +#: pretix/base/settings.py:1800 msgctxt "person_name_sample" msgid "Doe" msgstr "Pérez" -#: pretix/base/settings.py:1688 pretix/base/settings.py:1704 -#: pretix/base/settings.py:1736 +#: pretix/base/settings.py:1696 pretix/base/settings.py:1712 +#: pretix/base/settings.py:1744 msgctxt "person_name" msgid "Title" msgstr "Título" -#: pretix/base/settings.py:1696 pretix/base/settings.py:1712 -#: pretix/base/settings.py:1745 +#: pretix/base/settings.py:1704 pretix/base/settings.py:1720 +#: pretix/base/settings.py:1753 msgctxt "person_name_sample" msgid "Dr" msgstr "Doctor" -#: pretix/base/settings.py:1720 pretix/base/settings.py:1737 +#: pretix/base/settings.py:1728 pretix/base/settings.py:1745 msgid "First name" msgstr "Primer Nombre" -#: pretix/base/settings.py:1721 pretix/base/settings.py:1738 +#: pretix/base/settings.py:1729 pretix/base/settings.py:1746 msgid "Middle name" msgstr "Segundo nombre" -#: pretix/base/settings.py:1802 pretix/base/settings.py:1813 +#: pretix/base/settings.py:1810 pretix/base/settings.py:1821 msgctxt "person_name_sample" msgid "John Doe" msgstr "Juan Pérez" -#: pretix/base/settings.py:1808 +#: pretix/base/settings.py:1816 msgid "Calling name" msgstr "Nombre preferido" -#: pretix/base/settings.py:1821 +#: pretix/base/settings.py:1829 msgid "Latin transcription" msgstr "Transliteración" -#: pretix/base/settings.py:1924 pretix/control/forms/event.py:176 +#: pretix/base/settings.py:1932 pretix/control/forms/event.py:172 msgid "" "Your default locale must also be enabled for your event (see box above)." msgstr "" "Su localización por defecto también debe estar habilitada para su evento " "(ver cuadro de arriba)." -#: pretix/base/settings.py:1928 +#: pretix/base/settings.py:1936 msgid "" "You cannot require specifying attendee names if you do not ask for them." msgstr "" "No puede exigir que se especifiquen los nombres de los participantes si no " "los solicita." -#: pretix/base/settings.py:1932 +#: pretix/base/settings.py:1940 msgid "You have to ask for attendee emails if you want to make them required." msgstr "" "Debe solicitar los correos electrónicos de los asistentes si desea que sean " "necesarios." -#: pretix/base/settings.py:1936 +#: pretix/base/settings.py:1944 #, fuzzy #| msgid "" #| "You have to ask for attendee emails if you want to make them required." @@ -6995,13 +7012,13 @@ msgstr "" "Debe solicitar los correos electrónicos de los asistentes si desea que sean " "necesarios." -#: pretix/base/settings.py:1940 +#: pretix/base/settings.py:1948 #, fuzzy #| msgid "This will require users to enter a company name." msgid "You have to require invoice addresses to require for company names." msgstr "Esto requerirá que los usuarios introduzcan el nombre de una empresa." -#: pretix/base/settings.py:1947 +#: pretix/base/settings.py:1955 msgid "The last payment date cannot be before the end of presale." msgstr "La última fecha de pago no puede ser antes del final de la pre-venta." @@ -7440,16 +7457,22 @@ msgstr "Se ha producido un error interno, inténtelo de nuevo." msgid "The task has been completed." msgstr "La tarea ha sido completada." -#: pretix/control/forms/__init__.py:112 +#: pretix/control/forms/__init__.py:115 +#, fuzzy, python-brace-format +#| msgid "Please only upload PDF files." +msgid "Please do not upload files larger than {size}!" +msgstr "Por favor, cargue sólo archivos PDF." + +#: pretix/control/forms/__init__.py:136 msgid "Filetype not allowed!" msgstr "Tipo de archivo no permitido!" #: pretix/control/forms/checkin.py:38 pretix/control/forms/filter.py:244 -#: pretix/control/forms/filter.py:271 pretix/control/forms/filter.py:979 -#: pretix/control/forms/filter.py:999 pretix/control/forms/filter.py:1091 -#: pretix/control/forms/filter.py:1107 pretix/control/forms/filter.py:1168 -#: pretix/control/forms/filter.py:1203 pretix/control/forms/orders.py:544 -#: pretix/control/forms/orders.py:699 +#: pretix/control/forms/filter.py:271 pretix/control/forms/filter.py:1031 +#: pretix/control/forms/filter.py:1051 pretix/control/forms/filter.py:1143 +#: pretix/control/forms/filter.py:1159 pretix/control/forms/filter.py:1220 +#: pretix/control/forms/filter.py:1255 pretix/control/forms/orders.py:548 +#: pretix/control/forms/orders.py:703 #: pretix/control/templates/pretixcontrol/event/fragment_subevent_choice_simple.html:5 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:47 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:109 @@ -7458,7 +7481,7 @@ msgctxt "subevent" msgid "All dates" msgstr "Todas las fechas" -#: pretix/control/forms/event.py:44 pretix/control/forms/organizer.py:310 +#: pretix/control/forms/event.py:44 pretix/control/forms/organizer.py:311 msgid "Use languages" msgstr "Idiomas de uso" @@ -7470,39 +7493,22 @@ msgstr "Elija todos los idiomas en los que su evento debe estar disponible." msgid "This is an event series" msgstr "Esta es una serie de eventos" -#: pretix/control/forms/event.py:50 -msgid "" -"Only recommended for advanced users. If this feature is enabled, this will " -"not only be a single event but a series of very similar events that are " -"handled within a single shop. The single events inside the series can only " -"differ in date, time, location, prices and quotas, but not in other " -"settings, and buying tickets across multiple of these events at the same " -"time is possible. You cannot change this setting for this event later." -msgstr "" -"Sólo se recomienda para usuarios avanzados. Si esta función está habilitada, " -"no se tratará de un único evento, sino de una serie de eventos muy similares " -"que se gestionan en una única tienda. Los eventos individuales dentro de la " -"serie sólo pueden diferir en fecha, hora, ubicación, precios y cuotas, pero " -"no en otros escenarios, y es posible comprar entradas para varios de estos " -"eventos al mismo tiempo. No se puede modificar esta parametrización para " -"este evento más tarde." - -#: pretix/control/forms/event.py:88 +#: pretix/control/forms/event.py:83 msgid "" "You already used this slug for a different event. Please choose a new one." msgstr "" "Ya usó esta URL semántica para un evento diferente. Por favor, elija una " "nueva." -#: pretix/control/forms/event.py:92 pretix/control/forms/event.py:394 +#: pretix/control/forms/event.py:87 pretix/control/forms/event.py:390 msgid "Event timezone" msgstr "Zona horaria del evento" -#: pretix/control/forms/event.py:99 +#: pretix/control/forms/event.py:94 msgid "Sales tax rate" msgstr "Tipo del impuesto sobre las ventas" -#: pretix/control/forms/event.py:100 +#: pretix/control/forms/event.py:95 msgid "" "Do you need to pay sales tax on your tickets? In this case, please enter the " "applicable tax rate here in percent. If you have a more complicated tax " @@ -7513,22 +7519,22 @@ msgstr "" "situación fiscal más complicada, puede añadir más tipos impositivos y una " "configuración detallada más adelante." -#: pretix/control/forms/event.py:107 +#: pretix/control/forms/event.py:102 msgid "Grant access to team" msgstr "Dar acceso al equipo" -#: pretix/control/forms/event.py:108 +#: pretix/control/forms/event.py:103 msgid "" "You are allowed to create events under this organizer, however you do not " "have permission to edit all events under this organizer. Please select one " "of your existing teams that will be granted access to this event." msgstr "" -#: pretix/control/forms/event.py:113 +#: pretix/control/forms/event.py:108 msgid "Create a new team for this event with me as the only member" msgstr "" -#: pretix/control/forms/event.py:156 pretix/control/forms/event.py:309 +#: pretix/control/forms/event.py:151 pretix/control/forms/event.py:305 msgid "" "Sample Conference Center\n" "Heidelberg, Germany" @@ -7536,43 +7542,43 @@ msgstr "" "Ejemplo de Centro de Conferencia \n" "Heidelberg, Alemania" -#: pretix/control/forms/event.py:180 +#: pretix/control/forms/event.py:176 msgid "Your default locale must be specified." msgstr "Su localización por defecto debe ser especificada." -#: pretix/control/forms/event.py:254 +#: pretix/control/forms/event.py:250 msgid "Copy configuration from" msgstr "Copiar configuración de" -#: pretix/control/forms/event.py:260 pretix/control/forms/event.py:263 +#: pretix/control/forms/event.py:256 pretix/control/forms/event.py:259 #: pretix/control/forms/item.py:250 msgid "Do not copy" msgstr "No copiar" -#: pretix/control/forms/event.py:314 pretix/control/forms/organizer.py:87 +#: pretix/control/forms/event.py:310 pretix/control/forms/organizer.py:87 msgid "Custom domain" msgstr "Dominio personalizado" -#: pretix/control/forms/event.py:316 pretix/control/forms/organizer.py:89 +#: pretix/control/forms/event.py:312 pretix/control/forms/organizer.py:89 msgid "You need to configure the custom domain in the webserver beforehand." msgstr "" "Debe configurar previamente el dominio personalizado en el servidor web." -#: pretix/control/forms/event.py:324 pretix/control/forms/organizer.py:97 +#: pretix/control/forms/event.py:320 pretix/control/forms/organizer.py:97 msgid "You cannot choose the base domain of this installation." msgstr "No puede elegir el dominio base de esta instalación." -#: pretix/control/forms/event.py:328 pretix/control/forms/organizer.py:102 +#: pretix/control/forms/event.py:324 pretix/control/forms/organizer.py:102 #, fuzzy #| msgid "This domain is already in use for a different organizer." msgid "This domain is already in use for a different event or organizer." msgstr "Este dominio ya se utiliza para un organizador diferente." -#: pretix/control/forms/event.py:397 +#: pretix/control/forms/event.py:393 msgid "Name format" msgstr "Nombre del formato" -#: pretix/control/forms/event.py:398 +#: pretix/control/forms/event.py:394 msgid "" "This defines how pretix will ask for human names. Changing this after you " "already received orders might lead to unexpected behavior when sorting or " @@ -7582,11 +7588,11 @@ msgstr "" "de haber recibido ordenes puede causar comportamientos inesperados al " "reordenar o cambiar nombres." -#: pretix/control/forms/event.py:403 +#: pretix/control/forms/event.py:399 msgid "Allowed titles" msgstr "Titulos permitidos" -#: pretix/control/forms/event.py:404 +#: pretix/control/forms/event.py:400 msgid "" "If the naming scheme you defined above allows users to input a title, you " "can use this to restrict the set of selectable titles." @@ -7595,13 +7601,13 @@ msgstr "" "un tratamiento, esto se puede usar para restringir el conjunto de " "tratamientos a seleccionar." -#: pretix/control/forms/event.py:409 pretix/control/forms/organizer.py:276 +#: pretix/control/forms/event.py:405 pretix/control/forms/organizer.py:276 #, fuzzy #| msgid "Attendee name" msgid "Header image" msgstr "Nombre del participante" -#: pretix/control/forms/event.py:412 +#: pretix/control/forms/event.py:409 #, fuzzy #| msgid "" #| "If you provide a logo image, we will by default not show your events name " @@ -7618,29 +7624,29 @@ msgstr "" "nombre y la fecha de su evento en el encabezado de la página. Mostraremos su " "logotipo con una altura máxima de 120 píxeles." -#: pretix/control/forms/event.py:418 pretix/control/forms/organizer.py:285 +#: pretix/control/forms/event.py:415 pretix/control/forms/organizer.py:286 msgid "Use header image in its full size" msgstr "" -#: pretix/control/forms/event.py:419 pretix/control/forms/organizer.py:286 +#: pretix/control/forms/event.py:416 pretix/control/forms/organizer.py:287 msgid "We recommend to upload a picture at least 1170 pixels wide." msgstr "" -#: pretix/control/forms/event.py:423 +#: pretix/control/forms/event.py:420 msgid "Show event title even if a header image is present" msgstr "" -#: pretix/control/forms/event.py:424 +#: pretix/control/forms/event.py:421 #, fuzzy #| msgid "This question will be asked during check-in." msgid "The title will only be shown on the event front page." msgstr "Esta pregunta se hará durante el registro." -#: pretix/control/forms/event.py:428 +#: pretix/control/forms/event.py:425 msgid "Social media image" msgstr "Imagen de redes sociales" -#: pretix/control/forms/event.py:431 +#: pretix/control/forms/event.py:429 msgid "" "This picture will be used as a preview if you post links to your ticket shop " "on social media. Facebook advises to use a picture size of 1200 x 630 " @@ -7649,12 +7655,12 @@ msgid "" "square is shown. If you do not fill this, we will use the logo given above." msgstr "" -#: pretix/control/forms/event.py:437 pretix/control/forms/organizer.py:226 +#: pretix/control/forms/event.py:435 pretix/control/forms/organizer.py:226 msgid "Primary color" msgstr "Color primario" -#: pretix/control/forms/event.py:441 pretix/control/forms/event.py:451 -#: pretix/control/forms/event.py:461 pretix/control/forms/event.py:470 +#: pretix/control/forms/event.py:439 pretix/control/forms/event.py:449 +#: pretix/control/forms/event.py:459 pretix/control/forms/event.py:468 #: pretix/control/forms/organizer.py:230 pretix/control/forms/organizer.py:240 #: pretix/control/forms/organizer.py:250 pretix/control/forms/organizer.py:260 msgid "Please enter the hexadecimal code of a color, e.g. #990000." @@ -7662,40 +7668,40 @@ msgstr "" "Por favor, introduzca el código hexadecimal de un color, por ejemplo, " "#990000." -#: pretix/control/forms/event.py:446 pretix/control/forms/organizer.py:235 +#: pretix/control/forms/event.py:444 pretix/control/forms/organizer.py:235 msgid "Accent color for success" msgstr "Acentuar el color para éxito" -#: pretix/control/forms/event.py:447 pretix/control/forms/organizer.py:236 +#: pretix/control/forms/event.py:445 pretix/control/forms/organizer.py:236 msgid "We strongly suggest to use a shade of green." msgstr "Sugerimos fuertemente usar un tono de verde." -#: pretix/control/forms/event.py:456 pretix/control/forms/organizer.py:245 +#: pretix/control/forms/event.py:454 pretix/control/forms/organizer.py:245 msgid "Accent color for errors" msgstr "Acentuar los colores para errores" -#: pretix/control/forms/event.py:457 +#: pretix/control/forms/event.py:455 msgid "We strongly suggest to use a dark shade of red." msgstr "Sugerimos fuertemente usar un tono oscuro de rojo." -#: pretix/control/forms/event.py:466 pretix/control/forms/organizer.py:256 +#: pretix/control/forms/event.py:464 pretix/control/forms/organizer.py:256 msgid "Page background color" msgstr "" -#: pretix/control/forms/event.py:476 pretix/control/forms/organizer.py:266 +#: pretix/control/forms/event.py:474 pretix/control/forms/organizer.py:266 msgid "Use round edges" msgstr "" -#: pretix/control/forms/event.py:480 pretix/control/forms/organizer.py:315 +#: pretix/control/forms/event.py:478 pretix/control/forms/organizer.py:316 #: pretix/control/templates/pretixcontrol/pdf/index.html:305 msgid "Font" msgstr "Fuente" -#: pretix/control/forms/event.py:485 pretix/control/forms/organizer.py:320 +#: pretix/control/forms/event.py:483 pretix/control/forms/organizer.py:321 msgid "Only respected by modern browsers." msgstr "Sólo respetado por los navegadores modernos." -#: pretix/control/forms/event.py:542 +#: pretix/control/forms/event.py:540 msgid "" "e.g. I hereby confirm that I have read and agree with the event organizer's " "terms of service and agree with them." @@ -7704,28 +7710,28 @@ msgstr "" "los términos de servicio del organizador del evento y estoy de acuerdo con " "ellos." -#: pretix/control/forms/event.py:546 +#: pretix/control/forms/event.py:544 #, python-brace-format msgid "Ask for {fields}, display like {example}" msgstr "Pregunta por {fields}, despliega como {example}" -#: pretix/control/forms/event.py:552 +#: pretix/control/forms/event.py:550 #, fuzzy #| msgid "Free price input" msgid "Free text input" msgstr "Entrada de precio gratuita" -#: pretix/control/forms/event.py:586 +#: pretix/control/forms/event.py:584 msgid "" "You have configured gift cards to be valid {} years plus the year the gift " "card is issued in." msgstr "" -#: pretix/control/forms/event.py:601 +#: pretix/control/forms/event.py:599 msgid "Tax rule for payment fees" msgstr "Normativa fiscal para las comisiones de pago" -#: pretix/control/forms/event.py:603 +#: pretix/control/forms/event.py:601 msgid "" "The tax rule that applies for additional fees you configured for single " "payment methods. This will set the tax rate and reverse charge rules, other " @@ -7735,13 +7741,13 @@ msgstr "" "configuraron para los métodos de pago único. Esto fijará el tipo impositivo " "y las reglas de inversión del sujeto pasivo." -#: pretix/control/forms/event.py:695 +#: pretix/control/forms/event.py:693 #, fuzzy #| msgid "Generate invoices" msgid "Generate invoices for Sales channels" msgstr "Generar facturas" -#: pretix/control/forms/event.py:698 +#: pretix/control/forms/event.py:696 #, fuzzy msgid "" "If you have enabled invoice generation in the previous setting, you can " @@ -7750,105 +7756,105 @@ msgstr "" "Si se habilitó la generación de facturas en la propiedad anterior, aquí se " "puede limitar a canales de venta específicos." -#: pretix/control/forms/event.py:702 +#: pretix/control/forms/event.py:700 msgid "Invoice style" msgstr "Estilo de factura" -#: pretix/control/forms/event.py:708 +#: pretix/control/forms/event.py:706 msgid "Invoice language" msgstr "Idioma de la factura" -#: pretix/control/forms/event.py:709 pretix/control/forms/event.py:730 +#: pretix/control/forms/event.py:707 pretix/control/forms/event.py:729 msgid "The user's language" msgstr "Idioma del usuario" -#: pretix/control/forms/event.py:712 +#: pretix/control/forms/event.py:710 msgid "Logo image" msgstr "Imagen del logotipo" -#: pretix/control/forms/event.py:715 +#: pretix/control/forms/event.py:714 msgid "We will show your logo with a maximal height and width of 2.5 cm." msgstr "Mostraremos su logotipo con una altura y anchura máxima de 2,5 cm." -#: pretix/control/forms/event.py:759 +#: pretix/control/forms/event.py:758 msgid "Bcc address" msgstr "Direcciones CCO" -#: pretix/control/forms/event.py:760 +#: pretix/control/forms/event.py:759 msgid "All emails will be sent to this address as a Bcc copy" msgstr "" "Todos los correos electrónicos se enviarán a esta dirección como una copia " "de CCO" -#: pretix/control/forms/event.py:766 +#: pretix/control/forms/event.py:765 msgid "Signature" msgstr "Firma" -#: pretix/control/forms/event.py:769 +#: pretix/control/forms/event.py:768 #, python-brace-format msgid "This will be attached to every email. Available placeholders: {event}" msgstr "" "Esto se adjuntará a cada correo electrónico. Marcadores de posición " "disponibles: {event}" -#: pretix/control/forms/event.py:774 +#: pretix/control/forms/event.py:773 msgid "e.g. your contact details" msgstr "p. ej. sus datos de contacto" -#: pretix/control/forms/event.py:779 +#: pretix/control/forms/event.py:778 msgid "HTML mail renderer" msgstr "Renderizador de correo HTML" -#: pretix/control/forms/event.py:784 pretix/control/forms/event.py:801 -#: pretix/control/forms/event.py:818 pretix/control/forms/event.py:877 +#: pretix/control/forms/event.py:783 pretix/control/forms/event.py:800 +#: pretix/control/forms/event.py:817 pretix/control/forms/event.py:876 #, fuzzy #| msgid "Order contact address changed" msgid "Text sent to order contact address" msgstr "Cambiar la dirección de contacto del pedido" -#: pretix/control/forms/event.py:789 pretix/control/forms/event.py:806 -#: pretix/control/forms/event.py:823 pretix/control/forms/event.py:882 +#: pretix/control/forms/event.py:788 pretix/control/forms/event.py:805 +#: pretix/control/forms/event.py:822 pretix/control/forms/event.py:881 #, fuzzy #| msgid "Send a new email based on this" msgid "Send an email to attendees" msgstr "Enviar un nuevo correo electrónico basado en esto" -#: pretix/control/forms/event.py:790 pretix/control/forms/event.py:807 -#: pretix/control/forms/event.py:824 pretix/control/forms/event.py:883 +#: pretix/control/forms/event.py:789 pretix/control/forms/event.py:806 +#: pretix/control/forms/event.py:823 pretix/control/forms/event.py:882 msgid "" "If the order contains attendees with email addresses different from the " "person who orders the tickets, the following email will be sent out to the " "attendees." msgstr "" -#: pretix/control/forms/event.py:795 pretix/control/forms/event.py:812 -#: pretix/control/forms/event.py:829 pretix/control/forms/event.py:888 +#: pretix/control/forms/event.py:794 pretix/control/forms/event.py:811 +#: pretix/control/forms/event.py:828 pretix/control/forms/event.py:887 #, fuzzy #| msgid "Text (sent by admin)" msgid "Text sent to attendees" msgstr "Texto (enviado por admin)" -#: pretix/control/forms/event.py:835 pretix/control/forms/event.py:857 -#: pretix/control/forms/event.py:862 pretix/control/forms/event.py:867 -#: pretix/control/forms/event.py:872 +#: pretix/control/forms/event.py:834 pretix/control/forms/event.py:856 +#: pretix/control/forms/event.py:861 pretix/control/forms/event.py:866 +#: pretix/control/forms/event.py:871 #: pretix/control/templates/pretixcontrol/organizers/giftcard.html:99 #: pretix/control/templates/pretixcontrol/pdf/index.html:367 msgid "Text" msgstr "Texto" -#: pretix/control/forms/event.py:840 +#: pretix/control/forms/event.py:839 msgid "Text (sent by admin)" msgstr "Texto (enviado por admin)" -#: pretix/control/forms/event.py:845 +#: pretix/control/forms/event.py:844 msgid "Text (requested by user)" msgstr "Texto (solicitado por el usuario)" -#: pretix/control/forms/event.py:850 pretix/control/forms/event.py:893 +#: pretix/control/forms/event.py:849 pretix/control/forms/event.py:892 msgid "Number of days" msgstr "Número de días" -#: pretix/control/forms/event.py:853 +#: pretix/control/forms/event.py:852 msgid "" "This email will be sent out this many days before the order expires. If the " "value is 0, the mail will never be sent." @@ -7856,7 +7862,7 @@ msgstr "" "Este correo electrónico se enviará muchos días antes de que expire el " "pedido. Si el valor es 0, el correo nunca será enviado." -#: pretix/control/forms/event.py:896 +#: pretix/control/forms/event.py:895 msgid "" "This email will be sent out this many days before the order event starts. If " "the field is empty, the mail will never be sent." @@ -7864,15 +7870,15 @@ msgstr "" "Este correo electrónico se enviará muchos días antes de que comience el " "evento de pedido. Si el campo está vacío, el correo nunca será enviado." -#: pretix/control/forms/event.py:900 +#: pretix/control/forms/event.py:899 msgid "Received order" msgstr "Orden recibida" -#: pretix/control/forms/event.py:905 +#: pretix/control/forms/event.py:904 msgid "Approved order" msgstr "Pedido aprobado" -#: pretix/control/forms/event.py:908 +#: pretix/control/forms/event.py:907 #, fuzzy #| msgid "" #| "This will only be sent out for non-free orders. Free orders will receive " @@ -7888,15 +7894,15 @@ msgstr "" "Marcadores de posición disponibles: {event}, {total_with_currency}, {total}, " "{currency}, {date}, {payment_info}, {url}, {invoice_name}, {invoice_company}" -#: pretix/control/forms/event.py:912 +#: pretix/control/forms/event.py:911 msgid "Denied order" msgstr "Orden denegada" -#: pretix/control/forms/event.py:917 +#: pretix/control/forms/event.py:916 msgid "Use custom SMTP server" msgstr "Usar un servidor SMTP personalizado" -#: pretix/control/forms/event.py:918 +#: pretix/control/forms/event.py:917 msgid "" "All mail related to your event will be sent over the smtp server specified " "by you." @@ -7904,86 +7910,86 @@ msgstr "" "Todo el correo relacionado con su evento será enviado a través del servidor " "smtp especificado por usted." -#: pretix/control/forms/event.py:922 +#: pretix/control/forms/event.py:921 msgid "Hostname" msgstr "Nombre de host" -#: pretix/control/forms/event.py:927 +#: pretix/control/forms/event.py:926 msgid "Port" msgstr "Puerto" -#: pretix/control/forms/event.py:932 +#: pretix/control/forms/event.py:931 msgid "Username" msgstr "Usuario" -#: pretix/control/forms/event.py:944 +#: pretix/control/forms/event.py:943 msgid "Use STARTTLS" msgstr "Usar STARTTLS" -#: pretix/control/forms/event.py:945 +#: pretix/control/forms/event.py:944 msgid "Commonly enabled on port 587." msgstr "Comúnmente habilitado en el puerto 587." -#: pretix/control/forms/event.py:949 +#: pretix/control/forms/event.py:948 msgid "Use SSL" msgstr "Usar SSL" -#: pretix/control/forms/event.py:950 +#: pretix/control/forms/event.py:949 msgid "Commonly enabled on port 465." msgstr "Comúnmente habilitado en el puerto 465." -#: pretix/control/forms/event.py:979 pretix/control/forms/orders.py:465 -#: pretix/control/forms/orders.py:622 pretix/control/forms/vouchers.py:255 +#: pretix/control/forms/event.py:978 pretix/control/forms/orders.py:469 +#: pretix/control/forms/orders.py:626 pretix/control/forms/vouchers.py:255 #: pretix/plugins/sendmail/forms.py:49 #, fuzzy, python-brace-format #| msgid "Available placeholders: {event}, {url}" msgid "Available placeholders: {list}" msgstr "Marcadores de posición disponibles: {event}, {url}" -#: pretix/control/forms/event.py:1014 +#: pretix/control/forms/event.py:1013 msgid "" "You can activate either SSL or STARTTLS security, but not both at the same " "time." msgstr "" "Puede activar la seguridad SSL o STARTTLS, pero no ambas al mismo tiempo." -#: pretix/control/forms/event.py:1063 +#: pretix/control/forms/event.py:1062 msgid "Any country" msgstr "Todos los países" -#: pretix/control/forms/event.py:1064 +#: pretix/control/forms/event.py:1063 msgid "European Union" msgstr "Unión Europea" -#: pretix/control/forms/event.py:1076 +#: pretix/control/forms/event.py:1075 msgid "Any customer" msgstr "Cualquier cliente" -#: pretix/control/forms/event.py:1077 +#: pretix/control/forms/event.py:1076 msgid "Individual" msgstr "Individual" -#: pretix/control/forms/event.py:1078 +#: pretix/control/forms/event.py:1077 msgid "Business" msgstr "Negocios" -#: pretix/control/forms/event.py:1079 +#: pretix/control/forms/event.py:1078 msgid "Business with valid VAT ID" msgstr "Empresa con IVA válido" -#: pretix/control/forms/event.py:1085 +#: pretix/control/forms/event.py:1084 msgid "Charge VAT" msgstr "Cobrar IVA" -#: pretix/control/forms/event.py:1087 +#: pretix/control/forms/event.py:1086 msgid "No VAT" msgstr "Sin IVA" -#: pretix/control/forms/event.py:1116 +#: pretix/control/forms/event.py:1115 msgid "Pre-selected voucher" msgstr "Bono preseleccionado" -#: pretix/control/forms/event.py:1118 +#: pretix/control/forms/event.py:1117 msgid "" "If set, the widget will show products as if this voucher has been entered " "and when a product is bought via the widget, this voucher will be used. This " @@ -7995,11 +8001,11 @@ msgstr "" "este vale será utilizado. Esto se puede utilizar, por ejemplo, para " "proporcionar widgets que ofrecen descuentos o desbloquear productos secretos." -#: pretix/control/forms/event.py:1123 +#: pretix/control/forms/event.py:1122 msgid "Compatibility mode" msgstr "Modo de compatibilidad" -#: pretix/control/forms/event.py:1125 +#: pretix/control/forms/event.py:1124 msgid "" "Our regular widget doesn't work in all website builders. If you run into " "trouble, try using this compatibility mode." @@ -8007,32 +8013,32 @@ msgstr "" "Nuestro widget regular no funciona en todos los creadores de sitios web. Si " "tiene problemas, intente usar este modo de compatibilidad." -#: pretix/control/forms/event.py:1146 +#: pretix/control/forms/event.py:1145 msgid "The given voucher code does not exist." msgstr "El código del recibo no existe." -#: pretix/control/forms/event.py:1153 pretix/control/forms/organizer.py:48 +#: pretix/control/forms/event.py:1152 pretix/control/forms/organizer.py:48 #: pretix/control/views/shredder.py:108 msgid "The slug you entered was not correct." msgstr "La URL semántica que introdujo no era correcta." -#: pretix/control/forms/event.py:1157 pretix/control/forms/organizer.py:52 +#: pretix/control/forms/event.py:1156 pretix/control/forms/organizer.py:52 msgid "Event slug" msgstr "URL semántica del evento" -#: pretix/control/forms/event.py:1188 +#: pretix/control/forms/event.py:1187 msgid "Ticket downloads" msgstr "Descargas de entradas" -#: pretix/control/forms/event.py:1189 +#: pretix/control/forms/event.py:1188 msgid "Your customers will be able to download their tickets in PDF format." msgstr "Sus clientes podrán descargar sus tickets en formato PDF." -#: pretix/control/forms/event.py:1193 +#: pretix/control/forms/event.py:1192 msgid "Require all attendees to fill in their names" msgstr "Exigir a todos los asistentes que rellenen sus nombres" -#: pretix/control/forms/event.py:1194 +#: pretix/control/forms/event.py:1193 msgid "" "By default, we will ask for names but not require them. You can turn this " "off completely in the settings." @@ -8040,11 +8046,11 @@ msgstr "" "Por defecto, le pediremos nombres pero no los requeriremos. Puede " "desactivarlo completamente en los ajustes." -#: pretix/control/forms/event.py:1220 +#: pretix/control/forms/event.py:1219 msgid "Payment via Stripe" msgstr "Pago a través de Stripe" -#: pretix/control/forms/event.py:1221 +#: pretix/control/forms/event.py:1220 msgid "" "Stripe is an online payments processor supporting credit cards and lots of " "other payment options. To accept payments via Stripe, you will need to set " @@ -8056,11 +8062,11 @@ msgstr "" "configurar una cuenta con ellos, lo que le llevará menos de cinco minutos a " "través de su sencilla interfaz." -#: pretix/control/forms/event.py:1227 +#: pretix/control/forms/event.py:1226 msgid "Payment by bank transfer" msgstr "Pago por transferencia bancaria" -#: pretix/control/forms/event.py:1228 +#: pretix/control/forms/event.py:1227 msgid "" "Your customers will be instructed to wire the money to your account. You can " "then import your bank statements to process the payments within pretix, or " @@ -8070,16 +8076,16 @@ msgstr "" "A continuación, puede importar sus extractos bancarios para procesar los " "pagos dentro del pretexto o marcarlos como pagados manualmente." -#: pretix/control/forms/event.py:1267 +#: pretix/control/forms/event.py:1266 #: pretix/control/templates/pretixcontrol/event/quick_setup.html:45 msgid "Price (optional)" msgstr "Precio (opcional)" -#: pretix/control/forms/event.py:1272 +#: pretix/control/forms/event.py:1271 msgid "Free" msgstr "Gratis" -#: pretix/control/forms/event.py:1277 +#: pretix/control/forms/event.py:1276 msgid "Quantity available" msgstr "Cantidad disponible" @@ -8100,7 +8106,7 @@ msgstr "Pagado (o cancelado con tarifa de pago)" #: pretix/control/templates/pretixcontrol/items/question.html:21 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:8 #: pretix/control/templates/pretixcontrol/orders/overview.html:67 -#: pretix/plugins/reports/exporters.py:223 +#: pretix/plugins/reports/exporters.py:226 msgid "Pending" msgstr "pendiente" @@ -8114,13 +8120,13 @@ msgstr "Pendiente (atrasado)" msgid "Pending or paid" msgstr "Pendiente o pagado" -#: pretix/control/forms/filter.py:111 pretix/control/forms/filter.py:541 -#: pretix/control/forms/filter.py:946 +#: pretix/control/forms/filter.py:111 pretix/control/forms/filter.py:593 +#: pretix/control/forms/filter.py:998 #: pretix/control/templates/pretixcontrol/items/question.html:24 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:17 #: pretix/control/templates/pretixcontrol/orders/overview.html:60 #: pretix/control/templates/pretixcontrol/organizers/giftcards.html:76 -#: pretix/plugins/reports/exporters.py:219 +#: pretix/plugins/reports/exporters.py:222 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:20 msgid "Expired" msgstr "expirado" @@ -8134,7 +8140,7 @@ msgstr "Pendiente o caducado" #: pretix/control/templates/pretixcontrol/items/question.html:26 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:19 #: pretix/control/templates/pretixcontrol/orders/overview.html:59 -#: pretix/plugins/reports/exporters.py:219 +#: pretix/plugins/reports/exporters.py:222 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:22 msgid "Canceled" msgstr "Cancelado" @@ -8161,8 +8167,8 @@ msgstr "Pago menor al esperado" msgid "Pending (but fully paid)" msgstr "Pendiente (pero pagado completamente)" -#: pretix/control/forms/filter.py:119 pretix/control/forms/filter.py:526 -#: pretix/control/forms/filter.py:529 +#: pretix/control/forms/filter.py:119 pretix/control/forms/filter.py:578 +#: pretix/control/forms/filter.py:581 #: pretix/control/templates/pretixcontrol/event/live.html:63 msgid "Test mode" msgstr "Modo prueba" @@ -8173,28 +8179,28 @@ msgstr "Modo prueba" msgid "Cancellation requested" msgstr "Tarifa de cancelación" -#: pretix/control/forms/filter.py:278 pretix/control/forms/filter.py:796 -#: pretix/control/forms/filter.py:1006 pretix/control/forms/vouchers.py:112 +#: pretix/control/forms/filter.py:278 pretix/control/forms/filter.py:848 +#: pretix/control/forms/filter.py:1058 pretix/control/forms/vouchers.py:112 #: pretix/control/templates/pretixcontrol/items/question.html:29 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:99 msgid "All products" msgstr "Todos los productos" -#: pretix/control/forms/filter.py:282 pretix/control/forms/filter.py:1010 +#: pretix/control/forms/filter.py:282 pretix/control/forms/filter.py:1062 #: pretix/control/forms/vouchers.py:100 pretix/control/views/typeahead.py:514 #, python-brace-format msgid "{product} – Any variation" msgstr "{product} - Cualquier variación" #: pretix/control/forms/filter.py:341 pretix/control/forms/filter.py:346 -#: pretix/control/forms/filter.py:617 pretix/control/forms/filter.py:622 +#: pretix/control/forms/filter.py:669 pretix/control/forms/filter.py:674 msgid "All organizers" msgstr "Todos los organizadores" -#: pretix/control/forms/filter.py:381 pretix/control/forms/filter.py:528 -#: pretix/control/forms/filter.py:537 pretix/control/forms/filter.py:860 -#: pretix/control/forms/filter.py:869 pretix/control/forms/filter.py:941 -#: pretix/control/forms/filter.py:954 +#: pretix/control/forms/filter.py:433 pretix/control/forms/filter.py:580 +#: pretix/control/forms/filter.py:589 pretix/control/forms/filter.py:912 +#: pretix/control/forms/filter.py:921 pretix/control/forms/filter.py:993 +#: pretix/control/forms/filter.py:1006 #: pretix/control/templates/pretixcontrol/checkin/lists.html:104 #: pretix/control/templates/pretixcontrol/checkin/lists.html:116 #: pretix/control/templates/pretixcontrol/organizers/devices.html:72 @@ -8204,218 +8210,218 @@ msgstr "Todos los organizadores" msgid "All" msgstr "Todos" -#: pretix/control/forms/filter.py:383 pretix/control/forms/filter.py:603 +#: pretix/control/forms/filter.py:435 pretix/control/forms/filter.py:655 msgid "Shop live and presale running" msgstr "Tienda en directo y en preventa" -#: pretix/control/forms/filter.py:384 pretix/control/forms/filter.py:862 +#: pretix/control/forms/filter.py:436 pretix/control/forms/filter.py:914 msgid "Inactive" msgstr "Inactivo" -#: pretix/control/forms/filter.py:396 pretix/control/forms/subevents.py:287 +#: pretix/control/forms/filter.py:448 pretix/control/forms/subevents.py:287 #: pretix/control/forms/subevents.py:326 msgid "Weekday" msgstr "Día de la semana" -#: pretix/control/forms/filter.py:398 +#: pretix/control/forms/filter.py:450 msgid "All days" msgstr "Todos los días" -#: pretix/control/forms/filter.py:399 +#: pretix/control/forms/filter.py:451 msgid "Monday" msgstr "Lunes" -#: pretix/control/forms/filter.py:400 +#: pretix/control/forms/filter.py:452 msgid "Tuesday" msgstr "Martes" -#: pretix/control/forms/filter.py:401 +#: pretix/control/forms/filter.py:453 msgid "Wednesday" msgstr "Miércoles" -#: pretix/control/forms/filter.py:402 +#: pretix/control/forms/filter.py:454 msgid "Thursday" msgstr "Jueves" -#: pretix/control/forms/filter.py:403 +#: pretix/control/forms/filter.py:455 msgid "Friday" msgstr "Viernes" -#: pretix/control/forms/filter.py:404 +#: pretix/control/forms/filter.py:456 msgid "Saturday" msgstr "Sábado" -#: pretix/control/forms/filter.py:405 +#: pretix/control/forms/filter.py:457 msgid "Sunday" msgstr "Domingo" -#: pretix/control/forms/filter.py:530 +#: pretix/control/forms/filter.py:582 #, fuzzy #| msgctxt "stripe" #| msgid "Live" msgid "Live" msgstr "En Vivo" -#: pretix/control/forms/filter.py:535 pretix/control/forms/filter.py:538 +#: pretix/control/forms/filter.py:587 pretix/control/forms/filter.py:590 #, fuzzy #| msgid "Empty tag" msgid "Empty" msgstr "Etiqueta vacía" -#: pretix/control/forms/filter.py:539 +#: pretix/control/forms/filter.py:591 msgid "Valid and with value" msgstr "" -#: pretix/control/forms/filter.py:540 +#: pretix/control/forms/filter.py:592 msgid "Expired and with value" msgstr "" -#: pretix/control/forms/filter.py:546 pretix/control/forms/filter.py:548 -#: pretix/control/forms/filter.py:876 pretix/control/forms/filter.py:878 +#: pretix/control/forms/filter.py:598 pretix/control/forms/filter.py:600 +#: pretix/control/forms/filter.py:928 pretix/control/forms/filter.py:930 msgid "Search query" msgstr "Consulta de búsqueda" -#: pretix/control/forms/filter.py:601 +#: pretix/control/forms/filter.py:653 msgid "All events" msgstr "Todos los eventos" -#: pretix/control/forms/filter.py:602 +#: pretix/control/forms/filter.py:654 msgid "Shop live" msgstr "Tienda en vivo" -#: pretix/control/forms/filter.py:604 +#: pretix/control/forms/filter.py:656 msgid "Shop not live" msgstr "Tienda no en vivo" -#: pretix/control/forms/filter.py:607 +#: pretix/control/forms/filter.py:659 msgid "Single event running or in the future" msgstr "Evento único en curso o en el futuro" -#: pretix/control/forms/filter.py:608 +#: pretix/control/forms/filter.py:660 msgid "Single event in the past" msgstr "Evento único en el pasado" -#: pretix/control/forms/filter.py:775 pretix/control/forms/filter.py:777 +#: pretix/control/forms/filter.py:827 pretix/control/forms/filter.py:829 msgid "Search attendee…" msgstr "Buscar participante…" -#: pretix/control/forms/filter.py:783 +#: pretix/control/forms/filter.py:835 msgid "Check-in status" msgstr "Estado del registro" -#: pretix/control/forms/filter.py:785 +#: pretix/control/forms/filter.py:837 msgid "All attendees" msgstr "Todos los asistentes" -#: pretix/control/forms/filter.py:786 +#: pretix/control/forms/filter.py:838 #, fuzzy #| msgid "Presale" msgctxt "checkin state" msgid "Present" msgstr "Preventa" -#: pretix/control/forms/filter.py:787 +#: pretix/control/forms/filter.py:839 #: pretix/control/templates/pretixcontrol/checkin/index.html:131 #: pretix/control/templates/pretixcontrol/checkin/lists.html:73 -#: pretix/plugins/checkinlists/exporters.py:337 +#: pretix/plugins/checkinlists/exporters.py:396 msgid "Checked in" msgstr "Chequeado" -#: pretix/control/forms/filter.py:788 +#: pretix/control/forms/filter.py:840 #: pretix/control/templates/pretixcontrol/checkin/index.html:126 msgid "Not checked in" msgstr "No chequeado" -#: pretix/control/forms/filter.py:867 pretix/control/forms/filter.py:870 +#: pretix/control/forms/filter.py:919 pretix/control/forms/filter.py:922 #: pretix/control/templates/pretixcontrol/users/index.html:47 msgid "Administrator" msgstr "Administrador" -#: pretix/control/forms/filter.py:871 +#: pretix/control/forms/filter.py:923 msgid "No administrator" msgstr "Sin administrador" -#: pretix/control/forms/filter.py:942 +#: pretix/control/forms/filter.py:994 msgid "Valid" msgstr "Válido" -#: pretix/control/forms/filter.py:943 +#: pretix/control/forms/filter.py:995 msgid "Unredeemed" msgstr "No redimido" -#: pretix/control/forms/filter.py:944 +#: pretix/control/forms/filter.py:996 msgid "Redeemed at least once" msgstr "Canjeado al menos una vez" -#: pretix/control/forms/filter.py:945 +#: pretix/control/forms/filter.py:997 msgid "Fully redeemed" msgstr "Redimido en su totalidad" -#: pretix/control/forms/filter.py:947 +#: pretix/control/forms/filter.py:999 msgid "Redeemed and checked in with ticket" msgstr "Canjeado y facturado con ticket" -#: pretix/control/forms/filter.py:952 +#: pretix/control/forms/filter.py:1004 msgid "Quota handling" msgstr "Gestión de cuotas" -#: pretix/control/forms/filter.py:956 +#: pretix/control/forms/filter.py:1008 msgid "Allow to ignore quota" msgstr "Permitir ignorar cuota" -#: pretix/control/forms/filter.py:961 pretix/control/forms/filter.py:963 +#: pretix/control/forms/filter.py:1013 pretix/control/forms/filter.py:1015 msgid "Filter by tag" msgstr "Filtrar por etiqueta" -#: pretix/control/forms/filter.py:968 pretix/control/forms/filter.py:970 +#: pretix/control/forms/filter.py:1020 pretix/control/forms/filter.py:1022 msgid "Search voucher" msgstr "Buscar recibo" -#: pretix/control/forms/filter.py:1016 pretix/control/forms/vouchers.py:91 +#: pretix/control/forms/filter.py:1068 pretix/control/forms/vouchers.py:91 #: pretix/control/views/typeahead.py:522 pretix/control/views/typeahead.py:526 #: pretix/control/views/vouchers.py:81 #, python-brace-format msgid "Any product in quota \"{quota}\"" msgstr "Cualquier producto del contingente \"{quota}\"" -#: pretix/control/forms/filter.py:1132 +#: pretix/control/forms/filter.py:1184 msgid "Refund status" msgstr "Estado del reembolso" -#: pretix/control/forms/filter.py:1134 +#: pretix/control/forms/filter.py:1186 msgid "All open refunds" msgstr "Todos los reembolsos abiertos" -#: pretix/control/forms/filter.py:1135 +#: pretix/control/forms/filter.py:1187 msgid "All refunds" msgstr "Todos los reembolsos" -#: pretix/control/forms/filter.py:1171 +#: pretix/control/forms/filter.py:1223 #, fuzzy #| msgctxt "subevent" #| msgid "Date history" msgid "Date filter" msgstr "Historial de fechas" -#: pretix/control/forms/filter.py:1173 +#: pretix/control/forms/filter.py:1225 #, fuzzy #| msgid "Filter by tag" msgid "Filter by…" msgstr "Filtrar por etiqueta" -#: pretix/control/forms/filter.py:1175 +#: pretix/control/forms/filter.py:1227 #, fuzzy #| msgid "Date of last payment" msgid "Date of last successful payment" msgstr "Fecha del último pago" -#: pretix/control/forms/filter.py:1180 +#: pretix/control/forms/filter.py:1232 #, fuzzy #| msgid "Date" msgid "Date from" msgstr "Fecha" -#: pretix/control/forms/filter.py:1185 +#: pretix/control/forms/filter.py:1237 #, fuzzy #| msgid "Date and time" msgid "Date until" @@ -8650,8 +8656,8 @@ msgstr "Ha añadido el mismo tipo de add-on dos veces" msgid "Bundled product" msgstr "Agregar producto" -#: pretix/control/forms/item.py:735 pretix/control/forms/orders.py:260 -#: pretix/control/forms/orders.py:394 +#: pretix/control/forms/item.py:735 pretix/control/forms/orders.py:264 +#: pretix/control/forms/orders.py:398 msgid "inactive" msgstr "inactivo" @@ -8690,11 +8696,11 @@ msgstr "Mostrar todas las ordenes en modo de prueba" msgid "CSV column: \"{name}\"" msgstr "" -#: pretix/control/forms/orders.py:33 +#: pretix/control/forms/orders.py:34 msgid "Overbook quota" msgstr "Cuota de exceso de reservas" -#: pretix/control/forms/orders.py:34 +#: pretix/control/forms/orders.py:35 msgid "" "If you check this box, this operation will be performed even if it leads to " "an overbooked quota and you having sold more tickets than you planned!" @@ -8702,11 +8708,11 @@ msgstr "" "Si marca esta casilla, esta operación se realizará incluso si da lugar a una " "cuota sobrevendida y usted ha vendido más entradas de las previstas!" -#: pretix/control/forms/orders.py:78 +#: pretix/control/forms/orders.py:79 msgid "Overbook quota and ignore late payment" msgstr "Cuota de exceso de reservas e ignorar la morosidad" -#: pretix/control/forms/orders.py:79 +#: pretix/control/forms/orders.py:80 msgid "" "If you check this box, this operation will be performed even if it leads to " "an overbooked quota and you having sold more tickets than you planned! The " @@ -8718,16 +8724,16 @@ msgstr "" "operación también se realizará independientemente de la configuración para " "pagos atrasados." -#: pretix/control/forms/orders.py:105 +#: pretix/control/forms/orders.py:106 #: pretix/control/templates/pretixcontrol/order/deny.html:19 msgid "Notify user by e-mail" msgstr "Notificar al usuario por correo electrónico" -#: pretix/control/forms/orders.py:112 +#: pretix/control/forms/orders.py:113 msgid "Keep a cancellation fee of" msgstr "Mantener una tarifa de cancelación de" -#: pretix/control/forms/orders.py:113 +#: pretix/control/forms/orders.py:114 msgid "" "If you keep a fee, all positions within this order will be canceled and the " "order will be reduced to a paid cancellation fee. Payment and shipping fees " @@ -8741,24 +8747,24 @@ msgstr "" "incluirlas en la tarifa de cancelación si desea retenerlas. Porfavor siempre " "ingrese un valor bruto, el impuesto será calculado automáticamente." -#: pretix/control/forms/orders.py:141 +#: pretix/control/forms/orders.py:145 msgid "Payment amount" msgstr "Monto de pago" -#: pretix/control/forms/orders.py:145 +#: pretix/control/forms/orders.py:149 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/control.html:7 -#: pretix/plugins/reports/exporters.py:319 -#: pretix/plugins/reports/exporters.py:381 -#: pretix/plugins/reports/exporters.py:491 -#: pretix/plugins/reports/exporters.py:520 +#: pretix/plugins/reports/exporters.py:322 +#: pretix/plugins/reports/exporters.py:384 +#: pretix/plugins/reports/exporters.py:494 +#: pretix/plugins/reports/exporters.py:523 msgid "Payment date" msgstr "Fecha de pago" -#: pretix/control/forms/orders.py:183 +#: pretix/control/forms/orders.py:187 msgid "Re-calculate taxes" msgstr "Recalcular impuestos" -#: pretix/control/forms/orders.py:186 +#: pretix/control/forms/orders.py:190 msgid "" "This operation re-checks if taxes should be paid to the items due to e.g. " "configured reverse charge rules and changes the prices and tax values " @@ -8773,11 +8779,11 @@ msgstr "" "de facturación. Use con cuidado y sólo si es necesario. Tenga en cuenta que " "pueden producirse diferencias de redondeo en este procedimiento." -#: pretix/control/forms/orders.py:192 +#: pretix/control/forms/orders.py:196 msgid "Issue a new invoice if required" msgstr "Generar una nueva factura si es necesario" -#: pretix/control/forms/orders.py:196 +#: pretix/control/forms/orders.py:200 msgid "" "If an invoice exists for this order and this operation would change its " "contents, the old invoice will be canceled and a new invoice will be issued." @@ -8786,74 +8792,74 @@ msgstr "" "contenido de la orden, la factura antigua se cancelará y se generará una " "nueva." -#: pretix/control/forms/orders.py:201 +#: pretix/control/forms/orders.py:205 msgid "Notify user" msgstr "Notificar al usuario" -#: pretix/control/forms/orders.py:205 +#: pretix/control/forms/orders.py:209 msgid "" "Send an email to the customer notifying that their order has been changed." msgstr "" "Enviar un correo electrónico al cliente notificándole que su pedido ha sido " "modificado." -#: pretix/control/forms/orders.py:209 +#: pretix/control/forms/orders.py:213 msgid "Allow to overbook quotas when performing this operation" msgstr "Permitir sobrevender cupos cuando se realice esta operación" -#: pretix/control/forms/orders.py:225 +#: pretix/control/forms/orders.py:229 msgid "Add-on to" msgstr "Agregado a" -#: pretix/control/forms/orders.py:230 +#: pretix/control/forms/orders.py:234 #: pretix/control/templates/pretixcontrol/checkin/index.html:70 #: pretix/control/templates/pretixcontrol/order/change.html:118 #: pretix/control/views/vouchers.py:70 msgid "Seat" msgstr "Asiento" -#: pretix/control/forms/orders.py:237 +#: pretix/control/forms/orders.py:241 msgid "Including taxes, if any. Keep empty for the product's default price" msgstr "" "Incluyendo impuestos, si los hubiera. Mantener vacío para el precio por " "defecto del producto" -#: pretix/control/forms/orders.py:335 pretix/control/forms/orders.py:339 -#: pretix/control/forms/orders.py:378 pretix/control/forms/orders.py:389 +#: pretix/control/forms/orders.py:339 pretix/control/forms/orders.py:343 +#: pretix/control/forms/orders.py:382 pretix/control/forms/orders.py:393 #, fuzzy #| msgid "Keep unchanged" msgid "(Unchanged)" msgstr "Mantener sin cambios" -#: pretix/control/forms/orders.py:345 pretix/control/forms/orders.py:412 +#: pretix/control/forms/orders.py:349 pretix/control/forms/orders.py:416 msgid "New price (gross)" msgstr "Precio nuevo (bruto)" -#: pretix/control/forms/orders.py:349 +#: pretix/control/forms/orders.py:353 msgid "Generate a new secret" msgstr "Generar un nuevo secreto" -#: pretix/control/forms/orders.py:353 +#: pretix/control/forms/orders.py:357 #, fuzzy #| msgid "Cancel position" msgid "Cancel this position" msgstr "Cancelar posición" -#: pretix/control/forms/orders.py:357 +#: pretix/control/forms/orders.py:361 msgid "Split into new order" msgstr "Partir en un nuevo orden" -#: pretix/control/forms/orders.py:416 +#: pretix/control/forms/orders.py:420 #, fuzzy #| msgid "Remove filter" msgid "Remove this fee" msgstr "Quitar el filtro" -#: pretix/control/forms/orders.py:430 +#: pretix/control/forms/orders.py:434 msgid "Invalidate secrets" msgstr "Invalidar secretos" -#: pretix/control/forms/orders.py:431 +#: pretix/control/forms/orders.py:435 msgid "" "Regenerates the order and ticket secrets. You will need to re-send the link " "to the order page to the user and the user will need to download his tickets " @@ -8863,30 +8869,30 @@ msgstr "" "enlace a la página de pedido al usuario y el usuario tendrá que descargar " "sus entradas de nuevo. Las versiones antiguas no serán válidas." -#: pretix/control/forms/orders.py:456 pretix/control/forms/orders.py:639 -#: pretix/control/forms/orders.py:666 pretix/control/forms/vouchers.py:222 +#: pretix/control/forms/orders.py:460 pretix/control/forms/orders.py:643 +#: pretix/control/forms/orders.py:670 pretix/control/forms/vouchers.py:222 #: pretix/plugins/sendmail/forms.py:21 pretix/plugins/sendmail/forms.py:76 msgid "Subject" msgstr "Asunto" -#: pretix/control/forms/orders.py:480 +#: pretix/control/forms/orders.py:484 msgid "Recipient" msgstr "Destinatario" -#: pretix/control/forms/orders.py:486 pretix/control/forms/orders.py:647 -#: pretix/control/forms/orders.py:674 pretix/control/forms/vouchers.py:228 +#: pretix/control/forms/orders.py:490 pretix/control/forms/orders.py:651 +#: pretix/control/forms/orders.py:678 pretix/control/forms/vouchers.py:228 #: pretix/plugins/sendmail/forms.py:22 pretix/plugins/sendmail/forms.py:81 msgid "Message" msgstr "Mensaje" -#: pretix/control/forms/orders.py:499 +#: pretix/control/forms/orders.py:503 msgid "" "Cancel the order. All tickets will no longer work. This can not be reverted." msgstr "" "Cancelar la orden. Todos los tickets ya no funcionarán. Esto no se puede " "revertir." -#: pretix/control/forms/orders.py:500 +#: pretix/control/forms/orders.py:504 msgid "" "Mark the order as pending and allow the user to pay the open amount with " "another payment method." @@ -8894,39 +8900,39 @@ msgstr "" "Marque el pedido como pendiente y permita que el usuario pague el importe " "pendiente con otro método de pago." -#: pretix/control/forms/orders.py:502 +#: pretix/control/forms/orders.py:506 msgid "Do nothing and keep the order as it is." msgstr "No hagas nada y mantén el orden como está." -#: pretix/control/forms/orders.py:529 +#: pretix/control/forms/orders.py:533 msgid "The refund amount needs to be positive and less than {}." msgstr "El importe del reembolso debe ser positivo e inferior a {}." -#: pretix/control/forms/orders.py:535 +#: pretix/control/forms/orders.py:539 msgid "You need to specify an amount for a partial refund." msgstr "Es necesario especificar un importe para un reembolso parcial." -#: pretix/control/forms/orders.py:547 +#: pretix/control/forms/orders.py:551 #, fuzzy #| msgid "Cancel order" msgid "Cancel all dates" msgstr "Cancelar orden" -#: pretix/control/forms/orders.py:552 +#: pretix/control/forms/orders.py:556 #, fuzzy #| msgctxt "amount_label" #| msgid "Automatically refund" msgid "Automatically refund money if possible" msgstr "Reembolso automático" -#: pretix/control/forms/orders.py:557 +#: pretix/control/forms/orders.py:561 #, fuzzy #| msgid "This payment method does not support automatic refunds." msgid "" "Create manual refund if the payment method odes not support automatic refunds" msgstr "Este método de pago no admite reembolsos automáticos." -#: pretix/control/forms/orders.py:561 +#: pretix/control/forms/orders.py:565 msgid "" "If checked, all payments with a payment method not supporting automatic " "refunds will be on your manual refund to-do list. Do not check if you want " @@ -8934,29 +8940,29 @@ msgid "" "gift cards." msgstr "" -#: pretix/control/forms/orders.py:566 +#: pretix/control/forms/orders.py:570 msgid "" "Refund order value to a gift card instead instead of the original payment " "method" msgstr "" -#: pretix/control/forms/orders.py:572 +#: pretix/control/forms/orders.py:576 #, fuzzy #| msgid "Gift card" msgid "Gift card validity" msgstr "Tarjeta de regalo" -#: pretix/control/forms/orders.py:579 +#: pretix/control/forms/orders.py:583 msgid "Special terms and conditions" msgstr "" -#: pretix/control/forms/orders.py:596 +#: pretix/control/forms/orders.py:600 #, fuzzy #| msgid "Order fees" msgid "Keep fees" msgstr "Impuestos de la orden" -#: pretix/control/forms/orders.py:599 +#: pretix/control/forms/orders.py:603 msgid "" "The selected types of fees will not be refunded but instead added to the " "cancellation fee. Fees are never refunded in when an order in an event " @@ -8964,25 +8970,25 @@ msgid "" "dates." msgstr "" -#: pretix/control/forms/orders.py:605 +#: pretix/control/forms/orders.py:609 #, fuzzy #| msgid "Send vouchers" msgid "Send information via email" msgstr "Enviar vales" -#: pretix/control/forms/orders.py:611 +#: pretix/control/forms/orders.py:615 #, fuzzy #| msgid "Send vouchers" msgid "Send information to waiting list" msgstr "Enviar vales" -#: pretix/control/forms/orders.py:642 pretix/control/forms/orders.py:668 +#: pretix/control/forms/orders.py:646 pretix/control/forms/orders.py:672 #, fuzzy, python-brace-format #| msgid "Can create events" msgid "Canceled: {event}" msgstr "Puede crear eventos" -#: pretix/control/forms/orders.py:653 +#: pretix/control/forms/orders.py:657 #, fuzzy, python-brace-format #| msgid "" #| "Hello {attendee_name},\n" @@ -9019,7 +9025,7 @@ msgstr "" "Saludos cordiales , \n" "El equipo de {event}" -#: pretix/control/forms/orders.py:680 +#: pretix/control/forms/orders.py:684 #, fuzzy, python-brace-format #| msgid "" #| "Hello {attendee_name},\n" @@ -9052,7 +9058,7 @@ msgstr "" "Saludos cordiales , \n" "El equipo de {event}" -#: pretix/control/forms/orders.py:711 +#: pretix/control/forms/orders.py:715 msgid "Please confirm that you want to cancel ALL dates in this event series." msgstr "" @@ -9111,7 +9117,7 @@ msgstr "Texto de la página de inicio" msgid "This will be displayed on the organizer homepage." msgstr "Esto se mostrará en la página principal del organizador." -#: pretix/control/forms/organizer.py:279 +#: pretix/control/forms/organizer.py:280 #, fuzzy #| msgid "" #| "If you provide a logo image, we will by default not show your " @@ -9128,11 +9134,11 @@ msgstr "" "nombre de su organización en el encabezado de la página. Mostraremos su " "logotipo con una altura máxima de 120 píxeles." -#: pretix/control/forms/organizer.py:298 +#: pretix/control/forms/organizer.py:299 msgid "Show availability in event overviews" msgstr "Mostrar disponibilidad en las vistas generales del evento" -#: pretix/control/forms/organizer.py:299 +#: pretix/control/forms/organizer.py:300 msgid "" "If checked, the list of events will show if events are sold out. This might " "make for longer page loading times if you have lots of events and the shown " @@ -9143,23 +9149,23 @@ msgstr "" "prolongados en caso de que tenga muchos eventos y el estatus puede no estar " "sincronizado hasta por dos minutos." -#: pretix/control/forms/organizer.py:305 +#: pretix/control/forms/organizer.py:306 msgid "Link back to organizer overview on all event pages" msgstr "" "Enlace a la vista general del organizador en todas las páginas del evento" -#: pretix/control/forms/organizer.py:312 +#: pretix/control/forms/organizer.py:313 msgid "" "Choose all languages that your organizer homepage should be available in." msgstr "" "Elija todos los idiomas en los que la página principal del organizador " "debería estar disponible." -#: pretix/control/forms/organizer.py:323 +#: pretix/control/forms/organizer.py:324 msgid "Favicon" msgstr "Favicon" -#: pretix/control/forms/organizer.py:326 +#: pretix/control/forms/organizer.py:328 msgid "" "If you provide a favicon, we will show it instead of the default pretix " "icon. We recommend a size of at least 200x200px to accommodate most devices." @@ -9168,37 +9174,37 @@ msgstr "" "pretix. Recomendamos un tamaño de al menos 200x200px para acomodarlo a todos " "los dispositivos." -#: pretix/control/forms/organizer.py:330 +#: pretix/control/forms/organizer.py:332 #, fuzzy #| msgid "Gift card code" msgid "Length of gift card codes" msgstr "Código de la tarjeta de regalo" -#: pretix/control/forms/organizer.py:331 +#: pretix/control/forms/organizer.py:333 msgid "" "The system generates by default {}-character long gift card codes. However, " "if a different length is required, it can be set here." msgstr "" -#: pretix/control/forms/organizer.py:336 +#: pretix/control/forms/organizer.py:338 #, fuzzy #| msgid "Gift card code" msgid "Validity of gift card codes in years" msgstr "Código de la tarjeta de regalo" -#: pretix/control/forms/organizer.py:337 +#: pretix/control/forms/organizer.py:339 msgid "" "If you set a number here, gift cards will by default expire at the end of " "the year after this many years. If you keep it empty, gift cards do not have " "an explicit expiry date." msgstr "" -#: pretix/control/forms/organizer.py:352 +#: pretix/control/forms/organizer.py:354 msgctxt "webhooks" msgid "Event types" msgstr "Tipos de eventos" -#: pretix/control/forms/organizer.py:383 +#: pretix/control/forms/organizer.py:385 #, fuzzy #| msgid "Gift card" msgid "Gift card value" @@ -10992,7 +10998,7 @@ msgstr "CSV" #: pretix/control/templates/pretixcontrol/organizers/detail.html:43 #: pretix/control/templates/pretixcontrol/organizers/giftcards.html:38 #: pretix/control/templates/pretixcontrol/organizers/index.html:18 -#: pretix/control/templates/pretixcontrol/search/orders.html:27 +#: pretix/control/templates/pretixcontrol/search/orders.html:33 #: pretix/control/templates/pretixcontrol/subevents/index.html:41 #: pretix/control/templates/pretixcontrol/users/index.html:22 #: pretix/control/templates/pretixcontrol/vouchers/index.html:54 @@ -11085,7 +11091,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/order/pay.html:33 #: pretix/control/templates/pretixcontrol/order/pay_complete.html:28 #: pretix/control/templates/pretixcontrol/order/reactivate.html:30 -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:155 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:169 #: pretix/control/templates/pretixcontrol/order/refund_done.html:26 #: pretix/control/templates/pretixcontrol/order/refund_process.html:47 #: pretix/control/templates/pretixcontrol/order/refund_start.html:51 @@ -11137,9 +11143,9 @@ msgstr "Eliminar" #: pretix/control/templates/pretixcontrol/checkin/list_edit.html:10 #: pretix/control/templates/pretixcontrol/checkin/list_edit.html:17 -#: pretix/plugins/checkinlists/exporters.py:38 -#: pretix/plugins/checkinlists/exporters.py:88 -#: pretix/plugins/checkinlists/exporters.py:315 +#: pretix/plugins/checkinlists/exporters.py:39 +#: pretix/plugins/checkinlists/exporters.py:107 +#: pretix/plugins/checkinlists/exporters.py:374 #: pretix/plugins/pretixdroid/forms.py:39 #: pretix/plugins/pretixdroid/models.py:24 #: pretix/plugins/pretixdroid/templates/pretixplugins/pretixdroid/configuration.html:79 @@ -11961,7 +11967,7 @@ msgid "Installed plugins" msgstr "Plugins instalados" #: pretix/control/templates/pretixcontrol/event/plugins.html:10 -#: pretix/control/views/checkin.py:260 pretix/control/views/event.py:177 +#: pretix/control/views/checkin.py:264 pretix/control/views/event.py:177 #: pretix/control/views/event.py:317 pretix/control/views/event.py:396 #: pretix/control/views/event.py:436 pretix/control/views/event.py:594 #: pretix/control/views/event.py:785 pretix/control/views/event.py:1135 @@ -12150,7 +12156,7 @@ msgid "Basics" msgstr "Básicos" #: pretix/control/templates/pretixcontrol/event/settings.html:31 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:44 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:46 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:349 #: pretix/control/templates/pretixcontrol/subevents/detail.html:32 #, fuzzy @@ -12160,7 +12166,7 @@ msgid "Geo coordinates" msgstr "Sin fechas" #: pretix/control/templates/pretixcontrol/event/settings.html:32 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:45 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:47 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:271 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:275 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:350 @@ -12172,7 +12178,7 @@ msgid "Optional" msgstr "Opcional" #: pretix/control/templates/pretixcontrol/event/settings.html:39 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:52 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:54 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:357 #: pretix/control/templates/pretixcontrol/subevents/detail.html:40 msgid "Geocoding data © OpenStreetMap" @@ -12210,7 +12216,7 @@ msgid "Shop design" msgstr "Diseño de tiendas" #: pretix/control/templates/pretixcontrol/event/settings.html:124 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:74 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:76 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:392 #: pretix/control/templates/pretixcontrol/subevents/detail.html:76 msgid "Timeline" @@ -12518,7 +12524,7 @@ msgstr "" "Recomendamos encarecidamente no utilizar formularios cortos de más de 16 " "caracteres." -#: pretix/control/templates/pretixcontrol/events/create_basics.html:68 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:70 msgid "Display settings" msgstr "Configuración de la pantalla" @@ -12543,7 +12549,40 @@ msgstr "" "ejemplo, los ajustes de fecha y hora y los textos que contienen el nombre " "del evento." -#: pretix/control/templates/pretixcontrol/events/create_foundation.html:10 +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:13 +msgid "Singular event or non-event shop" +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:15 +msgid "" +"An event with individual configuration. If you create more events later, you " +"can copy the event to save yourself some work." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:21 +msgid "" +"Examples: Conferences, workshops, trade fairs, one-off concerts, sale of " +"digital content, multi-day events with combination tickets." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:32 +msgid "Event series or time slot booking" +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:34 +msgid "" +"A series of events that share the same configuration. They can still be " +"different in their dates, locations, prices, and capacities." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:40 +msgid "" +"Examples: Multiple presentations of the same show, same concert in multiple " +"locations, museums, libraries, or swimming pools, events that need to be " +"booked together in one cart." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:53 msgid "" "Please note that you will only be able to delete your event until the first " "order has been created." @@ -13018,8 +13057,8 @@ msgstr "Editar pregunta" #: pretix/control/templates/pretixcontrol/items/question.html:20 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:14 #: pretix/control/templates/pretixcontrol/orders/overview.html:68 -#: pretix/plugins/checkinlists/exporters.py:343 -#: pretix/plugins/reports/exporters.py:223 +#: pretix/plugins/checkinlists/exporters.py:402 +#: pretix/plugins/reports/exporters.py:226 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:17 msgid "Paid" msgstr "Pagado" @@ -13947,10 +13986,10 @@ msgstr "gravámenes" #: pretix/control/templates/pretixcontrol/order/index.html:550 #: pretix/control/templates/pretixcontrol/orders/overview.html:69 #: pretix/control/templates/pretixcontrol/orders/overview.html:146 -#: pretix/plugins/reports/exporters.py:223 -#: pretix/plugins/reports/exporters.py:278 -#: pretix/plugins/reports/exporters.py:447 -#: pretix/plugins/reports/exporters.py:591 +#: pretix/plugins/reports/exporters.py:226 +#: pretix/plugins/reports/exporters.py:281 +#: pretix/plugins/reports/exporters.py:450 +#: pretix/plugins/reports/exporters.py:594 #: pretix/presale/templates/pretixpresale/event/fragment_cart.html:292 msgid "Total" msgstr "Total" @@ -14156,56 +14195,56 @@ msgctxt "amount_label" msgid "Automatically refund" msgstr "Reembolso automático" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:59 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:63 msgid "Automatically refund full amount" msgstr "Reembolsar automáticamente el importe total" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:62 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:66 msgid "This payment method does not support automatic refunds." msgstr "Este método de pago no admite reembolsos automáticos." -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:70 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:74 msgid "Transfer to other order" msgstr "Traslado a otra orden" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:73 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:77 msgctxt "amount_label" msgid "Transfer" msgstr "Transferir" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:81 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:85 msgctxt "order_label" msgid "to" msgstr "a" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:91 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:95 #: pretix/control/templates/pretixcontrol/organizers/giftcard_create.html:5 #, fuzzy #| msgid "Create a new team" msgid "Create a new gift card" msgstr "Crear un nuevo equipo" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:103 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:113 #, fuzzy #| msgid "This order is not yet approved by the event organizer." msgid "" "The gift card can be used to buy tickets for all events of this organizer." msgstr "Este pedido aún no ha sido aprobado por el organizador del evento." -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:111 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:121 msgid "Manual refund" msgstr "Reembolso manual" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:114 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:124 msgctxt "amount_label" msgid "Manually refund" msgstr "Reembolso manual" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:125 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:139 msgid "Keep transfer as to do" msgstr "Mantenga la transferencia como para hacer" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:129 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:143 #: pretix/control/templates/pretixcontrol/order/refund_done.html:5 #: pretix/control/templates/pretixcontrol/order/refund_done.html:9 #: pretix/control/templates/pretixcontrol/order/refund_process.html:6 @@ -14213,7 +14252,7 @@ msgstr "Mantenga la transferencia como para hacer" msgid "Mark refund as done" msgstr "Marcar reembolso como hecho" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:139 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:153 msgid "" "Any payments that you selected for automatical refunds will be immediately " "communicate the refund request to the respective payment provider. Manual " @@ -14226,7 +14265,7 @@ msgstr "" "luego podrá marcarlos como hechos una vez que haya transferido el dinero de " "vuelta al cliente." -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:160 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:174 msgid "Perform refund" msgstr "Realizar reembolso" @@ -14475,29 +14514,29 @@ msgid "Remove filter" msgstr "Quitar el filtro" #: pretix/control/templates/pretixcontrol/orders/index.html:132 -#: pretix/control/templates/pretixcontrol/search/orders.html:78 +#: pretix/control/templates/pretixcontrol/search/orders.html:83 msgid "CANCELLATION REQUESTED" msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:135 #: pretix/control/templates/pretixcontrol/orders/index.html:137 -#: pretix/control/templates/pretixcontrol/search/orders.html:81 -#: pretix/control/templates/pretixcontrol/search/orders.html:83 +#: pretix/control/templates/pretixcontrol/search/orders.html:86 +#: pretix/control/templates/pretixcontrol/search/orders.html:88 msgid "REFUND PENDING" msgstr "REEMBOLSO PENDIENTE" #: pretix/control/templates/pretixcontrol/orders/index.html:140 -#: pretix/control/templates/pretixcontrol/search/orders.html:86 +#: pretix/control/templates/pretixcontrol/search/orders.html:91 msgid "OVERPAID" msgstr "Sobrepagado" #: pretix/control/templates/pretixcontrol/orders/index.html:142 -#: pretix/control/templates/pretixcontrol/search/orders.html:88 +#: pretix/control/templates/pretixcontrol/search/orders.html:93 msgid "UNDERPAID" msgstr "Mal pagado" #: pretix/control/templates/pretixcontrol/orders/index.html:144 -#: pretix/control/templates/pretixcontrol/search/orders.html:90 +#: pretix/control/templates/pretixcontrol/search/orders.html:95 msgid "FULLY PAID" msgstr "PAGADO COMPLETAMENTE" @@ -14539,7 +14578,7 @@ msgstr "" "se puede determinar a qué fecha hacen referencia." #: pretix/control/templates/pretixcontrol/orders/overview.html:61 -#: pretix/plugins/reports/exporters.py:219 +#: pretix/plugins/reports/exporters.py:222 msgid "Purchased" msgstr "Comprado" @@ -15296,7 +15335,7 @@ msgstr "QR escaneo prospecto" msgid "pretix Logo" msgstr "Logotipo pretix" -#: pretix/control/templates/pretixcontrol/search/orders.html:99 +#: pretix/control/templates/pretixcontrol/search/orders.html:104 msgid "" "We couldn't find any orders that you have access to and that match your " "search query." @@ -16542,15 +16581,15 @@ msgstr "Usted no tiene permiso para realizar esta acción." msgid "The selected check-ins have been reverted." msgstr "El registro seleccionado ha sido revertido." -#: pretix/control/views/checkin.py:163 +#: pretix/control/views/checkin.py:167 msgid "The selected tickets have been marked as checked in." msgstr "Las solicitudes seleccionadas se han marcado como recibidas." -#: pretix/control/views/checkin.py:227 +#: pretix/control/views/checkin.py:231 msgid "The new check-in list has been created." msgstr "Se ha creado la nueva lista de registro." -#: pretix/control/views/checkin.py:234 pretix/control/views/checkin.py:277 +#: pretix/control/views/checkin.py:238 pretix/control/views/checkin.py:281 #: pretix/control/views/event.py:206 pretix/control/views/event.py:399 #: pretix/control/views/event.py:439 pretix/control/views/event.py:597 #: pretix/control/views/event.py:754 pretix/control/views/event.py:1094 @@ -16565,11 +16604,11 @@ msgstr "Se ha creado la nueva lista de registro." msgid "We could not save your changes. See below for details." msgstr "No pudimos guardar tus cambios. Mira abajo para detalles." -#: pretix/control/views/checkin.py:256 pretix/control/views/checkin.py:293 +#: pretix/control/views/checkin.py:260 pretix/control/views/checkin.py:297 msgid "The requested list does not exist." msgstr "La lista solicitada no existe." -#: pretix/control/views/checkin.py:302 +#: pretix/control/views/checkin.py:306 msgid "The selected list has been deleted." msgstr "Se ha borrado la lista seleccionada." @@ -16822,7 +16861,7 @@ msgstr "El comentario ha sido actualizado." msgid "Could not update the comment." msgstr "No se pudo actualizar el comentario." -#: pretix/control/views/event.py:1061 pretix/control/views/main.py:296 +#: pretix/control/views/event.py:1061 pretix/control/views/main.py:276 msgid "VAT" msgstr "IVA" @@ -17924,34 +17963,34 @@ msgstr "" msgid "8 portrait A7 pages on one A4 page" msgstr "" -#: pretix/plugins/badges/exporters.py:186 +#: pretix/plugins/badges/exporters.py:194 msgid "None of the selected products is configured to print badges." msgstr "" "Ninguno de los productos seleccionados esta configurado para imprimir " "insignias." -#: pretix/plugins/badges/exporters.py:192 +#: pretix/plugins/badges/exporters.py:200 msgid "Attendee badges" msgstr "Insignias de participante" -#: pretix/plugins/badges/exporters.py:212 +#: pretix/plugins/badges/exporters.py:220 #: pretix/plugins/ticketoutputpdf/exporters.py:32 msgid "Include pending orders" msgstr "Incluir órdenes pendientes" -#: pretix/plugins/badges/exporters.py:217 +#: pretix/plugins/badges/exporters.py:225 #, fuzzy #| msgid "Include questions" msgid "Include add-on or bundled positions" msgstr "Incluir preguntas" -#: pretix/plugins/badges/exporters.py:222 +#: pretix/plugins/badges/exporters.py:230 #, fuzzy #| msgid "Answer options" msgid "Rendering option" msgstr "Opciones de respuesta" -#: pretix/plugins/badges/exporters.py:227 +#: pretix/plugins/badges/exporters.py:235 msgid "" "This option allows you to align multiple badges on one page, for example if " "you want to print to a sheet of stickers with a regular office printer. " @@ -17959,10 +17998,10 @@ msgid "" "correct size." msgstr "" -#: pretix/plugins/badges/exporters.py:233 -#: pretix/plugins/checkinlists/exporters.py:56 -#: pretix/plugins/reports/exporters.py:315 -#: pretix/plugins/reports/exporters.py:487 +#: pretix/plugins/badges/exporters.py:241 +#: pretix/plugins/checkinlists/exporters.py:71 +#: pretix/plugins/reports/exporters.py:318 +#: pretix/plugins/reports/exporters.py:490 #: pretix/plugins/ticketoutputpdf/exporters.py:37 msgid "Sort by" msgstr "Ordenar por" @@ -18545,38 +18584,46 @@ msgstr "Exportador de la lista de registro" msgid "This plugin allows you to generate check-in lists for your conference." msgstr "Este plugin le permite generar listas de registro para su conferencia." -#: pretix/plugins/checkinlists/exporters.py:46 +#: pretix/plugins/checkinlists/exporters.py:50 +msgid "Only include tickets for dates on or after this date." +msgstr "" + +#: pretix/plugins/checkinlists/exporters.py:57 +msgid "Only include tickets for dates on or before this date." +msgstr "" + +#: pretix/plugins/checkinlists/exporters.py:61 msgid "Include QR-code secret" msgstr "Incluir código QR secreto" -#: pretix/plugins/checkinlists/exporters.py:51 +#: pretix/plugins/checkinlists/exporters.py:66 #, fuzzy #| msgid "Requires special attention" msgid "Only tickets requiring special attention" msgstr "Requiere atención especial" -#: pretix/plugins/checkinlists/exporters.py:71 +#: pretix/plugins/checkinlists/exporters.py:86 msgid "Include questions" msgstr "Incluir preguntas" -#: pretix/plugins/checkinlists/exporters.py:183 +#: pretix/plugins/checkinlists/exporters.py:222 msgid "Check-in list (PDF)" msgstr "Lista de registro (PDF)" #. Translators: maximum 5 characters -#: pretix/plugins/checkinlists/exporters.py:234 +#: pretix/plugins/checkinlists/exporters.py:284 msgctxt "tablehead" msgid "paid" msgstr "pagado" -#: pretix/plugins/checkinlists/exporters.py:337 +#: pretix/plugins/checkinlists/exporters.py:396 #, fuzzy #| msgctxt "amount_label" #| msgid "Automatically refund" msgid "Automatically checked in" msgstr "Reembolso automático" -#: pretix/plugins/checkinlists/exporters.py:346 +#: pretix/plugins/checkinlists/exporters.py:405 #: pretix/plugins/paypal/payment.py:86 msgid "Secret" msgstr "Secreto" @@ -18668,14 +18715,14 @@ msgid "" "to send any payments." msgstr "" -#: pretix/plugins/paypal/payment.py:205 pretix/plugins/paypal/payment.py:291 -#: pretix/plugins/paypal/payment.py:306 pretix/plugins/paypal/payment.py:309 -#: pretix/plugins/paypal/payment.py:367 +#: pretix/plugins/paypal/payment.py:205 pretix/plugins/paypal/payment.py:298 +#: pretix/plugins/paypal/payment.py:313 pretix/plugins/paypal/payment.py:316 +#: pretix/plugins/paypal/payment.py:374 pretix/plugins/paypal/payment.py:515 msgid "We had trouble communicating with PayPal" msgstr "Tuvimos problemas de comunicación con PayPal" -#: pretix/plugins/paypal/payment.py:323 pretix/plugins/paypal/payment.py:332 -#: pretix/plugins/paypal/payment.py:393 +#: pretix/plugins/paypal/payment.py:330 pretix/plugins/paypal/payment.py:339 +#: pretix/plugins/paypal/payment.py:400 msgid "" "We were unable to process your payment. See below for details on how to " "proceed." @@ -18683,7 +18730,7 @@ msgstr "" "No pudimos procesar su pago. Vea a continuación los detalles de cómo " "proceder." -#: pretix/plugins/paypal/payment.py:374 pretix/plugins/paypal/payment.py:383 +#: pretix/plugins/paypal/payment.py:381 pretix/plugins/paypal/payment.py:390 msgid "" "PayPal has not yet approved the payment. We will inform you as soon as the " "payment completed." @@ -18691,29 +18738,29 @@ msgstr "" "PayPal aún no ha aprobado el pago. Le informaremos tan pronto como se " "complete el pago." -#: pretix/plugins/paypal/payment.py:408 pretix/plugins/stripe/payment.py:435 +#: pretix/plugins/paypal/payment.py:415 pretix/plugins/stripe/payment.py:435 #: pretix/plugins/stripe/payment.py:787 msgid "There was an error sending the confirmation mail." msgstr "Se ha producido un error al enviar el mail de confirmación." -#: pretix/plugins/paypal/payment.py:485 pretix/plugins/paypal/payment.py:492 +#: pretix/plugins/paypal/payment.py:492 pretix/plugins/paypal/payment.py:499 msgid "Refunding the amount via PayPal failed: {}" msgstr "Ha fallado el reintegro del importe a través de PayPal: {}" -#: pretix/plugins/paypal/payment.py:591 pretix/plugins/paypal/payment.py:599 +#: pretix/plugins/paypal/payment.py:615 pretix/plugins/paypal/payment.py:623 #, fuzzy #| msgctxt "invoice" #| msgid "The payment for this invoice has already been received." msgid "The payment for this invoice has already been received." msgstr "El pago de esta factura ya se ha recibido." -#: pretix/plugins/paypal/payment.py:592 pretix/plugins/paypal/payment.py:600 +#: pretix/plugins/paypal/payment.py:616 pretix/plugins/paypal/payment.py:624 #, fuzzy #| msgid "Payment ID" msgid "PayPal payment ID" msgstr "ID de pago" -#: pretix/plugins/paypal/payment.py:594 +#: pretix/plugins/paypal/payment.py:618 #, fuzzy #| msgid "PayPal Connect: Client ID" msgid "PayPal sale ID" @@ -19134,48 +19181,48 @@ msgstr "Página %d" msgid "Created: %s" msgstr "Creado: %s" -#: pretix/plugins/reports/exporters.py:153 +#: pretix/plugins/reports/exporters.py:156 msgid "Order overview (PDF)" msgstr "Resumen de pedidos (PDF)" -#: pretix/plugins/reports/exporters.py:197 +#: pretix/plugins/reports/exporters.py:200 #: pretix/plugins/statistics/templates/pretixplugins/statistics/index.html:58 msgid "Orders by product" msgstr "Pedidos por producto" -#: pretix/plugins/reports/exporters.py:202 +#: pretix/plugins/reports/exporters.py:205 #, python-brace-format msgid "{axis} between {start} and {end}" msgstr "{axis} entre {start} y {end}" -#: pretix/plugins/reports/exporters.py:227 -#: pretix/plugins/reports/exporters.py:228 -#: pretix/plugins/reports/exporters.py:229 #: pretix/plugins/reports/exporters.py:230 #: pretix/plugins/reports/exporters.py:231 +#: pretix/plugins/reports/exporters.py:232 +#: pretix/plugins/reports/exporters.py:233 +#: pretix/plugins/reports/exporters.py:234 msgid "#" msgstr "#" -#: pretix/plugins/reports/exporters.py:299 +#: pretix/plugins/reports/exporters.py:302 msgid "List of orders with taxes (PDF)" msgstr "Lista de pedidos con impuestos (PDF)" -#: pretix/plugins/reports/exporters.py:376 +#: pretix/plugins/reports/exporters.py:379 #, python-brace-format msgid "Orders by tax rate ({currency})" msgstr "Pedidos por tipo de impuesto ({currency})" -#: pretix/plugins/reports/exporters.py:385 -#: pretix/plugins/reports/exporters.py:521 +#: pretix/plugins/reports/exporters.py:388 +#: pretix/plugins/reports/exporters.py:524 msgid "Gross" msgstr "Bruto" -#: pretix/plugins/reports/exporters.py:385 -#: pretix/plugins/reports/exporters.py:521 +#: pretix/plugins/reports/exporters.py:388 +#: pretix/plugins/reports/exporters.py:524 msgid "Tax" msgstr "Impuesto" -#: pretix/plugins/reports/exporters.py:470 +#: pretix/plugins/reports/exporters.py:473 #, fuzzy #| msgid "List of orders with taxes (PDF)" msgid "List of orders with taxes" @@ -20402,7 +20449,7 @@ msgid "Show all events of %(name)s" msgstr "Mostrar todos los eventos de %(name)s" #: pretix/presale/templates/pretixpresale/event/base.html:98 -#: pretix/presale/templates/pretixpresale/event/base.html:128 +#: pretix/presale/templates/pretixpresale/event/base.html:132 msgid "" "This ticket shop is currently in test mode. Please do not perform any real " "purchases as your order might be deleted without notice." @@ -20412,7 +20459,7 @@ msgstr "" "aviso." #: pretix/presale/templates/pretixpresale/event/base.html:104 -#: pretix/presale/templates/pretixpresale/event/base.html:134 +#: pretix/presale/templates/pretixpresale/event/base.html:138 msgid "" "Orders made through this sales channel cannot be deleted - even if the " "ticket shop is in test mode!" @@ -20420,11 +20467,11 @@ msgstr "" "Las órdenes ejecutadas a través de este canal de ventas no se pueden " "eliminar - ¡incluso si la tienda está en modo de prueba!" -#: pretix/presale/templates/pretixpresale/event/base.html:142 +#: pretix/presale/templates/pretixpresale/event/base.html:146 msgid "Contact event organizer" msgstr "Contactar con el organizador del evento" -#: pretix/presale/templates/pretixpresale/event/base.html:145 +#: pretix/presale/templates/pretixpresale/event/base.html:149 msgid "Imprint" msgstr "Pie de imprenta" @@ -20880,6 +20927,11 @@ msgstr "Importe de %(item)s a pedir" msgid "Go" msgstr "Ir" +#: pretix/presale/templates/pretixpresale/event/fragment_subevent_calendar_week.html:21 +#: pretix/presale/templates/pretixpresale/organizers/calendar_week.html:48 +msgid "W" +msgstr "" + #: pretix/presale/templates/pretixpresale/event/fragment_subevent_list.html:21 #: pretix/presale/templates/pretixpresale/event/fragment_subevent_list.html:30 #: pretix/presale/templates/pretixpresale/fragment_calendar.html:71 @@ -21691,19 +21743,19 @@ msgstr "Ingrese solamente números." msgid "Please enter positive numbers only." msgstr "Por favor, introduzca sólo números positivos." -#: pretix/presale/views/cart.py:338 +#: pretix/presale/views/cart.py:340 msgid "We applied the voucher to as many products in your cart as we could." msgstr "" -#: pretix/presale/views/cart.py:360 +#: pretix/presale/views/cart.py:362 msgid "Your cart has been updated." msgstr "Su carrito ha sido actualizado." -#: pretix/presale/views/cart.py:363 pretix/presale/views/cart.py:385 +#: pretix/presale/views/cart.py:365 pretix/presale/views/cart.py:387 msgid "Your cart is now empty." msgstr "Su carrito ha sido vaciado." -#: pretix/presale/views/cart.py:400 +#: pretix/presale/views/cart.py:402 msgid "The products have been successfully added to your cart." msgstr "Los productos se han añadido con éxito a su carrito." @@ -21941,6 +21993,22 @@ msgstr "Acceso de lectura" msgid "Write access" msgstr "Acceso de escritura" +#~ msgid "" +#~ "Only recommended for advanced users. If this feature is enabled, this " +#~ "will not only be a single event but a series of very similar events that " +#~ "are handled within a single shop. The single events inside the series can " +#~ "only differ in date, time, location, prices and quotas, but not in other " +#~ "settings, and buying tickets across multiple of these events at the same " +#~ "time is possible. You cannot change this setting for this event later." +#~ msgstr "" +#~ "Sólo se recomienda para usuarios avanzados. Si esta función está " +#~ "habilitada, no se tratará de un único evento, sino de una serie de " +#~ "eventos muy similares que se gestionan en una única tienda. Los eventos " +#~ "individuales dentro de la serie sólo pueden diferir en fecha, hora, " +#~ "ubicación, precios y cuotas, pero no en otros escenarios, y es posible " +#~ "comprar entradas para varios de estos eventos al mismo tiempo. No se " +#~ "puede modificar esta parametrización para este evento más tarde." + #~ msgid "Edit list" #~ msgstr "Editar lista" diff --git a/src/pretix/locale/es/LC_MESSAGES/djangojs.po b/src/pretix/locale/es/LC_MESSAGES/djangojs.po index 99e91219b..8f899cee7 100644 --- a/src/pretix/locale/es/LC_MESSAGES/djangojs.po +++ b/src/pretix/locale/es/LC_MESSAGES/djangojs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-05-13 16:45+0000\n" +"POT-Creation-Date: 2020-06-10 16:02+0000\n" "PO-Revision-Date: 2020-04-27 20:00+0000\n" "Last-Translator: Gonzalo Gabriel Perez \n" "Language-Team: Spanish \n" "Language-Team: French " msgid "Empty, if this product is not an admission ticket" msgstr "Vide, si ce produit n'est pas un billet d'entrée" -#: pretix/base/models/orders.py:1069 pretix/base/models/orders.py:2110 +#: pretix/base/models/orders.py:1069 pretix/base/models/orders.py:2137 #: pretix/base/settings.py:537 msgid "Company name" msgstr "Nom de la société" -#: pretix/base/models/orders.py:1073 pretix/base/models/orders.py:2117 +#: pretix/base/models/orders.py:1073 pretix/base/models/orders.py:2144 #: pretix/base/settings.py:32 pretix/plugins/stripe/payment.py:150 msgid "Select country" msgstr "Sélectionnez le pays" -#: pretix/base/models/orders.py:1204 +#: pretix/base/models/orders.py:1231 #, fuzzy #| msgid "User created." msgctxt "payment_state" msgid "created" msgstr "Utilisateur créé." -#: pretix/base/models/orders.py:1205 +#: pretix/base/models/orders.py:1232 #, fuzzy #| msgid "pending" msgctxt "payment_state" msgid "pending" msgstr "en attente" -#: pretix/base/models/orders.py:1206 +#: pretix/base/models/orders.py:1233 #, fuzzy #| msgctxt "checkoutflow" #| msgid "Order confirmed" @@ -3012,158 +3014,158 @@ msgctxt "payment_state" msgid "confirmed" msgstr "Commande validée" -#: pretix/base/models/orders.py:1207 +#: pretix/base/models/orders.py:1234 #, fuzzy #| msgid "canceled" msgctxt "payment_state" msgid "canceled" msgstr "annulé" -#: pretix/base/models/orders.py:1208 +#: pretix/base/models/orders.py:1235 msgctxt "payment_state" msgid "failed" msgstr "" -#: pretix/base/models/orders.py:1209 +#: pretix/base/models/orders.py:1236 #, fuzzy #| msgid "refunded" msgctxt "payment_state" msgid "refunded" msgstr "remboursé" -#: pretix/base/models/orders.py:1237 pretix/base/models/orders.py:1608 +#: pretix/base/models/orders.py:1264 pretix/base/models/orders.py:1635 #: pretix/base/shredder.py:352 msgid "Payment information" msgstr "Informations de paiement" -#: pretix/base/models/orders.py:1430 +#: pretix/base/models/orders.py:1457 #, fuzzy, python-format #| msgid "Order canceled: %(code)s" msgid "Event registration confirmed: %(code)s" msgstr "Commande annulée: %(code)s" -#: pretix/base/models/orders.py:1448 +#: pretix/base/models/orders.py:1475 #, python-format msgid "Payment received for your order: %(code)s" msgstr "Paiement reçu pour votre commande: %(code)s" -#: pretix/base/models/orders.py:1554 +#: pretix/base/models/orders.py:1581 msgctxt "refund_state" msgid "started externally" msgstr "" -#: pretix/base/models/orders.py:1555 +#: pretix/base/models/orders.py:1582 #, fuzzy #| msgid "User created." msgctxt "refund_state" msgid "created" msgstr "Utilisateur créé." -#: pretix/base/models/orders.py:1556 +#: pretix/base/models/orders.py:1583 #, fuzzy #| msgid "Bank transfer" msgctxt "refund_state" msgid "in transit" msgstr "Virement bancaire" -#: pretix/base/models/orders.py:1557 +#: pretix/base/models/orders.py:1584 msgctxt "refund_state" msgid "done" msgstr "" -#: pretix/base/models/orders.py:1558 +#: pretix/base/models/orders.py:1585 msgctxt "refund_state" msgid "failed" msgstr "" -#: pretix/base/models/orders.py:1560 +#: pretix/base/models/orders.py:1587 #, fuzzy #| msgid "canceled" msgctxt "refund_state" msgid "canceled" msgstr "annulé" -#: pretix/base/models/orders.py:1568 +#: pretix/base/models/orders.py:1595 #, fuzzy #| msgid "Organizer" msgctxt "refund_source" msgid "Organizer" msgstr "Organisateur" -#: pretix/base/models/orders.py:1569 +#: pretix/base/models/orders.py:1596 #, fuzzy #| msgid "Any customer" msgctxt "refund_source" msgid "Customer" msgstr "Tout client" -#: pretix/base/models/orders.py:1570 +#: pretix/base/models/orders.py:1597 msgctxt "refund_source" msgid "External" msgstr "" -#: pretix/base/models/orders.py:1714 +#: pretix/base/models/orders.py:1741 msgid "Payment fee" msgstr "Frais de paiement" -#: pretix/base/models/orders.py:1715 +#: pretix/base/models/orders.py:1742 msgid "Shipping fee" msgstr "Frais d'expédition" -#: pretix/base/models/orders.py:1716 +#: pretix/base/models/orders.py:1743 msgid "Service fee" msgstr "Frais de service" -#: pretix/base/models/orders.py:1717 +#: pretix/base/models/orders.py:1744 #: pretix/control/templates/pretixcontrol/order/index.html:133 #, fuzzy #| msgid "Cancellation" msgid "Cancellation fee" msgstr "Annulation" -#: pretix/base/models/orders.py:1718 +#: pretix/base/models/orders.py:1745 msgid "Other fees" msgstr "Autres frais" -#: pretix/base/models/orders.py:1719 pretix/base/payment.py:1005 +#: pretix/base/models/orders.py:1746 pretix/base/payment.py:1005 #: pretix/control/templates/pretixcontrol/order/index.html:128 msgid "Gift card" msgstr "Carte-cadeau" -#: pretix/base/models/orders.py:1724 +#: pretix/base/models/orders.py:1751 #: pretix/control/templates/pretixcontrol/organizers/giftcard.html:65 #: pretix/control/templates/pretixcontrol/organizers/giftcard.html:103 #: pretix/control/views/vouchers.py:70 msgid "Value" msgstr "Valeur" -#: pretix/base/models/orders.py:1861 +#: pretix/base/models/orders.py:1888 msgid "Order position" msgstr "Position de l'ordre" -#: pretix/base/models/orders.py:2036 pretix/base/services/orders.py:846 +#: pretix/base/models/orders.py:2063 pretix/base/services/orders.py:846 #, fuzzy, python-format #| msgid "Your order: %(code)s" msgid "Your event registration: %(code)s" msgstr "Votre commande: %(code)s" -#: pretix/base/models/orders.py:2065 +#: pretix/base/models/orders.py:2092 msgid "Cart ID (e.g. session key)" msgstr "ID du panier (par ex. clé de session)" -#: pretix/base/models/orders.py:2083 +#: pretix/base/models/orders.py:2110 msgid "Cart position" msgstr "Position du panier" -#: pretix/base/models/orders.py:2084 +#: pretix/base/models/orders.py:2111 msgid "Cart positions" msgstr "Positions du panier" -#: pretix/base/models/orders.py:2121 +#: pretix/base/models/orders.py:2148 msgid "Only for business customers within the EU." msgstr "Uniquement pour les clients professionnels dans l'UE." -#: pretix/base/models/orders.py:2126 +#: pretix/base/models/orders.py:2153 msgid "This reference will be printed on your invoice for your convenience." msgstr "Cette référence sera imprimée sur votre facture pour votre commodité." @@ -3178,9 +3180,9 @@ msgstr "" "utilisé dans les URLs pour faire référence à vos comptes organisateurs et à " "vos événements." -#: pretix/base/models/organizer.py:52 pretix/control/forms/event.py:68 -#: pretix/control/forms/event.py:74 pretix/control/forms/filter.py:338 -#: pretix/control/forms/filter.py:614 +#: pretix/base/models/organizer.py:52 pretix/control/forms/event.py:63 +#: pretix/control/forms/event.py:69 pretix/control/forms/filter.py:338 +#: pretix/control/forms/filter.py:666 #: pretix/control/templates/pretixcontrol/events/index.html:68 #: pretix/control/templates/pretixcontrol/organizers/base.html:4 #: pretix/control/templates/pretixcontrol/organizers/edit.html:9 @@ -3261,7 +3263,7 @@ msgid "%(name)s on %(object)s" msgstr "%(name)s on %(object)s" #: pretix/base/models/organizer.py:252 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:82 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:84 msgid "Team" msgstr "Équipe" @@ -3275,21 +3277,21 @@ msgstr "Équipes" msgid "Invite to team '{team}' for '{email}'" msgstr "Inviter dans l'équipe '{team}' pour '{email}'" -#: pretix/base/models/seating.py:23 +#: pretix/base/models/seating.py:24 msgid "Your layout file is not a valid JSON file." msgstr "" -#: pretix/base/models/seating.py:32 +#: pretix/base/models/seating.py:33 msgid "Your layout file is not a valid seating plan. Error message: {}" msgstr "" -#: pretix/base/models/seating.py:145 +#: pretix/base/models/seating.py:152 #, fuzzy, python-brace-format #| msgid "Invoice number" msgid "Row {number}" msgstr "Numéro de facture" -#: pretix/base/models/seating.py:150 +#: pretix/base/models/seating.py:157 #, fuzzy, python-brace-format #| msgid "Team name" msgid "Seat {number}" @@ -3378,7 +3380,7 @@ msgstr "Réduire le prix des produits de (%)" #: pretix/control/templates/pretixcontrol/vouchers/index.html:19 #: pretix/control/templates/pretixcontrol/vouchers/index.html:100 #: pretix/control/views/vouchers.py:69 pretix/control/views/waitinglist.py:199 -#: pretix/plugins/checkinlists/exporters.py:359 +#: pretix/plugins/checkinlists/exporters.py:418 #: pretix/presale/templates/pretixpresale/event/fragment_cart.html:316 #: pretix/presale/templates/pretixpresale/event/index.html:278 msgid "Voucher code" @@ -3413,7 +3415,7 @@ msgstr "" msgid "Valid until" msgstr "Valable jusqu'au" -#: pretix/base/models/vouchers.py:131 pretix/control/forms/filter.py:955 +#: pretix/base/models/vouchers.py:131 pretix/control/forms/filter.py:1007 msgid "Reserve ticket from quota" msgstr "Réserver un billet à partir du quota" @@ -3715,7 +3717,7 @@ msgctxt "subevent" msgid "Dates" msgstr "Dates" -#: pretix/base/notifications.py:184 pretix/base/pdf.py:130 +#: pretix/base/notifications.py:184 pretix/base/pdf.py:135 msgid "Event date" msgstr "Date de l'événement" @@ -4331,7 +4333,7 @@ msgstr "Ticket code (barcode content)" msgid "Order position number" msgstr "Position de l'ordre" -#: pretix/base/pdf.py:64 pretix/control/forms/event.py:1263 +#: pretix/base/pdf.py:64 pretix/control/forms/event.py:1262 #: pretix/control/templates/pretixcontrol/items/index.html:33 msgid "Product name" msgstr "Nom du produit" @@ -4387,126 +4389,141 @@ msgstr "" msgid "Attendee company" msgstr "Adresse mail du participant" -#: pretix/base/pdf.py:114 pretix/base/pdf.py:212 +#: pretix/base/pdf.py:114 pretix/base/pdf.py:217 #: pretix/base/services/tickets.py:96 pretix/control/views/pdf.py:80 msgid "Sample company" msgstr "Exemple d'entreprise" #: pretix/base/pdf.py:118 #, fuzzy +#| msgid "Attendee name" +msgid "Full attendee address" +msgstr "Nom du participant" + +#: pretix/base/pdf.py:119 +msgid "" +"John Doe\n" +"Sample company\n" +"Sesame Street 42\n" +"12345 Any City\n" +"Atlantis" +msgstr "" + +#: pretix/base/pdf.py:123 +#, fuzzy #| msgid "Attendee email" msgid "Attendee country" msgstr "Adresse mail du participant" -#: pretix/base/pdf.py:126 +#: pretix/base/pdf.py:131 msgid "Sample event name" msgstr "Exemple de nom de l'événement" -#: pretix/base/pdf.py:131 +#: pretix/base/pdf.py:136 msgid "May 31st, 2017" msgstr "31. Mai 2017" -#: pretix/base/pdf.py:135 +#: pretix/base/pdf.py:140 msgid "Event date range" msgstr "Plage de dates de l'événement" -#: pretix/base/pdf.py:136 +#: pretix/base/pdf.py:141 msgid "May 31st – June 4th, 2017" msgstr "31. Mai – 4. Juin 2017" -#: pretix/base/pdf.py:140 +#: pretix/base/pdf.py:145 msgid "Event begin date and time" msgstr "Date et heure de début de l'événement" -#: pretix/base/pdf.py:141 +#: pretix/base/pdf.py:146 msgid "2017-05-31 20:00" msgstr "31.05.2017 20:00" -#: pretix/base/pdf.py:148 +#: pretix/base/pdf.py:153 #, fuzzy #| msgid "Event begin time" msgid "Event begin date" msgstr "Heure de début de l'événement" -#: pretix/base/pdf.py:149 pretix/base/pdf.py:170 pretix/base/pdf.py:244 +#: pretix/base/pdf.py:154 pretix/base/pdf.py:175 pretix/base/pdf.py:249 #, fuzzy #| msgid "2017-05-31 20:00" msgid "2017-05-31" msgstr "31.05.2017 20:00" -#: pretix/base/pdf.py:156 +#: pretix/base/pdf.py:161 msgid "Event begin time" msgstr "Heure de début de l'événement" -#: pretix/base/pdf.py:157 +#: pretix/base/pdf.py:162 msgid "20:00" msgstr "20:00" -#: pretix/base/pdf.py:161 +#: pretix/base/pdf.py:166 msgid "Event end date and time" msgstr "Date et heure de fin de l'événement" -#: pretix/base/pdf.py:162 +#: pretix/base/pdf.py:167 msgid "2017-05-31 22:00" msgstr "31.05.2017 22:00" -#: pretix/base/pdf.py:169 +#: pretix/base/pdf.py:174 #, fuzzy #| msgid "Event end time" msgid "Event end date" msgstr "Heure de fin de l'événement" -#: pretix/base/pdf.py:178 +#: pretix/base/pdf.py:183 msgid "22:00" msgstr "22:00" -#: pretix/base/pdf.py:185 +#: pretix/base/pdf.py:190 msgid "Event admission date and time" msgstr "Date et heure d'admission à l'événement" -#: pretix/base/pdf.py:186 pretix/base/pdf.py:252 +#: pretix/base/pdf.py:191 pretix/base/pdf.py:257 msgid "2017-05-31 19:00" msgstr "31.05.2016 19:00" -#: pretix/base/pdf.py:193 +#: pretix/base/pdf.py:198 msgid "Event admission time" msgstr "Heure d'admission à l'événement" -#: pretix/base/pdf.py:194 pretix/base/pdf.py:260 +#: pretix/base/pdf.py:199 pretix/base/pdf.py:265 msgid "19:00" msgstr "19:00" -#: pretix/base/pdf.py:201 +#: pretix/base/pdf.py:206 msgid "Event location" msgstr "Lieu de l'événement" -#: pretix/base/pdf.py:202 pretix/base/settings.py:559 +#: pretix/base/pdf.py:207 pretix/base/settings.py:559 msgid "Random City" msgstr "Ville quelconque" -#: pretix/base/pdf.py:211 +#: pretix/base/pdf.py:216 #, fuzzy #| msgid "Invoice address: company" msgid "Invoice address company" msgstr "Adresse de facturation: société" -#: pretix/base/pdf.py:216 +#: pretix/base/pdf.py:221 #, fuzzy #| msgid "Invoice address: company" msgid "Invoice address city" msgstr "Adresse de facturation: société" -#: pretix/base/pdf.py:217 pretix/base/services/invoices.py:340 +#: pretix/base/pdf.py:222 pretix/base/services/invoices.py:340 #, fuzzy #| msgid "Sample company" msgid "Sample city" msgstr "Exemple d'entreprise" -#: pretix/base/pdf.py:221 +#: pretix/base/pdf.py:226 msgid "List of Add-Ons" msgstr "Liste des Addons" -#: pretix/base/pdf.py:222 +#: pretix/base/pdf.py:227 msgid "" "Add-on 1\n" "Add-on 2" @@ -4514,107 +4531,107 @@ msgstr "" "Add-on 1\n" "Add-on 2" -#: pretix/base/pdf.py:233 pretix/control/forms/filter.py:490 -#: pretix/control/forms/filter.py:492 +#: pretix/base/pdf.py:238 pretix/control/forms/filter.py:542 +#: pretix/control/forms/filter.py:544 #: pretix/control/templates/pretixcontrol/organizers/index.html:35 msgid "Organizer name" msgstr "Nom de l'organisateur" -#: pretix/base/pdf.py:234 +#: pretix/base/pdf.py:239 msgid "Event organizer company" msgstr "Société organisatrice de l'événement" -#: pretix/base/pdf.py:238 +#: pretix/base/pdf.py:243 msgid "Organizer info text" msgstr "Texte d'information de l'organisateur" -#: pretix/base/pdf.py:239 +#: pretix/base/pdf.py:244 msgid "Event organizer info text" msgstr "Texte info de l'organisateur de l'événement" -#: pretix/base/pdf.py:243 +#: pretix/base/pdf.py:248 #, fuzzy #| msgctxt "subevent" #| msgid "Create date" msgid "Printing date" msgstr "Créer une date" -#: pretix/base/pdf.py:251 +#: pretix/base/pdf.py:256 #, fuzzy #| msgid "Event begin date and time" msgid "Printing date and time" msgstr "Date et heure de début de l'événement" -#: pretix/base/pdf.py:259 +#: pretix/base/pdf.py:264 #, fuzzy #| msgid "Event begin time" msgid "Printing time" msgstr "Heure de début de l'événement" -#: pretix/base/pdf.py:267 +#: pretix/base/pdf.py:272 #, fuzzy #| msgid "Full name" msgid "Seat: Full name" msgstr "Nom complet" -#: pretix/base/pdf.py:268 +#: pretix/base/pdf.py:273 msgid "Ground floor, Row 3, Seat 4" msgstr "" -#: pretix/base/pdf.py:270 pretix/base/pdf.py:276 -#: pretix/control/forms/orders.py:229 +#: pretix/base/pdf.py:275 pretix/base/pdf.py:281 +#: pretix/control/forms/orders.py:233 #, fuzzy #| msgid "Event admission" msgid "General admission" msgstr "Admission à l'événement" -#: pretix/base/pdf.py:273 +#: pretix/base/pdf.py:278 #, fuzzy #| msgid "Team name" msgid "Seat: zone" msgstr "Nom de l'équipe" -#: pretix/base/pdf.py:274 +#: pretix/base/pdf.py:279 msgid "Ground floor" msgstr "" -#: pretix/base/pdf.py:279 +#: pretix/base/pdf.py:284 msgid "Seat: row" msgstr "" -#: pretix/base/pdf.py:284 +#: pretix/base/pdf.py:289 #, fuzzy #| msgid "Street and Number" msgid "Seat: seat number" msgstr "Rue et numéro" -#: pretix/base/pdf.py:320 +#: pretix/base/pdf.py:325 #, python-brace-format msgid "Question: {question}" msgstr "Question: {question}" -#: pretix/base/pdf.py:321 +#: pretix/base/pdf.py:326 #, python-brace-format msgid "" msgstr "" -#: pretix/base/pdf.py:343 pretix/base/pdf.py:350 -#: pretix/plugins/badges/exporters.py:238 -#: pretix/plugins/checkinlists/exporters.py:62 -#: pretix/plugins/checkinlists/exporters.py:335 +#: pretix/base/pdf.py:348 pretix/base/pdf.py:355 +#: pretix/plugins/badges/exporters.py:246 +#: pretix/plugins/checkinlists/exporters.py:77 +#: pretix/plugins/checkinlists/exporters.py:394 #: pretix/plugins/ticketoutputpdf/exporters.py:42 #, fuzzy, python-brace-format #| msgid "Attendee name" msgid "Attendee name: {part}" msgstr "Nom du participant" -#: pretix/base/pdf.py:360 +#: pretix/base/pdf.py:365 #, fuzzy, python-brace-format #| msgid "Invoice address: name" msgid "Invoice address name: {part}" msgstr "Adresse de facturation: nom" -#: pretix/base/pdf.py:522 pretix/plugins/ticketoutputpdf/ticketoutput.py:78 +#: pretix/base/pdf.py:527 pretix/plugins/ticketoutputpdf/ticketoutput.py:78 msgid "Ticket" msgstr "Ticket" @@ -4658,7 +4675,7 @@ msgstr "" "Nous n'avons pas pu traiter votre demande complètement car le serveur était " "trop occupé. Veuillez réessayer." -#: pretix/base/services/cart.py:54 pretix/presale/views/cart.py:174 +#: pretix/base/services/cart.py:54 pretix/presale/views/cart.py:176 msgid "You did not select any products." msgstr "Vous n'avez sélectionné aucun produit." @@ -4971,7 +4988,7 @@ msgctxt "invoice" msgid "Attendee: {name}" msgstr "Participants: {name}" -#: pretix/base/services/invoices.py:170 pretix/plugins/reports/exporters.py:215 +#: pretix/base/services/invoices.py:170 pretix/plugins/reports/exporters.py:218 msgctxt "subevent" msgid "Date: {}" msgstr "Date: {}" @@ -5188,7 +5205,7 @@ msgstr "" "été utilisé le nombre maximum de fois autorisé. Nous avons retiré cet " "article de votre panier." -#: pretix/base/services/orders.py:153 pretix/control/forms/orders.py:68 +#: pretix/base/services/orders.py:153 pretix/control/forms/orders.py:69 msgid "The new expiry date needs to be in the future." msgstr "La nouvelle date d'expiration doit être dans le futur." @@ -5228,7 +5245,7 @@ msgid "" "order has already been redeemed." msgstr "" -#: pretix/base/services/orders.py:391 pretix/control/forms/orders.py:132 +#: pretix/base/services/orders.py:391 pretix/control/forms/orders.py:136 msgid "" "The cancellation fee cannot be higher than the payment credit of this order." msgstr "" @@ -5362,14 +5379,14 @@ msgid "" "contact the event organizer for further information." msgstr "" -#: pretix/base/services/seating.py:35 pretix/base/services/seating.py:90 +#: pretix/base/services/seating.py:35 pretix/base/services/seating.py:94 #, python-format msgid "" "You can not change the plan since seat \"%s\" is not present in the new plan " "and is already sold." msgstr "" -#: pretix/base/services/seating.py:93 +#: pretix/base/services/seating.py:97 #, python-format msgid "" "You can not change the plan since seat \"%s\" is not present in the new plan " @@ -6027,7 +6044,7 @@ msgstr "" msgid "Available languages" msgstr "Langues disponibles" -#: pretix/base/settings.py:707 pretix/control/forms/event.py:96 +#: pretix/base/settings.py:707 pretix/control/forms/event.py:91 msgid "Default language" msgstr "Langue par défaut" @@ -6068,7 +6085,7 @@ msgstr "" msgid "Hide all products that are sold out" msgstr "" -#: pretix/base/settings.py:757 pretix/control/forms/event.py:1177 +#: pretix/base/settings.py:757 pretix/control/forms/event.py:1176 msgid "Publicly show how many tickets of a certain type are still available." msgstr "" "Montrer publiquement combien de billets d'un certain type sont encore " @@ -6086,7 +6103,7 @@ msgstr "Afficher les variantes d'un produit étendu par défaut" msgid "Enable waiting list" msgstr "Activer la liste d'attente" -#: pretix/base/settings.py:785 pretix/control/forms/event.py:1182 +#: pretix/base/settings.py:785 pretix/control/forms/event.py:1181 msgid "" "Once a ticket is sold out, people can add themselves to a waiting list. As " "soon as a ticket becomes available again, it will be reserved for the first " @@ -6201,7 +6218,7 @@ msgid "" msgstr "" #: pretix/base/settings.py:888 pretix/base/settings.py:896 -#: pretix/control/forms/organizer.py:292 +#: pretix/control/forms/organizer.py:293 #: pretix/presale/templates/pretixpresale/organizers/calendar.html:25 #: pretix/presale/templates/pretixpresale/organizers/calendar_week.html:25 #: pretix/presale/templates/pretixpresale/organizers/index.html:34 @@ -6209,20 +6226,20 @@ msgid "List" msgstr "Liste" #: pretix/base/settings.py:889 pretix/base/settings.py:897 -#: pretix/control/forms/organizer.py:293 +#: pretix/control/forms/organizer.py:294 #, fuzzy #| msgid "Calendar" msgid "Week calendar" msgstr "Calendrier" #: pretix/base/settings.py:890 pretix/base/settings.py:898 -#: pretix/control/forms/organizer.py:294 +#: pretix/control/forms/organizer.py:295 #, fuzzy #| msgid "Calendar" msgid "Month calendar" msgstr "Calendrier" -#: pretix/base/settings.py:894 pretix/control/forms/organizer.py:290 +#: pretix/base/settings.py:894 pretix/control/forms/organizer.py:291 msgid "Default overview style" msgstr "Style par défaut" @@ -6267,7 +6284,7 @@ msgid "" "Otherwise, a manual refund will be created for you to process manually." msgstr "" -#: pretix/base/settings.py:952 pretix/control/forms/orders.py:586 +#: pretix/base/settings.py:952 pretix/control/forms/orders.py:590 #, fuzzy #| msgid "Cancellation" msgid "Keep a fixed cancellation fee" @@ -6277,7 +6294,7 @@ msgstr "Annulation" msgid "Keep payment, shipping and service fees" msgstr "" -#: pretix/base/settings.py:973 pretix/control/forms/orders.py:591 +#: pretix/base/settings.py:973 pretix/control/forms/orders.py:595 #, fuzzy #| msgid "Cancellation" msgid "Keep a percentual cancellation fee" @@ -6341,21 +6358,21 @@ msgstr "Carte de crédit" msgid "Refund method" msgstr "Demande de remboursement" -#: pretix/base/settings.py:1051 pretix/control/forms/event.py:1205 +#: pretix/base/settings.py:1051 pretix/control/forms/event.py:1204 msgid "Contact address" msgstr "Adresse de contact" -#: pretix/base/settings.py:1052 pretix/control/forms/event.py:1207 +#: pretix/base/settings.py:1052 pretix/control/forms/event.py:1206 msgid "We'll show this publicly to allow attendees to contact you." msgstr "" "Nous le montrerons publiquement pour permettre aux participants de vous " "contacter." -#: pretix/base/settings.py:1060 pretix/control/forms/event.py:1199 +#: pretix/base/settings.py:1060 pretix/control/forms/event.py:1198 msgid "Imprint URL" msgstr "URL des Mentions légales" -#: pretix/base/settings.py:1061 pretix/control/forms/event.py:1200 +#: pretix/base/settings.py:1061 pretix/control/forms/event.py:1199 msgid "" "This should point e.g. to a part of your website that has your contact " "details and legal information." @@ -7062,109 +7079,109 @@ msgctxt "subevent" msgid "Date ordering" msgstr "Date de commande" -#: pretix/base/settings.py:1657 +#: pretix/base/settings.py:1665 msgid "Most common English titles" msgstr "" -#: pretix/base/settings.py:1667 +#: pretix/base/settings.py:1675 msgid "Most common German titles" msgstr "" -#: pretix/base/settings.py:1676 pretix/base/settings.py:1689 -#: pretix/base/settings.py:1705 pretix/base/settings.py:1755 -#: pretix/base/settings.py:1768 pretix/base/settings.py:1782 +#: pretix/base/settings.py:1684 pretix/base/settings.py:1697 +#: pretix/base/settings.py:1713 pretix/base/settings.py:1763 +#: pretix/base/settings.py:1776 pretix/base/settings.py:1790 msgid "Given name" msgstr "Prénom" -#: pretix/base/settings.py:1677 pretix/base/settings.py:1690 -#: pretix/base/settings.py:1706 pretix/base/settings.py:1722 -#: pretix/base/settings.py:1739 pretix/base/settings.py:1754 -#: pretix/base/settings.py:1769 pretix/base/settings.py:1783 +#: pretix/base/settings.py:1685 pretix/base/settings.py:1698 +#: pretix/base/settings.py:1714 pretix/base/settings.py:1730 +#: pretix/base/settings.py:1747 pretix/base/settings.py:1762 +#: pretix/base/settings.py:1777 pretix/base/settings.py:1791 msgid "Family name" msgstr "Nom de famille" -#: pretix/base/settings.py:1681 pretix/base/settings.py:1697 -#: pretix/base/settings.py:1713 pretix/base/settings.py:1728 -#: pretix/base/settings.py:1746 pretix/base/settings.py:1761 -#: pretix/base/settings.py:1791 pretix/base/settings.py:1814 +#: pretix/base/settings.py:1689 pretix/base/settings.py:1705 +#: pretix/base/settings.py:1721 pretix/base/settings.py:1736 +#: pretix/base/settings.py:1754 pretix/base/settings.py:1769 +#: pretix/base/settings.py:1799 pretix/base/settings.py:1822 #, fuzzy #| msgid "John Doe" msgctxt "person_name_sample" msgid "John" msgstr "John Doe" -#: pretix/base/settings.py:1682 pretix/base/settings.py:1698 -#: pretix/base/settings.py:1714 pretix/base/settings.py:1730 -#: pretix/base/settings.py:1748 pretix/base/settings.py:1762 -#: pretix/base/settings.py:1792 +#: pretix/base/settings.py:1690 pretix/base/settings.py:1706 +#: pretix/base/settings.py:1722 pretix/base/settings.py:1738 +#: pretix/base/settings.py:1756 pretix/base/settings.py:1770 +#: pretix/base/settings.py:1800 msgctxt "person_name_sample" msgid "Doe" msgstr "" -#: pretix/base/settings.py:1688 pretix/base/settings.py:1704 -#: pretix/base/settings.py:1736 +#: pretix/base/settings.py:1696 pretix/base/settings.py:1712 +#: pretix/base/settings.py:1744 msgctxt "person_name" msgid "Title" msgstr "" -#: pretix/base/settings.py:1696 pretix/base/settings.py:1712 -#: pretix/base/settings.py:1745 +#: pretix/base/settings.py:1704 pretix/base/settings.py:1720 +#: pretix/base/settings.py:1753 msgctxt "person_name_sample" msgid "Dr" msgstr "" -#: pretix/base/settings.py:1720 pretix/base/settings.py:1737 +#: pretix/base/settings.py:1728 pretix/base/settings.py:1745 #, fuzzy #| msgid "Ticket name" msgid "First name" msgstr "Nom du billet" -#: pretix/base/settings.py:1721 pretix/base/settings.py:1738 +#: pretix/base/settings.py:1729 pretix/base/settings.py:1746 #, fuzzy #| msgid "Device name" msgid "Middle name" msgstr "Nom de l'appareil" -#: pretix/base/settings.py:1802 pretix/base/settings.py:1813 +#: pretix/base/settings.py:1810 pretix/base/settings.py:1821 #, fuzzy #| msgid "John Doe" msgctxt "person_name_sample" msgid "John Doe" msgstr "John Doe" -#: pretix/base/settings.py:1808 +#: pretix/base/settings.py:1816 #, fuzzy #| msgid "Full name" msgid "Calling name" msgstr "Nom complet" -#: pretix/base/settings.py:1821 +#: pretix/base/settings.py:1829 #, fuzzy #| msgid "Bank transfer" msgid "Latin transcription" msgstr "Virement bancaire" -#: pretix/base/settings.py:1924 pretix/control/forms/event.py:176 +#: pretix/base/settings.py:1932 pretix/control/forms/event.py:172 msgid "" "Your default locale must also be enabled for your event (see box above)." msgstr "" "Votre localisation par défaut doit également être activée pour votre " "événement (voir encadré ci-dessus)." -#: pretix/base/settings.py:1928 +#: pretix/base/settings.py:1936 msgid "" "You cannot require specifying attendee names if you do not ask for them." msgstr "" "Vous ne pouvez pas spécifier de noms de participants si vous ne les demandez " "pas." -#: pretix/base/settings.py:1932 +#: pretix/base/settings.py:1940 msgid "You have to ask for attendee emails if you want to make them required." msgstr "" "Vous devez demander les e-mails des participants si vous voulez les rendre " "obligatoires." -#: pretix/base/settings.py:1936 +#: pretix/base/settings.py:1944 #, fuzzy #| msgid "" #| "You have to ask for attendee emails if you want to make them required." @@ -7174,11 +7191,11 @@ msgstr "" "Vous devez demander les e-mails des participants si vous voulez les rendre " "obligatoires." -#: pretix/base/settings.py:1940 +#: pretix/base/settings.py:1948 msgid "You have to require invoice addresses to require for company names." msgstr "" -#: pretix/base/settings.py:1947 +#: pretix/base/settings.py:1955 msgid "The last payment date cannot be before the end of presale." msgstr "" "La dernière date de paiement ne peut être antérieure à la fin de la prévente." @@ -7619,16 +7636,22 @@ msgstr "Une erreur interne s'est produite, veuillez réessayer." msgid "The task has been completed." msgstr "La tâche est terminée." -#: pretix/control/forms/__init__.py:112 +#: pretix/control/forms/__init__.py:115 +#, fuzzy, python-brace-format +#| msgid "Please only upload PDF files." +msgid "Please do not upload files larger than {size}!" +msgstr "Veuillez uploader uniquement des fichiers PDF." + +#: pretix/control/forms/__init__.py:136 msgid "Filetype not allowed!" msgstr "Type de fichier interdit !" #: pretix/control/forms/checkin.py:38 pretix/control/forms/filter.py:244 -#: pretix/control/forms/filter.py:271 pretix/control/forms/filter.py:979 -#: pretix/control/forms/filter.py:999 pretix/control/forms/filter.py:1091 -#: pretix/control/forms/filter.py:1107 pretix/control/forms/filter.py:1168 -#: pretix/control/forms/filter.py:1203 pretix/control/forms/orders.py:544 -#: pretix/control/forms/orders.py:699 +#: pretix/control/forms/filter.py:271 pretix/control/forms/filter.py:1031 +#: pretix/control/forms/filter.py:1051 pretix/control/forms/filter.py:1143 +#: pretix/control/forms/filter.py:1159 pretix/control/forms/filter.py:1220 +#: pretix/control/forms/filter.py:1255 pretix/control/forms/orders.py:548 +#: pretix/control/forms/orders.py:703 #: pretix/control/templates/pretixcontrol/event/fragment_subevent_choice_simple.html:5 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:47 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:109 @@ -7637,7 +7660,7 @@ msgctxt "subevent" msgid "All dates" msgstr "Toutes les dates" -#: pretix/control/forms/event.py:44 pretix/control/forms/organizer.py:310 +#: pretix/control/forms/event.py:44 pretix/control/forms/organizer.py:311 msgid "Use languages" msgstr "Utiliser les langues" @@ -7650,40 +7673,22 @@ msgstr "" msgid "This is an event series" msgstr "C'est une série d'événements" -#: pretix/control/forms/event.py:50 -msgid "" -"Only recommended for advanced users. If this feature is enabled, this will " -"not only be a single event but a series of very similar events that are " -"handled within a single shop. The single events inside the series can only " -"differ in date, time, location, prices and quotas, but not in other " -"settings, and buying tickets across multiple of these events at the same " -"time is possible. You cannot change this setting for this event later." -msgstr "" -"Recommandé uniquement pour les utilisateurs avancés. Si cette fonction est " -"activée, il ne s'agira pas seulement d'un événement unique, mais d'une série " -"d'événements très similaires qui sont traités dans un seul magasin. Les " -"événements individuels de la série ne peuvent différer que par la date, " -"l'heure, le lieu, les prix et les quotas, mais pas dans d'autres cadres, et " -"l'achat de billets entre plusieurs de ces événements en même temps est " -"possible. Vous ne pourrez pas modifier ultérieurement ce paramètre pour cet " -"événement." - -#: pretix/control/forms/event.py:88 +#: pretix/control/forms/event.py:83 msgid "" "You already used this slug for a different event. Please choose a new one." msgstr "" "Vous avez déjà utilisé ce slug pour un autre événement. Veuillez en choisir " "un nouveau." -#: pretix/control/forms/event.py:92 pretix/control/forms/event.py:394 +#: pretix/control/forms/event.py:87 pretix/control/forms/event.py:390 msgid "Event timezone" msgstr "Fuseau horaire de l'événement" -#: pretix/control/forms/event.py:99 +#: pretix/control/forms/event.py:94 msgid "Sales tax rate" msgstr "Taux d'imposition des ventes" -#: pretix/control/forms/event.py:100 +#: pretix/control/forms/event.py:95 msgid "" "Do you need to pay sales tax on your tickets? In this case, please enter the " "applicable tax rate here in percent. If you have a more complicated tax " @@ -7694,22 +7699,22 @@ msgstr "" "situation fiscale est plus compliquée, vous pouvez ajouter des taux " "d'imposition supplémentaires et une configuration détaillée plus tard." -#: pretix/control/forms/event.py:107 +#: pretix/control/forms/event.py:102 msgid "Grant access to team" msgstr "" -#: pretix/control/forms/event.py:108 +#: pretix/control/forms/event.py:103 msgid "" "You are allowed to create events under this organizer, however you do not " "have permission to edit all events under this organizer. Please select one " "of your existing teams that will be granted access to this event." msgstr "" -#: pretix/control/forms/event.py:113 +#: pretix/control/forms/event.py:108 msgid "Create a new team for this event with me as the only member" msgstr "" -#: pretix/control/forms/event.py:156 pretix/control/forms/event.py:309 +#: pretix/control/forms/event.py:151 pretix/control/forms/event.py:305 msgid "" "Sample Conference Center\n" "Heidelberg, Germany" @@ -7717,30 +7722,30 @@ msgstr "" "Exemple de centre de conférence\n" "Centre des Congrès, France" -#: pretix/control/forms/event.py:180 +#: pretix/control/forms/event.py:176 msgid "Your default locale must be specified." msgstr "Votre localisation par défaut doit être spécifiée." -#: pretix/control/forms/event.py:254 +#: pretix/control/forms/event.py:250 msgid "Copy configuration from" msgstr "Copier la configuration à partir de" -#: pretix/control/forms/event.py:260 pretix/control/forms/event.py:263 +#: pretix/control/forms/event.py:256 pretix/control/forms/event.py:259 #: pretix/control/forms/item.py:250 msgid "Do not copy" msgstr "Ne pas copier" -#: pretix/control/forms/event.py:314 pretix/control/forms/organizer.py:87 +#: pretix/control/forms/event.py:310 pretix/control/forms/organizer.py:87 msgid "Custom domain" msgstr "Domaine personnalisé" -#: pretix/control/forms/event.py:316 pretix/control/forms/organizer.py:89 +#: pretix/control/forms/event.py:312 pretix/control/forms/organizer.py:89 msgid "You need to configure the custom domain in the webserver beforehand." msgstr "" "Vous devez préalablement configurer le domaine personnalisé dans le serveur " "web." -#: pretix/control/forms/event.py:324 pretix/control/forms/organizer.py:97 +#: pretix/control/forms/event.py:320 pretix/control/forms/organizer.py:97 #, fuzzy #| msgid "You can choose at most one option from this category." #| msgid_plural "" @@ -7748,42 +7753,42 @@ msgstr "" msgid "You cannot choose the base domain of this installation." msgstr "Vous pouvez choisir au plus une option de cette catégorie." -#: pretix/control/forms/event.py:328 pretix/control/forms/organizer.py:102 +#: pretix/control/forms/event.py:324 pretix/control/forms/organizer.py:102 #, fuzzy #| msgid "This identifier is already used for a different question." msgid "This domain is already in use for a different event or organizer." msgstr "Cet identificateur est déjà utilisé pour une autre question." -#: pretix/control/forms/event.py:397 +#: pretix/control/forms/event.py:393 #, fuzzy #| msgid "Payment information" msgid "Name format" msgstr "Informations de paiement" -#: pretix/control/forms/event.py:398 +#: pretix/control/forms/event.py:394 msgid "" "This defines how pretix will ask for human names. Changing this after you " "already received orders might lead to unexpected behavior when sorting or " "changing names." msgstr "" -#: pretix/control/forms/event.py:403 +#: pretix/control/forms/event.py:399 msgid "Allowed titles" msgstr "" -#: pretix/control/forms/event.py:404 +#: pretix/control/forms/event.py:400 msgid "" "If the naming scheme you defined above allows users to input a title, you " "can use this to restrict the set of selectable titles." msgstr "" -#: pretix/control/forms/event.py:409 pretix/control/forms/organizer.py:276 +#: pretix/control/forms/event.py:405 pretix/control/forms/organizer.py:276 #, fuzzy #| msgid "Attendee name" msgid "Header image" msgstr "Nom du participant" -#: pretix/control/forms/event.py:412 +#: pretix/control/forms/event.py:409 #, fuzzy #| msgid "" #| "If you provide a logo image, we will by default not show your events name " @@ -7800,29 +7805,29 @@ msgstr "" "date de vos événements dans l'en-tête de la page. Nous afficherons votre " "logo avec une hauteur maximale de 120 pixels." -#: pretix/control/forms/event.py:418 pretix/control/forms/organizer.py:285 +#: pretix/control/forms/event.py:415 pretix/control/forms/organizer.py:286 msgid "Use header image in its full size" msgstr "" -#: pretix/control/forms/event.py:419 pretix/control/forms/organizer.py:286 +#: pretix/control/forms/event.py:416 pretix/control/forms/organizer.py:287 msgid "We recommend to upload a picture at least 1170 pixels wide." msgstr "" -#: pretix/control/forms/event.py:423 +#: pretix/control/forms/event.py:420 msgid "Show event title even if a header image is present" msgstr "" -#: pretix/control/forms/event.py:424 +#: pretix/control/forms/event.py:421 #, fuzzy #| msgid "This question will be asked during check-in." msgid "The title will only be shown on the event front page." msgstr "Cette question sera posée lors de l'enregistrement." -#: pretix/control/forms/event.py:428 +#: pretix/control/forms/event.py:425 msgid "Social media image" msgstr "" -#: pretix/control/forms/event.py:431 +#: pretix/control/forms/event.py:429 msgid "" "This picture will be used as a preview if you post links to your ticket shop " "on social media. Facebook advises to use a picture size of 1200 x 630 " @@ -7831,52 +7836,52 @@ msgid "" "square is shown. If you do not fill this, we will use the logo given above." msgstr "" -#: pretix/control/forms/event.py:437 pretix/control/forms/organizer.py:226 +#: pretix/control/forms/event.py:435 pretix/control/forms/organizer.py:226 msgid "Primary color" msgstr "Couleur primaire" -#: pretix/control/forms/event.py:441 pretix/control/forms/event.py:451 -#: pretix/control/forms/event.py:461 pretix/control/forms/event.py:470 +#: pretix/control/forms/event.py:439 pretix/control/forms/event.py:449 +#: pretix/control/forms/event.py:459 pretix/control/forms/event.py:468 #: pretix/control/forms/organizer.py:230 pretix/control/forms/organizer.py:240 #: pretix/control/forms/organizer.py:250 pretix/control/forms/organizer.py:260 msgid "Please enter the hexadecimal code of a color, e.g. #990000." msgstr "" "Veuillez entrer le code hexadécimal d'une couleur, par exemple #990000." -#: pretix/control/forms/event.py:446 pretix/control/forms/organizer.py:235 +#: pretix/control/forms/event.py:444 pretix/control/forms/organizer.py:235 msgid "Accent color for success" msgstr "" -#: pretix/control/forms/event.py:447 pretix/control/forms/organizer.py:236 +#: pretix/control/forms/event.py:445 pretix/control/forms/organizer.py:236 msgid "We strongly suggest to use a shade of green." msgstr "" -#: pretix/control/forms/event.py:456 pretix/control/forms/organizer.py:245 +#: pretix/control/forms/event.py:454 pretix/control/forms/organizer.py:245 msgid "Accent color for errors" msgstr "" -#: pretix/control/forms/event.py:457 +#: pretix/control/forms/event.py:455 msgid "We strongly suggest to use a dark shade of red." msgstr "" -#: pretix/control/forms/event.py:466 pretix/control/forms/organizer.py:256 +#: pretix/control/forms/event.py:464 pretix/control/forms/organizer.py:256 msgid "Page background color" msgstr "" -#: pretix/control/forms/event.py:476 pretix/control/forms/organizer.py:266 +#: pretix/control/forms/event.py:474 pretix/control/forms/organizer.py:266 msgid "Use round edges" msgstr "" -#: pretix/control/forms/event.py:480 pretix/control/forms/organizer.py:315 +#: pretix/control/forms/event.py:478 pretix/control/forms/organizer.py:316 #: pretix/control/templates/pretixcontrol/pdf/index.html:305 msgid "Font" msgstr "Police de caractère" -#: pretix/control/forms/event.py:485 pretix/control/forms/organizer.py:320 +#: pretix/control/forms/event.py:483 pretix/control/forms/organizer.py:321 msgid "Only respected by modern browsers." msgstr "Seulement supporté par les navigateurs modernes." -#: pretix/control/forms/event.py:542 +#: pretix/control/forms/event.py:540 msgid "" "e.g. I hereby confirm that I have read and agree with the event organizer's " "terms of service and agree with them." @@ -7885,28 +7890,28 @@ msgstr "" "conditions d'utilisation de l'organisateur de l'événement et que je les " "accepte." -#: pretix/control/forms/event.py:546 +#: pretix/control/forms/event.py:544 #, python-brace-format msgid "Ask for {fields}, display like {example}" msgstr "" -#: pretix/control/forms/event.py:552 +#: pretix/control/forms/event.py:550 #, fuzzy #| msgid "Free price input" msgid "Free text input" msgstr "Entrée gratuite" -#: pretix/control/forms/event.py:586 +#: pretix/control/forms/event.py:584 msgid "" "You have configured gift cards to be valid {} years plus the year the gift " "card is issued in." msgstr "" -#: pretix/control/forms/event.py:601 +#: pretix/control/forms/event.py:599 msgid "Tax rule for payment fees" msgstr "Règle fiscale pour les frais de paiement" -#: pretix/control/forms/event.py:603 +#: pretix/control/forms/event.py:601 msgid "" "The tax rule that applies for additional fees you configured for single " "payment methods. This will set the tax rate and reverse charge rules, other " @@ -7917,116 +7922,116 @@ msgstr "" "TVA et les règles d'autoliquidation, les autres paramètres de la règle " "fiscale sont ignorés." -#: pretix/control/forms/event.py:695 +#: pretix/control/forms/event.py:693 #, fuzzy #| msgid "Generate invoices" msgid "Generate invoices for Sales channels" msgstr "Générer des factures" -#: pretix/control/forms/event.py:698 +#: pretix/control/forms/event.py:696 msgid "" "If you have enabled invoice generation in the previous setting, you can " "limit it here to specific sales channels." msgstr "" -#: pretix/control/forms/event.py:702 +#: pretix/control/forms/event.py:700 msgid "Invoice style" msgstr "Style de facture" -#: pretix/control/forms/event.py:708 +#: pretix/control/forms/event.py:706 msgid "Invoice language" msgstr "Langue de facturation" -#: pretix/control/forms/event.py:709 pretix/control/forms/event.py:730 +#: pretix/control/forms/event.py:707 pretix/control/forms/event.py:729 msgid "The user's language" msgstr "Langue de l'utilisateur" -#: pretix/control/forms/event.py:712 +#: pretix/control/forms/event.py:710 msgid "Logo image" msgstr "Image du logo" -#: pretix/control/forms/event.py:715 +#: pretix/control/forms/event.py:714 msgid "We will show your logo with a maximal height and width of 2.5 cm." msgstr "" "Nous afficherons votre logo avec une hauteur et une largeur maximale de 2,5 " "cm." -#: pretix/control/forms/event.py:759 +#: pretix/control/forms/event.py:758 msgid "Bcc address" msgstr "Adresse Cci" -#: pretix/control/forms/event.py:760 +#: pretix/control/forms/event.py:759 msgid "All emails will be sent to this address as a Bcc copy" msgstr "" "Tous les courriels seront envoyés à cette adresse sous forme de copie Cci" -#: pretix/control/forms/event.py:766 +#: pretix/control/forms/event.py:765 msgid "Signature" msgstr "Signature" -#: pretix/control/forms/event.py:769 +#: pretix/control/forms/event.py:768 #, python-brace-format msgid "This will be attached to every email. Available placeholders: {event}" msgstr "Ceci sera joint à chaque email. Nombre de places disponibles: {event}" -#: pretix/control/forms/event.py:774 +#: pretix/control/forms/event.py:773 msgid "e.g. your contact details" msgstr "par exemple vos coordonnées" -#: pretix/control/forms/event.py:779 +#: pretix/control/forms/event.py:778 msgid "HTML mail renderer" msgstr "" -#: pretix/control/forms/event.py:784 pretix/control/forms/event.py:801 -#: pretix/control/forms/event.py:818 pretix/control/forms/event.py:877 +#: pretix/control/forms/event.py:783 pretix/control/forms/event.py:800 +#: pretix/control/forms/event.py:817 pretix/control/forms/event.py:876 #, fuzzy #| msgid "Order contact address changed" msgid "Text sent to order contact address" msgstr "Changement d'adresse de contact" -#: pretix/control/forms/event.py:789 pretix/control/forms/event.py:806 -#: pretix/control/forms/event.py:823 pretix/control/forms/event.py:882 +#: pretix/control/forms/event.py:788 pretix/control/forms/event.py:805 +#: pretix/control/forms/event.py:822 pretix/control/forms/event.py:881 #, fuzzy #| msgid "Send a new email based on this" msgid "Send an email to attendees" msgstr "Envoyer un nouvel email basé sur" -#: pretix/control/forms/event.py:790 pretix/control/forms/event.py:807 -#: pretix/control/forms/event.py:824 pretix/control/forms/event.py:883 +#: pretix/control/forms/event.py:789 pretix/control/forms/event.py:806 +#: pretix/control/forms/event.py:823 pretix/control/forms/event.py:882 msgid "" "If the order contains attendees with email addresses different from the " "person who orders the tickets, the following email will be sent out to the " "attendees." msgstr "" -#: pretix/control/forms/event.py:795 pretix/control/forms/event.py:812 -#: pretix/control/forms/event.py:829 pretix/control/forms/event.py:888 +#: pretix/control/forms/event.py:794 pretix/control/forms/event.py:811 +#: pretix/control/forms/event.py:828 pretix/control/forms/event.py:887 #, fuzzy #| msgid "Text (sent by admin)" msgid "Text sent to attendees" msgstr "Texte (envoyé par admin)" -#: pretix/control/forms/event.py:835 pretix/control/forms/event.py:857 -#: pretix/control/forms/event.py:862 pretix/control/forms/event.py:867 -#: pretix/control/forms/event.py:872 +#: pretix/control/forms/event.py:834 pretix/control/forms/event.py:856 +#: pretix/control/forms/event.py:861 pretix/control/forms/event.py:866 +#: pretix/control/forms/event.py:871 #: pretix/control/templates/pretixcontrol/organizers/giftcard.html:99 #: pretix/control/templates/pretixcontrol/pdf/index.html:367 msgid "Text" msgstr "Texte" -#: pretix/control/forms/event.py:840 +#: pretix/control/forms/event.py:839 msgid "Text (sent by admin)" msgstr "Texte (envoyé par admin)" -#: pretix/control/forms/event.py:845 +#: pretix/control/forms/event.py:844 msgid "Text (requested by user)" msgstr "Texte (demandé par l'utilisateur)" -#: pretix/control/forms/event.py:850 pretix/control/forms/event.py:893 +#: pretix/control/forms/event.py:849 pretix/control/forms/event.py:892 msgid "Number of days" msgstr "Nombre de jours" -#: pretix/control/forms/event.py:853 +#: pretix/control/forms/event.py:852 msgid "" "This email will be sent out this many days before the order expires. If the " "value is 0, the mail will never be sent." @@ -8034,7 +8039,7 @@ msgstr "" "Cet email vous sera envoyé quelques jours avant l'expiration de la commande. " "Si la valeur est 0, le mail ne sera jamais envoyé." -#: pretix/control/forms/event.py:896 +#: pretix/control/forms/event.py:895 msgid "" "This email will be sent out this many days before the order event starts. If " "the field is empty, the mail will never be sent." @@ -8042,19 +8047,19 @@ msgstr "" "Ce courriel sera envoyé plusieurs jours avant le début de la commande. Si le " "champ est vide, le mail ne sera jamais envoyé." -#: pretix/control/forms/event.py:900 +#: pretix/control/forms/event.py:899 #, fuzzy #| msgid "Review order" msgid "Received order" msgstr "Validation" -#: pretix/control/forms/event.py:905 +#: pretix/control/forms/event.py:904 #, fuzzy #| msgid "Expire order" msgid "Approved order" msgstr "Ordonnance d'expiration" -#: pretix/control/forms/event.py:908 +#: pretix/control/forms/event.py:907 #, fuzzy #| msgid "" #| "Available placeholders: {event}, {total_with_currency}, {total}, " @@ -8068,17 +8073,17 @@ msgstr "" "3, {currency}4, {date}5, {payment_info}6, {url}7, {invoice_name}8, " "{invoice_company}9" -#: pretix/control/forms/event.py:912 +#: pretix/control/forms/event.py:911 #, fuzzy #| msgid "Refund order" msgid "Denied order" msgstr "Demande de remboursement" -#: pretix/control/forms/event.py:917 +#: pretix/control/forms/event.py:916 msgid "Use custom SMTP server" msgstr "Utiliser un serveur SMTP personnalisé" -#: pretix/control/forms/event.py:918 +#: pretix/control/forms/event.py:917 msgid "" "All mail related to your event will be sent over the smtp server specified " "by you." @@ -8086,43 +8091,43 @@ msgstr "" "Tous les mails relatifs à votre événement seront envoyés sur le serveur smtp " "que vous aurez spécifié." -#: pretix/control/forms/event.py:922 +#: pretix/control/forms/event.py:921 msgid "Hostname" msgstr "Hostname" -#: pretix/control/forms/event.py:927 +#: pretix/control/forms/event.py:926 msgid "Port" msgstr "Port" -#: pretix/control/forms/event.py:932 +#: pretix/control/forms/event.py:931 msgid "Username" msgstr "Nom d'utilisateur" -#: pretix/control/forms/event.py:944 +#: pretix/control/forms/event.py:943 msgid "Use STARTTLS" msgstr "Utiliser STARTTLS" -#: pretix/control/forms/event.py:945 +#: pretix/control/forms/event.py:944 msgid "Commonly enabled on port 587." msgstr "Communément activé sur le port 587." -#: pretix/control/forms/event.py:949 +#: pretix/control/forms/event.py:948 msgid "Use SSL" msgstr "Utiliser SSL" -#: pretix/control/forms/event.py:950 +#: pretix/control/forms/event.py:949 msgid "Commonly enabled on port 465." msgstr "Communément activé sur le port 465." -#: pretix/control/forms/event.py:979 pretix/control/forms/orders.py:465 -#: pretix/control/forms/orders.py:622 pretix/control/forms/vouchers.py:255 +#: pretix/control/forms/event.py:978 pretix/control/forms/orders.py:469 +#: pretix/control/forms/orders.py:626 pretix/control/forms/vouchers.py:255 #: pretix/plugins/sendmail/forms.py:49 #, fuzzy, python-brace-format #| msgid "Available placeholders: {event}, {url}" msgid "Available placeholders: {list}" msgstr "Places disponibles: {event}, {url}" -#: pretix/control/forms/event.py:1014 +#: pretix/control/forms/event.py:1013 msgid "" "You can activate either SSL or STARTTLS security, but not both at the same " "time." @@ -8130,43 +8135,43 @@ msgstr "" "Vous pouvez activer la sécurité SSL ou STARTTLS, mais pas les deux en même " "temps." -#: pretix/control/forms/event.py:1063 +#: pretix/control/forms/event.py:1062 msgid "Any country" msgstr "N'importe quel pays" -#: pretix/control/forms/event.py:1064 +#: pretix/control/forms/event.py:1063 msgid "European Union" msgstr "Union européenne" -#: pretix/control/forms/event.py:1076 +#: pretix/control/forms/event.py:1075 msgid "Any customer" msgstr "Tout client" -#: pretix/control/forms/event.py:1077 +#: pretix/control/forms/event.py:1076 msgid "Individual" msgstr "Individuel" -#: pretix/control/forms/event.py:1078 +#: pretix/control/forms/event.py:1077 msgid "Business" msgstr "Affaires" -#: pretix/control/forms/event.py:1079 +#: pretix/control/forms/event.py:1078 msgid "Business with valid VAT ID" msgstr "Entreprise avec un numéro d'identification TVA valide" -#: pretix/control/forms/event.py:1085 +#: pretix/control/forms/event.py:1084 msgid "Charge VAT" msgstr "Charger la TVA" -#: pretix/control/forms/event.py:1087 +#: pretix/control/forms/event.py:1086 msgid "No VAT" msgstr "Pas de TVA" -#: pretix/control/forms/event.py:1116 +#: pretix/control/forms/event.py:1115 msgid "Pre-selected voucher" msgstr "Bon pré-sélectionné" -#: pretix/control/forms/event.py:1118 +#: pretix/control/forms/event.py:1117 msgid "" "If set, the widget will show products as if this voucher has been entered " "and when a product is bought via the widget, this voucher will be used. This " @@ -8178,11 +8183,11 @@ msgstr "" "par exemple être utilisé pour fournir des widgets qui donnent des remises ou " "déverrouiller des produits secrets." -#: pretix/control/forms/event.py:1123 +#: pretix/control/forms/event.py:1122 msgid "Compatibility mode" msgstr "Mode de compatibilité" -#: pretix/control/forms/event.py:1125 +#: pretix/control/forms/event.py:1124 msgid "" "Our regular widget doesn't work in all website builders. If you run into " "trouble, try using this compatibility mode." @@ -8191,32 +8196,32 @@ msgstr "" "Web. Si vous rencontrez des problèmes, essayez d'utiliser ce mode de " "compatibilité." -#: pretix/control/forms/event.py:1146 +#: pretix/control/forms/event.py:1145 msgid "The given voucher code does not exist." msgstr "Le code de bon de réduction n'existe pas." -#: pretix/control/forms/event.py:1153 pretix/control/forms/organizer.py:48 +#: pretix/control/forms/event.py:1152 pretix/control/forms/organizer.py:48 #: pretix/control/views/shredder.py:108 msgid "The slug you entered was not correct." msgstr "Entrée incorrecte." -#: pretix/control/forms/event.py:1157 pretix/control/forms/organizer.py:52 +#: pretix/control/forms/event.py:1156 pretix/control/forms/organizer.py:52 msgid "Event slug" msgstr "Event slug" -#: pretix/control/forms/event.py:1188 +#: pretix/control/forms/event.py:1187 msgid "Ticket downloads" msgstr "Téléchargement de billets" -#: pretix/control/forms/event.py:1189 +#: pretix/control/forms/event.py:1188 msgid "Your customers will be able to download their tickets in PDF format." msgstr "Vos clients pourront télécharger leurs billets au format PDF." -#: pretix/control/forms/event.py:1193 +#: pretix/control/forms/event.py:1192 msgid "Require all attendees to fill in their names" msgstr "Exiger que tous les participants remplissent leur nom" -#: pretix/control/forms/event.py:1194 +#: pretix/control/forms/event.py:1193 msgid "" "By default, we will ask for names but not require them. You can turn this " "off completely in the settings." @@ -8224,11 +8229,11 @@ msgstr "" "Par défaut, nous demanderons des noms mais nous n'en aurons pas besoin. Vous " "pouvez désactiver complètement cette fonction dans les réglages." -#: pretix/control/forms/event.py:1220 +#: pretix/control/forms/event.py:1219 msgid "Payment via Stripe" msgstr "Paiement par Stripe" -#: pretix/control/forms/event.py:1221 +#: pretix/control/forms/event.py:1220 msgid "" "Stripe is an online payments processor supporting credit cards and lots of " "other payment options. To accept payments via Stripe, you will need to set " @@ -8240,11 +8245,11 @@ msgstr "" "des paiements via Stripe, vous devrez créer un compte avec eux, ce qui prend " "moins de cinq minutes en utilisant leur interface simple." -#: pretix/control/forms/event.py:1227 +#: pretix/control/forms/event.py:1226 msgid "Payment by bank transfer" msgstr "Paiement par virement bancaire" -#: pretix/control/forms/event.py:1228 +#: pretix/control/forms/event.py:1227 msgid "" "Your customers will be instructed to wire the money to your account. You can " "then import your bank statements to process the payments within pretix, or " @@ -8254,16 +8259,16 @@ msgstr "" "pouvez ensuite importer vos extraits de compte pour traiter les paiements " "dans pretix, ou les marquer comme payés manuellement." -#: pretix/control/forms/event.py:1267 +#: pretix/control/forms/event.py:1266 #: pretix/control/templates/pretixcontrol/event/quick_setup.html:45 msgid "Price (optional)" msgstr "Prix (facultatif)" -#: pretix/control/forms/event.py:1272 +#: pretix/control/forms/event.py:1271 msgid "Free" msgstr "Gratuit" -#: pretix/control/forms/event.py:1277 +#: pretix/control/forms/event.py:1276 msgid "Quantity available" msgstr "Quantité disponible" @@ -8284,7 +8289,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/items/question.html:21 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:8 #: pretix/control/templates/pretixcontrol/orders/overview.html:67 -#: pretix/plugins/reports/exporters.py:223 +#: pretix/plugins/reports/exporters.py:226 msgid "Pending" msgstr "En attente" @@ -8298,13 +8303,13 @@ msgstr "En attente (retard)" msgid "Pending or paid" msgstr "En suspens ou payés" -#: pretix/control/forms/filter.py:111 pretix/control/forms/filter.py:541 -#: pretix/control/forms/filter.py:946 +#: pretix/control/forms/filter.py:111 pretix/control/forms/filter.py:593 +#: pretix/control/forms/filter.py:998 #: pretix/control/templates/pretixcontrol/items/question.html:24 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:17 #: pretix/control/templates/pretixcontrol/orders/overview.html:60 #: pretix/control/templates/pretixcontrol/organizers/giftcards.html:76 -#: pretix/plugins/reports/exporters.py:219 +#: pretix/plugins/reports/exporters.py:222 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:20 msgid "Expired" msgstr "Expiré" @@ -8318,7 +8323,7 @@ msgstr "En attente ou périmé" #: pretix/control/templates/pretixcontrol/items/question.html:26 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:19 #: pretix/control/templates/pretixcontrol/orders/overview.html:59 -#: pretix/plugins/reports/exporters.py:219 +#: pretix/plugins/reports/exporters.py:222 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:22 msgid "Canceled" msgstr "Annulé" @@ -8355,8 +8360,8 @@ msgstr "impayé" msgid "Pending (but fully paid)" msgstr "En suspens ou payés" -#: pretix/control/forms/filter.py:119 pretix/control/forms/filter.py:526 -#: pretix/control/forms/filter.py:529 +#: pretix/control/forms/filter.py:119 pretix/control/forms/filter.py:578 +#: pretix/control/forms/filter.py:581 #: pretix/control/templates/pretixcontrol/event/live.html:63 #, fuzzy #| msgid "Price mode" @@ -8369,28 +8374,28 @@ msgstr "Mode prix" msgid "Cancellation requested" msgstr "Annulation" -#: pretix/control/forms/filter.py:278 pretix/control/forms/filter.py:796 -#: pretix/control/forms/filter.py:1006 pretix/control/forms/vouchers.py:112 +#: pretix/control/forms/filter.py:278 pretix/control/forms/filter.py:848 +#: pretix/control/forms/filter.py:1058 pretix/control/forms/vouchers.py:112 #: pretix/control/templates/pretixcontrol/items/question.html:29 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:99 msgid "All products" msgstr "Tous les produits" -#: pretix/control/forms/filter.py:282 pretix/control/forms/filter.py:1010 +#: pretix/control/forms/filter.py:282 pretix/control/forms/filter.py:1062 #: pretix/control/forms/vouchers.py:100 pretix/control/views/typeahead.py:514 #, python-brace-format msgid "{product} – Any variation" msgstr "{product} - Toute les variantes" #: pretix/control/forms/filter.py:341 pretix/control/forms/filter.py:346 -#: pretix/control/forms/filter.py:617 pretix/control/forms/filter.py:622 +#: pretix/control/forms/filter.py:669 pretix/control/forms/filter.py:674 msgid "All organizers" msgstr "Tous les organisateurs" -#: pretix/control/forms/filter.py:381 pretix/control/forms/filter.py:528 -#: pretix/control/forms/filter.py:537 pretix/control/forms/filter.py:860 -#: pretix/control/forms/filter.py:869 pretix/control/forms/filter.py:941 -#: pretix/control/forms/filter.py:954 +#: pretix/control/forms/filter.py:433 pretix/control/forms/filter.py:580 +#: pretix/control/forms/filter.py:589 pretix/control/forms/filter.py:912 +#: pretix/control/forms/filter.py:921 pretix/control/forms/filter.py:993 +#: pretix/control/forms/filter.py:1006 #: pretix/control/templates/pretixcontrol/checkin/lists.html:104 #: pretix/control/templates/pretixcontrol/checkin/lists.html:116 #: pretix/control/templates/pretixcontrol/organizers/devices.html:72 @@ -8400,221 +8405,221 @@ msgstr "Tous les organisateurs" msgid "All" msgstr "Tous" -#: pretix/control/forms/filter.py:383 pretix/control/forms/filter.py:603 +#: pretix/control/forms/filter.py:435 pretix/control/forms/filter.py:655 msgid "Shop live and presale running" msgstr "Boutique en ligne et prévente en cours" -#: pretix/control/forms/filter.py:384 pretix/control/forms/filter.py:862 +#: pretix/control/forms/filter.py:436 pretix/control/forms/filter.py:914 msgid "Inactive" msgstr "Inactif" -#: pretix/control/forms/filter.py:396 pretix/control/forms/subevents.py:287 +#: pretix/control/forms/filter.py:448 pretix/control/forms/subevents.py:287 #: pretix/control/forms/subevents.py:326 msgid "Weekday" msgstr "jour de semaine" -#: pretix/control/forms/filter.py:398 +#: pretix/control/forms/filter.py:450 msgid "All days" msgstr "Tous les jours" -#: pretix/control/forms/filter.py:399 +#: pretix/control/forms/filter.py:451 msgid "Monday" msgstr "Lundi" -#: pretix/control/forms/filter.py:400 +#: pretix/control/forms/filter.py:452 msgid "Tuesday" msgstr "Mardi" -#: pretix/control/forms/filter.py:401 +#: pretix/control/forms/filter.py:453 msgid "Wednesday" msgstr "Mercredi" -#: pretix/control/forms/filter.py:402 +#: pretix/control/forms/filter.py:454 msgid "Thursday" msgstr "Jeudi" -#: pretix/control/forms/filter.py:403 +#: pretix/control/forms/filter.py:455 msgid "Friday" msgstr "Vendredi" -#: pretix/control/forms/filter.py:404 +#: pretix/control/forms/filter.py:456 msgid "Saturday" msgstr "Samedi" -#: pretix/control/forms/filter.py:405 +#: pretix/control/forms/filter.py:457 msgid "Sunday" msgstr "Dimanche" -#: pretix/control/forms/filter.py:530 +#: pretix/control/forms/filter.py:582 msgid "Live" msgstr "" -#: pretix/control/forms/filter.py:535 pretix/control/forms/filter.py:538 +#: pretix/control/forms/filter.py:587 pretix/control/forms/filter.py:590 #, fuzzy #| msgid "Empty cart" msgid "Empty" msgstr "Vider le panier" -#: pretix/control/forms/filter.py:539 +#: pretix/control/forms/filter.py:591 msgid "Valid and with value" msgstr "" -#: pretix/control/forms/filter.py:540 +#: pretix/control/forms/filter.py:592 msgid "Expired and with value" msgstr "" -#: pretix/control/forms/filter.py:546 pretix/control/forms/filter.py:548 -#: pretix/control/forms/filter.py:876 pretix/control/forms/filter.py:878 +#: pretix/control/forms/filter.py:598 pretix/control/forms/filter.py:600 +#: pretix/control/forms/filter.py:928 pretix/control/forms/filter.py:930 msgid "Search query" msgstr "Demande de recherche" -#: pretix/control/forms/filter.py:601 +#: pretix/control/forms/filter.py:653 msgid "All events" msgstr "Tous les événements" -#: pretix/control/forms/filter.py:602 +#: pretix/control/forms/filter.py:654 msgid "Shop live" msgstr "Boutique en ligne" -#: pretix/control/forms/filter.py:604 +#: pretix/control/forms/filter.py:656 msgid "Shop not live" msgstr "Boutique hors ligne" -#: pretix/control/forms/filter.py:607 +#: pretix/control/forms/filter.py:659 msgid "Single event running or in the future" msgstr "Événement unique en fonctionnement ou à venir" -#: pretix/control/forms/filter.py:608 +#: pretix/control/forms/filter.py:660 msgid "Single event in the past" msgstr "Événement unique dans le passé" -#: pretix/control/forms/filter.py:775 pretix/control/forms/filter.py:777 +#: pretix/control/forms/filter.py:827 pretix/control/forms/filter.py:829 msgid "Search attendee…" msgstr "Recherche d'un participant…" -#: pretix/control/forms/filter.py:783 +#: pretix/control/forms/filter.py:835 msgid "Check-in status" msgstr "Statut d'enregistrement" -#: pretix/control/forms/filter.py:785 +#: pretix/control/forms/filter.py:837 msgid "All attendees" msgstr "Tous les participants" -#: pretix/control/forms/filter.py:786 +#: pretix/control/forms/filter.py:838 #, fuzzy #| msgid "Presale" msgctxt "checkin state" msgid "Present" msgstr "Prévente" -#: pretix/control/forms/filter.py:787 +#: pretix/control/forms/filter.py:839 #: pretix/control/templates/pretixcontrol/checkin/index.html:131 #: pretix/control/templates/pretixcontrol/checkin/lists.html:73 -#: pretix/plugins/checkinlists/exporters.py:337 +#: pretix/plugins/checkinlists/exporters.py:396 msgid "Checked in" msgstr "Enregistré" -#: pretix/control/forms/filter.py:788 +#: pretix/control/forms/filter.py:840 #: pretix/control/templates/pretixcontrol/checkin/index.html:126 msgid "Not checked in" msgstr "Non enregistré" -#: pretix/control/forms/filter.py:867 pretix/control/forms/filter.py:870 +#: pretix/control/forms/filter.py:919 pretix/control/forms/filter.py:922 #: pretix/control/templates/pretixcontrol/users/index.html:47 msgid "Administrator" msgstr "Administrateur" -#: pretix/control/forms/filter.py:871 +#: pretix/control/forms/filter.py:923 msgid "No administrator" msgstr "Pas d'administrateur" -#: pretix/control/forms/filter.py:942 +#: pretix/control/forms/filter.py:994 msgid "Valid" msgstr "Valable" -#: pretix/control/forms/filter.py:943 +#: pretix/control/forms/filter.py:995 msgid "Unredeemed" msgstr "Non remboursé" -#: pretix/control/forms/filter.py:944 +#: pretix/control/forms/filter.py:996 msgid "Redeemed at least once" msgstr "Rachetés au moins une fois" -#: pretix/control/forms/filter.py:945 +#: pretix/control/forms/filter.py:997 msgid "Fully redeemed" msgstr "Entièrement remboursé" -#: pretix/control/forms/filter.py:947 +#: pretix/control/forms/filter.py:999 msgid "Redeemed and checked in with ticket" msgstr "Racheté et enregistré avec billet" -#: pretix/control/forms/filter.py:952 +#: pretix/control/forms/filter.py:1004 msgid "Quota handling" msgstr "Traitement des quotas" -#: pretix/control/forms/filter.py:956 +#: pretix/control/forms/filter.py:1008 msgid "Allow to ignore quota" msgstr "Permet d'ignorer les quotas" -#: pretix/control/forms/filter.py:961 pretix/control/forms/filter.py:963 +#: pretix/control/forms/filter.py:1013 pretix/control/forms/filter.py:1015 msgid "Filter by tag" msgstr "Filtrer par tag" -#: pretix/control/forms/filter.py:968 pretix/control/forms/filter.py:970 +#: pretix/control/forms/filter.py:1020 pretix/control/forms/filter.py:1022 msgid "Search voucher" msgstr "Chercher un bon de réduction" -#: pretix/control/forms/filter.py:1016 pretix/control/forms/vouchers.py:91 +#: pretix/control/forms/filter.py:1068 pretix/control/forms/vouchers.py:91 #: pretix/control/views/typeahead.py:522 pretix/control/views/typeahead.py:526 #: pretix/control/views/vouchers.py:81 #, python-brace-format msgid "Any product in quota \"{quota}\"" msgstr "Tout produit dans le quota \"{quota}\"" -#: pretix/control/forms/filter.py:1132 +#: pretix/control/forms/filter.py:1184 #, fuzzy #| msgid "Check-in status" msgid "Refund status" msgstr "Statut d'enregistrement" -#: pretix/control/forms/filter.py:1134 +#: pretix/control/forms/filter.py:1186 #, fuzzy #| msgid "All entries" msgid "All open refunds" msgstr "Toutes les entrées" -#: pretix/control/forms/filter.py:1135 +#: pretix/control/forms/filter.py:1187 #, fuzzy #| msgid "All orders" msgid "All refunds" msgstr "Toutes les commandes" -#: pretix/control/forms/filter.py:1171 +#: pretix/control/forms/filter.py:1223 #, fuzzy #| msgctxt "subevent" #| msgid "Date history" msgid "Date filter" msgstr "Historique des dates" -#: pretix/control/forms/filter.py:1173 +#: pretix/control/forms/filter.py:1225 #, fuzzy #| msgid "Filter by tag" msgid "Filter by…" msgstr "Filtrer par tag" -#: pretix/control/forms/filter.py:1175 +#: pretix/control/forms/filter.py:1227 #, fuzzy #| msgid "Date of last payment" msgid "Date of last successful payment" msgstr "date du dernier paiement" -#: pretix/control/forms/filter.py:1180 +#: pretix/control/forms/filter.py:1232 #, fuzzy #| msgid "Date" msgid "Date from" msgstr "Date" -#: pretix/control/forms/filter.py:1185 +#: pretix/control/forms/filter.py:1237 #, fuzzy #| msgid "Date and time" msgid "Date until" @@ -8856,8 +8861,8 @@ msgstr "Vous avez ajouté le même add-on deux fois" msgid "Bundled product" msgstr "Produits Add-On" -#: pretix/control/forms/item.py:735 pretix/control/forms/orders.py:260 -#: pretix/control/forms/orders.py:394 +#: pretix/control/forms/item.py:735 pretix/control/forms/orders.py:264 +#: pretix/control/forms/orders.py:398 msgid "inactive" msgstr "inactif" @@ -8896,11 +8901,11 @@ msgstr "Seulement les ordres payés" msgid "CSV column: \"{name}\"" msgstr "" -#: pretix/control/forms/orders.py:33 +#: pretix/control/forms/orders.py:34 msgid "Overbook quota" msgstr "Overbook quota" -#: pretix/control/forms/orders.py:34 +#: pretix/control/forms/orders.py:35 msgid "" "If you check this box, this operation will be performed even if it leads to " "an overbooked quota and you having sold more tickets than you planned!" @@ -8909,11 +8914,11 @@ msgstr "" "conduit à un quota excédentaire et que vous avez vendu plus de billets que " "prévu !" -#: pretix/control/forms/orders.py:78 +#: pretix/control/forms/orders.py:79 msgid "Overbook quota and ignore late payment" msgstr "Surbooker les quotas et ignorer les retards de paiement" -#: pretix/control/forms/orders.py:79 +#: pretix/control/forms/orders.py:80 msgid "" "If you check this box, this operation will be performed even if it leads to " "an overbooked quota and you having sold more tickets than you planned! The " @@ -8925,18 +8930,18 @@ msgstr "" "prévu ! L'opération sera également exécutée quel que soit le paramétrage des " "retards de paiement." -#: pretix/control/forms/orders.py:105 +#: pretix/control/forms/orders.py:106 #: pretix/control/templates/pretixcontrol/order/deny.html:19 msgid "Notify user by e-mail" msgstr "Informer l'utilisateur par e-mail" -#: pretix/control/forms/orders.py:112 +#: pretix/control/forms/orders.py:113 #, fuzzy #| msgid "Cancellation" msgid "Keep a cancellation fee of" msgstr "Annulation" -#: pretix/control/forms/orders.py:113 +#: pretix/control/forms/orders.py:114 msgid "" "If you keep a fee, all positions within this order will be canceled and the " "order will be reduced to a paid cancellation fee. Payment and shipping fees " @@ -8945,26 +8950,26 @@ msgid "" "automatically." msgstr "" -#: pretix/control/forms/orders.py:141 +#: pretix/control/forms/orders.py:145 #, fuzzy #| msgid "Payment date" msgid "Payment amount" msgstr "Date de paiement" -#: pretix/control/forms/orders.py:145 +#: pretix/control/forms/orders.py:149 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/control.html:7 -#: pretix/plugins/reports/exporters.py:319 -#: pretix/plugins/reports/exporters.py:381 -#: pretix/plugins/reports/exporters.py:491 -#: pretix/plugins/reports/exporters.py:520 +#: pretix/plugins/reports/exporters.py:322 +#: pretix/plugins/reports/exporters.py:384 +#: pretix/plugins/reports/exporters.py:494 +#: pretix/plugins/reports/exporters.py:523 msgid "Payment date" msgstr "Date de paiement" -#: pretix/control/forms/orders.py:183 +#: pretix/control/forms/orders.py:187 msgid "Re-calculate taxes" msgstr "Recalculer les taxes" -#: pretix/control/forms/orders.py:186 +#: pretix/control/forms/orders.py:190 msgid "" "This operation re-checks if taxes should be paid to the items due to e.g. " "configured reverse charge rules and changes the prices and tax values " @@ -8979,84 +8984,84 @@ msgstr "" "seulement si nécessaire. Notez que des écarts d'arrondi peuvent apparaître " "dans cette procédure." -#: pretix/control/forms/orders.py:192 +#: pretix/control/forms/orders.py:196 msgid "Issue a new invoice if required" msgstr "" -#: pretix/control/forms/orders.py:196 +#: pretix/control/forms/orders.py:200 msgid "" "If an invoice exists for this order and this operation would change its " "contents, the old invoice will be canceled and a new invoice will be issued." msgstr "" -#: pretix/control/forms/orders.py:201 +#: pretix/control/forms/orders.py:205 msgid "Notify user" msgstr "Informer l'utilisateur" -#: pretix/control/forms/orders.py:205 +#: pretix/control/forms/orders.py:209 msgid "" "Send an email to the customer notifying that their order has been changed." msgstr "Envoyer un email au client l'informant que sa commande a été modifiée." -#: pretix/control/forms/orders.py:209 +#: pretix/control/forms/orders.py:213 msgid "Allow to overbook quotas when performing this operation" msgstr "" -#: pretix/control/forms/orders.py:225 +#: pretix/control/forms/orders.py:229 msgid "Add-on to" msgstr "Add-On à" -#: pretix/control/forms/orders.py:230 +#: pretix/control/forms/orders.py:234 #: pretix/control/templates/pretixcontrol/checkin/index.html:70 #: pretix/control/templates/pretixcontrol/order/change.html:118 #: pretix/control/views/vouchers.py:70 msgid "Seat" msgstr "" -#: pretix/control/forms/orders.py:237 +#: pretix/control/forms/orders.py:241 msgid "Including taxes, if any. Keep empty for the product's default price" msgstr "" "Inclure les taxes, le cas échéant. Laisser vide pour le prix par défaut du " "produit" -#: pretix/control/forms/orders.py:335 pretix/control/forms/orders.py:339 -#: pretix/control/forms/orders.py:378 pretix/control/forms/orders.py:389 +#: pretix/control/forms/orders.py:339 pretix/control/forms/orders.py:343 +#: pretix/control/forms/orders.py:382 pretix/control/forms/orders.py:393 #, fuzzy #| msgid "Keep unchanged" msgid "(Unchanged)" msgstr "Laisser inchangé" -#: pretix/control/forms/orders.py:345 pretix/control/forms/orders.py:412 +#: pretix/control/forms/orders.py:349 pretix/control/forms/orders.py:416 msgid "New price (gross)" msgstr "Nouveau prix (brut)" -#: pretix/control/forms/orders.py:349 +#: pretix/control/forms/orders.py:353 #, fuzzy #| msgid "Create a new event" msgid "Generate a new secret" msgstr "Créer un nouvel événement" -#: pretix/control/forms/orders.py:353 +#: pretix/control/forms/orders.py:357 #, fuzzy #| msgid "Cart position" msgid "Cancel this position" msgstr "Position du panier" -#: pretix/control/forms/orders.py:357 +#: pretix/control/forms/orders.py:361 msgid "Split into new order" msgstr "Séparation en nouvel ordre" -#: pretix/control/forms/orders.py:416 +#: pretix/control/forms/orders.py:420 #, fuzzy #| msgid "Remove from order" msgid "Remove this fee" msgstr "Retirer de la commande" -#: pretix/control/forms/orders.py:430 +#: pretix/control/forms/orders.py:434 msgid "Invalidate secrets" msgstr "Invalider les secrets" -#: pretix/control/forms/orders.py:431 +#: pretix/control/forms/orders.py:435 msgid "" "Regenerates the order and ticket secrets. You will need to re-send the link " "to the order page to the user and the user will need to download his tickets " @@ -9066,67 +9071,67 @@ msgstr "" "lien vers la page de commande à l'utilisateur et l'utilisateur devra " "télécharger ses tickets à nouveau. Les anciennes versions seront invalides." -#: pretix/control/forms/orders.py:456 pretix/control/forms/orders.py:639 -#: pretix/control/forms/orders.py:666 pretix/control/forms/vouchers.py:222 +#: pretix/control/forms/orders.py:460 pretix/control/forms/orders.py:643 +#: pretix/control/forms/orders.py:670 pretix/control/forms/vouchers.py:222 #: pretix/plugins/sendmail/forms.py:21 pretix/plugins/sendmail/forms.py:76 msgid "Subject" msgstr "Sujet" -#: pretix/control/forms/orders.py:480 +#: pretix/control/forms/orders.py:484 msgid "Recipient" msgstr "Destinataire" -#: pretix/control/forms/orders.py:486 pretix/control/forms/orders.py:647 -#: pretix/control/forms/orders.py:674 pretix/control/forms/vouchers.py:228 +#: pretix/control/forms/orders.py:490 pretix/control/forms/orders.py:651 +#: pretix/control/forms/orders.py:678 pretix/control/forms/vouchers.py:228 #: pretix/plugins/sendmail/forms.py:22 pretix/plugins/sendmail/forms.py:81 msgid "Message" msgstr "Message" -#: pretix/control/forms/orders.py:499 +#: pretix/control/forms/orders.py:503 msgid "" "Cancel the order. All tickets will no longer work. This can not be reverted." msgstr "" -#: pretix/control/forms/orders.py:500 +#: pretix/control/forms/orders.py:504 msgid "" "Mark the order as pending and allow the user to pay the open amount with " "another payment method." msgstr "" -#: pretix/control/forms/orders.py:502 +#: pretix/control/forms/orders.py:506 msgid "Do nothing and keep the order as it is." msgstr "" -#: pretix/control/forms/orders.py:529 +#: pretix/control/forms/orders.py:533 msgid "The refund amount needs to be positive and less than {}." msgstr "" -#: pretix/control/forms/orders.py:535 +#: pretix/control/forms/orders.py:539 #, fuzzy #| msgid "You need to specify either a quota or a product." msgid "You need to specify an amount for a partial refund." msgstr "Vous devez spécifier un quota ou un produit." -#: pretix/control/forms/orders.py:547 +#: pretix/control/forms/orders.py:551 #, fuzzy #| msgid "Cancel order" msgid "Cancel all dates" msgstr "Annuler la commande" -#: pretix/control/forms/orders.py:552 +#: pretix/control/forms/orders.py:556 #, fuzzy #| msgid "Automatically refund charge with Stripe" msgid "Automatically refund money if possible" msgstr "Remboursement automatique des frais avec Stripe" -#: pretix/control/forms/orders.py:557 +#: pretix/control/forms/orders.py:561 #, fuzzy #| msgid "The payment method for this order cannot be changed." msgid "" "Create manual refund if the payment method odes not support automatic refunds" msgstr "Le mode de paiement de cet ordre ne peut pas être modifié." -#: pretix/control/forms/orders.py:561 +#: pretix/control/forms/orders.py:565 msgid "" "If checked, all payments with a payment method not supporting automatic " "refunds will be on your manual refund to-do list. Do not check if you want " @@ -9134,29 +9139,29 @@ msgid "" "gift cards." msgstr "" -#: pretix/control/forms/orders.py:566 +#: pretix/control/forms/orders.py:570 msgid "" "Refund order value to a gift card instead instead of the original payment " "method" msgstr "" -#: pretix/control/forms/orders.py:572 +#: pretix/control/forms/orders.py:576 #, fuzzy #| msgid "Gift card" msgid "Gift card validity" msgstr "Carte-cadeau" -#: pretix/control/forms/orders.py:579 +#: pretix/control/forms/orders.py:583 msgid "Special terms and conditions" msgstr "" -#: pretix/control/forms/orders.py:596 +#: pretix/control/forms/orders.py:600 #, fuzzy #| msgid "Order fees" msgid "Keep fees" msgstr "frais de la commande" -#: pretix/control/forms/orders.py:599 +#: pretix/control/forms/orders.py:603 msgid "" "The selected types of fees will not be refunded but instead added to the " "cancellation fee. Fees are never refunded in when an order in an event " @@ -9164,25 +9169,25 @@ msgid "" "dates." msgstr "" -#: pretix/control/forms/orders.py:605 +#: pretix/control/forms/orders.py:609 #, fuzzy #| msgid "Send vouchers" msgid "Send information via email" msgstr "Envoyer des bons" -#: pretix/control/forms/orders.py:611 +#: pretix/control/forms/orders.py:615 #, fuzzy #| msgid "Send vouchers" msgid "Send information to waiting list" msgstr "Envoyer des bons" -#: pretix/control/forms/orders.py:642 pretix/control/forms/orders.py:668 +#: pretix/control/forms/orders.py:646 pretix/control/forms/orders.py:672 #, fuzzy, python-brace-format #| msgid "Can create events" msgid "Canceled: {event}" msgstr "Peut créer des événements" -#: pretix/control/forms/orders.py:653 +#: pretix/control/forms/orders.py:657 #, fuzzy, python-brace-format #| msgid "" #| "Hello,\n" @@ -9219,7 +9224,7 @@ msgstr "" "Sincères salutations,\n" "Votre équipe {event}" -#: pretix/control/forms/orders.py:680 +#: pretix/control/forms/orders.py:684 #, fuzzy, python-brace-format #| msgid "" #| "Hello,\n" @@ -9252,7 +9257,7 @@ msgstr "" "Sincères salutations,\n" "Votre équipe {event}" -#: pretix/control/forms/orders.py:711 +#: pretix/control/forms/orders.py:715 msgid "Please confirm that you want to cancel ALL dates in this event series." msgstr "" @@ -9312,7 +9317,7 @@ msgstr "Texte de la page d'accueil" msgid "This will be displayed on the organizer homepage." msgstr "Ceci sera affiché sur la page d'accueil de l'organisateur." -#: pretix/control/forms/organizer.py:279 +#: pretix/control/forms/organizer.py:280 #, fuzzy #| msgid "" #| "If you provide a logo image, we will by default not show your " @@ -9329,75 +9334,75 @@ msgstr "" "votre organization dans l'en-tête de la page. Nous afficherons votre logo " "avec une hauteur maximale de 120 pixels." -#: pretix/control/forms/organizer.py:298 +#: pretix/control/forms/organizer.py:299 #, fuzzy #| msgid "Date in event series" msgid "Show availability in event overviews" msgstr "Date de la série d'événements" -#: pretix/control/forms/organizer.py:299 +#: pretix/control/forms/organizer.py:300 msgid "" "If checked, the list of events will show if events are sold out. This might " "make for longer page loading times if you have lots of events and the shown " "status might be out of date for up to two minutes." msgstr "" -#: pretix/control/forms/organizer.py:305 +#: pretix/control/forms/organizer.py:306 msgid "Link back to organizer overview on all event pages" msgstr "" "Lien vers la vue d'ensemble de l'organisateur sur toutes les pages de " "l'événement" -#: pretix/control/forms/organizer.py:312 +#: pretix/control/forms/organizer.py:313 msgid "" "Choose all languages that your organizer homepage should be available in." msgstr "" "Choisissez toutes les langues dans lesquelles le site de l'organisateur est " "disponible." -#: pretix/control/forms/organizer.py:323 +#: pretix/control/forms/organizer.py:324 msgid "Favicon" msgstr "" -#: pretix/control/forms/organizer.py:326 +#: pretix/control/forms/organizer.py:328 msgid "" "If you provide a favicon, we will show it instead of the default pretix " "icon. We recommend a size of at least 200x200px to accommodate most devices." msgstr "" -#: pretix/control/forms/organizer.py:330 +#: pretix/control/forms/organizer.py:332 #, fuzzy #| msgid "Gift card" msgid "Length of gift card codes" msgstr "Carte-cadeau" -#: pretix/control/forms/organizer.py:331 +#: pretix/control/forms/organizer.py:333 msgid "" "The system generates by default {}-character long gift card codes. However, " "if a different length is required, it can be set here." msgstr "" -#: pretix/control/forms/organizer.py:336 +#: pretix/control/forms/organizer.py:338 #, fuzzy #| msgid "Gift card" msgid "Validity of gift card codes in years" msgstr "Carte-cadeau" -#: pretix/control/forms/organizer.py:337 +#: pretix/control/forms/organizer.py:339 msgid "" "If you set a number here, gift cards will by default expire at the end of " "the year after this many years. If you keep it empty, gift cards do not have " "an explicit expiry date." msgstr "" -#: pretix/control/forms/organizer.py:352 +#: pretix/control/forms/organizer.py:354 #, fuzzy #| msgid "Event date" msgctxt "webhooks" msgid "Event types" msgstr "Date de l'événement" -#: pretix/control/forms/organizer.py:383 +#: pretix/control/forms/organizer.py:385 #, fuzzy #| msgid "Gift card" msgid "Gift card value" @@ -11245,7 +11250,7 @@ msgstr "CSV" #: pretix/control/templates/pretixcontrol/organizers/detail.html:43 #: pretix/control/templates/pretixcontrol/organizers/giftcards.html:38 #: pretix/control/templates/pretixcontrol/organizers/index.html:18 -#: pretix/control/templates/pretixcontrol/search/orders.html:27 +#: pretix/control/templates/pretixcontrol/search/orders.html:33 #: pretix/control/templates/pretixcontrol/subevents/index.html:41 #: pretix/control/templates/pretixcontrol/users/index.html:22 #: pretix/control/templates/pretixcontrol/vouchers/index.html:54 @@ -11342,7 +11347,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/order/pay.html:33 #: pretix/control/templates/pretixcontrol/order/pay_complete.html:28 #: pretix/control/templates/pretixcontrol/order/reactivate.html:30 -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:155 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:169 #: pretix/control/templates/pretixcontrol/order/refund_done.html:26 #: pretix/control/templates/pretixcontrol/order/refund_process.html:47 #: pretix/control/templates/pretixcontrol/order/refund_start.html:51 @@ -11394,9 +11399,9 @@ msgstr "Supprimer" #: pretix/control/templates/pretixcontrol/checkin/list_edit.html:10 #: pretix/control/templates/pretixcontrol/checkin/list_edit.html:17 -#: pretix/plugins/checkinlists/exporters.py:38 -#: pretix/plugins/checkinlists/exporters.py:88 -#: pretix/plugins/checkinlists/exporters.py:315 +#: pretix/plugins/checkinlists/exporters.py:39 +#: pretix/plugins/checkinlists/exporters.py:107 +#: pretix/plugins/checkinlists/exporters.py:374 #: pretix/plugins/pretixdroid/forms.py:39 #: pretix/plugins/pretixdroid/models.py:24 #: pretix/plugins/pretixdroid/templates/pretixplugins/pretixdroid/configuration.html:79 @@ -12220,7 +12225,7 @@ msgid "Installed plugins" msgstr "Plugins installés" #: pretix/control/templates/pretixcontrol/event/plugins.html:10 -#: pretix/control/views/checkin.py:260 pretix/control/views/event.py:177 +#: pretix/control/views/checkin.py:264 pretix/control/views/event.py:177 #: pretix/control/views/event.py:317 pretix/control/views/event.py:396 #: pretix/control/views/event.py:436 pretix/control/views/event.py:594 #: pretix/control/views/event.py:785 pretix/control/views/event.py:1135 @@ -12409,7 +12414,7 @@ msgid "Basics" msgstr "" #: pretix/control/templates/pretixcontrol/event/settings.html:31 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:44 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:46 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:349 #: pretix/control/templates/pretixcontrol/subevents/detail.html:32 #, fuzzy @@ -12419,7 +12424,7 @@ msgid "Geo coordinates" msgstr "Nouvelle date" #: pretix/control/templates/pretixcontrol/event/settings.html:32 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:45 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:47 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:271 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:275 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:350 @@ -12431,7 +12436,7 @@ msgid "Optional" msgstr "Optionnel" #: pretix/control/templates/pretixcontrol/event/settings.html:39 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:52 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:54 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:357 #: pretix/control/templates/pretixcontrol/subevents/detail.html:40 msgid "Geocoding data © OpenStreetMap" @@ -12469,7 +12474,7 @@ msgid "Shop design" msgstr "Design de la boutique" #: pretix/control/templates/pretixcontrol/event/settings.html:124 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:74 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:76 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:392 #: pretix/control/templates/pretixcontrol/subevents/detail.html:76 msgid "Timeline" @@ -12780,7 +12785,7 @@ msgstr "" "Nous vous déconseillons fortement d'utiliser des formulaires courts de plus " "de 16 caractères." -#: pretix/control/templates/pretixcontrol/events/create_basics.html:68 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:70 msgid "Display settings" msgstr "Paramètres d'affichage" @@ -12804,7 +12809,40 @@ msgstr "" "probablement encore modifier certains paramètres manuellement, par exemple " "la date et l'heure et les textes qui contiennent le nom de l'événement." -#: pretix/control/templates/pretixcontrol/events/create_foundation.html:10 +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:13 +msgid "Singular event or non-event shop" +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:15 +msgid "" +"An event with individual configuration. If you create more events later, you " +"can copy the event to save yourself some work." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:21 +msgid "" +"Examples: Conferences, workshops, trade fairs, one-off concerts, sale of " +"digital content, multi-day events with combination tickets." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:32 +msgid "Event series or time slot booking" +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:34 +msgid "" +"A series of events that share the same configuration. They can still be " +"different in their dates, locations, prices, and capacities." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:40 +msgid "" +"Examples: Multiple presentations of the same show, same concert in multiple " +"locations, museums, libraries, or swimming pools, events that need to be " +"booked together in one cart." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:53 msgid "" "Please note that you will only be able to delete your event until the first " "order has been created." @@ -13279,8 +13317,8 @@ msgstr "Modifier la question" #: pretix/control/templates/pretixcontrol/items/question.html:20 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:14 #: pretix/control/templates/pretixcontrol/orders/overview.html:68 -#: pretix/plugins/checkinlists/exporters.py:343 -#: pretix/plugins/reports/exporters.py:223 +#: pretix/plugins/checkinlists/exporters.py:402 +#: pretix/plugins/reports/exporters.py:226 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:17 msgid "Paid" msgstr "Payé" @@ -14232,10 +14270,10 @@ msgstr "Impots" #: pretix/control/templates/pretixcontrol/order/index.html:550 #: pretix/control/templates/pretixcontrol/orders/overview.html:69 #: pretix/control/templates/pretixcontrol/orders/overview.html:146 -#: pretix/plugins/reports/exporters.py:223 -#: pretix/plugins/reports/exporters.py:278 -#: pretix/plugins/reports/exporters.py:447 -#: pretix/plugins/reports/exporters.py:591 +#: pretix/plugins/reports/exporters.py:226 +#: pretix/plugins/reports/exporters.py:281 +#: pretix/plugins/reports/exporters.py:450 +#: pretix/plugins/reports/exporters.py:594 #: pretix/presale/templates/pretixpresale/event/fragment_cart.html:292 msgid "Total" msgstr "Total" @@ -14497,44 +14535,44 @@ msgctxt "amount_label" msgid "Automatically refund" msgstr "Automatiquement sur paiement" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:59 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:63 #, fuzzy #| msgid "Automatically on payment" msgid "Automatically refund full amount" msgstr "Automatiquement sur paiement" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:62 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:66 #, fuzzy #| msgid "The payment method for this order cannot be changed." msgid "This payment method does not support automatic refunds." msgstr "Le mode de paiement de cet ordre ne peut pas être modifié." -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:70 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:74 #, fuzzy #| msgid "Add a new product to the order" msgid "Transfer to other order" msgstr "Ajouter un nouveau produit à la commande" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:73 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:77 #, fuzzy #| msgid "Bank transfer" msgctxt "amount_label" msgid "Transfer" msgstr "Virement bancaire" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:81 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:85 msgctxt "order_label" msgid "to" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:91 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:95 #: pretix/control/templates/pretixcontrol/organizers/giftcard_create.html:5 #, fuzzy #| msgid "Create a new team" msgid "Create a new gift card" msgstr "Créer une nouvelle équipe" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:103 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:113 #, fuzzy #| msgctxt "subevent" #| msgid "This voucher is not valid for this event date." @@ -14542,24 +14580,24 @@ msgid "" "The gift card can be used to buy tickets for all events of this organizer." msgstr "Ce bon n'est pas valable pour cette date." -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:111 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:121 #, fuzzy #| msgid "Invalid payments" msgid "Manual refund" msgstr "Paiements non valables" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:114 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:124 #, fuzzy #| msgid "Invalid payments" msgctxt "amount_label" msgid "Manually refund" msgstr "Paiements non valables" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:125 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:139 msgid "Keep transfer as to do" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:129 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:143 #: pretix/control/templates/pretixcontrol/order/refund_done.html:5 #: pretix/control/templates/pretixcontrol/order/refund_done.html:9 #: pretix/control/templates/pretixcontrol/order/refund_process.html:6 @@ -14569,7 +14607,7 @@ msgstr "" msgid "Mark refund as done" msgstr "Marquer comme payé" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:139 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:153 msgid "" "Any payments that you selected for automatical refunds will be immediately " "communicate the refund request to the respective payment provider. Manual " @@ -14577,7 +14615,7 @@ msgid "" "done once you actually transferred the money back to the customer." msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:160 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:174 #, fuzzy #| msgid "Order refunded" msgid "Perform refund" @@ -14835,29 +14873,29 @@ msgid "Remove filter" msgstr "Retirer de la commande" #: pretix/control/templates/pretixcontrol/orders/index.html:132 -#: pretix/control/templates/pretixcontrol/search/orders.html:78 +#: pretix/control/templates/pretixcontrol/search/orders.html:83 msgid "CANCELLATION REQUESTED" msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:135 #: pretix/control/templates/pretixcontrol/orders/index.html:137 -#: pretix/control/templates/pretixcontrol/search/orders.html:81 -#: pretix/control/templates/pretixcontrol/search/orders.html:83 +#: pretix/control/templates/pretixcontrol/search/orders.html:86 +#: pretix/control/templates/pretixcontrol/search/orders.html:88 msgid "REFUND PENDING" msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:140 -#: pretix/control/templates/pretixcontrol/search/orders.html:86 +#: pretix/control/templates/pretixcontrol/search/orders.html:91 msgid "OVERPAID" msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:142 -#: pretix/control/templates/pretixcontrol/search/orders.html:88 +#: pretix/control/templates/pretixcontrol/search/orders.html:93 msgid "UNDERPAID" msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:144 -#: pretix/control/templates/pretixcontrol/search/orders.html:90 +#: pretix/control/templates/pretixcontrol/search/orders.html:95 msgid "FULLY PAID" msgstr "" @@ -14905,7 +14943,7 @@ msgstr "" "listés ici car il se peut que la date correspondante ne soit pas claire." #: pretix/control/templates/pretixcontrol/orders/overview.html:61 -#: pretix/plugins/reports/exporters.py:219 +#: pretix/plugins/reports/exporters.py:222 msgid "Purchased" msgstr "Acheté" @@ -15682,7 +15720,7 @@ msgstr "Code QR pour le scan" msgid "pretix Logo" msgstr "" -#: pretix/control/templates/pretixcontrol/search/orders.html:99 +#: pretix/control/templates/pretixcontrol/search/orders.html:104 msgid "" "We couldn't find any orders that you have access to and that match your " "search query." @@ -16999,15 +17037,15 @@ msgstr "Vous n'avez pas la permission d'effectuer cette action." msgid "The selected check-ins have been reverted." msgstr "La liste sélectionnée a été supprimée." -#: pretix/control/views/checkin.py:163 +#: pretix/control/views/checkin.py:167 msgid "The selected tickets have been marked as checked in." msgstr "Les tickets sélectionnés ont été marqués comme enregistrés." -#: pretix/control/views/checkin.py:227 +#: pretix/control/views/checkin.py:231 msgid "The new check-in list has been created." msgstr "La nouvelle liste d'enregistrement a été créée." -#: pretix/control/views/checkin.py:234 pretix/control/views/checkin.py:277 +#: pretix/control/views/checkin.py:238 pretix/control/views/checkin.py:281 #: pretix/control/views/event.py:206 pretix/control/views/event.py:399 #: pretix/control/views/event.py:439 pretix/control/views/event.py:597 #: pretix/control/views/event.py:754 pretix/control/views/event.py:1094 @@ -17024,11 +17062,11 @@ msgstr "" "Nous n'avons pas pu sauvegarder vos modifications. Voir ci-dessous pour plus " "de détails." -#: pretix/control/views/checkin.py:256 pretix/control/views/checkin.py:293 +#: pretix/control/views/checkin.py:260 pretix/control/views/checkin.py:297 msgid "The requested list does not exist." msgstr "La liste demandée n'existe pas." -#: pretix/control/views/checkin.py:302 +#: pretix/control/views/checkin.py:306 msgid "The selected list has been deleted." msgstr "La liste sélectionnée a été supprimée." @@ -17294,7 +17332,7 @@ msgstr "Le commentaire a été mis à jour." msgid "Could not update the comment." msgstr "Impossible de mettre à jour le commentaire." -#: pretix/control/views/event.py:1061 pretix/control/views/main.py:296 +#: pretix/control/views/event.py:1061 pretix/control/views/main.py:276 msgid "VAT" msgstr "T.V.A" @@ -18495,38 +18533,38 @@ msgstr "" msgid "8 portrait A7 pages on one A4 page" msgstr "" -#: pretix/plugins/badges/exporters.py:186 +#: pretix/plugins/badges/exporters.py:194 #, fuzzy #| msgid "The selected product is not active or has no price set." msgid "None of the selected products is configured to print badges." msgstr "Le produit sélectionné n'est pas actif ou n' a pas de prix fixe." -#: pretix/plugins/badges/exporters.py:192 +#: pretix/plugins/badges/exporters.py:200 #, fuzzy #| msgid "Attendee name" msgid "Attendee badges" msgstr "Nom du participant" -#: pretix/plugins/badges/exporters.py:212 +#: pretix/plugins/badges/exporters.py:220 #: pretix/plugins/ticketoutputpdf/exporters.py:32 #, fuzzy #| msgid "Sold out (pending orders)" msgid "Include pending orders" msgstr "Épuisé (commandes en cours)" -#: pretix/plugins/badges/exporters.py:217 +#: pretix/plugins/badges/exporters.py:225 #, fuzzy #| msgid "Include questions" msgid "Include add-on or bundled positions" msgstr "Inclure des questions" -#: pretix/plugins/badges/exporters.py:222 +#: pretix/plugins/badges/exporters.py:230 #, fuzzy #| msgid "Answer options" msgid "Rendering option" msgstr "Options de réponse" -#: pretix/plugins/badges/exporters.py:227 +#: pretix/plugins/badges/exporters.py:235 msgid "" "This option allows you to align multiple badges on one page, for example if " "you want to print to a sheet of stickers with a regular office printer. " @@ -18534,10 +18572,10 @@ msgid "" "correct size." msgstr "" -#: pretix/plugins/badges/exporters.py:233 -#: pretix/plugins/checkinlists/exporters.py:56 -#: pretix/plugins/reports/exporters.py:315 -#: pretix/plugins/reports/exporters.py:487 +#: pretix/plugins/badges/exporters.py:241 +#: pretix/plugins/checkinlists/exporters.py:71 +#: pretix/plugins/reports/exporters.py:318 +#: pretix/plugins/reports/exporters.py:490 #: pretix/plugins/ticketoutputpdf/exporters.py:37 msgid "Sort by" msgstr "Trier par" @@ -19152,37 +19190,45 @@ msgstr "" "Ce plugin vous permet de générer des listes d'enregistrement pour votre " "conférence." -#: pretix/plugins/checkinlists/exporters.py:46 +#: pretix/plugins/checkinlists/exporters.py:50 +msgid "Only include tickets for dates on or after this date." +msgstr "" + +#: pretix/plugins/checkinlists/exporters.py:57 +msgid "Only include tickets for dates on or before this date." +msgstr "" + +#: pretix/plugins/checkinlists/exporters.py:61 msgid "Include QR-code secret" msgstr "Inclure QR-code secret" -#: pretix/plugins/checkinlists/exporters.py:51 +#: pretix/plugins/checkinlists/exporters.py:66 #, fuzzy #| msgid "Requires special attention" msgid "Only tickets requiring special attention" msgstr "Nécessite une attention particulière" -#: pretix/plugins/checkinlists/exporters.py:71 +#: pretix/plugins/checkinlists/exporters.py:86 msgid "Include questions" msgstr "Inclure des questions" -#: pretix/plugins/checkinlists/exporters.py:183 +#: pretix/plugins/checkinlists/exporters.py:222 msgid "Check-in list (PDF)" msgstr "Liste d'enregistrement (PDF)" #. Translators: maximum 5 characters -#: pretix/plugins/checkinlists/exporters.py:234 +#: pretix/plugins/checkinlists/exporters.py:284 msgctxt "tablehead" msgid "paid" msgstr "payé" -#: pretix/plugins/checkinlists/exporters.py:337 +#: pretix/plugins/checkinlists/exporters.py:396 #, fuzzy #| msgid "Automatically on payment" msgid "Automatically checked in" msgstr "Automatiquement sur paiement" -#: pretix/plugins/checkinlists/exporters.py:346 +#: pretix/plugins/checkinlists/exporters.py:405 #: pretix/plugins/paypal/payment.py:86 msgid "Secret" msgstr "Secret" @@ -19278,14 +19324,14 @@ msgid "" "to send any payments." msgstr "" -#: pretix/plugins/paypal/payment.py:205 pretix/plugins/paypal/payment.py:291 -#: pretix/plugins/paypal/payment.py:306 pretix/plugins/paypal/payment.py:309 -#: pretix/plugins/paypal/payment.py:367 +#: pretix/plugins/paypal/payment.py:205 pretix/plugins/paypal/payment.py:298 +#: pretix/plugins/paypal/payment.py:313 pretix/plugins/paypal/payment.py:316 +#: pretix/plugins/paypal/payment.py:374 pretix/plugins/paypal/payment.py:515 msgid "We had trouble communicating with PayPal" msgstr "Nous avons eu de la difficulté pour communiquer avec PayPal" -#: pretix/plugins/paypal/payment.py:323 pretix/plugins/paypal/payment.py:332 -#: pretix/plugins/paypal/payment.py:393 +#: pretix/plugins/paypal/payment.py:330 pretix/plugins/paypal/payment.py:339 +#: pretix/plugins/paypal/payment.py:400 msgid "" "We were unable to process your payment. See below for details on how to " "proceed." @@ -19293,7 +19339,7 @@ msgstr "" "Nous n'avons pas été en mesure de traiter votre paiement. Voir ci-dessous " "pour plus de détails sur la marche à suivre." -#: pretix/plugins/paypal/payment.py:374 pretix/plugins/paypal/payment.py:383 +#: pretix/plugins/paypal/payment.py:381 pretix/plugins/paypal/payment.py:390 msgid "" "PayPal has not yet approved the payment. We will inform you as soon as the " "payment completed." @@ -19301,29 +19347,29 @@ msgstr "" "PayPal n' a pas encore approuvé le paiement. Nous vous informerons dès que " "le paiement sera effectué." -#: pretix/plugins/paypal/payment.py:408 pretix/plugins/stripe/payment.py:435 +#: pretix/plugins/paypal/payment.py:415 pretix/plugins/stripe/payment.py:435 #: pretix/plugins/stripe/payment.py:787 msgid "There was an error sending the confirmation mail." msgstr "Il y a eu une erreur lors de l'envoi du mail de confirmation." -#: pretix/plugins/paypal/payment.py:485 pretix/plugins/paypal/payment.py:492 +#: pretix/plugins/paypal/payment.py:492 pretix/plugins/paypal/payment.py:499 msgid "Refunding the amount via PayPal failed: {}" msgstr "" -#: pretix/plugins/paypal/payment.py:591 pretix/plugins/paypal/payment.py:599 +#: pretix/plugins/paypal/payment.py:615 pretix/plugins/paypal/payment.py:623 #, fuzzy #| msgctxt "invoice" #| msgid "The payment for this invoice has already been received." msgid "The payment for this invoice has already been received." msgstr "Le paiement de cette facture a déjà été reçu." -#: pretix/plugins/paypal/payment.py:592 pretix/plugins/paypal/payment.py:600 +#: pretix/plugins/paypal/payment.py:616 pretix/plugins/paypal/payment.py:624 #, fuzzy #| msgid "Enable payment method" msgid "PayPal payment ID" msgstr "Activer le mode de paiement" -#: pretix/plugins/paypal/payment.py:594 +#: pretix/plugins/paypal/payment.py:618 #, fuzzy #| msgid "PayPal" msgid "PayPal sale ID" @@ -19749,48 +19795,48 @@ msgstr "Page %d" msgid "Created: %s" msgstr "Créé: %s" -#: pretix/plugins/reports/exporters.py:153 +#: pretix/plugins/reports/exporters.py:156 msgid "Order overview (PDF)" msgstr "Aperçu des commandes (PDF)" -#: pretix/plugins/reports/exporters.py:197 +#: pretix/plugins/reports/exporters.py:200 #: pretix/plugins/statistics/templates/pretixplugins/statistics/index.html:58 msgid "Orders by product" msgstr "Commandes par produit" -#: pretix/plugins/reports/exporters.py:202 +#: pretix/plugins/reports/exporters.py:205 #, python-brace-format msgid "{axis} between {start} and {end}" msgstr "" -#: pretix/plugins/reports/exporters.py:227 -#: pretix/plugins/reports/exporters.py:228 -#: pretix/plugins/reports/exporters.py:229 #: pretix/plugins/reports/exporters.py:230 #: pretix/plugins/reports/exporters.py:231 +#: pretix/plugins/reports/exporters.py:232 +#: pretix/plugins/reports/exporters.py:233 +#: pretix/plugins/reports/exporters.py:234 msgid "#" msgstr "#" -#: pretix/plugins/reports/exporters.py:299 +#: pretix/plugins/reports/exporters.py:302 msgid "List of orders with taxes (PDF)" msgstr "Liste des commandes avec taxes (PDF)" -#: pretix/plugins/reports/exporters.py:376 +#: pretix/plugins/reports/exporters.py:379 #, python-brace-format msgid "Orders by tax rate ({currency})" msgstr "Commandes par taux d'imposition ({currency})" -#: pretix/plugins/reports/exporters.py:385 -#: pretix/plugins/reports/exporters.py:521 +#: pretix/plugins/reports/exporters.py:388 +#: pretix/plugins/reports/exporters.py:524 msgid "Gross" msgstr "Brut" -#: pretix/plugins/reports/exporters.py:385 -#: pretix/plugins/reports/exporters.py:521 +#: pretix/plugins/reports/exporters.py:388 +#: pretix/plugins/reports/exporters.py:524 msgid "Tax" msgstr "Taxe fiscale" -#: pretix/plugins/reports/exporters.py:470 +#: pretix/plugins/reports/exporters.py:473 #, fuzzy #| msgid "List of orders with taxes (PDF)" msgid "List of orders with taxes" @@ -21036,24 +21082,24 @@ msgid "Show all events of %(name)s" msgstr "Exemple de nom de l'événement" #: pretix/presale/templates/pretixpresale/event/base.html:98 -#: pretix/presale/templates/pretixpresale/event/base.html:128 +#: pretix/presale/templates/pretixpresale/event/base.html:132 msgid "" "This ticket shop is currently in test mode. Please do not perform any real " "purchases as your order might be deleted without notice." msgstr "" #: pretix/presale/templates/pretixpresale/event/base.html:104 -#: pretix/presale/templates/pretixpresale/event/base.html:134 +#: pretix/presale/templates/pretixpresale/event/base.html:138 msgid "" "Orders made through this sales channel cannot be deleted - even if the " "ticket shop is in test mode!" msgstr "" -#: pretix/presale/templates/pretixpresale/event/base.html:142 +#: pretix/presale/templates/pretixpresale/event/base.html:146 msgid "Contact event organizer" msgstr "Contacter l'organisateur de l'événement" -#: pretix/presale/templates/pretixpresale/event/base.html:145 +#: pretix/presale/templates/pretixpresale/event/base.html:149 msgid "Imprint" msgstr "Mentions légales" @@ -21508,6 +21554,11 @@ msgstr "Nombre maximum d'articles par commande" msgid "Go" msgstr "Go" +#: pretix/presale/templates/pretixpresale/event/fragment_subevent_calendar_week.html:21 +#: pretix/presale/templates/pretixpresale/organizers/calendar_week.html:48 +msgid "W" +msgstr "" + #: pretix/presale/templates/pretixpresale/event/fragment_subevent_list.html:21 #: pretix/presale/templates/pretixpresale/event/fragment_subevent_list.html:30 #: pretix/presale/templates/pretixpresale/fragment_calendar.html:71 @@ -22271,19 +22322,19 @@ msgstr "Veuillez entrer des chiffres seulement." msgid "Please enter positive numbers only." msgstr "Veuillez entrer les chiffres positifs uniquement." -#: pretix/presale/views/cart.py:338 +#: pretix/presale/views/cart.py:340 msgid "We applied the voucher to as many products in your cart as we could." msgstr "" -#: pretix/presale/views/cart.py:360 +#: pretix/presale/views/cart.py:362 msgid "Your cart has been updated." msgstr "Votre panier a été mis à jour." -#: pretix/presale/views/cart.py:363 pretix/presale/views/cart.py:385 +#: pretix/presale/views/cart.py:365 pretix/presale/views/cart.py:387 msgid "Your cart is now empty." msgstr "Votre panier à été vidé." -#: pretix/presale/views/cart.py:400 +#: pretix/presale/views/cart.py:402 msgid "The products have been successfully added to your cart." msgstr "Les produits ont été ajoutés à votre panier." @@ -22527,6 +22578,23 @@ msgstr "" msgid "Write access" msgstr "Accès en écriture" +#~ msgid "" +#~ "Only recommended for advanced users. If this feature is enabled, this " +#~ "will not only be a single event but a series of very similar events that " +#~ "are handled within a single shop. The single events inside the series can " +#~ "only differ in date, time, location, prices and quotas, but not in other " +#~ "settings, and buying tickets across multiple of these events at the same " +#~ "time is possible. You cannot change this setting for this event later." +#~ msgstr "" +#~ "Recommandé uniquement pour les utilisateurs avancés. Si cette fonction " +#~ "est activée, il ne s'agira pas seulement d'un événement unique, mais " +#~ "d'une série d'événements très similaires qui sont traités dans un seul " +#~ "magasin. Les événements individuels de la série ne peuvent différer que " +#~ "par la date, l'heure, le lieu, les prix et les quotas, mais pas dans " +#~ "d'autres cadres, et l'achat de billets entre plusieurs de ces événements " +#~ "en même temps est possible. Vous ne pourrez pas modifier ultérieurement " +#~ "ce paramètre pour cet événement." + #~ msgid "Edit list" #~ msgstr "Modifier la liste" diff --git a/src/pretix/locale/fr/LC_MESSAGES/djangojs.po b/src/pretix/locale/fr/LC_MESSAGES/djangojs.po index 1d8a10085..73376a024 100644 --- a/src/pretix/locale/fr/LC_MESSAGES/djangojs.po +++ b/src/pretix/locale/fr/LC_MESSAGES/djangojs.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: French\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-05-13 16:45+0000\n" +"POT-Creation-Date: 2020-06-10 16:02+0000\n" "PO-Revision-Date: 2020-02-26 03:00+0000\n" "Last-Translator: David100mark \n" "Language-Team: French \n" "Language-Team: Hungarian " msgstr "" -#: pretix/base/pdf.py:343 pretix/base/pdf.py:350 -#: pretix/plugins/badges/exporters.py:238 -#: pretix/plugins/checkinlists/exporters.py:62 -#: pretix/plugins/checkinlists/exporters.py:335 +#: pretix/base/pdf.py:348 pretix/base/pdf.py:355 +#: pretix/plugins/badges/exporters.py:246 +#: pretix/plugins/checkinlists/exporters.py:77 +#: pretix/plugins/checkinlists/exporters.py:394 #: pretix/plugins/ticketoutputpdf/exporters.py:42 #, python-brace-format msgid "Attendee name: {part}" msgstr "" -#: pretix/base/pdf.py:360 +#: pretix/base/pdf.py:365 #, python-brace-format msgid "Invoice address name: {part}" msgstr "" -#: pretix/base/pdf.py:522 pretix/plugins/ticketoutputpdf/ticketoutput.py:78 +#: pretix/base/pdf.py:527 pretix/plugins/ticketoutputpdf/ticketoutput.py:78 msgid "Ticket" msgstr "" @@ -4136,7 +4151,7 @@ msgid "" "busy. Please try again." msgstr "" -#: pretix/base/services/cart.py:54 pretix/presale/views/cart.py:174 +#: pretix/base/services/cart.py:54 pretix/presale/views/cart.py:176 msgid "You did not select any products." msgstr "" @@ -4382,7 +4397,7 @@ msgctxt "invoice" msgid "Attendee: {name}" msgstr "" -#: pretix/base/services/invoices.py:170 pretix/plugins/reports/exporters.py:215 +#: pretix/base/services/invoices.py:170 pretix/plugins/reports/exporters.py:218 msgctxt "subevent" msgid "Date: {}" msgstr "" @@ -4537,7 +4552,7 @@ msgid "" "the position from your cart." msgstr "" -#: pretix/base/services/orders.py:153 pretix/control/forms/orders.py:68 +#: pretix/base/services/orders.py:153 pretix/control/forms/orders.py:69 msgid "The new expiry date needs to be in the future." msgstr "" @@ -4572,7 +4587,7 @@ msgid "" "order has already been redeemed." msgstr "" -#: pretix/base/services/orders.py:391 pretix/control/forms/orders.py:132 +#: pretix/base/services/orders.py:391 pretix/control/forms/orders.py:136 msgid "" "The cancellation fee cannot be higher than the payment credit of this order." msgstr "" @@ -4693,14 +4708,14 @@ msgid "" "contact the event organizer for further information." msgstr "" -#: pretix/base/services/seating.py:35 pretix/base/services/seating.py:90 +#: pretix/base/services/seating.py:35 pretix/base/services/seating.py:94 #, python-format msgid "" "You can not change the plan since seat \"%s\" is not present in the new plan " "and is already sold." msgstr "" -#: pretix/base/services/seating.py:93 +#: pretix/base/services/seating.py:97 #, python-format msgid "" "You can not change the plan since seat \"%s\" is not present in the new plan " @@ -5209,7 +5224,7 @@ msgstr "" msgid "Available languages" msgstr "" -#: pretix/base/settings.py:707 pretix/control/forms/event.py:96 +#: pretix/base/settings.py:707 pretix/control/forms/event.py:91 msgid "Default language" msgstr "" @@ -5245,7 +5260,7 @@ msgstr "" msgid "Hide all products that are sold out" msgstr "" -#: pretix/base/settings.py:757 pretix/control/forms/event.py:1177 +#: pretix/base/settings.py:757 pretix/control/forms/event.py:1176 msgid "Publicly show how many tickets of a certain type are still available." msgstr "" @@ -5261,7 +5276,7 @@ msgstr "" msgid "Enable waiting list" msgstr "" -#: pretix/base/settings.py:785 pretix/control/forms/event.py:1182 +#: pretix/base/settings.py:785 pretix/control/forms/event.py:1181 msgid "" "Once a ticket is sold out, people can add themselves to a waiting list. As " "soon as a ticket becomes available again, it will be reserved for the first " @@ -5345,7 +5360,7 @@ msgid "" msgstr "" #: pretix/base/settings.py:888 pretix/base/settings.py:896 -#: pretix/control/forms/organizer.py:292 +#: pretix/control/forms/organizer.py:293 #: pretix/presale/templates/pretixpresale/organizers/calendar.html:25 #: pretix/presale/templates/pretixpresale/organizers/calendar_week.html:25 #: pretix/presale/templates/pretixpresale/organizers/index.html:34 @@ -5353,16 +5368,16 @@ msgid "List" msgstr "" #: pretix/base/settings.py:889 pretix/base/settings.py:897 -#: pretix/control/forms/organizer.py:293 +#: pretix/control/forms/organizer.py:294 msgid "Week calendar" msgstr "" #: pretix/base/settings.py:890 pretix/base/settings.py:898 -#: pretix/control/forms/organizer.py:294 +#: pretix/control/forms/organizer.py:295 msgid "Month calendar" msgstr "" -#: pretix/base/settings.py:894 pretix/control/forms/organizer.py:290 +#: pretix/base/settings.py:894 pretix/control/forms/organizer.py:291 msgid "Default overview style" msgstr "" @@ -5396,7 +5411,7 @@ msgid "" "Otherwise, a manual refund will be created for you to process manually." msgstr "" -#: pretix/base/settings.py:952 pretix/control/forms/orders.py:586 +#: pretix/base/settings.py:952 pretix/control/forms/orders.py:590 msgid "Keep a fixed cancellation fee" msgstr "" @@ -5404,7 +5419,7 @@ msgstr "" msgid "Keep payment, shipping and service fees" msgstr "" -#: pretix/base/settings.py:973 pretix/control/forms/orders.py:591 +#: pretix/base/settings.py:973 pretix/control/forms/orders.py:595 msgid "Keep a percentual cancellation fee" msgstr "" @@ -5460,19 +5475,19 @@ msgstr "" msgid "Refund method" msgstr "" -#: pretix/base/settings.py:1051 pretix/control/forms/event.py:1205 +#: pretix/base/settings.py:1051 pretix/control/forms/event.py:1204 msgid "Contact address" msgstr "" -#: pretix/base/settings.py:1052 pretix/control/forms/event.py:1207 +#: pretix/base/settings.py:1052 pretix/control/forms/event.py:1206 msgid "We'll show this publicly to allow attendees to contact you." msgstr "" -#: pretix/base/settings.py:1060 pretix/control/forms/event.py:1199 +#: pretix/base/settings.py:1060 pretix/control/forms/event.py:1198 msgid "Imprint URL" msgstr "" -#: pretix/base/settings.py:1061 pretix/control/forms/event.py:1200 +#: pretix/base/settings.py:1061 pretix/control/forms/event.py:1199 msgid "" "This should point e.g. to a part of your website that has your contact " "details and legal information." @@ -5861,100 +5876,100 @@ msgctxt "subevent" msgid "Date ordering" msgstr "" -#: pretix/base/settings.py:1657 +#: pretix/base/settings.py:1665 msgid "Most common English titles" msgstr "" -#: pretix/base/settings.py:1667 +#: pretix/base/settings.py:1675 msgid "Most common German titles" msgstr "" -#: pretix/base/settings.py:1676 pretix/base/settings.py:1689 -#: pretix/base/settings.py:1705 pretix/base/settings.py:1755 -#: pretix/base/settings.py:1768 pretix/base/settings.py:1782 +#: pretix/base/settings.py:1684 pretix/base/settings.py:1697 +#: pretix/base/settings.py:1713 pretix/base/settings.py:1763 +#: pretix/base/settings.py:1776 pretix/base/settings.py:1790 msgid "Given name" msgstr "" -#: pretix/base/settings.py:1677 pretix/base/settings.py:1690 -#: pretix/base/settings.py:1706 pretix/base/settings.py:1722 -#: pretix/base/settings.py:1739 pretix/base/settings.py:1754 -#: pretix/base/settings.py:1769 pretix/base/settings.py:1783 +#: pretix/base/settings.py:1685 pretix/base/settings.py:1698 +#: pretix/base/settings.py:1714 pretix/base/settings.py:1730 +#: pretix/base/settings.py:1747 pretix/base/settings.py:1762 +#: pretix/base/settings.py:1777 pretix/base/settings.py:1791 msgid "Family name" msgstr "" -#: pretix/base/settings.py:1681 pretix/base/settings.py:1697 -#: pretix/base/settings.py:1713 pretix/base/settings.py:1728 -#: pretix/base/settings.py:1746 pretix/base/settings.py:1761 -#: pretix/base/settings.py:1791 pretix/base/settings.py:1814 +#: pretix/base/settings.py:1689 pretix/base/settings.py:1705 +#: pretix/base/settings.py:1721 pretix/base/settings.py:1736 +#: pretix/base/settings.py:1754 pretix/base/settings.py:1769 +#: pretix/base/settings.py:1799 pretix/base/settings.py:1822 msgctxt "person_name_sample" msgid "John" msgstr "" -#: pretix/base/settings.py:1682 pretix/base/settings.py:1698 -#: pretix/base/settings.py:1714 pretix/base/settings.py:1730 -#: pretix/base/settings.py:1748 pretix/base/settings.py:1762 -#: pretix/base/settings.py:1792 +#: pretix/base/settings.py:1690 pretix/base/settings.py:1706 +#: pretix/base/settings.py:1722 pretix/base/settings.py:1738 +#: pretix/base/settings.py:1756 pretix/base/settings.py:1770 +#: pretix/base/settings.py:1800 msgctxt "person_name_sample" msgid "Doe" msgstr "" -#: pretix/base/settings.py:1688 pretix/base/settings.py:1704 -#: pretix/base/settings.py:1736 +#: pretix/base/settings.py:1696 pretix/base/settings.py:1712 +#: pretix/base/settings.py:1744 msgctxt "person_name" msgid "Title" msgstr "" -#: pretix/base/settings.py:1696 pretix/base/settings.py:1712 -#: pretix/base/settings.py:1745 +#: pretix/base/settings.py:1704 pretix/base/settings.py:1720 +#: pretix/base/settings.py:1753 msgctxt "person_name_sample" msgid "Dr" msgstr "" -#: pretix/base/settings.py:1720 pretix/base/settings.py:1737 +#: pretix/base/settings.py:1728 pretix/base/settings.py:1745 msgid "First name" msgstr "" -#: pretix/base/settings.py:1721 pretix/base/settings.py:1738 +#: pretix/base/settings.py:1729 pretix/base/settings.py:1746 msgid "Middle name" msgstr "" -#: pretix/base/settings.py:1802 pretix/base/settings.py:1813 +#: pretix/base/settings.py:1810 pretix/base/settings.py:1821 msgctxt "person_name_sample" msgid "John Doe" msgstr "" -#: pretix/base/settings.py:1808 +#: pretix/base/settings.py:1816 msgid "Calling name" msgstr "" -#: pretix/base/settings.py:1821 +#: pretix/base/settings.py:1829 msgid "Latin transcription" msgstr "" -#: pretix/base/settings.py:1924 pretix/control/forms/event.py:176 +#: pretix/base/settings.py:1932 pretix/control/forms/event.py:172 msgid "" "Your default locale must also be enabled for your event (see box above)." msgstr "" -#: pretix/base/settings.py:1928 +#: pretix/base/settings.py:1936 msgid "" "You cannot require specifying attendee names if you do not ask for them." msgstr "" -#: pretix/base/settings.py:1932 +#: pretix/base/settings.py:1940 msgid "You have to ask for attendee emails if you want to make them required." msgstr "" -#: pretix/base/settings.py:1936 +#: pretix/base/settings.py:1944 msgid "" "You have to ask for invoice addresses if you want to make them required." msgstr "" -#: pretix/base/settings.py:1940 +#: pretix/base/settings.py:1948 msgid "You have to require invoice addresses to require for company names." msgstr "" -#: pretix/base/settings.py:1947 +#: pretix/base/settings.py:1955 msgid "The last payment date cannot be before the end of presale." msgstr "" @@ -6315,16 +6330,21 @@ msgstr "" msgid "The task has been completed." msgstr "" -#: pretix/control/forms/__init__.py:112 +#: pretix/control/forms/__init__.py:115 +#, python-brace-format +msgid "Please do not upload files larger than {size}!" +msgstr "" + +#: pretix/control/forms/__init__.py:136 msgid "Filetype not allowed!" msgstr "" #: pretix/control/forms/checkin.py:38 pretix/control/forms/filter.py:244 -#: pretix/control/forms/filter.py:271 pretix/control/forms/filter.py:979 -#: pretix/control/forms/filter.py:999 pretix/control/forms/filter.py:1091 -#: pretix/control/forms/filter.py:1107 pretix/control/forms/filter.py:1168 -#: pretix/control/forms/filter.py:1203 pretix/control/forms/orders.py:544 -#: pretix/control/forms/orders.py:699 +#: pretix/control/forms/filter.py:271 pretix/control/forms/filter.py:1031 +#: pretix/control/forms/filter.py:1051 pretix/control/forms/filter.py:1143 +#: pretix/control/forms/filter.py:1159 pretix/control/forms/filter.py:1220 +#: pretix/control/forms/filter.py:1255 pretix/control/forms/orders.py:548 +#: pretix/control/forms/orders.py:703 #: pretix/control/templates/pretixcontrol/event/fragment_subevent_choice_simple.html:5 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:47 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:109 @@ -6333,7 +6353,7 @@ msgctxt "subevent" msgid "All dates" msgstr "" -#: pretix/control/forms/event.py:44 pretix/control/forms/organizer.py:310 +#: pretix/control/forms/event.py:44 pretix/control/forms/organizer.py:311 msgid "Use languages" msgstr "" @@ -6345,112 +6365,102 @@ msgstr "" msgid "This is an event series" msgstr "" -#: pretix/control/forms/event.py:50 -msgid "" -"Only recommended for advanced users. If this feature is enabled, this will " -"not only be a single event but a series of very similar events that are " -"handled within a single shop. The single events inside the series can only " -"differ in date, time, location, prices and quotas, but not in other " -"settings, and buying tickets across multiple of these events at the same " -"time is possible. You cannot change this setting for this event later." -msgstr "" - -#: pretix/control/forms/event.py:88 +#: pretix/control/forms/event.py:83 msgid "" "You already used this slug for a different event. Please choose a new one." msgstr "" -#: pretix/control/forms/event.py:92 pretix/control/forms/event.py:394 +#: pretix/control/forms/event.py:87 pretix/control/forms/event.py:390 msgid "Event timezone" msgstr "" -#: pretix/control/forms/event.py:99 +#: pretix/control/forms/event.py:94 msgid "Sales tax rate" msgstr "" -#: pretix/control/forms/event.py:100 +#: pretix/control/forms/event.py:95 msgid "" "Do you need to pay sales tax on your tickets? In this case, please enter the " "applicable tax rate here in percent. If you have a more complicated tax " "situation, you can add more tax rates and detailed configuration later." msgstr "" -#: pretix/control/forms/event.py:107 +#: pretix/control/forms/event.py:102 msgid "Grant access to team" msgstr "" -#: pretix/control/forms/event.py:108 +#: pretix/control/forms/event.py:103 msgid "" "You are allowed to create events under this organizer, however you do not " "have permission to edit all events under this organizer. Please select one " "of your existing teams that will be granted access to this event." msgstr "" -#: pretix/control/forms/event.py:113 +#: pretix/control/forms/event.py:108 msgid "Create a new team for this event with me as the only member" msgstr "" -#: pretix/control/forms/event.py:156 pretix/control/forms/event.py:309 +#: pretix/control/forms/event.py:151 pretix/control/forms/event.py:305 msgid "" "Sample Conference Center\n" "Heidelberg, Germany" msgstr "" -#: pretix/control/forms/event.py:180 +#: pretix/control/forms/event.py:176 msgid "Your default locale must be specified." msgstr "" -#: pretix/control/forms/event.py:254 +#: pretix/control/forms/event.py:250 msgid "Copy configuration from" msgstr "" -#: pretix/control/forms/event.py:260 pretix/control/forms/event.py:263 +#: pretix/control/forms/event.py:256 pretix/control/forms/event.py:259 #: pretix/control/forms/item.py:250 msgid "Do not copy" msgstr "" -#: pretix/control/forms/event.py:314 pretix/control/forms/organizer.py:87 +#: pretix/control/forms/event.py:310 pretix/control/forms/organizer.py:87 msgid "Custom domain" msgstr "" -#: pretix/control/forms/event.py:316 pretix/control/forms/organizer.py:89 +#: pretix/control/forms/event.py:312 pretix/control/forms/organizer.py:89 msgid "You need to configure the custom domain in the webserver beforehand." msgstr "" -#: pretix/control/forms/event.py:324 pretix/control/forms/organizer.py:97 +#: pretix/control/forms/event.py:320 pretix/control/forms/organizer.py:97 msgid "You cannot choose the base domain of this installation." msgstr "" -#: pretix/control/forms/event.py:328 pretix/control/forms/organizer.py:102 +#: pretix/control/forms/event.py:324 pretix/control/forms/organizer.py:102 msgid "This domain is already in use for a different event or organizer." msgstr "" -#: pretix/control/forms/event.py:397 +#: pretix/control/forms/event.py:393 msgid "Name format" msgstr "" -#: pretix/control/forms/event.py:398 +#: pretix/control/forms/event.py:394 msgid "" "This defines how pretix will ask for human names. Changing this after you " "already received orders might lead to unexpected behavior when sorting or " "changing names." msgstr "" -#: pretix/control/forms/event.py:403 +#: pretix/control/forms/event.py:399 msgid "Allowed titles" msgstr "" -#: pretix/control/forms/event.py:404 +#: pretix/control/forms/event.py:400 msgid "" "If the naming scheme you defined above allows users to input a title, you " "can use this to restrict the set of selectable titles." msgstr "" -#: pretix/control/forms/event.py:409 pretix/control/forms/organizer.py:276 +#: pretix/control/forms/event.py:405 pretix/control/forms/organizer.py:276 msgid "Header image" msgstr "" -#: pretix/control/forms/event.py:412 +#: pretix/control/forms/event.py:409 msgid "" "If you provide a logo image, we will by default not show your event name and " "date in the page header. By default, we show your logo with a size of up to " @@ -6459,27 +6469,27 @@ msgid "" "smaller screens." msgstr "" -#: pretix/control/forms/event.py:418 pretix/control/forms/organizer.py:285 +#: pretix/control/forms/event.py:415 pretix/control/forms/organizer.py:286 msgid "Use header image in its full size" msgstr "" -#: pretix/control/forms/event.py:419 pretix/control/forms/organizer.py:286 +#: pretix/control/forms/event.py:416 pretix/control/forms/organizer.py:287 msgid "We recommend to upload a picture at least 1170 pixels wide." msgstr "" -#: pretix/control/forms/event.py:423 +#: pretix/control/forms/event.py:420 msgid "Show event title even if a header image is present" msgstr "" -#: pretix/control/forms/event.py:424 +#: pretix/control/forms/event.py:421 msgid "The title will only be shown on the event front page." msgstr "" -#: pretix/control/forms/event.py:428 +#: pretix/control/forms/event.py:425 msgid "Social media image" msgstr "" -#: pretix/control/forms/event.py:431 +#: pretix/control/forms/event.py:429 msgid "" "This picture will be used as a preview if you post links to your ticket shop " "on social media. Facebook advises to use a picture size of 1200 x 630 " @@ -6488,298 +6498,298 @@ msgid "" "square is shown. If you do not fill this, we will use the logo given above." msgstr "" -#: pretix/control/forms/event.py:437 pretix/control/forms/organizer.py:226 +#: pretix/control/forms/event.py:435 pretix/control/forms/organizer.py:226 msgid "Primary color" msgstr "" -#: pretix/control/forms/event.py:441 pretix/control/forms/event.py:451 -#: pretix/control/forms/event.py:461 pretix/control/forms/event.py:470 +#: pretix/control/forms/event.py:439 pretix/control/forms/event.py:449 +#: pretix/control/forms/event.py:459 pretix/control/forms/event.py:468 #: pretix/control/forms/organizer.py:230 pretix/control/forms/organizer.py:240 #: pretix/control/forms/organizer.py:250 pretix/control/forms/organizer.py:260 msgid "Please enter the hexadecimal code of a color, e.g. #990000." msgstr "" -#: pretix/control/forms/event.py:446 pretix/control/forms/organizer.py:235 +#: pretix/control/forms/event.py:444 pretix/control/forms/organizer.py:235 msgid "Accent color for success" msgstr "" -#: pretix/control/forms/event.py:447 pretix/control/forms/organizer.py:236 +#: pretix/control/forms/event.py:445 pretix/control/forms/organizer.py:236 msgid "We strongly suggest to use a shade of green." msgstr "" -#: pretix/control/forms/event.py:456 pretix/control/forms/organizer.py:245 +#: pretix/control/forms/event.py:454 pretix/control/forms/organizer.py:245 msgid "Accent color for errors" msgstr "" -#: pretix/control/forms/event.py:457 +#: pretix/control/forms/event.py:455 msgid "We strongly suggest to use a dark shade of red." msgstr "" -#: pretix/control/forms/event.py:466 pretix/control/forms/organizer.py:256 +#: pretix/control/forms/event.py:464 pretix/control/forms/organizer.py:256 msgid "Page background color" msgstr "" -#: pretix/control/forms/event.py:476 pretix/control/forms/organizer.py:266 +#: pretix/control/forms/event.py:474 pretix/control/forms/organizer.py:266 msgid "Use round edges" msgstr "" -#: pretix/control/forms/event.py:480 pretix/control/forms/organizer.py:315 +#: pretix/control/forms/event.py:478 pretix/control/forms/organizer.py:316 #: pretix/control/templates/pretixcontrol/pdf/index.html:305 msgid "Font" msgstr "" -#: pretix/control/forms/event.py:485 pretix/control/forms/organizer.py:320 +#: pretix/control/forms/event.py:483 pretix/control/forms/organizer.py:321 msgid "Only respected by modern browsers." msgstr "" -#: pretix/control/forms/event.py:542 +#: pretix/control/forms/event.py:540 msgid "" "e.g. I hereby confirm that I have read and agree with the event organizer's " "terms of service and agree with them." msgstr "" -#: pretix/control/forms/event.py:546 +#: pretix/control/forms/event.py:544 #, python-brace-format msgid "Ask for {fields}, display like {example}" msgstr "" -#: pretix/control/forms/event.py:552 +#: pretix/control/forms/event.py:550 msgid "Free text input" msgstr "" -#: pretix/control/forms/event.py:586 +#: pretix/control/forms/event.py:584 msgid "" "You have configured gift cards to be valid {} years plus the year the gift " "card is issued in." msgstr "" -#: pretix/control/forms/event.py:601 +#: pretix/control/forms/event.py:599 msgid "Tax rule for payment fees" msgstr "" -#: pretix/control/forms/event.py:603 +#: pretix/control/forms/event.py:601 msgid "" "The tax rule that applies for additional fees you configured for single " "payment methods. This will set the tax rate and reverse charge rules, other " "settings of the tax rule are ignored." msgstr "" -#: pretix/control/forms/event.py:695 +#: pretix/control/forms/event.py:693 msgid "Generate invoices for Sales channels" msgstr "" -#: pretix/control/forms/event.py:698 +#: pretix/control/forms/event.py:696 msgid "" "If you have enabled invoice generation in the previous setting, you can " "limit it here to specific sales channels." msgstr "" -#: pretix/control/forms/event.py:702 +#: pretix/control/forms/event.py:700 msgid "Invoice style" msgstr "" -#: pretix/control/forms/event.py:708 +#: pretix/control/forms/event.py:706 msgid "Invoice language" msgstr "" -#: pretix/control/forms/event.py:709 pretix/control/forms/event.py:730 +#: pretix/control/forms/event.py:707 pretix/control/forms/event.py:729 msgid "The user's language" msgstr "" -#: pretix/control/forms/event.py:712 +#: pretix/control/forms/event.py:710 msgid "Logo image" msgstr "" -#: pretix/control/forms/event.py:715 +#: pretix/control/forms/event.py:714 msgid "We will show your logo with a maximal height and width of 2.5 cm." msgstr "" -#: pretix/control/forms/event.py:759 +#: pretix/control/forms/event.py:758 msgid "Bcc address" msgstr "" -#: pretix/control/forms/event.py:760 +#: pretix/control/forms/event.py:759 msgid "All emails will be sent to this address as a Bcc copy" msgstr "" -#: pretix/control/forms/event.py:766 +#: pretix/control/forms/event.py:765 msgid "Signature" msgstr "" -#: pretix/control/forms/event.py:769 +#: pretix/control/forms/event.py:768 #, python-brace-format msgid "This will be attached to every email. Available placeholders: {event}" msgstr "" -#: pretix/control/forms/event.py:774 +#: pretix/control/forms/event.py:773 msgid "e.g. your contact details" msgstr "" -#: pretix/control/forms/event.py:779 +#: pretix/control/forms/event.py:778 msgid "HTML mail renderer" msgstr "" -#: pretix/control/forms/event.py:784 pretix/control/forms/event.py:801 -#: pretix/control/forms/event.py:818 pretix/control/forms/event.py:877 +#: pretix/control/forms/event.py:783 pretix/control/forms/event.py:800 +#: pretix/control/forms/event.py:817 pretix/control/forms/event.py:876 msgid "Text sent to order contact address" msgstr "" +#: pretix/control/forms/event.py:788 pretix/control/forms/event.py:805 +#: pretix/control/forms/event.py:822 pretix/control/forms/event.py:881 +msgid "Send an email to attendees" +msgstr "" + #: pretix/control/forms/event.py:789 pretix/control/forms/event.py:806 #: pretix/control/forms/event.py:823 pretix/control/forms/event.py:882 -msgid "Send an email to attendees" -msgstr "" - -#: pretix/control/forms/event.py:790 pretix/control/forms/event.py:807 -#: pretix/control/forms/event.py:824 pretix/control/forms/event.py:883 msgid "" "If the order contains attendees with email addresses different from the " "person who orders the tickets, the following email will be sent out to the " "attendees." msgstr "" -#: pretix/control/forms/event.py:795 pretix/control/forms/event.py:812 -#: pretix/control/forms/event.py:829 pretix/control/forms/event.py:888 +#: pretix/control/forms/event.py:794 pretix/control/forms/event.py:811 +#: pretix/control/forms/event.py:828 pretix/control/forms/event.py:887 msgid "Text sent to attendees" msgstr "" -#: pretix/control/forms/event.py:835 pretix/control/forms/event.py:857 -#: pretix/control/forms/event.py:862 pretix/control/forms/event.py:867 -#: pretix/control/forms/event.py:872 +#: pretix/control/forms/event.py:834 pretix/control/forms/event.py:856 +#: pretix/control/forms/event.py:861 pretix/control/forms/event.py:866 +#: pretix/control/forms/event.py:871 #: pretix/control/templates/pretixcontrol/organizers/giftcard.html:99 #: pretix/control/templates/pretixcontrol/pdf/index.html:367 msgid "Text" msgstr "" -#: pretix/control/forms/event.py:840 +#: pretix/control/forms/event.py:839 msgid "Text (sent by admin)" msgstr "" -#: pretix/control/forms/event.py:845 +#: pretix/control/forms/event.py:844 msgid "Text (requested by user)" msgstr "" -#: pretix/control/forms/event.py:850 pretix/control/forms/event.py:893 +#: pretix/control/forms/event.py:849 pretix/control/forms/event.py:892 msgid "Number of days" msgstr "" -#: pretix/control/forms/event.py:853 +#: pretix/control/forms/event.py:852 msgid "" "This email will be sent out this many days before the order expires. If the " "value is 0, the mail will never be sent." msgstr "" -#: pretix/control/forms/event.py:896 +#: pretix/control/forms/event.py:895 msgid "" "This email will be sent out this many days before the order event starts. If " "the field is empty, the mail will never be sent." msgstr "" -#: pretix/control/forms/event.py:900 +#: pretix/control/forms/event.py:899 msgid "Received order" msgstr "" -#: pretix/control/forms/event.py:905 +#: pretix/control/forms/event.py:904 msgid "Approved order" msgstr "" -#: pretix/control/forms/event.py:908 +#: pretix/control/forms/event.py:907 msgid "" "This will only be sent out for non-free orders. Free orders will receive the " "free order template from above instead." msgstr "" -#: pretix/control/forms/event.py:912 +#: pretix/control/forms/event.py:911 msgid "Denied order" msgstr "" -#: pretix/control/forms/event.py:917 +#: pretix/control/forms/event.py:916 msgid "Use custom SMTP server" msgstr "" -#: pretix/control/forms/event.py:918 +#: pretix/control/forms/event.py:917 msgid "" "All mail related to your event will be sent over the smtp server specified " "by you." msgstr "" -#: pretix/control/forms/event.py:922 +#: pretix/control/forms/event.py:921 msgid "Hostname" msgstr "" -#: pretix/control/forms/event.py:927 +#: pretix/control/forms/event.py:926 msgid "Port" msgstr "" -#: pretix/control/forms/event.py:932 +#: pretix/control/forms/event.py:931 msgid "Username" msgstr "" -#: pretix/control/forms/event.py:944 +#: pretix/control/forms/event.py:943 msgid "Use STARTTLS" msgstr "" -#: pretix/control/forms/event.py:945 +#: pretix/control/forms/event.py:944 msgid "Commonly enabled on port 587." msgstr "" -#: pretix/control/forms/event.py:949 +#: pretix/control/forms/event.py:948 msgid "Use SSL" msgstr "" -#: pretix/control/forms/event.py:950 +#: pretix/control/forms/event.py:949 msgid "Commonly enabled on port 465." msgstr "" -#: pretix/control/forms/event.py:979 pretix/control/forms/orders.py:465 -#: pretix/control/forms/orders.py:622 pretix/control/forms/vouchers.py:255 +#: pretix/control/forms/event.py:978 pretix/control/forms/orders.py:469 +#: pretix/control/forms/orders.py:626 pretix/control/forms/vouchers.py:255 #: pretix/plugins/sendmail/forms.py:49 #, python-brace-format msgid "Available placeholders: {list}" msgstr "" -#: pretix/control/forms/event.py:1014 +#: pretix/control/forms/event.py:1013 msgid "" "You can activate either SSL or STARTTLS security, but not both at the same " "time." msgstr "" -#: pretix/control/forms/event.py:1063 +#: pretix/control/forms/event.py:1062 msgid "Any country" msgstr "" -#: pretix/control/forms/event.py:1064 +#: pretix/control/forms/event.py:1063 msgid "European Union" msgstr "" -#: pretix/control/forms/event.py:1076 +#: pretix/control/forms/event.py:1075 msgid "Any customer" msgstr "" -#: pretix/control/forms/event.py:1077 +#: pretix/control/forms/event.py:1076 msgid "Individual" msgstr "" -#: pretix/control/forms/event.py:1078 +#: pretix/control/forms/event.py:1077 msgid "Business" msgstr "" -#: pretix/control/forms/event.py:1079 +#: pretix/control/forms/event.py:1078 msgid "Business with valid VAT ID" msgstr "" -#: pretix/control/forms/event.py:1085 +#: pretix/control/forms/event.py:1084 msgid "Charge VAT" msgstr "" -#: pretix/control/forms/event.py:1087 +#: pretix/control/forms/event.py:1086 msgid "No VAT" msgstr "" -#: pretix/control/forms/event.py:1116 +#: pretix/control/forms/event.py:1115 msgid "Pre-selected voucher" msgstr "" -#: pretix/control/forms/event.py:1118 +#: pretix/control/forms/event.py:1117 msgid "" "If set, the widget will show products as if this voucher has been entered " "and when a product is bought via the widget, this voucher will be used. This " @@ -6787,52 +6797,52 @@ msgid "" "secret products." msgstr "" -#: pretix/control/forms/event.py:1123 +#: pretix/control/forms/event.py:1122 msgid "Compatibility mode" msgstr "" -#: pretix/control/forms/event.py:1125 +#: pretix/control/forms/event.py:1124 msgid "" "Our regular widget doesn't work in all website builders. If you run into " "trouble, try using this compatibility mode." msgstr "" -#: pretix/control/forms/event.py:1146 +#: pretix/control/forms/event.py:1145 msgid "The given voucher code does not exist." msgstr "" -#: pretix/control/forms/event.py:1153 pretix/control/forms/organizer.py:48 +#: pretix/control/forms/event.py:1152 pretix/control/forms/organizer.py:48 #: pretix/control/views/shredder.py:108 msgid "The slug you entered was not correct." msgstr "" -#: pretix/control/forms/event.py:1157 pretix/control/forms/organizer.py:52 +#: pretix/control/forms/event.py:1156 pretix/control/forms/organizer.py:52 msgid "Event slug" msgstr "" -#: pretix/control/forms/event.py:1188 +#: pretix/control/forms/event.py:1187 msgid "Ticket downloads" msgstr "" -#: pretix/control/forms/event.py:1189 +#: pretix/control/forms/event.py:1188 msgid "Your customers will be able to download their tickets in PDF format." msgstr "" -#: pretix/control/forms/event.py:1193 +#: pretix/control/forms/event.py:1192 msgid "Require all attendees to fill in their names" msgstr "" -#: pretix/control/forms/event.py:1194 +#: pretix/control/forms/event.py:1193 msgid "" "By default, we will ask for names but not require them. You can turn this " "off completely in the settings." msgstr "" -#: pretix/control/forms/event.py:1220 +#: pretix/control/forms/event.py:1219 msgid "Payment via Stripe" msgstr "" -#: pretix/control/forms/event.py:1221 +#: pretix/control/forms/event.py:1220 msgid "" "Stripe is an online payments processor supporting credit cards and lots of " "other payment options. To accept payments via Stripe, you will need to set " @@ -6840,27 +6850,27 @@ msgid "" "simple interface." msgstr "" -#: pretix/control/forms/event.py:1227 +#: pretix/control/forms/event.py:1226 msgid "Payment by bank transfer" msgstr "" -#: pretix/control/forms/event.py:1228 +#: pretix/control/forms/event.py:1227 msgid "" "Your customers will be instructed to wire the money to your account. You can " "then import your bank statements to process the payments within pretix, or " "mark them as paid manually." msgstr "" -#: pretix/control/forms/event.py:1267 +#: pretix/control/forms/event.py:1266 #: pretix/control/templates/pretixcontrol/event/quick_setup.html:45 msgid "Price (optional)" msgstr "" -#: pretix/control/forms/event.py:1272 +#: pretix/control/forms/event.py:1271 msgid "Free" msgstr "" -#: pretix/control/forms/event.py:1277 +#: pretix/control/forms/event.py:1276 msgid "Quantity available" msgstr "" @@ -6881,7 +6891,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/items/question.html:21 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:8 #: pretix/control/templates/pretixcontrol/orders/overview.html:67 -#: pretix/plugins/reports/exporters.py:223 +#: pretix/plugins/reports/exporters.py:226 msgid "Pending" msgstr "" @@ -6895,13 +6905,13 @@ msgstr "" msgid "Pending or paid" msgstr "" -#: pretix/control/forms/filter.py:111 pretix/control/forms/filter.py:541 -#: pretix/control/forms/filter.py:946 +#: pretix/control/forms/filter.py:111 pretix/control/forms/filter.py:593 +#: pretix/control/forms/filter.py:998 #: pretix/control/templates/pretixcontrol/items/question.html:24 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:17 #: pretix/control/templates/pretixcontrol/orders/overview.html:60 #: pretix/control/templates/pretixcontrol/organizers/giftcards.html:76 -#: pretix/plugins/reports/exporters.py:219 +#: pretix/plugins/reports/exporters.py:222 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:20 msgid "Expired" msgstr "" @@ -6915,7 +6925,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/items/question.html:26 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:19 #: pretix/control/templates/pretixcontrol/orders/overview.html:59 -#: pretix/plugins/reports/exporters.py:219 +#: pretix/plugins/reports/exporters.py:222 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:22 msgid "Canceled" msgstr "" @@ -6942,8 +6952,8 @@ msgstr "" msgid "Pending (but fully paid)" msgstr "" -#: pretix/control/forms/filter.py:119 pretix/control/forms/filter.py:526 -#: pretix/control/forms/filter.py:529 +#: pretix/control/forms/filter.py:119 pretix/control/forms/filter.py:578 +#: pretix/control/forms/filter.py:581 #: pretix/control/templates/pretixcontrol/event/live.html:63 msgid "Test mode" msgstr "" @@ -6952,28 +6962,28 @@ msgstr "" msgid "Cancellation requested" msgstr "" -#: pretix/control/forms/filter.py:278 pretix/control/forms/filter.py:796 -#: pretix/control/forms/filter.py:1006 pretix/control/forms/vouchers.py:112 +#: pretix/control/forms/filter.py:278 pretix/control/forms/filter.py:848 +#: pretix/control/forms/filter.py:1058 pretix/control/forms/vouchers.py:112 #: pretix/control/templates/pretixcontrol/items/question.html:29 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:99 msgid "All products" msgstr "" -#: pretix/control/forms/filter.py:282 pretix/control/forms/filter.py:1010 +#: pretix/control/forms/filter.py:282 pretix/control/forms/filter.py:1062 #: pretix/control/forms/vouchers.py:100 pretix/control/views/typeahead.py:514 #, python-brace-format msgid "{product} – Any variation" msgstr "" #: pretix/control/forms/filter.py:341 pretix/control/forms/filter.py:346 -#: pretix/control/forms/filter.py:617 pretix/control/forms/filter.py:622 +#: pretix/control/forms/filter.py:669 pretix/control/forms/filter.py:674 msgid "All organizers" msgstr "" -#: pretix/control/forms/filter.py:381 pretix/control/forms/filter.py:528 -#: pretix/control/forms/filter.py:537 pretix/control/forms/filter.py:860 -#: pretix/control/forms/filter.py:869 pretix/control/forms/filter.py:941 -#: pretix/control/forms/filter.py:954 +#: pretix/control/forms/filter.py:433 pretix/control/forms/filter.py:580 +#: pretix/control/forms/filter.py:589 pretix/control/forms/filter.py:912 +#: pretix/control/forms/filter.py:921 pretix/control/forms/filter.py:993 +#: pretix/control/forms/filter.py:1006 #: pretix/control/templates/pretixcontrol/checkin/lists.html:104 #: pretix/control/templates/pretixcontrol/checkin/lists.html:116 #: pretix/control/templates/pretixcontrol/organizers/devices.html:72 @@ -6983,202 +6993,202 @@ msgstr "" msgid "All" msgstr "Összes" -#: pretix/control/forms/filter.py:383 pretix/control/forms/filter.py:603 +#: pretix/control/forms/filter.py:435 pretix/control/forms/filter.py:655 msgid "Shop live and presale running" msgstr "" -#: pretix/control/forms/filter.py:384 pretix/control/forms/filter.py:862 +#: pretix/control/forms/filter.py:436 pretix/control/forms/filter.py:914 msgid "Inactive" msgstr "" -#: pretix/control/forms/filter.py:396 pretix/control/forms/subevents.py:287 +#: pretix/control/forms/filter.py:448 pretix/control/forms/subevents.py:287 #: pretix/control/forms/subevents.py:326 msgid "Weekday" msgstr "" -#: pretix/control/forms/filter.py:398 +#: pretix/control/forms/filter.py:450 msgid "All days" msgstr "" -#: pretix/control/forms/filter.py:399 +#: pretix/control/forms/filter.py:451 msgid "Monday" msgstr "" -#: pretix/control/forms/filter.py:400 +#: pretix/control/forms/filter.py:452 msgid "Tuesday" msgstr "" -#: pretix/control/forms/filter.py:401 +#: pretix/control/forms/filter.py:453 msgid "Wednesday" msgstr "" -#: pretix/control/forms/filter.py:402 +#: pretix/control/forms/filter.py:454 msgid "Thursday" msgstr "" -#: pretix/control/forms/filter.py:403 +#: pretix/control/forms/filter.py:455 msgid "Friday" msgstr "" -#: pretix/control/forms/filter.py:404 +#: pretix/control/forms/filter.py:456 msgid "Saturday" msgstr "" -#: pretix/control/forms/filter.py:405 +#: pretix/control/forms/filter.py:457 msgid "Sunday" msgstr "" -#: pretix/control/forms/filter.py:530 +#: pretix/control/forms/filter.py:582 msgid "Live" msgstr "" -#: pretix/control/forms/filter.py:535 pretix/control/forms/filter.py:538 +#: pretix/control/forms/filter.py:587 pretix/control/forms/filter.py:590 msgid "Empty" msgstr "" -#: pretix/control/forms/filter.py:539 +#: pretix/control/forms/filter.py:591 msgid "Valid and with value" msgstr "" -#: pretix/control/forms/filter.py:540 +#: pretix/control/forms/filter.py:592 msgid "Expired and with value" msgstr "" -#: pretix/control/forms/filter.py:546 pretix/control/forms/filter.py:548 -#: pretix/control/forms/filter.py:876 pretix/control/forms/filter.py:878 +#: pretix/control/forms/filter.py:598 pretix/control/forms/filter.py:600 +#: pretix/control/forms/filter.py:928 pretix/control/forms/filter.py:930 msgid "Search query" msgstr "" -#: pretix/control/forms/filter.py:601 +#: pretix/control/forms/filter.py:653 msgid "All events" msgstr "" -#: pretix/control/forms/filter.py:602 +#: pretix/control/forms/filter.py:654 msgid "Shop live" msgstr "" -#: pretix/control/forms/filter.py:604 +#: pretix/control/forms/filter.py:656 msgid "Shop not live" msgstr "" -#: pretix/control/forms/filter.py:607 +#: pretix/control/forms/filter.py:659 msgid "Single event running or in the future" msgstr "" -#: pretix/control/forms/filter.py:608 +#: pretix/control/forms/filter.py:660 msgid "Single event in the past" msgstr "" -#: pretix/control/forms/filter.py:775 pretix/control/forms/filter.py:777 +#: pretix/control/forms/filter.py:827 pretix/control/forms/filter.py:829 msgid "Search attendee…" msgstr "" -#: pretix/control/forms/filter.py:783 +#: pretix/control/forms/filter.py:835 msgid "Check-in status" msgstr "" -#: pretix/control/forms/filter.py:785 +#: pretix/control/forms/filter.py:837 msgid "All attendees" msgstr "" -#: pretix/control/forms/filter.py:786 +#: pretix/control/forms/filter.py:838 msgctxt "checkin state" msgid "Present" msgstr "" -#: pretix/control/forms/filter.py:787 +#: pretix/control/forms/filter.py:839 #: pretix/control/templates/pretixcontrol/checkin/index.html:131 #: pretix/control/templates/pretixcontrol/checkin/lists.html:73 -#: pretix/plugins/checkinlists/exporters.py:337 +#: pretix/plugins/checkinlists/exporters.py:396 msgid "Checked in" msgstr "" -#: pretix/control/forms/filter.py:788 +#: pretix/control/forms/filter.py:840 #: pretix/control/templates/pretixcontrol/checkin/index.html:126 msgid "Not checked in" msgstr "" -#: pretix/control/forms/filter.py:867 pretix/control/forms/filter.py:870 +#: pretix/control/forms/filter.py:919 pretix/control/forms/filter.py:922 #: pretix/control/templates/pretixcontrol/users/index.html:47 msgid "Administrator" msgstr "" -#: pretix/control/forms/filter.py:871 +#: pretix/control/forms/filter.py:923 msgid "No administrator" msgstr "" -#: pretix/control/forms/filter.py:942 +#: pretix/control/forms/filter.py:994 msgid "Valid" msgstr "" -#: pretix/control/forms/filter.py:943 +#: pretix/control/forms/filter.py:995 msgid "Unredeemed" msgstr "" -#: pretix/control/forms/filter.py:944 +#: pretix/control/forms/filter.py:996 msgid "Redeemed at least once" msgstr "" -#: pretix/control/forms/filter.py:945 +#: pretix/control/forms/filter.py:997 msgid "Fully redeemed" msgstr "" -#: pretix/control/forms/filter.py:947 +#: pretix/control/forms/filter.py:999 msgid "Redeemed and checked in with ticket" msgstr "" -#: pretix/control/forms/filter.py:952 +#: pretix/control/forms/filter.py:1004 msgid "Quota handling" msgstr "" -#: pretix/control/forms/filter.py:956 +#: pretix/control/forms/filter.py:1008 msgid "Allow to ignore quota" msgstr "" -#: pretix/control/forms/filter.py:961 pretix/control/forms/filter.py:963 +#: pretix/control/forms/filter.py:1013 pretix/control/forms/filter.py:1015 msgid "Filter by tag" msgstr "" -#: pretix/control/forms/filter.py:968 pretix/control/forms/filter.py:970 +#: pretix/control/forms/filter.py:1020 pretix/control/forms/filter.py:1022 msgid "Search voucher" msgstr "" -#: pretix/control/forms/filter.py:1016 pretix/control/forms/vouchers.py:91 +#: pretix/control/forms/filter.py:1068 pretix/control/forms/vouchers.py:91 #: pretix/control/views/typeahead.py:522 pretix/control/views/typeahead.py:526 #: pretix/control/views/vouchers.py:81 #, python-brace-format msgid "Any product in quota \"{quota}\"" msgstr "" -#: pretix/control/forms/filter.py:1132 +#: pretix/control/forms/filter.py:1184 msgid "Refund status" msgstr "" -#: pretix/control/forms/filter.py:1134 +#: pretix/control/forms/filter.py:1186 msgid "All open refunds" msgstr "" -#: pretix/control/forms/filter.py:1135 +#: pretix/control/forms/filter.py:1187 msgid "All refunds" msgstr "" -#: pretix/control/forms/filter.py:1171 +#: pretix/control/forms/filter.py:1223 msgid "Date filter" msgstr "" -#: pretix/control/forms/filter.py:1173 +#: pretix/control/forms/filter.py:1225 msgid "Filter by…" msgstr "" -#: pretix/control/forms/filter.py:1175 +#: pretix/control/forms/filter.py:1227 msgid "Date of last successful payment" msgstr "" -#: pretix/control/forms/filter.py:1180 +#: pretix/control/forms/filter.py:1232 msgid "Date from" msgstr "" -#: pretix/control/forms/filter.py:1185 +#: pretix/control/forms/filter.py:1237 msgid "Date until" msgstr "" @@ -7379,8 +7389,8 @@ msgstr "" msgid "Bundled product" msgstr "" -#: pretix/control/forms/item.py:735 pretix/control/forms/orders.py:260 -#: pretix/control/forms/orders.py:394 +#: pretix/control/forms/item.py:735 pretix/control/forms/orders.py:264 +#: pretix/control/forms/orders.py:398 msgid "inactive" msgstr "" @@ -7413,21 +7423,21 @@ msgstr "" msgid "CSV column: \"{name}\"" msgstr "" -#: pretix/control/forms/orders.py:33 +#: pretix/control/forms/orders.py:34 msgid "Overbook quota" msgstr "" -#: pretix/control/forms/orders.py:34 +#: pretix/control/forms/orders.py:35 msgid "" "If you check this box, this operation will be performed even if it leads to " "an overbooked quota and you having sold more tickets than you planned!" msgstr "" -#: pretix/control/forms/orders.py:78 +#: pretix/control/forms/orders.py:79 msgid "Overbook quota and ignore late payment" msgstr "" -#: pretix/control/forms/orders.py:79 +#: pretix/control/forms/orders.py:80 msgid "" "If you check this box, this operation will be performed even if it leads to " "an overbooked quota and you having sold more tickets than you planned! The " @@ -7435,16 +7445,16 @@ msgid "" "payments." msgstr "" -#: pretix/control/forms/orders.py:105 +#: pretix/control/forms/orders.py:106 #: pretix/control/templates/pretixcontrol/order/deny.html:19 msgid "Notify user by e-mail" msgstr "" -#: pretix/control/forms/orders.py:112 +#: pretix/control/forms/orders.py:113 msgid "Keep a cancellation fee of" msgstr "" -#: pretix/control/forms/orders.py:113 +#: pretix/control/forms/orders.py:114 msgid "" "If you keep a fee, all positions within this order will be canceled and the " "order will be reduced to a paid cancellation fee. Payment and shipping fees " @@ -7453,24 +7463,24 @@ msgid "" "automatically." msgstr "" -#: pretix/control/forms/orders.py:141 +#: pretix/control/forms/orders.py:145 msgid "Payment amount" msgstr "" -#: pretix/control/forms/orders.py:145 +#: pretix/control/forms/orders.py:149 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/control.html:7 -#: pretix/plugins/reports/exporters.py:319 -#: pretix/plugins/reports/exporters.py:381 -#: pretix/plugins/reports/exporters.py:491 -#: pretix/plugins/reports/exporters.py:520 +#: pretix/plugins/reports/exporters.py:322 +#: pretix/plugins/reports/exporters.py:384 +#: pretix/plugins/reports/exporters.py:494 +#: pretix/plugins/reports/exporters.py:523 msgid "Payment date" msgstr "" -#: pretix/control/forms/orders.py:183 +#: pretix/control/forms/orders.py:187 msgid "Re-calculate taxes" msgstr "" -#: pretix/control/forms/orders.py:186 +#: pretix/control/forms/orders.py:190 msgid "" "This operation re-checks if taxes should be paid to the items due to e.g. " "configured reverse charge rules and changes the prices and tax values " @@ -7479,135 +7489,135 @@ msgid "" "this procedure." msgstr "" -#: pretix/control/forms/orders.py:192 +#: pretix/control/forms/orders.py:196 msgid "Issue a new invoice if required" msgstr "" -#: pretix/control/forms/orders.py:196 +#: pretix/control/forms/orders.py:200 msgid "" "If an invoice exists for this order and this operation would change its " "contents, the old invoice will be canceled and a new invoice will be issued." msgstr "" -#: pretix/control/forms/orders.py:201 +#: pretix/control/forms/orders.py:205 msgid "Notify user" msgstr "" -#: pretix/control/forms/orders.py:205 +#: pretix/control/forms/orders.py:209 msgid "" "Send an email to the customer notifying that their order has been changed." msgstr "" -#: pretix/control/forms/orders.py:209 +#: pretix/control/forms/orders.py:213 msgid "Allow to overbook quotas when performing this operation" msgstr "" -#: pretix/control/forms/orders.py:225 +#: pretix/control/forms/orders.py:229 msgid "Add-on to" msgstr "" -#: pretix/control/forms/orders.py:230 +#: pretix/control/forms/orders.py:234 #: pretix/control/templates/pretixcontrol/checkin/index.html:70 #: pretix/control/templates/pretixcontrol/order/change.html:118 #: pretix/control/views/vouchers.py:70 msgid "Seat" msgstr "" -#: pretix/control/forms/orders.py:237 +#: pretix/control/forms/orders.py:241 msgid "Including taxes, if any. Keep empty for the product's default price" msgstr "" -#: pretix/control/forms/orders.py:335 pretix/control/forms/orders.py:339 -#: pretix/control/forms/orders.py:378 pretix/control/forms/orders.py:389 +#: pretix/control/forms/orders.py:339 pretix/control/forms/orders.py:343 +#: pretix/control/forms/orders.py:382 pretix/control/forms/orders.py:393 msgid "(Unchanged)" msgstr "" -#: pretix/control/forms/orders.py:345 pretix/control/forms/orders.py:412 +#: pretix/control/forms/orders.py:349 pretix/control/forms/orders.py:416 msgid "New price (gross)" msgstr "" -#: pretix/control/forms/orders.py:349 +#: pretix/control/forms/orders.py:353 msgid "Generate a new secret" msgstr "" -#: pretix/control/forms/orders.py:353 +#: pretix/control/forms/orders.py:357 msgid "Cancel this position" msgstr "" -#: pretix/control/forms/orders.py:357 +#: pretix/control/forms/orders.py:361 msgid "Split into new order" msgstr "" -#: pretix/control/forms/orders.py:416 +#: pretix/control/forms/orders.py:420 msgid "Remove this fee" msgstr "" -#: pretix/control/forms/orders.py:430 +#: pretix/control/forms/orders.py:434 msgid "Invalidate secrets" msgstr "" -#: pretix/control/forms/orders.py:431 +#: pretix/control/forms/orders.py:435 msgid "" "Regenerates the order and ticket secrets. You will need to re-send the link " "to the order page to the user and the user will need to download his tickets " "again. The old versions will be invalid." msgstr "" -#: pretix/control/forms/orders.py:456 pretix/control/forms/orders.py:639 -#: pretix/control/forms/orders.py:666 pretix/control/forms/vouchers.py:222 +#: pretix/control/forms/orders.py:460 pretix/control/forms/orders.py:643 +#: pretix/control/forms/orders.py:670 pretix/control/forms/vouchers.py:222 #: pretix/plugins/sendmail/forms.py:21 pretix/plugins/sendmail/forms.py:76 msgid "Subject" msgstr "" -#: pretix/control/forms/orders.py:480 +#: pretix/control/forms/orders.py:484 msgid "Recipient" msgstr "" -#: pretix/control/forms/orders.py:486 pretix/control/forms/orders.py:647 -#: pretix/control/forms/orders.py:674 pretix/control/forms/vouchers.py:228 +#: pretix/control/forms/orders.py:490 pretix/control/forms/orders.py:651 +#: pretix/control/forms/orders.py:678 pretix/control/forms/vouchers.py:228 #: pretix/plugins/sendmail/forms.py:22 pretix/plugins/sendmail/forms.py:81 msgid "Message" msgstr "" -#: pretix/control/forms/orders.py:499 +#: pretix/control/forms/orders.py:503 msgid "" "Cancel the order. All tickets will no longer work. This can not be reverted." msgstr "" -#: pretix/control/forms/orders.py:500 +#: pretix/control/forms/orders.py:504 msgid "" "Mark the order as pending and allow the user to pay the open amount with " "another payment method." msgstr "" -#: pretix/control/forms/orders.py:502 +#: pretix/control/forms/orders.py:506 msgid "Do nothing and keep the order as it is." msgstr "" -#: pretix/control/forms/orders.py:529 +#: pretix/control/forms/orders.py:533 msgid "The refund amount needs to be positive and less than {}." msgstr "" -#: pretix/control/forms/orders.py:535 +#: pretix/control/forms/orders.py:539 msgid "You need to specify an amount for a partial refund." msgstr "" -#: pretix/control/forms/orders.py:547 +#: pretix/control/forms/orders.py:551 #, fuzzy #| msgid "Past events" msgid "Cancel all dates" msgstr "Elmúlt események" -#: pretix/control/forms/orders.py:552 +#: pretix/control/forms/orders.py:556 msgid "Automatically refund money if possible" msgstr "" -#: pretix/control/forms/orders.py:557 +#: pretix/control/forms/orders.py:561 msgid "" "Create manual refund if the payment method odes not support automatic refunds" msgstr "" -#: pretix/control/forms/orders.py:561 +#: pretix/control/forms/orders.py:565 msgid "" "If checked, all payments with a payment method not supporting automatic " "refunds will be on your manual refund to-do list. Do not check if you want " @@ -7615,25 +7625,25 @@ msgid "" "gift cards." msgstr "" -#: pretix/control/forms/orders.py:566 +#: pretix/control/forms/orders.py:570 msgid "" "Refund order value to a gift card instead instead of the original payment " "method" msgstr "" -#: pretix/control/forms/orders.py:572 +#: pretix/control/forms/orders.py:576 msgid "Gift card validity" msgstr "" -#: pretix/control/forms/orders.py:579 +#: pretix/control/forms/orders.py:583 msgid "Special terms and conditions" msgstr "" -#: pretix/control/forms/orders.py:596 +#: pretix/control/forms/orders.py:600 msgid "Keep fees" msgstr "" -#: pretix/control/forms/orders.py:599 +#: pretix/control/forms/orders.py:603 msgid "" "The selected types of fees will not be refunded but instead added to the " "cancellation fee. Fees are never refunded in when an order in an event " @@ -7641,20 +7651,20 @@ msgid "" "dates." msgstr "" -#: pretix/control/forms/orders.py:605 +#: pretix/control/forms/orders.py:609 msgid "Send information via email" msgstr "" -#: pretix/control/forms/orders.py:611 +#: pretix/control/forms/orders.py:615 msgid "Send information to waiting list" msgstr "" -#: pretix/control/forms/orders.py:642 pretix/control/forms/orders.py:668 +#: pretix/control/forms/orders.py:646 pretix/control/forms/orders.py:672 #, python-brace-format msgid "Canceled: {event}" msgstr "" -#: pretix/control/forms/orders.py:653 +#: pretix/control/forms/orders.py:657 #, python-brace-format msgid "" "Hello,\n" @@ -7672,7 +7682,7 @@ msgid "" "Your {event} team" msgstr "" -#: pretix/control/forms/orders.py:680 +#: pretix/control/forms/orders.py:684 #, python-brace-format msgid "" "Hello,\n" @@ -7686,7 +7696,7 @@ msgid "" "Your {event} team" msgstr "" -#: pretix/control/forms/orders.py:711 +#: pretix/control/forms/orders.py:715 msgid "Please confirm that you want to cancel ALL dates in this event series." msgstr "" @@ -7739,7 +7749,7 @@ msgstr "" msgid "This will be displayed on the organizer homepage." msgstr "" -#: pretix/control/forms/organizer.py:279 +#: pretix/control/forms/organizer.py:280 msgid "" "If you provide a logo image, we will by default not show your organization " "name in the page header. By default, we show your logo with a size of up to " @@ -7748,63 +7758,63 @@ msgid "" "smaller screens." msgstr "" -#: pretix/control/forms/organizer.py:298 +#: pretix/control/forms/organizer.py:299 msgid "Show availability in event overviews" msgstr "" -#: pretix/control/forms/organizer.py:299 +#: pretix/control/forms/organizer.py:300 msgid "" "If checked, the list of events will show if events are sold out. This might " "make for longer page loading times if you have lots of events and the shown " "status might be out of date for up to two minutes." msgstr "" -#: pretix/control/forms/organizer.py:305 +#: pretix/control/forms/organizer.py:306 msgid "Link back to organizer overview on all event pages" msgstr "" -#: pretix/control/forms/organizer.py:312 +#: pretix/control/forms/organizer.py:313 msgid "" "Choose all languages that your organizer homepage should be available in." msgstr "" -#: pretix/control/forms/organizer.py:323 +#: pretix/control/forms/organizer.py:324 msgid "Favicon" msgstr "" -#: pretix/control/forms/organizer.py:326 +#: pretix/control/forms/organizer.py:328 msgid "" "If you provide a favicon, we will show it instead of the default pretix " "icon. We recommend a size of at least 200x200px to accommodate most devices." msgstr "" -#: pretix/control/forms/organizer.py:330 +#: pretix/control/forms/organizer.py:332 msgid "Length of gift card codes" msgstr "" -#: pretix/control/forms/organizer.py:331 +#: pretix/control/forms/organizer.py:333 msgid "" "The system generates by default {}-character long gift card codes. However, " "if a different length is required, it can be set here." msgstr "" -#: pretix/control/forms/organizer.py:336 +#: pretix/control/forms/organizer.py:338 msgid "Validity of gift card codes in years" msgstr "" -#: pretix/control/forms/organizer.py:337 +#: pretix/control/forms/organizer.py:339 msgid "" "If you set a number here, gift cards will by default expire at the end of " "the year after this many years. If you keep it empty, gift cards do not have " "an explicit expiry date." msgstr "" -#: pretix/control/forms/organizer.py:352 +#: pretix/control/forms/organizer.py:354 msgctxt "webhooks" msgid "Event types" msgstr "" -#: pretix/control/forms/organizer.py:383 +#: pretix/control/forms/organizer.py:385 msgid "Gift card value" msgstr "" @@ -9392,7 +9402,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/organizers/detail.html:43 #: pretix/control/templates/pretixcontrol/organizers/giftcards.html:38 #: pretix/control/templates/pretixcontrol/organizers/index.html:18 -#: pretix/control/templates/pretixcontrol/search/orders.html:27 +#: pretix/control/templates/pretixcontrol/search/orders.html:33 #: pretix/control/templates/pretixcontrol/subevents/index.html:41 #: pretix/control/templates/pretixcontrol/users/index.html:22 #: pretix/control/templates/pretixcontrol/vouchers/index.html:54 @@ -9476,7 +9486,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/order/pay.html:33 #: pretix/control/templates/pretixcontrol/order/pay_complete.html:28 #: pretix/control/templates/pretixcontrol/order/reactivate.html:30 -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:155 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:169 #: pretix/control/templates/pretixcontrol/order/refund_done.html:26 #: pretix/control/templates/pretixcontrol/order/refund_process.html:47 #: pretix/control/templates/pretixcontrol/order/refund_start.html:51 @@ -9528,9 +9538,9 @@ msgstr "" #: pretix/control/templates/pretixcontrol/checkin/list_edit.html:10 #: pretix/control/templates/pretixcontrol/checkin/list_edit.html:17 -#: pretix/plugins/checkinlists/exporters.py:38 -#: pretix/plugins/checkinlists/exporters.py:88 -#: pretix/plugins/checkinlists/exporters.py:315 +#: pretix/plugins/checkinlists/exporters.py:39 +#: pretix/plugins/checkinlists/exporters.py:107 +#: pretix/plugins/checkinlists/exporters.py:374 #: pretix/plugins/pretixdroid/forms.py:39 #: pretix/plugins/pretixdroid/models.py:24 #: pretix/plugins/pretixdroid/templates/pretixplugins/pretixdroid/configuration.html:79 @@ -10214,7 +10224,7 @@ msgid "Installed plugins" msgstr "" #: pretix/control/templates/pretixcontrol/event/plugins.html:10 -#: pretix/control/views/checkin.py:260 pretix/control/views/event.py:177 +#: pretix/control/views/checkin.py:264 pretix/control/views/event.py:177 #: pretix/control/views/event.py:317 pretix/control/views/event.py:396 #: pretix/control/views/event.py:436 pretix/control/views/event.py:594 #: pretix/control/views/event.py:785 pretix/control/views/event.py:1135 @@ -10377,14 +10387,14 @@ msgid "Basics" msgstr "" #: pretix/control/templates/pretixcontrol/event/settings.html:31 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:44 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:46 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:349 #: pretix/control/templates/pretixcontrol/subevents/detail.html:32 msgid "Geo coordinates" msgstr "" #: pretix/control/templates/pretixcontrol/event/settings.html:32 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:45 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:47 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:271 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:275 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:350 @@ -10393,7 +10403,7 @@ msgid "Optional" msgstr "" #: pretix/control/templates/pretixcontrol/event/settings.html:39 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:52 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:54 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:357 #: pretix/control/templates/pretixcontrol/subevents/detail.html:40 msgid "Geocoding data © OpenStreetMap" @@ -10425,7 +10435,7 @@ msgid "Shop design" msgstr "" #: pretix/control/templates/pretixcontrol/event/settings.html:124 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:74 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:76 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:392 #: pretix/control/templates/pretixcontrol/subevents/detail.html:76 msgid "Timeline" @@ -10663,7 +10673,7 @@ msgid "" "We strongly recommend against using short forms of more then 16 characters." msgstr "" -#: pretix/control/templates/pretixcontrol/events/create_basics.html:68 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:70 msgid "Display settings" msgstr "" @@ -10681,7 +10691,40 @@ msgid "" "that contain the event name." msgstr "" -#: pretix/control/templates/pretixcontrol/events/create_foundation.html:10 +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:13 +msgid "Singular event or non-event shop" +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:15 +msgid "" +"An event with individual configuration. If you create more events later, you " +"can copy the event to save yourself some work." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:21 +msgid "" +"Examples: Conferences, workshops, trade fairs, one-off concerts, sale of " +"digital content, multi-day events with combination tickets." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:32 +msgid "Event series or time slot booking" +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:34 +msgid "" +"A series of events that share the same configuration. They can still be " +"different in their dates, locations, prices, and capacities." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:40 +msgid "" +"Examples: Multiple presentations of the same show, same concert in multiple " +"locations, museums, libraries, or swimming pools, events that need to be " +"booked together in one cart." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:53 msgid "" "Please note that you will only be able to delete your event until the first " "order has been created." @@ -11100,8 +11143,8 @@ msgstr "" #: pretix/control/templates/pretixcontrol/items/question.html:20 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:14 #: pretix/control/templates/pretixcontrol/orders/overview.html:68 -#: pretix/plugins/checkinlists/exporters.py:343 -#: pretix/plugins/reports/exporters.py:223 +#: pretix/plugins/checkinlists/exporters.py:402 +#: pretix/plugins/reports/exporters.py:226 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:17 msgid "Paid" msgstr "" @@ -11907,10 +11950,10 @@ msgstr "" #: pretix/control/templates/pretixcontrol/order/index.html:550 #: pretix/control/templates/pretixcontrol/orders/overview.html:69 #: pretix/control/templates/pretixcontrol/orders/overview.html:146 -#: pretix/plugins/reports/exporters.py:223 -#: pretix/plugins/reports/exporters.py:278 -#: pretix/plugins/reports/exporters.py:447 -#: pretix/plugins/reports/exporters.py:591 +#: pretix/plugins/reports/exporters.py:226 +#: pretix/plugins/reports/exporters.py:281 +#: pretix/plugins/reports/exporters.py:450 +#: pretix/plugins/reports/exporters.py:594 #: pretix/presale/templates/pretixpresale/event/fragment_cart.html:292 msgid "Total" msgstr "Teljes" @@ -12105,52 +12148,52 @@ msgctxt "amount_label" msgid "Automatically refund" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:59 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:63 msgid "Automatically refund full amount" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:62 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:66 msgid "This payment method does not support automatic refunds." msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:70 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:74 msgid "Transfer to other order" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:73 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:77 msgctxt "amount_label" msgid "Transfer" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:81 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:85 msgctxt "order_label" msgid "to" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:91 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:95 #: pretix/control/templates/pretixcontrol/organizers/giftcard_create.html:5 msgid "Create a new gift card" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:103 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:113 msgid "" "The gift card can be used to buy tickets for all events of this organizer." msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:111 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:121 msgid "Manual refund" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:114 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:124 msgctxt "amount_label" msgid "Manually refund" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:125 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:139 msgid "Keep transfer as to do" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:129 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:143 #: pretix/control/templates/pretixcontrol/order/refund_done.html:5 #: pretix/control/templates/pretixcontrol/order/refund_done.html:9 #: pretix/control/templates/pretixcontrol/order/refund_process.html:6 @@ -12158,7 +12201,7 @@ msgstr "" msgid "Mark refund as done" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:139 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:153 msgid "" "Any payments that you selected for automatical refunds will be immediately " "communicate the refund request to the respective payment provider. Manual " @@ -12166,7 +12209,7 @@ msgid "" "done once you actually transferred the money back to the customer." msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:160 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:174 msgid "Perform refund" msgstr "" @@ -12392,29 +12435,29 @@ msgid "Remove filter" msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:132 -#: pretix/control/templates/pretixcontrol/search/orders.html:78 +#: pretix/control/templates/pretixcontrol/search/orders.html:83 msgid "CANCELLATION REQUESTED" msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:135 #: pretix/control/templates/pretixcontrol/orders/index.html:137 -#: pretix/control/templates/pretixcontrol/search/orders.html:81 -#: pretix/control/templates/pretixcontrol/search/orders.html:83 +#: pretix/control/templates/pretixcontrol/search/orders.html:86 +#: pretix/control/templates/pretixcontrol/search/orders.html:88 msgid "REFUND PENDING" msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:140 -#: pretix/control/templates/pretixcontrol/search/orders.html:86 +#: pretix/control/templates/pretixcontrol/search/orders.html:91 msgid "OVERPAID" msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:142 -#: pretix/control/templates/pretixcontrol/search/orders.html:88 +#: pretix/control/templates/pretixcontrol/search/orders.html:93 msgid "UNDERPAID" msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:144 -#: pretix/control/templates/pretixcontrol/search/orders.html:90 +#: pretix/control/templates/pretixcontrol/search/orders.html:95 msgid "FULLY PAID" msgstr "" @@ -12454,7 +12497,7 @@ msgid "" msgstr "" #: pretix/control/templates/pretixcontrol/orders/overview.html:61 -#: pretix/plugins/reports/exporters.py:219 +#: pretix/plugins/reports/exporters.py:222 msgid "Purchased" msgstr "" @@ -13104,7 +13147,7 @@ msgstr "" msgid "pretix Logo" msgstr "" -#: pretix/control/templates/pretixcontrol/search/orders.html:99 +#: pretix/control/templates/pretixcontrol/search/orders.html:104 msgid "" "We couldn't find any orders that you have access to and that match your " "search query." @@ -14178,15 +14221,15 @@ msgstr "" msgid "The selected check-ins have been reverted." msgstr "" -#: pretix/control/views/checkin.py:163 +#: pretix/control/views/checkin.py:167 msgid "The selected tickets have been marked as checked in." msgstr "" -#: pretix/control/views/checkin.py:227 +#: pretix/control/views/checkin.py:231 msgid "The new check-in list has been created." msgstr "" -#: pretix/control/views/checkin.py:234 pretix/control/views/checkin.py:277 +#: pretix/control/views/checkin.py:238 pretix/control/views/checkin.py:281 #: pretix/control/views/event.py:206 pretix/control/views/event.py:399 #: pretix/control/views/event.py:439 pretix/control/views/event.py:597 #: pretix/control/views/event.py:754 pretix/control/views/event.py:1094 @@ -14201,11 +14244,11 @@ msgstr "" msgid "We could not save your changes. See below for details." msgstr "" -#: pretix/control/views/checkin.py:256 pretix/control/views/checkin.py:293 +#: pretix/control/views/checkin.py:260 pretix/control/views/checkin.py:297 msgid "The requested list does not exist." msgstr "" -#: pretix/control/views/checkin.py:302 +#: pretix/control/views/checkin.py:306 msgid "The selected list has been deleted." msgstr "" @@ -14431,7 +14474,7 @@ msgstr "" msgid "Could not update the comment." msgstr "" -#: pretix/control/views/event.py:1061 pretix/control/views/main.py:296 +#: pretix/control/views/event.py:1061 pretix/control/views/main.py:276 msgid "VAT" msgstr "" @@ -15388,28 +15431,28 @@ msgstr "" msgid "8 portrait A7 pages on one A4 page" msgstr "" -#: pretix/plugins/badges/exporters.py:186 +#: pretix/plugins/badges/exporters.py:194 msgid "None of the selected products is configured to print badges." msgstr "" -#: pretix/plugins/badges/exporters.py:192 +#: pretix/plugins/badges/exporters.py:200 msgid "Attendee badges" msgstr "" -#: pretix/plugins/badges/exporters.py:212 +#: pretix/plugins/badges/exporters.py:220 #: pretix/plugins/ticketoutputpdf/exporters.py:32 msgid "Include pending orders" msgstr "" -#: pretix/plugins/badges/exporters.py:217 +#: pretix/plugins/badges/exporters.py:225 msgid "Include add-on or bundled positions" msgstr "" -#: pretix/plugins/badges/exporters.py:222 +#: pretix/plugins/badges/exporters.py:230 msgid "Rendering option" msgstr "" -#: pretix/plugins/badges/exporters.py:227 +#: pretix/plugins/badges/exporters.py:235 msgid "" "This option allows you to align multiple badges on one page, for example if " "you want to print to a sheet of stickers with a regular office printer. " @@ -15417,10 +15460,10 @@ msgid "" "correct size." msgstr "" -#: pretix/plugins/badges/exporters.py:233 -#: pretix/plugins/checkinlists/exporters.py:56 -#: pretix/plugins/reports/exporters.py:315 -#: pretix/plugins/reports/exporters.py:487 +#: pretix/plugins/badges/exporters.py:241 +#: pretix/plugins/checkinlists/exporters.py:71 +#: pretix/plugins/reports/exporters.py:318 +#: pretix/plugins/reports/exporters.py:490 #: pretix/plugins/ticketoutputpdf/exporters.py:37 msgid "Sort by" msgstr "" @@ -15943,33 +15986,41 @@ msgstr "" msgid "This plugin allows you to generate check-in lists for your conference." msgstr "" -#: pretix/plugins/checkinlists/exporters.py:46 +#: pretix/plugins/checkinlists/exporters.py:50 +msgid "Only include tickets for dates on or after this date." +msgstr "" + +#: pretix/plugins/checkinlists/exporters.py:57 +msgid "Only include tickets for dates on or before this date." +msgstr "" + +#: pretix/plugins/checkinlists/exporters.py:61 msgid "Include QR-code secret" msgstr "" -#: pretix/plugins/checkinlists/exporters.py:51 +#: pretix/plugins/checkinlists/exporters.py:66 msgid "Only tickets requiring special attention" msgstr "" -#: pretix/plugins/checkinlists/exporters.py:71 +#: pretix/plugins/checkinlists/exporters.py:86 msgid "Include questions" msgstr "" -#: pretix/plugins/checkinlists/exporters.py:183 +#: pretix/plugins/checkinlists/exporters.py:222 msgid "Check-in list (PDF)" msgstr "" #. Translators: maximum 5 characters -#: pretix/plugins/checkinlists/exporters.py:234 +#: pretix/plugins/checkinlists/exporters.py:284 msgctxt "tablehead" msgid "paid" msgstr "" -#: pretix/plugins/checkinlists/exporters.py:337 +#: pretix/plugins/checkinlists/exporters.py:396 msgid "Automatically checked in" msgstr "" -#: pretix/plugins/checkinlists/exporters.py:346 +#: pretix/plugins/checkinlists/exporters.py:405 #: pretix/plugins/paypal/payment.py:86 msgid "Secret" msgstr "" @@ -16050,43 +16101,43 @@ msgid "" "to send any payments." msgstr "" -#: pretix/plugins/paypal/payment.py:205 pretix/plugins/paypal/payment.py:291 -#: pretix/plugins/paypal/payment.py:306 pretix/plugins/paypal/payment.py:309 -#: pretix/plugins/paypal/payment.py:367 +#: pretix/plugins/paypal/payment.py:205 pretix/plugins/paypal/payment.py:298 +#: pretix/plugins/paypal/payment.py:313 pretix/plugins/paypal/payment.py:316 +#: pretix/plugins/paypal/payment.py:374 pretix/plugins/paypal/payment.py:515 msgid "We had trouble communicating with PayPal" msgstr "" -#: pretix/plugins/paypal/payment.py:323 pretix/plugins/paypal/payment.py:332 -#: pretix/plugins/paypal/payment.py:393 +#: pretix/plugins/paypal/payment.py:330 pretix/plugins/paypal/payment.py:339 +#: pretix/plugins/paypal/payment.py:400 msgid "" "We were unable to process your payment. See below for details on how to " "proceed." msgstr "" -#: pretix/plugins/paypal/payment.py:374 pretix/plugins/paypal/payment.py:383 +#: pretix/plugins/paypal/payment.py:381 pretix/plugins/paypal/payment.py:390 msgid "" "PayPal has not yet approved the payment. We will inform you as soon as the " "payment completed." msgstr "" -#: pretix/plugins/paypal/payment.py:408 pretix/plugins/stripe/payment.py:435 +#: pretix/plugins/paypal/payment.py:415 pretix/plugins/stripe/payment.py:435 #: pretix/plugins/stripe/payment.py:787 msgid "There was an error sending the confirmation mail." msgstr "" -#: pretix/plugins/paypal/payment.py:485 pretix/plugins/paypal/payment.py:492 +#: pretix/plugins/paypal/payment.py:492 pretix/plugins/paypal/payment.py:499 msgid "Refunding the amount via PayPal failed: {}" msgstr "" -#: pretix/plugins/paypal/payment.py:591 pretix/plugins/paypal/payment.py:599 +#: pretix/plugins/paypal/payment.py:615 pretix/plugins/paypal/payment.py:623 msgid "The payment for this invoice has already been received." msgstr "" -#: pretix/plugins/paypal/payment.py:592 pretix/plugins/paypal/payment.py:600 +#: pretix/plugins/paypal/payment.py:616 pretix/plugins/paypal/payment.py:624 msgid "PayPal payment ID" msgstr "" -#: pretix/plugins/paypal/payment.py:594 +#: pretix/plugins/paypal/payment.py:618 msgid "PayPal sale ID" msgstr "" @@ -16457,48 +16508,48 @@ msgstr "" msgid "Created: %s" msgstr "" -#: pretix/plugins/reports/exporters.py:153 +#: pretix/plugins/reports/exporters.py:156 msgid "Order overview (PDF)" msgstr "" -#: pretix/plugins/reports/exporters.py:197 +#: pretix/plugins/reports/exporters.py:200 #: pretix/plugins/statistics/templates/pretixplugins/statistics/index.html:58 msgid "Orders by product" msgstr "" -#: pretix/plugins/reports/exporters.py:202 +#: pretix/plugins/reports/exporters.py:205 #, python-brace-format msgid "{axis} between {start} and {end}" msgstr "" -#: pretix/plugins/reports/exporters.py:227 -#: pretix/plugins/reports/exporters.py:228 -#: pretix/plugins/reports/exporters.py:229 #: pretix/plugins/reports/exporters.py:230 #: pretix/plugins/reports/exporters.py:231 +#: pretix/plugins/reports/exporters.py:232 +#: pretix/plugins/reports/exporters.py:233 +#: pretix/plugins/reports/exporters.py:234 msgid "#" msgstr "" -#: pretix/plugins/reports/exporters.py:299 +#: pretix/plugins/reports/exporters.py:302 msgid "List of orders with taxes (PDF)" msgstr "" -#: pretix/plugins/reports/exporters.py:376 +#: pretix/plugins/reports/exporters.py:379 #, python-brace-format msgid "Orders by tax rate ({currency})" msgstr "" -#: pretix/plugins/reports/exporters.py:385 -#: pretix/plugins/reports/exporters.py:521 +#: pretix/plugins/reports/exporters.py:388 +#: pretix/plugins/reports/exporters.py:524 msgid "Gross" msgstr "" -#: pretix/plugins/reports/exporters.py:385 -#: pretix/plugins/reports/exporters.py:521 +#: pretix/plugins/reports/exporters.py:388 +#: pretix/plugins/reports/exporters.py:524 msgid "Tax" msgstr "" -#: pretix/plugins/reports/exporters.py:470 +#: pretix/plugins/reports/exporters.py:473 msgid "List of orders with taxes" msgstr "" @@ -17557,24 +17608,24 @@ msgid "Show all events of %(name)s" msgstr "" #: pretix/presale/templates/pretixpresale/event/base.html:98 -#: pretix/presale/templates/pretixpresale/event/base.html:128 +#: pretix/presale/templates/pretixpresale/event/base.html:132 msgid "" "This ticket shop is currently in test mode. Please do not perform any real " "purchases as your order might be deleted without notice." msgstr "" #: pretix/presale/templates/pretixpresale/event/base.html:104 -#: pretix/presale/templates/pretixpresale/event/base.html:134 +#: pretix/presale/templates/pretixpresale/event/base.html:138 msgid "" "Orders made through this sales channel cannot be deleted - even if the " "ticket shop is in test mode!" msgstr "" -#: pretix/presale/templates/pretixpresale/event/base.html:142 +#: pretix/presale/templates/pretixpresale/event/base.html:146 msgid "Contact event organizer" msgstr "" -#: pretix/presale/templates/pretixpresale/event/base.html:145 +#: pretix/presale/templates/pretixpresale/event/base.html:149 msgid "Imprint" msgstr "" @@ -17974,6 +18025,11 @@ msgstr "" msgid "Go" msgstr "" +#: pretix/presale/templates/pretixpresale/event/fragment_subevent_calendar_week.html:21 +#: pretix/presale/templates/pretixpresale/organizers/calendar_week.html:48 +msgid "W" +msgstr "" + #: pretix/presale/templates/pretixpresale/event/fragment_subevent_list.html:21 #: pretix/presale/templates/pretixpresale/event/fragment_subevent_list.html:30 #: pretix/presale/templates/pretixpresale/fragment_calendar.html:71 @@ -18639,19 +18695,19 @@ msgstr "" msgid "Please enter positive numbers only." msgstr "" -#: pretix/presale/views/cart.py:338 +#: pretix/presale/views/cart.py:340 msgid "We applied the voucher to as many products in your cart as we could." msgstr "" -#: pretix/presale/views/cart.py:360 +#: pretix/presale/views/cart.py:362 msgid "Your cart has been updated." msgstr "" -#: pretix/presale/views/cart.py:363 pretix/presale/views/cart.py:385 +#: pretix/presale/views/cart.py:365 pretix/presale/views/cart.py:387 msgid "Your cart is now empty." msgstr "A kosarad üres." -#: pretix/presale/views/cart.py:400 +#: pretix/presale/views/cart.py:402 msgid "The products have been successfully added to your cart." msgstr "A termékek sikeresen bekerültek a kosaradba." diff --git a/src/pretix/locale/hu/LC_MESSAGES/djangojs.po b/src/pretix/locale/hu/LC_MESSAGES/djangojs.po index fe9636353..0def53cd7 100644 --- a/src/pretix/locale/hu/LC_MESSAGES/djangojs.po +++ b/src/pretix/locale/hu/LC_MESSAGES/djangojs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-05-13 16:45+0000\n" +"POT-Creation-Date: 2020-06-10 16:02+0000\n" "PO-Revision-Date: 2020-01-24 08:00+0000\n" "Last-Translator: Prokaj Miklós \n" "Language-Team: Hungarian \n" "Language-Team: Italian " msgstr "" -#: pretix/base/pdf.py:343 pretix/base/pdf.py:350 -#: pretix/plugins/badges/exporters.py:238 -#: pretix/plugins/checkinlists/exporters.py:62 -#: pretix/plugins/checkinlists/exporters.py:335 +#: pretix/base/pdf.py:348 pretix/base/pdf.py:355 +#: pretix/plugins/badges/exporters.py:246 +#: pretix/plugins/checkinlists/exporters.py:77 +#: pretix/plugins/checkinlists/exporters.py:394 #: pretix/plugins/ticketoutputpdf/exporters.py:42 #, python-brace-format msgid "Attendee name: {part}" msgstr "" -#: pretix/base/pdf.py:360 +#: pretix/base/pdf.py:365 #, python-brace-format msgid "Invoice address name: {part}" msgstr "" -#: pretix/base/pdf.py:522 pretix/plugins/ticketoutputpdf/ticketoutput.py:78 +#: pretix/base/pdf.py:527 pretix/plugins/ticketoutputpdf/ticketoutput.py:78 msgid "Ticket" msgstr "" @@ -4229,7 +4246,7 @@ msgid "" "busy. Please try again." msgstr "" -#: pretix/base/services/cart.py:54 pretix/presale/views/cart.py:174 +#: pretix/base/services/cart.py:54 pretix/presale/views/cart.py:176 msgid "You did not select any products." msgstr "" @@ -4477,7 +4494,7 @@ msgctxt "invoice" msgid "Attendee: {name}" msgstr "" -#: pretix/base/services/invoices.py:170 pretix/plugins/reports/exporters.py:215 +#: pretix/base/services/invoices.py:170 pretix/plugins/reports/exporters.py:218 msgctxt "subevent" msgid "Date: {}" msgstr "" @@ -4632,7 +4649,7 @@ msgid "" "the position from your cart." msgstr "" -#: pretix/base/services/orders.py:153 pretix/control/forms/orders.py:68 +#: pretix/base/services/orders.py:153 pretix/control/forms/orders.py:69 msgid "The new expiry date needs to be in the future." msgstr "" @@ -4667,7 +4684,7 @@ msgid "" "order has already been redeemed." msgstr "" -#: pretix/base/services/orders.py:391 pretix/control/forms/orders.py:132 +#: pretix/base/services/orders.py:391 pretix/control/forms/orders.py:136 msgid "" "The cancellation fee cannot be higher than the payment credit of this order." msgstr "" @@ -4790,14 +4807,14 @@ msgid "" "contact the event organizer for further information." msgstr "" -#: pretix/base/services/seating.py:35 pretix/base/services/seating.py:90 +#: pretix/base/services/seating.py:35 pretix/base/services/seating.py:94 #, python-format msgid "" "You can not change the plan since seat \"%s\" is not present in the new plan " "and is already sold." msgstr "" -#: pretix/base/services/seating.py:93 +#: pretix/base/services/seating.py:97 #, python-format msgid "" "You can not change the plan since seat \"%s\" is not present in the new plan " @@ -5308,7 +5325,7 @@ msgstr "" msgid "Available languages" msgstr "" -#: pretix/base/settings.py:707 pretix/control/forms/event.py:96 +#: pretix/base/settings.py:707 pretix/control/forms/event.py:91 msgid "Default language" msgstr "" @@ -5344,7 +5361,7 @@ msgstr "" msgid "Hide all products that are sold out" msgstr "" -#: pretix/base/settings.py:757 pretix/control/forms/event.py:1177 +#: pretix/base/settings.py:757 pretix/control/forms/event.py:1176 msgid "Publicly show how many tickets of a certain type are still available." msgstr "" @@ -5360,7 +5377,7 @@ msgstr "" msgid "Enable waiting list" msgstr "" -#: pretix/base/settings.py:785 pretix/control/forms/event.py:1182 +#: pretix/base/settings.py:785 pretix/control/forms/event.py:1181 msgid "" "Once a ticket is sold out, people can add themselves to a waiting list. As " "soon as a ticket becomes available again, it will be reserved for the first " @@ -5444,7 +5461,7 @@ msgid "" msgstr "" #: pretix/base/settings.py:888 pretix/base/settings.py:896 -#: pretix/control/forms/organizer.py:292 +#: pretix/control/forms/organizer.py:293 #: pretix/presale/templates/pretixpresale/organizers/calendar.html:25 #: pretix/presale/templates/pretixpresale/organizers/calendar_week.html:25 #: pretix/presale/templates/pretixpresale/organizers/index.html:34 @@ -5452,16 +5469,16 @@ msgid "List" msgstr "" #: pretix/base/settings.py:889 pretix/base/settings.py:897 -#: pretix/control/forms/organizer.py:293 +#: pretix/control/forms/organizer.py:294 msgid "Week calendar" msgstr "" #: pretix/base/settings.py:890 pretix/base/settings.py:898 -#: pretix/control/forms/organizer.py:294 +#: pretix/control/forms/organizer.py:295 msgid "Month calendar" msgstr "" -#: pretix/base/settings.py:894 pretix/control/forms/organizer.py:290 +#: pretix/base/settings.py:894 pretix/control/forms/organizer.py:291 msgid "Default overview style" msgstr "" @@ -5495,7 +5512,7 @@ msgid "" "Otherwise, a manual refund will be created for you to process manually." msgstr "" -#: pretix/base/settings.py:952 pretix/control/forms/orders.py:586 +#: pretix/base/settings.py:952 pretix/control/forms/orders.py:590 msgid "Keep a fixed cancellation fee" msgstr "" @@ -5503,7 +5520,7 @@ msgstr "" msgid "Keep payment, shipping and service fees" msgstr "" -#: pretix/base/settings.py:973 pretix/control/forms/orders.py:591 +#: pretix/base/settings.py:973 pretix/control/forms/orders.py:595 msgid "Keep a percentual cancellation fee" msgstr "" @@ -5561,19 +5578,19 @@ msgstr "" msgid "Refund method" msgstr "Metodo di pagamento" -#: pretix/base/settings.py:1051 pretix/control/forms/event.py:1205 +#: pretix/base/settings.py:1051 pretix/control/forms/event.py:1204 msgid "Contact address" msgstr "" -#: pretix/base/settings.py:1052 pretix/control/forms/event.py:1207 +#: pretix/base/settings.py:1052 pretix/control/forms/event.py:1206 msgid "We'll show this publicly to allow attendees to contact you." msgstr "" -#: pretix/base/settings.py:1060 pretix/control/forms/event.py:1199 +#: pretix/base/settings.py:1060 pretix/control/forms/event.py:1198 msgid "Imprint URL" msgstr "" -#: pretix/base/settings.py:1061 pretix/control/forms/event.py:1200 +#: pretix/base/settings.py:1061 pretix/control/forms/event.py:1199 msgid "" "This should point e.g. to a part of your website that has your contact " "details and legal information." @@ -5962,100 +5979,100 @@ msgctxt "subevent" msgid "Date ordering" msgstr "" -#: pretix/base/settings.py:1657 +#: pretix/base/settings.py:1665 msgid "Most common English titles" msgstr "" -#: pretix/base/settings.py:1667 +#: pretix/base/settings.py:1675 msgid "Most common German titles" msgstr "" -#: pretix/base/settings.py:1676 pretix/base/settings.py:1689 -#: pretix/base/settings.py:1705 pretix/base/settings.py:1755 -#: pretix/base/settings.py:1768 pretix/base/settings.py:1782 +#: pretix/base/settings.py:1684 pretix/base/settings.py:1697 +#: pretix/base/settings.py:1713 pretix/base/settings.py:1763 +#: pretix/base/settings.py:1776 pretix/base/settings.py:1790 msgid "Given name" msgstr "" -#: pretix/base/settings.py:1677 pretix/base/settings.py:1690 -#: pretix/base/settings.py:1706 pretix/base/settings.py:1722 -#: pretix/base/settings.py:1739 pretix/base/settings.py:1754 -#: pretix/base/settings.py:1769 pretix/base/settings.py:1783 +#: pretix/base/settings.py:1685 pretix/base/settings.py:1698 +#: pretix/base/settings.py:1714 pretix/base/settings.py:1730 +#: pretix/base/settings.py:1747 pretix/base/settings.py:1762 +#: pretix/base/settings.py:1777 pretix/base/settings.py:1791 msgid "Family name" msgstr "" -#: pretix/base/settings.py:1681 pretix/base/settings.py:1697 -#: pretix/base/settings.py:1713 pretix/base/settings.py:1728 -#: pretix/base/settings.py:1746 pretix/base/settings.py:1761 -#: pretix/base/settings.py:1791 pretix/base/settings.py:1814 +#: pretix/base/settings.py:1689 pretix/base/settings.py:1705 +#: pretix/base/settings.py:1721 pretix/base/settings.py:1736 +#: pretix/base/settings.py:1754 pretix/base/settings.py:1769 +#: pretix/base/settings.py:1799 pretix/base/settings.py:1822 msgctxt "person_name_sample" msgid "John" msgstr "" -#: pretix/base/settings.py:1682 pretix/base/settings.py:1698 -#: pretix/base/settings.py:1714 pretix/base/settings.py:1730 -#: pretix/base/settings.py:1748 pretix/base/settings.py:1762 -#: pretix/base/settings.py:1792 +#: pretix/base/settings.py:1690 pretix/base/settings.py:1706 +#: pretix/base/settings.py:1722 pretix/base/settings.py:1738 +#: pretix/base/settings.py:1756 pretix/base/settings.py:1770 +#: pretix/base/settings.py:1800 msgctxt "person_name_sample" msgid "Doe" msgstr "" -#: pretix/base/settings.py:1688 pretix/base/settings.py:1704 -#: pretix/base/settings.py:1736 +#: pretix/base/settings.py:1696 pretix/base/settings.py:1712 +#: pretix/base/settings.py:1744 msgctxt "person_name" msgid "Title" msgstr "" -#: pretix/base/settings.py:1696 pretix/base/settings.py:1712 -#: pretix/base/settings.py:1745 +#: pretix/base/settings.py:1704 pretix/base/settings.py:1720 +#: pretix/base/settings.py:1753 msgctxt "person_name_sample" msgid "Dr" msgstr "" -#: pretix/base/settings.py:1720 pretix/base/settings.py:1737 +#: pretix/base/settings.py:1728 pretix/base/settings.py:1745 msgid "First name" msgstr "" -#: pretix/base/settings.py:1721 pretix/base/settings.py:1738 +#: pretix/base/settings.py:1729 pretix/base/settings.py:1746 msgid "Middle name" msgstr "" -#: pretix/base/settings.py:1802 pretix/base/settings.py:1813 +#: pretix/base/settings.py:1810 pretix/base/settings.py:1821 msgctxt "person_name_sample" msgid "John Doe" msgstr "" -#: pretix/base/settings.py:1808 +#: pretix/base/settings.py:1816 msgid "Calling name" msgstr "" -#: pretix/base/settings.py:1821 +#: pretix/base/settings.py:1829 msgid "Latin transcription" msgstr "" -#: pretix/base/settings.py:1924 pretix/control/forms/event.py:176 +#: pretix/base/settings.py:1932 pretix/control/forms/event.py:172 msgid "" "Your default locale must also be enabled for your event (see box above)." msgstr "" -#: pretix/base/settings.py:1928 +#: pretix/base/settings.py:1936 msgid "" "You cannot require specifying attendee names if you do not ask for them." msgstr "" -#: pretix/base/settings.py:1932 +#: pretix/base/settings.py:1940 msgid "You have to ask for attendee emails if you want to make them required." msgstr "" -#: pretix/base/settings.py:1936 +#: pretix/base/settings.py:1944 msgid "" "You have to ask for invoice addresses if you want to make them required." msgstr "" -#: pretix/base/settings.py:1940 +#: pretix/base/settings.py:1948 msgid "You have to require invoice addresses to require for company names." msgstr "" -#: pretix/base/settings.py:1947 +#: pretix/base/settings.py:1955 msgid "The last payment date cannot be before the end of presale." msgstr "" @@ -6424,16 +6441,21 @@ msgstr "" msgid "The task has been completed." msgstr "" -#: pretix/control/forms/__init__.py:112 +#: pretix/control/forms/__init__.py:115 +#, python-brace-format +msgid "Please do not upload files larger than {size}!" +msgstr "" + +#: pretix/control/forms/__init__.py:136 msgid "Filetype not allowed!" msgstr "" #: pretix/control/forms/checkin.py:38 pretix/control/forms/filter.py:244 -#: pretix/control/forms/filter.py:271 pretix/control/forms/filter.py:979 -#: pretix/control/forms/filter.py:999 pretix/control/forms/filter.py:1091 -#: pretix/control/forms/filter.py:1107 pretix/control/forms/filter.py:1168 -#: pretix/control/forms/filter.py:1203 pretix/control/forms/orders.py:544 -#: pretix/control/forms/orders.py:699 +#: pretix/control/forms/filter.py:271 pretix/control/forms/filter.py:1031 +#: pretix/control/forms/filter.py:1051 pretix/control/forms/filter.py:1143 +#: pretix/control/forms/filter.py:1159 pretix/control/forms/filter.py:1220 +#: pretix/control/forms/filter.py:1255 pretix/control/forms/orders.py:548 +#: pretix/control/forms/orders.py:703 #: pretix/control/templates/pretixcontrol/event/fragment_subevent_choice_simple.html:5 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:47 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:109 @@ -6442,7 +6464,7 @@ msgctxt "subevent" msgid "All dates" msgstr "" -#: pretix/control/forms/event.py:44 pretix/control/forms/organizer.py:310 +#: pretix/control/forms/event.py:44 pretix/control/forms/organizer.py:311 msgid "Use languages" msgstr "" @@ -6454,112 +6476,102 @@ msgstr "" msgid "This is an event series" msgstr "" -#: pretix/control/forms/event.py:50 -msgid "" -"Only recommended for advanced users. If this feature is enabled, this will " -"not only be a single event but a series of very similar events that are " -"handled within a single shop. The single events inside the series can only " -"differ in date, time, location, prices and quotas, but not in other " -"settings, and buying tickets across multiple of these events at the same " -"time is possible. You cannot change this setting for this event later." -msgstr "" - -#: pretix/control/forms/event.py:88 +#: pretix/control/forms/event.py:83 msgid "" "You already used this slug for a different event. Please choose a new one." msgstr "" -#: pretix/control/forms/event.py:92 pretix/control/forms/event.py:394 +#: pretix/control/forms/event.py:87 pretix/control/forms/event.py:390 msgid "Event timezone" msgstr "" -#: pretix/control/forms/event.py:99 +#: pretix/control/forms/event.py:94 msgid "Sales tax rate" msgstr "" -#: pretix/control/forms/event.py:100 +#: pretix/control/forms/event.py:95 msgid "" "Do you need to pay sales tax on your tickets? In this case, please enter the " "applicable tax rate here in percent. If you have a more complicated tax " "situation, you can add more tax rates and detailed configuration later." msgstr "" -#: pretix/control/forms/event.py:107 +#: pretix/control/forms/event.py:102 msgid "Grant access to team" msgstr "" -#: pretix/control/forms/event.py:108 +#: pretix/control/forms/event.py:103 msgid "" "You are allowed to create events under this organizer, however you do not " "have permission to edit all events under this organizer. Please select one " "of your existing teams that will be granted access to this event." msgstr "" -#: pretix/control/forms/event.py:113 +#: pretix/control/forms/event.py:108 msgid "Create a new team for this event with me as the only member" msgstr "" -#: pretix/control/forms/event.py:156 pretix/control/forms/event.py:309 +#: pretix/control/forms/event.py:151 pretix/control/forms/event.py:305 msgid "" "Sample Conference Center\n" "Heidelberg, Germany" msgstr "" -#: pretix/control/forms/event.py:180 +#: pretix/control/forms/event.py:176 msgid "Your default locale must be specified." msgstr "" -#: pretix/control/forms/event.py:254 +#: pretix/control/forms/event.py:250 msgid "Copy configuration from" msgstr "" -#: pretix/control/forms/event.py:260 pretix/control/forms/event.py:263 +#: pretix/control/forms/event.py:256 pretix/control/forms/event.py:259 #: pretix/control/forms/item.py:250 msgid "Do not copy" msgstr "" -#: pretix/control/forms/event.py:314 pretix/control/forms/organizer.py:87 +#: pretix/control/forms/event.py:310 pretix/control/forms/organizer.py:87 msgid "Custom domain" msgstr "" -#: pretix/control/forms/event.py:316 pretix/control/forms/organizer.py:89 +#: pretix/control/forms/event.py:312 pretix/control/forms/organizer.py:89 msgid "You need to configure the custom domain in the webserver beforehand." msgstr "" -#: pretix/control/forms/event.py:324 pretix/control/forms/organizer.py:97 +#: pretix/control/forms/event.py:320 pretix/control/forms/organizer.py:97 msgid "You cannot choose the base domain of this installation." msgstr "" -#: pretix/control/forms/event.py:328 pretix/control/forms/organizer.py:102 +#: pretix/control/forms/event.py:324 pretix/control/forms/organizer.py:102 msgid "This domain is already in use for a different event or organizer." msgstr "" -#: pretix/control/forms/event.py:397 +#: pretix/control/forms/event.py:393 msgid "Name format" msgstr "" -#: pretix/control/forms/event.py:398 +#: pretix/control/forms/event.py:394 msgid "" "This defines how pretix will ask for human names. Changing this after you " "already received orders might lead to unexpected behavior when sorting or " "changing names." msgstr "" -#: pretix/control/forms/event.py:403 +#: pretix/control/forms/event.py:399 msgid "Allowed titles" msgstr "" -#: pretix/control/forms/event.py:404 +#: pretix/control/forms/event.py:400 msgid "" "If the naming scheme you defined above allows users to input a title, you " "can use this to restrict the set of selectable titles." msgstr "" -#: pretix/control/forms/event.py:409 pretix/control/forms/organizer.py:276 +#: pretix/control/forms/event.py:405 pretix/control/forms/organizer.py:276 msgid "Header image" msgstr "" -#: pretix/control/forms/event.py:412 +#: pretix/control/forms/event.py:409 msgid "" "If you provide a logo image, we will by default not show your event name and " "date in the page header. By default, we show your logo with a size of up to " @@ -6568,27 +6580,27 @@ msgid "" "smaller screens." msgstr "" -#: pretix/control/forms/event.py:418 pretix/control/forms/organizer.py:285 +#: pretix/control/forms/event.py:415 pretix/control/forms/organizer.py:286 msgid "Use header image in its full size" msgstr "" -#: pretix/control/forms/event.py:419 pretix/control/forms/organizer.py:286 +#: pretix/control/forms/event.py:416 pretix/control/forms/organizer.py:287 msgid "We recommend to upload a picture at least 1170 pixels wide." msgstr "" -#: pretix/control/forms/event.py:423 +#: pretix/control/forms/event.py:420 msgid "Show event title even if a header image is present" msgstr "" -#: pretix/control/forms/event.py:424 +#: pretix/control/forms/event.py:421 msgid "The title will only be shown on the event front page." msgstr "" -#: pretix/control/forms/event.py:428 +#: pretix/control/forms/event.py:425 msgid "Social media image" msgstr "" -#: pretix/control/forms/event.py:431 +#: pretix/control/forms/event.py:429 msgid "" "This picture will be used as a preview if you post links to your ticket shop " "on social media. Facebook advises to use a picture size of 1200 x 630 " @@ -6597,300 +6609,300 @@ msgid "" "square is shown. If you do not fill this, we will use the logo given above." msgstr "" -#: pretix/control/forms/event.py:437 pretix/control/forms/organizer.py:226 +#: pretix/control/forms/event.py:435 pretix/control/forms/organizer.py:226 msgid "Primary color" msgstr "" -#: pretix/control/forms/event.py:441 pretix/control/forms/event.py:451 -#: pretix/control/forms/event.py:461 pretix/control/forms/event.py:470 +#: pretix/control/forms/event.py:439 pretix/control/forms/event.py:449 +#: pretix/control/forms/event.py:459 pretix/control/forms/event.py:468 #: pretix/control/forms/organizer.py:230 pretix/control/forms/organizer.py:240 #: pretix/control/forms/organizer.py:250 pretix/control/forms/organizer.py:260 msgid "Please enter the hexadecimal code of a color, e.g. #990000." msgstr "" -#: pretix/control/forms/event.py:446 pretix/control/forms/organizer.py:235 +#: pretix/control/forms/event.py:444 pretix/control/forms/organizer.py:235 msgid "Accent color for success" msgstr "" -#: pretix/control/forms/event.py:447 pretix/control/forms/organizer.py:236 +#: pretix/control/forms/event.py:445 pretix/control/forms/organizer.py:236 msgid "We strongly suggest to use a shade of green." msgstr "" -#: pretix/control/forms/event.py:456 pretix/control/forms/organizer.py:245 +#: pretix/control/forms/event.py:454 pretix/control/forms/organizer.py:245 msgid "Accent color for errors" msgstr "" -#: pretix/control/forms/event.py:457 +#: pretix/control/forms/event.py:455 msgid "We strongly suggest to use a dark shade of red." msgstr "" -#: pretix/control/forms/event.py:466 pretix/control/forms/organizer.py:256 +#: pretix/control/forms/event.py:464 pretix/control/forms/organizer.py:256 msgid "Page background color" msgstr "" -#: pretix/control/forms/event.py:476 pretix/control/forms/organizer.py:266 +#: pretix/control/forms/event.py:474 pretix/control/forms/organizer.py:266 msgid "Use round edges" msgstr "" -#: pretix/control/forms/event.py:480 pretix/control/forms/organizer.py:315 +#: pretix/control/forms/event.py:478 pretix/control/forms/organizer.py:316 #: pretix/control/templates/pretixcontrol/pdf/index.html:305 msgid "Font" msgstr "" -#: pretix/control/forms/event.py:485 pretix/control/forms/organizer.py:320 +#: pretix/control/forms/event.py:483 pretix/control/forms/organizer.py:321 msgid "Only respected by modern browsers." msgstr "" -#: pretix/control/forms/event.py:542 +#: pretix/control/forms/event.py:540 msgid "" "e.g. I hereby confirm that I have read and agree with the event organizer's " "terms of service and agree with them." msgstr "" -#: pretix/control/forms/event.py:546 +#: pretix/control/forms/event.py:544 #, python-brace-format msgid "Ask for {fields}, display like {example}" msgstr "" -#: pretix/control/forms/event.py:552 +#: pretix/control/forms/event.py:550 msgid "Free text input" msgstr "" -#: pretix/control/forms/event.py:586 +#: pretix/control/forms/event.py:584 msgid "" "You have configured gift cards to be valid {} years plus the year the gift " "card is issued in." msgstr "" -#: pretix/control/forms/event.py:601 +#: pretix/control/forms/event.py:599 msgid "Tax rule for payment fees" msgstr "" -#: pretix/control/forms/event.py:603 +#: pretix/control/forms/event.py:601 msgid "" "The tax rule that applies for additional fees you configured for single " "payment methods. This will set the tax rate and reverse charge rules, other " "settings of the tax rule are ignored." msgstr "" -#: pretix/control/forms/event.py:695 +#: pretix/control/forms/event.py:693 msgid "Generate invoices for Sales channels" msgstr "" -#: pretix/control/forms/event.py:698 +#: pretix/control/forms/event.py:696 msgid "" "If you have enabled invoice generation in the previous setting, you can " "limit it here to specific sales channels." msgstr "" -#: pretix/control/forms/event.py:702 +#: pretix/control/forms/event.py:700 msgid "Invoice style" msgstr "" -#: pretix/control/forms/event.py:708 +#: pretix/control/forms/event.py:706 msgid "Invoice language" msgstr "" -#: pretix/control/forms/event.py:709 pretix/control/forms/event.py:730 +#: pretix/control/forms/event.py:707 pretix/control/forms/event.py:729 msgid "The user's language" msgstr "" -#: pretix/control/forms/event.py:712 +#: pretix/control/forms/event.py:710 msgid "Logo image" msgstr "" -#: pretix/control/forms/event.py:715 +#: pretix/control/forms/event.py:714 msgid "We will show your logo with a maximal height and width of 2.5 cm." msgstr "" -#: pretix/control/forms/event.py:759 +#: pretix/control/forms/event.py:758 msgid "Bcc address" msgstr "" -#: pretix/control/forms/event.py:760 +#: pretix/control/forms/event.py:759 msgid "All emails will be sent to this address as a Bcc copy" msgstr "" -#: pretix/control/forms/event.py:766 +#: pretix/control/forms/event.py:765 msgid "Signature" msgstr "" -#: pretix/control/forms/event.py:769 +#: pretix/control/forms/event.py:768 #, python-brace-format msgid "This will be attached to every email. Available placeholders: {event}" msgstr "" -#: pretix/control/forms/event.py:774 +#: pretix/control/forms/event.py:773 msgid "e.g. your contact details" msgstr "" -#: pretix/control/forms/event.py:779 +#: pretix/control/forms/event.py:778 msgid "HTML mail renderer" msgstr "" -#: pretix/control/forms/event.py:784 pretix/control/forms/event.py:801 -#: pretix/control/forms/event.py:818 pretix/control/forms/event.py:877 +#: pretix/control/forms/event.py:783 pretix/control/forms/event.py:800 +#: pretix/control/forms/event.py:817 pretix/control/forms/event.py:876 #, fuzzy #| msgid "Order contact address changed" msgid "Text sent to order contact address" msgstr "Indirizzo di contatto dell'ordine modificato" -#: pretix/control/forms/event.py:789 pretix/control/forms/event.py:806 -#: pretix/control/forms/event.py:823 pretix/control/forms/event.py:882 +#: pretix/control/forms/event.py:788 pretix/control/forms/event.py:805 +#: pretix/control/forms/event.py:822 pretix/control/forms/event.py:881 msgid "Send an email to attendees" msgstr "" -#: pretix/control/forms/event.py:790 pretix/control/forms/event.py:807 -#: pretix/control/forms/event.py:824 pretix/control/forms/event.py:883 +#: pretix/control/forms/event.py:789 pretix/control/forms/event.py:806 +#: pretix/control/forms/event.py:823 pretix/control/forms/event.py:882 msgid "" "If the order contains attendees with email addresses different from the " "person who orders the tickets, the following email will be sent out to the " "attendees." msgstr "" -#: pretix/control/forms/event.py:795 pretix/control/forms/event.py:812 -#: pretix/control/forms/event.py:829 pretix/control/forms/event.py:888 +#: pretix/control/forms/event.py:794 pretix/control/forms/event.py:811 +#: pretix/control/forms/event.py:828 pretix/control/forms/event.py:887 msgid "Text sent to attendees" msgstr "" -#: pretix/control/forms/event.py:835 pretix/control/forms/event.py:857 -#: pretix/control/forms/event.py:862 pretix/control/forms/event.py:867 -#: pretix/control/forms/event.py:872 +#: pretix/control/forms/event.py:834 pretix/control/forms/event.py:856 +#: pretix/control/forms/event.py:861 pretix/control/forms/event.py:866 +#: pretix/control/forms/event.py:871 #: pretix/control/templates/pretixcontrol/organizers/giftcard.html:99 #: pretix/control/templates/pretixcontrol/pdf/index.html:367 msgid "Text" msgstr "" -#: pretix/control/forms/event.py:840 +#: pretix/control/forms/event.py:839 msgid "Text (sent by admin)" msgstr "" -#: pretix/control/forms/event.py:845 +#: pretix/control/forms/event.py:844 msgid "Text (requested by user)" msgstr "" -#: pretix/control/forms/event.py:850 pretix/control/forms/event.py:893 +#: pretix/control/forms/event.py:849 pretix/control/forms/event.py:892 msgid "Number of days" msgstr "" -#: pretix/control/forms/event.py:853 +#: pretix/control/forms/event.py:852 msgid "" "This email will be sent out this many days before the order expires. If the " "value is 0, the mail will never be sent." msgstr "" -#: pretix/control/forms/event.py:896 +#: pretix/control/forms/event.py:895 msgid "" "This email will be sent out this many days before the order event starts. If " "the field is empty, the mail will never be sent." msgstr "" -#: pretix/control/forms/event.py:900 +#: pretix/control/forms/event.py:899 msgid "Received order" msgstr "" -#: pretix/control/forms/event.py:905 +#: pretix/control/forms/event.py:904 msgid "Approved order" msgstr "" -#: pretix/control/forms/event.py:908 +#: pretix/control/forms/event.py:907 msgid "" "This will only be sent out for non-free orders. Free orders will receive the " "free order template from above instead." msgstr "" -#: pretix/control/forms/event.py:912 +#: pretix/control/forms/event.py:911 msgid "Denied order" msgstr "" -#: pretix/control/forms/event.py:917 +#: pretix/control/forms/event.py:916 msgid "Use custom SMTP server" msgstr "" -#: pretix/control/forms/event.py:918 +#: pretix/control/forms/event.py:917 msgid "" "All mail related to your event will be sent over the smtp server specified " "by you." msgstr "" -#: pretix/control/forms/event.py:922 +#: pretix/control/forms/event.py:921 msgid "Hostname" msgstr "" -#: pretix/control/forms/event.py:927 +#: pretix/control/forms/event.py:926 msgid "Port" msgstr "" -#: pretix/control/forms/event.py:932 +#: pretix/control/forms/event.py:931 msgid "Username" msgstr "" -#: pretix/control/forms/event.py:944 +#: pretix/control/forms/event.py:943 msgid "Use STARTTLS" msgstr "" -#: pretix/control/forms/event.py:945 +#: pretix/control/forms/event.py:944 msgid "Commonly enabled on port 587." msgstr "" -#: pretix/control/forms/event.py:949 +#: pretix/control/forms/event.py:948 msgid "Use SSL" msgstr "" -#: pretix/control/forms/event.py:950 +#: pretix/control/forms/event.py:949 msgid "Commonly enabled on port 465." msgstr "" -#: pretix/control/forms/event.py:979 pretix/control/forms/orders.py:465 -#: pretix/control/forms/orders.py:622 pretix/control/forms/vouchers.py:255 +#: pretix/control/forms/event.py:978 pretix/control/forms/orders.py:469 +#: pretix/control/forms/orders.py:626 pretix/control/forms/vouchers.py:255 #: pretix/plugins/sendmail/forms.py:49 #, python-brace-format msgid "Available placeholders: {list}" msgstr "" -#: pretix/control/forms/event.py:1014 +#: pretix/control/forms/event.py:1013 msgid "" "You can activate either SSL or STARTTLS security, but not both at the same " "time." msgstr "" -#: pretix/control/forms/event.py:1063 +#: pretix/control/forms/event.py:1062 msgid "Any country" msgstr "" -#: pretix/control/forms/event.py:1064 +#: pretix/control/forms/event.py:1063 msgid "European Union" msgstr "" -#: pretix/control/forms/event.py:1076 +#: pretix/control/forms/event.py:1075 msgid "Any customer" msgstr "" -#: pretix/control/forms/event.py:1077 +#: pretix/control/forms/event.py:1076 msgid "Individual" msgstr "" -#: pretix/control/forms/event.py:1078 +#: pretix/control/forms/event.py:1077 msgid "Business" msgstr "" -#: pretix/control/forms/event.py:1079 +#: pretix/control/forms/event.py:1078 msgid "Business with valid VAT ID" msgstr "" -#: pretix/control/forms/event.py:1085 +#: pretix/control/forms/event.py:1084 msgid "Charge VAT" msgstr "" -#: pretix/control/forms/event.py:1087 +#: pretix/control/forms/event.py:1086 msgid "No VAT" msgstr "" -#: pretix/control/forms/event.py:1116 +#: pretix/control/forms/event.py:1115 msgid "Pre-selected voucher" msgstr "" -#: pretix/control/forms/event.py:1118 +#: pretix/control/forms/event.py:1117 msgid "" "If set, the widget will show products as if this voucher has been entered " "and when a product is bought via the widget, this voucher will be used. This " @@ -6898,52 +6910,52 @@ msgid "" "secret products." msgstr "" -#: pretix/control/forms/event.py:1123 +#: pretix/control/forms/event.py:1122 msgid "Compatibility mode" msgstr "" -#: pretix/control/forms/event.py:1125 +#: pretix/control/forms/event.py:1124 msgid "" "Our regular widget doesn't work in all website builders. If you run into " "trouble, try using this compatibility mode." msgstr "" -#: pretix/control/forms/event.py:1146 +#: pretix/control/forms/event.py:1145 msgid "The given voucher code does not exist." msgstr "" -#: pretix/control/forms/event.py:1153 pretix/control/forms/organizer.py:48 +#: pretix/control/forms/event.py:1152 pretix/control/forms/organizer.py:48 #: pretix/control/views/shredder.py:108 msgid "The slug you entered was not correct." msgstr "" -#: pretix/control/forms/event.py:1157 pretix/control/forms/organizer.py:52 +#: pretix/control/forms/event.py:1156 pretix/control/forms/organizer.py:52 msgid "Event slug" msgstr "" -#: pretix/control/forms/event.py:1188 +#: pretix/control/forms/event.py:1187 msgid "Ticket downloads" msgstr "" -#: pretix/control/forms/event.py:1189 +#: pretix/control/forms/event.py:1188 msgid "Your customers will be able to download their tickets in PDF format." msgstr "" -#: pretix/control/forms/event.py:1193 +#: pretix/control/forms/event.py:1192 msgid "Require all attendees to fill in their names" msgstr "" -#: pretix/control/forms/event.py:1194 +#: pretix/control/forms/event.py:1193 msgid "" "By default, we will ask for names but not require them. You can turn this " "off completely in the settings." msgstr "" -#: pretix/control/forms/event.py:1220 +#: pretix/control/forms/event.py:1219 msgid "Payment via Stripe" msgstr "" -#: pretix/control/forms/event.py:1221 +#: pretix/control/forms/event.py:1220 msgid "" "Stripe is an online payments processor supporting credit cards and lots of " "other payment options. To accept payments via Stripe, you will need to set " @@ -6951,27 +6963,27 @@ msgid "" "simple interface." msgstr "" -#: pretix/control/forms/event.py:1227 +#: pretix/control/forms/event.py:1226 msgid "Payment by bank transfer" msgstr "" -#: pretix/control/forms/event.py:1228 +#: pretix/control/forms/event.py:1227 msgid "" "Your customers will be instructed to wire the money to your account. You can " "then import your bank statements to process the payments within pretix, or " "mark them as paid manually." msgstr "" -#: pretix/control/forms/event.py:1267 +#: pretix/control/forms/event.py:1266 #: pretix/control/templates/pretixcontrol/event/quick_setup.html:45 msgid "Price (optional)" msgstr "" -#: pretix/control/forms/event.py:1272 +#: pretix/control/forms/event.py:1271 msgid "Free" msgstr "" -#: pretix/control/forms/event.py:1277 +#: pretix/control/forms/event.py:1276 msgid "Quantity available" msgstr "" @@ -6992,7 +7004,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/items/question.html:21 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:8 #: pretix/control/templates/pretixcontrol/orders/overview.html:67 -#: pretix/plugins/reports/exporters.py:223 +#: pretix/plugins/reports/exporters.py:226 msgid "Pending" msgstr "" @@ -7006,13 +7018,13 @@ msgstr "" msgid "Pending or paid" msgstr "" -#: pretix/control/forms/filter.py:111 pretix/control/forms/filter.py:541 -#: pretix/control/forms/filter.py:946 +#: pretix/control/forms/filter.py:111 pretix/control/forms/filter.py:593 +#: pretix/control/forms/filter.py:998 #: pretix/control/templates/pretixcontrol/items/question.html:24 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:17 #: pretix/control/templates/pretixcontrol/orders/overview.html:60 #: pretix/control/templates/pretixcontrol/organizers/giftcards.html:76 -#: pretix/plugins/reports/exporters.py:219 +#: pretix/plugins/reports/exporters.py:222 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:20 msgid "Expired" msgstr "" @@ -7026,7 +7038,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/items/question.html:26 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:19 #: pretix/control/templates/pretixcontrol/orders/overview.html:59 -#: pretix/plugins/reports/exporters.py:219 +#: pretix/plugins/reports/exporters.py:222 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:22 msgid "Canceled" msgstr "" @@ -7053,8 +7065,8 @@ msgstr "" msgid "Pending (but fully paid)" msgstr "" -#: pretix/control/forms/filter.py:119 pretix/control/forms/filter.py:526 -#: pretix/control/forms/filter.py:529 +#: pretix/control/forms/filter.py:119 pretix/control/forms/filter.py:578 +#: pretix/control/forms/filter.py:581 #: pretix/control/templates/pretixcontrol/event/live.html:63 msgid "Test mode" msgstr "" @@ -7065,28 +7077,28 @@ msgstr "" msgid "Cancellation requested" msgstr "Cancellazione" -#: pretix/control/forms/filter.py:278 pretix/control/forms/filter.py:796 -#: pretix/control/forms/filter.py:1006 pretix/control/forms/vouchers.py:112 +#: pretix/control/forms/filter.py:278 pretix/control/forms/filter.py:848 +#: pretix/control/forms/filter.py:1058 pretix/control/forms/vouchers.py:112 #: pretix/control/templates/pretixcontrol/items/question.html:29 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:99 msgid "All products" msgstr "" -#: pretix/control/forms/filter.py:282 pretix/control/forms/filter.py:1010 +#: pretix/control/forms/filter.py:282 pretix/control/forms/filter.py:1062 #: pretix/control/forms/vouchers.py:100 pretix/control/views/typeahead.py:514 #, python-brace-format msgid "{product} – Any variation" msgstr "" #: pretix/control/forms/filter.py:341 pretix/control/forms/filter.py:346 -#: pretix/control/forms/filter.py:617 pretix/control/forms/filter.py:622 +#: pretix/control/forms/filter.py:669 pretix/control/forms/filter.py:674 msgid "All organizers" msgstr "" -#: pretix/control/forms/filter.py:381 pretix/control/forms/filter.py:528 -#: pretix/control/forms/filter.py:537 pretix/control/forms/filter.py:860 -#: pretix/control/forms/filter.py:869 pretix/control/forms/filter.py:941 -#: pretix/control/forms/filter.py:954 +#: pretix/control/forms/filter.py:433 pretix/control/forms/filter.py:580 +#: pretix/control/forms/filter.py:589 pretix/control/forms/filter.py:912 +#: pretix/control/forms/filter.py:921 pretix/control/forms/filter.py:993 +#: pretix/control/forms/filter.py:1006 #: pretix/control/templates/pretixcontrol/checkin/lists.html:104 #: pretix/control/templates/pretixcontrol/checkin/lists.html:116 #: pretix/control/templates/pretixcontrol/organizers/devices.html:72 @@ -7096,206 +7108,206 @@ msgstr "" msgid "All" msgstr "" -#: pretix/control/forms/filter.py:383 pretix/control/forms/filter.py:603 +#: pretix/control/forms/filter.py:435 pretix/control/forms/filter.py:655 msgid "Shop live and presale running" msgstr "" -#: pretix/control/forms/filter.py:384 pretix/control/forms/filter.py:862 +#: pretix/control/forms/filter.py:436 pretix/control/forms/filter.py:914 msgid "Inactive" msgstr "" -#: pretix/control/forms/filter.py:396 pretix/control/forms/subevents.py:287 +#: pretix/control/forms/filter.py:448 pretix/control/forms/subevents.py:287 #: pretix/control/forms/subevents.py:326 msgid "Weekday" msgstr "" -#: pretix/control/forms/filter.py:398 +#: pretix/control/forms/filter.py:450 msgid "All days" msgstr "" -#: pretix/control/forms/filter.py:399 +#: pretix/control/forms/filter.py:451 msgid "Monday" msgstr "" -#: pretix/control/forms/filter.py:400 +#: pretix/control/forms/filter.py:452 msgid "Tuesday" msgstr "" -#: pretix/control/forms/filter.py:401 +#: pretix/control/forms/filter.py:453 msgid "Wednesday" msgstr "" -#: pretix/control/forms/filter.py:402 +#: pretix/control/forms/filter.py:454 msgid "Thursday" msgstr "" -#: pretix/control/forms/filter.py:403 +#: pretix/control/forms/filter.py:455 msgid "Friday" msgstr "" -#: pretix/control/forms/filter.py:404 +#: pretix/control/forms/filter.py:456 msgid "Saturday" msgstr "" -#: pretix/control/forms/filter.py:405 +#: pretix/control/forms/filter.py:457 msgid "Sunday" msgstr "" -#: pretix/control/forms/filter.py:530 +#: pretix/control/forms/filter.py:582 msgid "Live" msgstr "" -#: pretix/control/forms/filter.py:535 pretix/control/forms/filter.py:538 +#: pretix/control/forms/filter.py:587 pretix/control/forms/filter.py:590 msgid "Empty" msgstr "" -#: pretix/control/forms/filter.py:539 +#: pretix/control/forms/filter.py:591 msgid "Valid and with value" msgstr "" -#: pretix/control/forms/filter.py:540 +#: pretix/control/forms/filter.py:592 msgid "Expired and with value" msgstr "" -#: pretix/control/forms/filter.py:546 pretix/control/forms/filter.py:548 -#: pretix/control/forms/filter.py:876 pretix/control/forms/filter.py:878 +#: pretix/control/forms/filter.py:598 pretix/control/forms/filter.py:600 +#: pretix/control/forms/filter.py:928 pretix/control/forms/filter.py:930 msgid "Search query" msgstr "" -#: pretix/control/forms/filter.py:601 +#: pretix/control/forms/filter.py:653 msgid "All events" msgstr "" -#: pretix/control/forms/filter.py:602 +#: pretix/control/forms/filter.py:654 msgid "Shop live" msgstr "" -#: pretix/control/forms/filter.py:604 +#: pretix/control/forms/filter.py:656 msgid "Shop not live" msgstr "" -#: pretix/control/forms/filter.py:607 +#: pretix/control/forms/filter.py:659 msgid "Single event running or in the future" msgstr "" -#: pretix/control/forms/filter.py:608 +#: pretix/control/forms/filter.py:660 msgid "Single event in the past" msgstr "" -#: pretix/control/forms/filter.py:775 pretix/control/forms/filter.py:777 +#: pretix/control/forms/filter.py:827 pretix/control/forms/filter.py:829 msgid "Search attendee…" msgstr "" -#: pretix/control/forms/filter.py:783 +#: pretix/control/forms/filter.py:835 msgid "Check-in status" msgstr "" -#: pretix/control/forms/filter.py:785 +#: pretix/control/forms/filter.py:837 msgid "All attendees" msgstr "" -#: pretix/control/forms/filter.py:786 +#: pretix/control/forms/filter.py:838 msgctxt "checkin state" msgid "Present" msgstr "" -#: pretix/control/forms/filter.py:787 +#: pretix/control/forms/filter.py:839 #: pretix/control/templates/pretixcontrol/checkin/index.html:131 #: pretix/control/templates/pretixcontrol/checkin/lists.html:73 -#: pretix/plugins/checkinlists/exporters.py:337 +#: pretix/plugins/checkinlists/exporters.py:396 msgid "Checked in" msgstr "" -#: pretix/control/forms/filter.py:788 +#: pretix/control/forms/filter.py:840 #: pretix/control/templates/pretixcontrol/checkin/index.html:126 msgid "Not checked in" msgstr "" -#: pretix/control/forms/filter.py:867 pretix/control/forms/filter.py:870 +#: pretix/control/forms/filter.py:919 pretix/control/forms/filter.py:922 #: pretix/control/templates/pretixcontrol/users/index.html:47 msgid "Administrator" msgstr "" -#: pretix/control/forms/filter.py:871 +#: pretix/control/forms/filter.py:923 msgid "No administrator" msgstr "" -#: pretix/control/forms/filter.py:942 +#: pretix/control/forms/filter.py:994 msgid "Valid" msgstr "" -#: pretix/control/forms/filter.py:943 +#: pretix/control/forms/filter.py:995 msgid "Unredeemed" msgstr "" -#: pretix/control/forms/filter.py:944 +#: pretix/control/forms/filter.py:996 msgid "Redeemed at least once" msgstr "" -#: pretix/control/forms/filter.py:945 +#: pretix/control/forms/filter.py:997 msgid "Fully redeemed" msgstr "" -#: pretix/control/forms/filter.py:947 +#: pretix/control/forms/filter.py:999 msgid "Redeemed and checked in with ticket" msgstr "" -#: pretix/control/forms/filter.py:952 +#: pretix/control/forms/filter.py:1004 msgid "Quota handling" msgstr "" -#: pretix/control/forms/filter.py:956 +#: pretix/control/forms/filter.py:1008 msgid "Allow to ignore quota" msgstr "" -#: pretix/control/forms/filter.py:961 pretix/control/forms/filter.py:963 +#: pretix/control/forms/filter.py:1013 pretix/control/forms/filter.py:1015 msgid "Filter by tag" msgstr "" -#: pretix/control/forms/filter.py:968 pretix/control/forms/filter.py:970 +#: pretix/control/forms/filter.py:1020 pretix/control/forms/filter.py:1022 msgid "Search voucher" msgstr "" -#: pretix/control/forms/filter.py:1016 pretix/control/forms/vouchers.py:91 +#: pretix/control/forms/filter.py:1068 pretix/control/forms/vouchers.py:91 #: pretix/control/views/typeahead.py:522 pretix/control/views/typeahead.py:526 #: pretix/control/views/vouchers.py:81 #, python-brace-format msgid "Any product in quota \"{quota}\"" msgstr "" -#: pretix/control/forms/filter.py:1132 +#: pretix/control/forms/filter.py:1184 msgid "Refund status" msgstr "" -#: pretix/control/forms/filter.py:1134 +#: pretix/control/forms/filter.py:1186 msgid "All open refunds" msgstr "" -#: pretix/control/forms/filter.py:1135 +#: pretix/control/forms/filter.py:1187 msgid "All refunds" msgstr "" -#: pretix/control/forms/filter.py:1171 +#: pretix/control/forms/filter.py:1223 msgid "Date filter" msgstr "" -#: pretix/control/forms/filter.py:1173 +#: pretix/control/forms/filter.py:1225 #, fuzzy #| msgid "Filter by status" msgid "Filter by…" msgstr "Filtra per stato" -#: pretix/control/forms/filter.py:1175 +#: pretix/control/forms/filter.py:1227 #, fuzzy #| msgid "Date of last payment" msgid "Date of last successful payment" msgstr "Data dell'ultimo pagamento" -#: pretix/control/forms/filter.py:1180 +#: pretix/control/forms/filter.py:1232 msgid "Date from" msgstr "" -#: pretix/control/forms/filter.py:1185 +#: pretix/control/forms/filter.py:1237 msgid "Date until" msgstr "" @@ -7496,8 +7508,8 @@ msgstr "" msgid "Bundled product" msgstr "" -#: pretix/control/forms/item.py:735 pretix/control/forms/orders.py:260 -#: pretix/control/forms/orders.py:394 +#: pretix/control/forms/item.py:735 pretix/control/forms/orders.py:264 +#: pretix/control/forms/orders.py:398 msgid "inactive" msgstr "" @@ -7530,21 +7542,21 @@ msgstr "" msgid "CSV column: \"{name}\"" msgstr "" -#: pretix/control/forms/orders.py:33 +#: pretix/control/forms/orders.py:34 msgid "Overbook quota" msgstr "" -#: pretix/control/forms/orders.py:34 +#: pretix/control/forms/orders.py:35 msgid "" "If you check this box, this operation will be performed even if it leads to " "an overbooked quota and you having sold more tickets than you planned!" msgstr "" -#: pretix/control/forms/orders.py:78 +#: pretix/control/forms/orders.py:79 msgid "Overbook quota and ignore late payment" msgstr "" -#: pretix/control/forms/orders.py:79 +#: pretix/control/forms/orders.py:80 msgid "" "If you check this box, this operation will be performed even if it leads to " "an overbooked quota and you having sold more tickets than you planned! The " @@ -7552,16 +7564,16 @@ msgid "" "payments." msgstr "" -#: pretix/control/forms/orders.py:105 +#: pretix/control/forms/orders.py:106 #: pretix/control/templates/pretixcontrol/order/deny.html:19 msgid "Notify user by e-mail" msgstr "" -#: pretix/control/forms/orders.py:112 +#: pretix/control/forms/orders.py:113 msgid "Keep a cancellation fee of" msgstr "" -#: pretix/control/forms/orders.py:113 +#: pretix/control/forms/orders.py:114 msgid "" "If you keep a fee, all positions within this order will be canceled and the " "order will be reduced to a paid cancellation fee. Payment and shipping fees " @@ -7570,24 +7582,24 @@ msgid "" "automatically." msgstr "" -#: pretix/control/forms/orders.py:141 +#: pretix/control/forms/orders.py:145 msgid "Payment amount" msgstr "" -#: pretix/control/forms/orders.py:145 +#: pretix/control/forms/orders.py:149 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/control.html:7 -#: pretix/plugins/reports/exporters.py:319 -#: pretix/plugins/reports/exporters.py:381 -#: pretix/plugins/reports/exporters.py:491 -#: pretix/plugins/reports/exporters.py:520 +#: pretix/plugins/reports/exporters.py:322 +#: pretix/plugins/reports/exporters.py:384 +#: pretix/plugins/reports/exporters.py:494 +#: pretix/plugins/reports/exporters.py:523 msgid "Payment date" msgstr "" -#: pretix/control/forms/orders.py:183 +#: pretix/control/forms/orders.py:187 msgid "Re-calculate taxes" msgstr "" -#: pretix/control/forms/orders.py:186 +#: pretix/control/forms/orders.py:190 msgid "" "This operation re-checks if taxes should be paid to the items due to e.g. " "configured reverse charge rules and changes the prices and tax values " @@ -7596,137 +7608,137 @@ msgid "" "this procedure." msgstr "" -#: pretix/control/forms/orders.py:192 +#: pretix/control/forms/orders.py:196 msgid "Issue a new invoice if required" msgstr "" -#: pretix/control/forms/orders.py:196 +#: pretix/control/forms/orders.py:200 msgid "" "If an invoice exists for this order and this operation would change its " "contents, the old invoice will be canceled and a new invoice will be issued." msgstr "" -#: pretix/control/forms/orders.py:201 +#: pretix/control/forms/orders.py:205 msgid "Notify user" msgstr "" -#: pretix/control/forms/orders.py:205 +#: pretix/control/forms/orders.py:209 msgid "" "Send an email to the customer notifying that their order has been changed." msgstr "" -#: pretix/control/forms/orders.py:209 +#: pretix/control/forms/orders.py:213 msgid "Allow to overbook quotas when performing this operation" msgstr "" -#: pretix/control/forms/orders.py:225 +#: pretix/control/forms/orders.py:229 msgid "Add-on to" msgstr "" -#: pretix/control/forms/orders.py:230 +#: pretix/control/forms/orders.py:234 #: pretix/control/templates/pretixcontrol/checkin/index.html:70 #: pretix/control/templates/pretixcontrol/order/change.html:118 #: pretix/control/views/vouchers.py:70 msgid "Seat" msgstr "" -#: pretix/control/forms/orders.py:237 +#: pretix/control/forms/orders.py:241 msgid "Including taxes, if any. Keep empty for the product's default price" msgstr "" -#: pretix/control/forms/orders.py:335 pretix/control/forms/orders.py:339 -#: pretix/control/forms/orders.py:378 pretix/control/forms/orders.py:389 +#: pretix/control/forms/orders.py:339 pretix/control/forms/orders.py:343 +#: pretix/control/forms/orders.py:382 pretix/control/forms/orders.py:393 msgid "(Unchanged)" msgstr "" -#: pretix/control/forms/orders.py:345 pretix/control/forms/orders.py:412 +#: pretix/control/forms/orders.py:349 pretix/control/forms/orders.py:416 msgid "New price (gross)" msgstr "" -#: pretix/control/forms/orders.py:349 +#: pretix/control/forms/orders.py:353 msgid "Generate a new secret" msgstr "" -#: pretix/control/forms/orders.py:353 +#: pretix/control/forms/orders.py:357 #, fuzzy #| msgid "Only paid orders" msgid "Cancel this position" msgstr "Solo ordini pagati" -#: pretix/control/forms/orders.py:357 +#: pretix/control/forms/orders.py:361 msgid "Split into new order" msgstr "" -#: pretix/control/forms/orders.py:416 +#: pretix/control/forms/orders.py:420 msgid "Remove this fee" msgstr "" -#: pretix/control/forms/orders.py:430 +#: pretix/control/forms/orders.py:434 msgid "Invalidate secrets" msgstr "" -#: pretix/control/forms/orders.py:431 +#: pretix/control/forms/orders.py:435 msgid "" "Regenerates the order and ticket secrets. You will need to re-send the link " "to the order page to the user and the user will need to download his tickets " "again. The old versions will be invalid." msgstr "" -#: pretix/control/forms/orders.py:456 pretix/control/forms/orders.py:639 -#: pretix/control/forms/orders.py:666 pretix/control/forms/vouchers.py:222 +#: pretix/control/forms/orders.py:460 pretix/control/forms/orders.py:643 +#: pretix/control/forms/orders.py:670 pretix/control/forms/vouchers.py:222 #: pretix/plugins/sendmail/forms.py:21 pretix/plugins/sendmail/forms.py:76 msgid "Subject" msgstr "" -#: pretix/control/forms/orders.py:480 +#: pretix/control/forms/orders.py:484 msgid "Recipient" msgstr "" -#: pretix/control/forms/orders.py:486 pretix/control/forms/orders.py:647 -#: pretix/control/forms/orders.py:674 pretix/control/forms/vouchers.py:228 +#: pretix/control/forms/orders.py:490 pretix/control/forms/orders.py:651 +#: pretix/control/forms/orders.py:678 pretix/control/forms/vouchers.py:228 #: pretix/plugins/sendmail/forms.py:22 pretix/plugins/sendmail/forms.py:81 msgid "Message" msgstr "" -#: pretix/control/forms/orders.py:499 +#: pretix/control/forms/orders.py:503 msgid "" "Cancel the order. All tickets will no longer work. This can not be reverted." msgstr "" -#: pretix/control/forms/orders.py:500 +#: pretix/control/forms/orders.py:504 msgid "" "Mark the order as pending and allow the user to pay the open amount with " "another payment method." msgstr "" -#: pretix/control/forms/orders.py:502 +#: pretix/control/forms/orders.py:506 msgid "Do nothing and keep the order as it is." msgstr "" -#: pretix/control/forms/orders.py:529 +#: pretix/control/forms/orders.py:533 msgid "The refund amount needs to be positive and less than {}." msgstr "" -#: pretix/control/forms/orders.py:535 +#: pretix/control/forms/orders.py:539 msgid "You need to specify an amount for a partial refund." msgstr "" -#: pretix/control/forms/orders.py:547 +#: pretix/control/forms/orders.py:551 #, fuzzy #| msgid "Only paid orders" msgid "Cancel all dates" msgstr "Solo ordini pagati" -#: pretix/control/forms/orders.py:552 +#: pretix/control/forms/orders.py:556 msgid "Automatically refund money if possible" msgstr "" -#: pretix/control/forms/orders.py:557 +#: pretix/control/forms/orders.py:561 msgid "" "Create manual refund if the payment method odes not support automatic refunds" msgstr "" -#: pretix/control/forms/orders.py:561 +#: pretix/control/forms/orders.py:565 msgid "" "If checked, all payments with a payment method not supporting automatic " "refunds will be on your manual refund to-do list. Do not check if you want " @@ -7734,27 +7746,27 @@ msgid "" "gift cards." msgstr "" -#: pretix/control/forms/orders.py:566 +#: pretix/control/forms/orders.py:570 msgid "" "Refund order value to a gift card instead instead of the original payment " "method" msgstr "" -#: pretix/control/forms/orders.py:572 +#: pretix/control/forms/orders.py:576 msgid "Gift card validity" msgstr "" -#: pretix/control/forms/orders.py:579 +#: pretix/control/forms/orders.py:583 msgid "Special terms and conditions" msgstr "" -#: pretix/control/forms/orders.py:596 +#: pretix/control/forms/orders.py:600 #, fuzzy #| msgid "Order fees" msgid "Keep fees" msgstr "Tariffe dell'ordine" -#: pretix/control/forms/orders.py:599 +#: pretix/control/forms/orders.py:603 msgid "" "The selected types of fees will not be refunded but instead added to the " "cancellation fee. Fees are never refunded in when an order in an event " @@ -7762,24 +7774,24 @@ msgid "" "dates." msgstr "" -#: pretix/control/forms/orders.py:605 +#: pretix/control/forms/orders.py:609 #, fuzzy #| msgid "Order information changed" msgid "Send information via email" msgstr "Informazioni dell'ordine modificate" -#: pretix/control/forms/orders.py:611 +#: pretix/control/forms/orders.py:615 #, fuzzy #| msgid "Order information changed" msgid "Send information to waiting list" msgstr "Informazioni dell'ordine modificate" -#: pretix/control/forms/orders.py:642 pretix/control/forms/orders.py:668 +#: pretix/control/forms/orders.py:646 pretix/control/forms/orders.py:672 #, python-brace-format msgid "Canceled: {event}" msgstr "" -#: pretix/control/forms/orders.py:653 +#: pretix/control/forms/orders.py:657 #, python-brace-format msgid "" "Hello,\n" @@ -7797,7 +7809,7 @@ msgid "" "Your {event} team" msgstr "" -#: pretix/control/forms/orders.py:680 +#: pretix/control/forms/orders.py:684 #, python-brace-format msgid "" "Hello,\n" @@ -7811,7 +7823,7 @@ msgid "" "Your {event} team" msgstr "" -#: pretix/control/forms/orders.py:711 +#: pretix/control/forms/orders.py:715 msgid "Please confirm that you want to cancel ALL dates in this event series." msgstr "" @@ -7864,7 +7876,7 @@ msgstr "" msgid "This will be displayed on the organizer homepage." msgstr "" -#: pretix/control/forms/organizer.py:279 +#: pretix/control/forms/organizer.py:280 msgid "" "If you provide a logo image, we will by default not show your organization " "name in the page header. By default, we show your logo with a size of up to " @@ -7873,63 +7885,63 @@ msgid "" "smaller screens." msgstr "" -#: pretix/control/forms/organizer.py:298 +#: pretix/control/forms/organizer.py:299 msgid "Show availability in event overviews" msgstr "" -#: pretix/control/forms/organizer.py:299 +#: pretix/control/forms/organizer.py:300 msgid "" "If checked, the list of events will show if events are sold out. This might " "make for longer page loading times if you have lots of events and the shown " "status might be out of date for up to two minutes." msgstr "" -#: pretix/control/forms/organizer.py:305 +#: pretix/control/forms/organizer.py:306 msgid "Link back to organizer overview on all event pages" msgstr "" -#: pretix/control/forms/organizer.py:312 +#: pretix/control/forms/organizer.py:313 msgid "" "Choose all languages that your organizer homepage should be available in." msgstr "" -#: pretix/control/forms/organizer.py:323 +#: pretix/control/forms/organizer.py:324 msgid "Favicon" msgstr "" -#: pretix/control/forms/organizer.py:326 +#: pretix/control/forms/organizer.py:328 msgid "" "If you provide a favicon, we will show it instead of the default pretix " "icon. We recommend a size of at least 200x200px to accommodate most devices." msgstr "" -#: pretix/control/forms/organizer.py:330 +#: pretix/control/forms/organizer.py:332 msgid "Length of gift card codes" msgstr "" -#: pretix/control/forms/organizer.py:331 +#: pretix/control/forms/organizer.py:333 msgid "" "The system generates by default {}-character long gift card codes. However, " "if a different length is required, it can be set here." msgstr "" -#: pretix/control/forms/organizer.py:336 +#: pretix/control/forms/organizer.py:338 msgid "Validity of gift card codes in years" msgstr "" -#: pretix/control/forms/organizer.py:337 +#: pretix/control/forms/organizer.py:339 msgid "" "If you set a number here, gift cards will by default expire at the end of " "the year after this many years. If you keep it empty, gift cards do not have " "an explicit expiry date." msgstr "" -#: pretix/control/forms/organizer.py:352 +#: pretix/control/forms/organizer.py:354 msgctxt "webhooks" msgid "Event types" msgstr "" -#: pretix/control/forms/organizer.py:383 +#: pretix/control/forms/organizer.py:385 msgid "Gift card value" msgstr "" @@ -9519,7 +9531,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/organizers/detail.html:43 #: pretix/control/templates/pretixcontrol/organizers/giftcards.html:38 #: pretix/control/templates/pretixcontrol/organizers/index.html:18 -#: pretix/control/templates/pretixcontrol/search/orders.html:27 +#: pretix/control/templates/pretixcontrol/search/orders.html:33 #: pretix/control/templates/pretixcontrol/subevents/index.html:41 #: pretix/control/templates/pretixcontrol/users/index.html:22 #: pretix/control/templates/pretixcontrol/vouchers/index.html:54 @@ -9604,7 +9616,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/order/pay.html:33 #: pretix/control/templates/pretixcontrol/order/pay_complete.html:28 #: pretix/control/templates/pretixcontrol/order/reactivate.html:30 -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:155 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:169 #: pretix/control/templates/pretixcontrol/order/refund_done.html:26 #: pretix/control/templates/pretixcontrol/order/refund_process.html:47 #: pretix/control/templates/pretixcontrol/order/refund_start.html:51 @@ -9656,9 +9668,9 @@ msgstr "" #: pretix/control/templates/pretixcontrol/checkin/list_edit.html:10 #: pretix/control/templates/pretixcontrol/checkin/list_edit.html:17 -#: pretix/plugins/checkinlists/exporters.py:38 -#: pretix/plugins/checkinlists/exporters.py:88 -#: pretix/plugins/checkinlists/exporters.py:315 +#: pretix/plugins/checkinlists/exporters.py:39 +#: pretix/plugins/checkinlists/exporters.py:107 +#: pretix/plugins/checkinlists/exporters.py:374 #: pretix/plugins/pretixdroid/forms.py:39 #: pretix/plugins/pretixdroid/models.py:24 #: pretix/plugins/pretixdroid/templates/pretixplugins/pretixdroid/configuration.html:79 @@ -10350,7 +10362,7 @@ msgid "Installed plugins" msgstr "" #: pretix/control/templates/pretixcontrol/event/plugins.html:10 -#: pretix/control/views/checkin.py:260 pretix/control/views/event.py:177 +#: pretix/control/views/checkin.py:264 pretix/control/views/event.py:177 #: pretix/control/views/event.py:317 pretix/control/views/event.py:396 #: pretix/control/views/event.py:436 pretix/control/views/event.py:594 #: pretix/control/views/event.py:785 pretix/control/views/event.py:1135 @@ -10513,14 +10525,14 @@ msgid "Basics" msgstr "" #: pretix/control/templates/pretixcontrol/event/settings.html:31 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:44 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:46 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:349 #: pretix/control/templates/pretixcontrol/subevents/detail.html:32 msgid "Geo coordinates" msgstr "" #: pretix/control/templates/pretixcontrol/event/settings.html:32 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:45 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:47 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:271 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:275 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:350 @@ -10529,7 +10541,7 @@ msgid "Optional" msgstr "" #: pretix/control/templates/pretixcontrol/event/settings.html:39 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:52 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:54 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:357 #: pretix/control/templates/pretixcontrol/subevents/detail.html:40 msgid "Geocoding data © OpenStreetMap" @@ -10563,7 +10575,7 @@ msgid "Shop design" msgstr "" #: pretix/control/templates/pretixcontrol/event/settings.html:124 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:74 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:76 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:392 #: pretix/control/templates/pretixcontrol/subevents/detail.html:76 msgid "Timeline" @@ -10803,7 +10815,7 @@ msgid "" "We strongly recommend against using short forms of more then 16 characters." msgstr "" -#: pretix/control/templates/pretixcontrol/events/create_basics.html:68 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:70 msgid "Display settings" msgstr "" @@ -10821,7 +10833,40 @@ msgid "" "that contain the event name." msgstr "" -#: pretix/control/templates/pretixcontrol/events/create_foundation.html:10 +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:13 +msgid "Singular event or non-event shop" +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:15 +msgid "" +"An event with individual configuration. If you create more events later, you " +"can copy the event to save yourself some work." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:21 +msgid "" +"Examples: Conferences, workshops, trade fairs, one-off concerts, sale of " +"digital content, multi-day events with combination tickets." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:32 +msgid "Event series or time slot booking" +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:34 +msgid "" +"A series of events that share the same configuration. They can still be " +"different in their dates, locations, prices, and capacities." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:40 +msgid "" +"Examples: Multiple presentations of the same show, same concert in multiple " +"locations, museums, libraries, or swimming pools, events that need to be " +"booked together in one cart." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:53 msgid "" "Please note that you will only be able to delete your event until the first " "order has been created." @@ -11242,8 +11287,8 @@ msgstr "" #: pretix/control/templates/pretixcontrol/items/question.html:20 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:14 #: pretix/control/templates/pretixcontrol/orders/overview.html:68 -#: pretix/plugins/checkinlists/exporters.py:343 -#: pretix/plugins/reports/exporters.py:223 +#: pretix/plugins/checkinlists/exporters.py:402 +#: pretix/plugins/reports/exporters.py:226 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:17 msgid "Paid" msgstr "" @@ -12056,10 +12101,10 @@ msgstr "" #: pretix/control/templates/pretixcontrol/order/index.html:550 #: pretix/control/templates/pretixcontrol/orders/overview.html:69 #: pretix/control/templates/pretixcontrol/orders/overview.html:146 -#: pretix/plugins/reports/exporters.py:223 -#: pretix/plugins/reports/exporters.py:278 -#: pretix/plugins/reports/exporters.py:447 -#: pretix/plugins/reports/exporters.py:591 +#: pretix/plugins/reports/exporters.py:226 +#: pretix/plugins/reports/exporters.py:281 +#: pretix/plugins/reports/exporters.py:450 +#: pretix/plugins/reports/exporters.py:594 #: pretix/presale/templates/pretixpresale/event/fragment_cart.html:292 msgid "Total" msgstr "Totale" @@ -12254,52 +12299,52 @@ msgctxt "amount_label" msgid "Automatically refund" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:59 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:63 msgid "Automatically refund full amount" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:62 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:66 msgid "This payment method does not support automatic refunds." msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:70 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:74 msgid "Transfer to other order" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:73 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:77 msgctxt "amount_label" msgid "Transfer" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:81 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:85 msgctxt "order_label" msgid "to" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:91 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:95 #: pretix/control/templates/pretixcontrol/organizers/giftcard_create.html:5 msgid "Create a new gift card" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:103 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:113 msgid "" "The gift card can be used to buy tickets for all events of this organizer." msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:111 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:121 msgid "Manual refund" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:114 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:124 msgctxt "amount_label" msgid "Manually refund" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:125 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:139 msgid "Keep transfer as to do" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:129 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:143 #: pretix/control/templates/pretixcontrol/order/refund_done.html:5 #: pretix/control/templates/pretixcontrol/order/refund_done.html:9 #: pretix/control/templates/pretixcontrol/order/refund_process.html:6 @@ -12307,7 +12352,7 @@ msgstr "" msgid "Mark refund as done" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:139 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:153 msgid "" "Any payments that you selected for automatical refunds will be immediately " "communicate the refund request to the respective payment provider. Manual " @@ -12315,7 +12360,7 @@ msgid "" "done once you actually transferred the money back to the customer." msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:160 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:174 msgid "Perform refund" msgstr "" @@ -12549,29 +12594,29 @@ msgid "Remove filter" msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:132 -#: pretix/control/templates/pretixcontrol/search/orders.html:78 +#: pretix/control/templates/pretixcontrol/search/orders.html:83 msgid "CANCELLATION REQUESTED" msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:135 #: pretix/control/templates/pretixcontrol/orders/index.html:137 -#: pretix/control/templates/pretixcontrol/search/orders.html:81 -#: pretix/control/templates/pretixcontrol/search/orders.html:83 +#: pretix/control/templates/pretixcontrol/search/orders.html:86 +#: pretix/control/templates/pretixcontrol/search/orders.html:88 msgid "REFUND PENDING" msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:140 -#: pretix/control/templates/pretixcontrol/search/orders.html:86 +#: pretix/control/templates/pretixcontrol/search/orders.html:91 msgid "OVERPAID" msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:142 -#: pretix/control/templates/pretixcontrol/search/orders.html:88 +#: pretix/control/templates/pretixcontrol/search/orders.html:93 msgid "UNDERPAID" msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:144 -#: pretix/control/templates/pretixcontrol/search/orders.html:90 +#: pretix/control/templates/pretixcontrol/search/orders.html:95 msgid "FULLY PAID" msgstr "" @@ -12612,7 +12657,7 @@ msgid "" msgstr "" #: pretix/control/templates/pretixcontrol/orders/overview.html:61 -#: pretix/plugins/reports/exporters.py:219 +#: pretix/plugins/reports/exporters.py:222 msgid "Purchased" msgstr "" @@ -13266,7 +13311,7 @@ msgstr "" msgid "pretix Logo" msgstr "" -#: pretix/control/templates/pretixcontrol/search/orders.html:99 +#: pretix/control/templates/pretixcontrol/search/orders.html:104 msgid "" "We couldn't find any orders that you have access to and that match your " "search query." @@ -14340,15 +14385,15 @@ msgstr "" msgid "The selected check-ins have been reverted." msgstr "" -#: pretix/control/views/checkin.py:163 +#: pretix/control/views/checkin.py:167 msgid "The selected tickets have been marked as checked in." msgstr "" -#: pretix/control/views/checkin.py:227 +#: pretix/control/views/checkin.py:231 msgid "The new check-in list has been created." msgstr "" -#: pretix/control/views/checkin.py:234 pretix/control/views/checkin.py:277 +#: pretix/control/views/checkin.py:238 pretix/control/views/checkin.py:281 #: pretix/control/views/event.py:206 pretix/control/views/event.py:399 #: pretix/control/views/event.py:439 pretix/control/views/event.py:597 #: pretix/control/views/event.py:754 pretix/control/views/event.py:1094 @@ -14363,11 +14408,11 @@ msgstr "" msgid "We could not save your changes. See below for details." msgstr "" -#: pretix/control/views/checkin.py:256 pretix/control/views/checkin.py:293 +#: pretix/control/views/checkin.py:260 pretix/control/views/checkin.py:297 msgid "The requested list does not exist." msgstr "" -#: pretix/control/views/checkin.py:302 +#: pretix/control/views/checkin.py:306 msgid "The selected list has been deleted." msgstr "" @@ -14601,7 +14646,7 @@ msgstr "" msgid "Could not update the comment." msgstr "" -#: pretix/control/views/event.py:1061 pretix/control/views/main.py:296 +#: pretix/control/views/event.py:1061 pretix/control/views/main.py:276 msgid "VAT" msgstr "" @@ -15566,30 +15611,30 @@ msgstr "" msgid "8 portrait A7 pages on one A4 page" msgstr "" -#: pretix/plugins/badges/exporters.py:186 +#: pretix/plugins/badges/exporters.py:194 msgid "None of the selected products is configured to print badges." msgstr "" -#: pretix/plugins/badges/exporters.py:192 +#: pretix/plugins/badges/exporters.py:200 msgid "Attendee badges" msgstr "" -#: pretix/plugins/badges/exporters.py:212 +#: pretix/plugins/badges/exporters.py:220 #: pretix/plugins/ticketoutputpdf/exporters.py:32 msgid "Include pending orders" msgstr "" -#: pretix/plugins/badges/exporters.py:217 +#: pretix/plugins/badges/exporters.py:225 msgid "Include add-on or bundled positions" msgstr "" -#: pretix/plugins/badges/exporters.py:222 +#: pretix/plugins/badges/exporters.py:230 #, fuzzy #| msgid "Pending orders" msgid "Rendering option" msgstr "Ordini pendenti" -#: pretix/plugins/badges/exporters.py:227 +#: pretix/plugins/badges/exporters.py:235 msgid "" "This option allows you to align multiple badges on one page, for example if " "you want to print to a sheet of stickers with a regular office printer. " @@ -15597,10 +15642,10 @@ msgid "" "correct size." msgstr "" -#: pretix/plugins/badges/exporters.py:233 -#: pretix/plugins/checkinlists/exporters.py:56 -#: pretix/plugins/reports/exporters.py:315 -#: pretix/plugins/reports/exporters.py:487 +#: pretix/plugins/badges/exporters.py:241 +#: pretix/plugins/checkinlists/exporters.py:71 +#: pretix/plugins/reports/exporters.py:318 +#: pretix/plugins/reports/exporters.py:490 #: pretix/plugins/ticketoutputpdf/exporters.py:37 msgid "Sort by" msgstr "" @@ -16123,37 +16168,45 @@ msgstr "" msgid "This plugin allows you to generate check-in lists for your conference." msgstr "" -#: pretix/plugins/checkinlists/exporters.py:46 +#: pretix/plugins/checkinlists/exporters.py:50 +msgid "Only include tickets for dates on or after this date." +msgstr "" + +#: pretix/plugins/checkinlists/exporters.py:57 +msgid "Only include tickets for dates on or before this date." +msgstr "" + +#: pretix/plugins/checkinlists/exporters.py:61 msgid "Include QR-code secret" msgstr "" -#: pretix/plugins/checkinlists/exporters.py:51 +#: pretix/plugins/checkinlists/exporters.py:66 #, fuzzy #| msgid "Requires special attention" msgid "Only tickets requiring special attention" msgstr "Richiede particolare attenzione" -#: pretix/plugins/checkinlists/exporters.py:71 +#: pretix/plugins/checkinlists/exporters.py:86 msgid "Include questions" msgstr "" -#: pretix/plugins/checkinlists/exporters.py:183 +#: pretix/plugins/checkinlists/exporters.py:222 msgid "Check-in list (PDF)" msgstr "" #. Translators: maximum 5 characters -#: pretix/plugins/checkinlists/exporters.py:234 +#: pretix/plugins/checkinlists/exporters.py:284 msgctxt "tablehead" msgid "paid" msgstr "" -#: pretix/plugins/checkinlists/exporters.py:337 +#: pretix/plugins/checkinlists/exporters.py:396 #, fuzzy #| msgid "Ticket checked in" msgid "Automatically checked in" msgstr "Check-in del biglietto effettuato" -#: pretix/plugins/checkinlists/exporters.py:346 +#: pretix/plugins/checkinlists/exporters.py:405 #: pretix/plugins/paypal/payment.py:86 msgid "Secret" msgstr "" @@ -16234,45 +16287,45 @@ msgid "" "to send any payments." msgstr "" -#: pretix/plugins/paypal/payment.py:205 pretix/plugins/paypal/payment.py:291 -#: pretix/plugins/paypal/payment.py:306 pretix/plugins/paypal/payment.py:309 -#: pretix/plugins/paypal/payment.py:367 +#: pretix/plugins/paypal/payment.py:205 pretix/plugins/paypal/payment.py:298 +#: pretix/plugins/paypal/payment.py:313 pretix/plugins/paypal/payment.py:316 +#: pretix/plugins/paypal/payment.py:374 pretix/plugins/paypal/payment.py:515 msgid "We had trouble communicating with PayPal" msgstr "" -#: pretix/plugins/paypal/payment.py:323 pretix/plugins/paypal/payment.py:332 -#: pretix/plugins/paypal/payment.py:393 +#: pretix/plugins/paypal/payment.py:330 pretix/plugins/paypal/payment.py:339 +#: pretix/plugins/paypal/payment.py:400 msgid "" "We were unable to process your payment. See below for details on how to " "proceed." msgstr "" -#: pretix/plugins/paypal/payment.py:374 pretix/plugins/paypal/payment.py:383 +#: pretix/plugins/paypal/payment.py:381 pretix/plugins/paypal/payment.py:390 msgid "" "PayPal has not yet approved the payment. We will inform you as soon as the " "payment completed." msgstr "" -#: pretix/plugins/paypal/payment.py:408 pretix/plugins/stripe/payment.py:435 +#: pretix/plugins/paypal/payment.py:415 pretix/plugins/stripe/payment.py:435 #: pretix/plugins/stripe/payment.py:787 msgid "There was an error sending the confirmation mail." msgstr "" -#: pretix/plugins/paypal/payment.py:485 pretix/plugins/paypal/payment.py:492 +#: pretix/plugins/paypal/payment.py:492 pretix/plugins/paypal/payment.py:499 msgid "Refunding the amount via PayPal failed: {}" msgstr "" -#: pretix/plugins/paypal/payment.py:591 pretix/plugins/paypal/payment.py:599 +#: pretix/plugins/paypal/payment.py:615 pretix/plugins/paypal/payment.py:623 msgid "The payment for this invoice has already been received." msgstr "" -#: pretix/plugins/paypal/payment.py:592 pretix/plugins/paypal/payment.py:600 +#: pretix/plugins/paypal/payment.py:616 pretix/plugins/paypal/payment.py:624 #, fuzzy #| msgid "Payment ID" msgid "PayPal payment ID" msgstr "ID Pagamento" -#: pretix/plugins/paypal/payment.py:594 +#: pretix/plugins/paypal/payment.py:618 msgid "PayPal sale ID" msgstr "" @@ -16641,48 +16694,48 @@ msgstr "" msgid "Created: %s" msgstr "" -#: pretix/plugins/reports/exporters.py:153 +#: pretix/plugins/reports/exporters.py:156 msgid "Order overview (PDF)" msgstr "" -#: pretix/plugins/reports/exporters.py:197 +#: pretix/plugins/reports/exporters.py:200 #: pretix/plugins/statistics/templates/pretixplugins/statistics/index.html:58 msgid "Orders by product" msgstr "" -#: pretix/plugins/reports/exporters.py:202 +#: pretix/plugins/reports/exporters.py:205 #, python-brace-format msgid "{axis} between {start} and {end}" msgstr "" -#: pretix/plugins/reports/exporters.py:227 -#: pretix/plugins/reports/exporters.py:228 -#: pretix/plugins/reports/exporters.py:229 #: pretix/plugins/reports/exporters.py:230 #: pretix/plugins/reports/exporters.py:231 +#: pretix/plugins/reports/exporters.py:232 +#: pretix/plugins/reports/exporters.py:233 +#: pretix/plugins/reports/exporters.py:234 msgid "#" msgstr "" -#: pretix/plugins/reports/exporters.py:299 +#: pretix/plugins/reports/exporters.py:302 msgid "List of orders with taxes (PDF)" msgstr "" -#: pretix/plugins/reports/exporters.py:376 +#: pretix/plugins/reports/exporters.py:379 #, python-brace-format msgid "Orders by tax rate ({currency})" msgstr "" -#: pretix/plugins/reports/exporters.py:385 -#: pretix/plugins/reports/exporters.py:521 +#: pretix/plugins/reports/exporters.py:388 +#: pretix/plugins/reports/exporters.py:524 msgid "Gross" msgstr "" -#: pretix/plugins/reports/exporters.py:385 -#: pretix/plugins/reports/exporters.py:521 +#: pretix/plugins/reports/exporters.py:388 +#: pretix/plugins/reports/exporters.py:524 msgid "Tax" msgstr "" -#: pretix/plugins/reports/exporters.py:470 +#: pretix/plugins/reports/exporters.py:473 #, fuzzy #| msgid "List of orders" msgid "List of orders with taxes" @@ -17757,24 +17810,24 @@ msgid "Show all events of %(name)s" msgstr "" #: pretix/presale/templates/pretixpresale/event/base.html:98 -#: pretix/presale/templates/pretixpresale/event/base.html:128 +#: pretix/presale/templates/pretixpresale/event/base.html:132 msgid "" "This ticket shop is currently in test mode. Please do not perform any real " "purchases as your order might be deleted without notice." msgstr "" #: pretix/presale/templates/pretixpresale/event/base.html:104 -#: pretix/presale/templates/pretixpresale/event/base.html:134 +#: pretix/presale/templates/pretixpresale/event/base.html:138 msgid "" "Orders made through this sales channel cannot be deleted - even if the " "ticket shop is in test mode!" msgstr "" -#: pretix/presale/templates/pretixpresale/event/base.html:142 +#: pretix/presale/templates/pretixpresale/event/base.html:146 msgid "Contact event organizer" msgstr "" -#: pretix/presale/templates/pretixpresale/event/base.html:145 +#: pretix/presale/templates/pretixpresale/event/base.html:149 msgid "Imprint" msgstr "" @@ -18179,6 +18232,11 @@ msgstr "" msgid "Go" msgstr "" +#: pretix/presale/templates/pretixpresale/event/fragment_subevent_calendar_week.html:21 +#: pretix/presale/templates/pretixpresale/organizers/calendar_week.html:48 +msgid "W" +msgstr "" + #: pretix/presale/templates/pretixpresale/event/fragment_subevent_list.html:21 #: pretix/presale/templates/pretixpresale/event/fragment_subevent_list.html:30 #: pretix/presale/templates/pretixpresale/fragment_calendar.html:71 @@ -18853,19 +18911,19 @@ msgstr "" msgid "Please enter positive numbers only." msgstr "" -#: pretix/presale/views/cart.py:338 +#: pretix/presale/views/cart.py:340 msgid "We applied the voucher to as many products in your cart as we could." msgstr "" -#: pretix/presale/views/cart.py:360 +#: pretix/presale/views/cart.py:362 msgid "Your cart has been updated." msgstr "" -#: pretix/presale/views/cart.py:363 pretix/presale/views/cart.py:385 +#: pretix/presale/views/cart.py:365 pretix/presale/views/cart.py:387 msgid "Your cart is now empty." msgstr "" -#: pretix/presale/views/cart.py:400 +#: pretix/presale/views/cart.py:402 msgid "The products have been successfully added to your cart." msgstr "" diff --git a/src/pretix/locale/it/LC_MESSAGES/djangojs.po b/src/pretix/locale/it/LC_MESSAGES/djangojs.po index 9c7a8b218..465daeb73 100644 --- a/src/pretix/locale/it/LC_MESSAGES/djangojs.po +++ b/src/pretix/locale/it/LC_MESSAGES/djangojs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-05-13 16:45+0000\n" +"POT-Creation-Date: 2020-06-10 16:02+0000\n" "PO-Revision-Date: 2019-12-20 19:00+0000\n" "Last-Translator: Patrick Arminio \n" "Language-Team: Italian \n" "Language-Team: Latvian " msgid "Empty, if this product is not an admission ticket" msgstr "Tukšs, ja šis produkts nav ieejas biļete" -#: pretix/base/models/orders.py:1069 pretix/base/models/orders.py:2110 +#: pretix/base/models/orders.py:1069 pretix/base/models/orders.py:2137 #: pretix/base/settings.py:537 msgid "Company name" msgstr "" -#: pretix/base/models/orders.py:1073 pretix/base/models/orders.py:2117 +#: pretix/base/models/orders.py:1073 pretix/base/models/orders.py:2144 #: pretix/base/settings.py:32 pretix/plugins/stripe/payment.py:150 msgid "Select country" msgstr "Izvēlieties valsti" -#: pretix/base/models/orders.py:1204 +#: pretix/base/models/orders.py:1231 msgctxt "payment_state" msgid "created" msgstr "izveidots" -#: pretix/base/models/orders.py:1205 +#: pretix/base/models/orders.py:1232 msgctxt "payment_state" msgid "pending" msgstr "gaida" -#: pretix/base/models/orders.py:1206 +#: pretix/base/models/orders.py:1233 msgctxt "payment_state" msgid "confirmed" msgstr "apstiprināts" -#: pretix/base/models/orders.py:1207 +#: pretix/base/models/orders.py:1234 msgctxt "payment_state" msgid "canceled" msgstr "atcelts" -#: pretix/base/models/orders.py:1208 +#: pretix/base/models/orders.py:1235 msgctxt "payment_state" msgid "failed" msgstr "neizdevās" -#: pretix/base/models/orders.py:1209 +#: pretix/base/models/orders.py:1236 msgctxt "payment_state" msgid "refunded" msgstr "atmaksāts" -#: pretix/base/models/orders.py:1237 pretix/base/models/orders.py:1608 +#: pretix/base/models/orders.py:1264 pretix/base/models/orders.py:1635 #: pretix/base/shredder.py:352 msgid "Payment information" msgstr "Informācija par maksājumu" -#: pretix/base/models/orders.py:1430 +#: pretix/base/models/orders.py:1457 #, python-format msgid "Event registration confirmed: %(code)s" msgstr "Pasākuma reģistrācija apstiprināta: %(code)s" -#: pretix/base/models/orders.py:1448 +#: pretix/base/models/orders.py:1475 #, python-format msgid "Payment received for your order: %(code)s" msgstr "Maksājums par pasūtījumu saņemts: %(code)s" -#: pretix/base/models/orders.py:1554 +#: pretix/base/models/orders.py:1581 msgctxt "refund_state" msgid "started externally" msgstr "aizsākts ārēji" -#: pretix/base/models/orders.py:1555 +#: pretix/base/models/orders.py:1582 msgctxt "refund_state" msgid "created" msgstr "izveidots" -#: pretix/base/models/orders.py:1556 +#: pretix/base/models/orders.py:1583 msgctxt "refund_state" msgid "in transit" msgstr "tranzītā" -#: pretix/base/models/orders.py:1557 +#: pretix/base/models/orders.py:1584 msgctxt "refund_state" msgid "done" msgstr "izdarīts" -#: pretix/base/models/orders.py:1558 +#: pretix/base/models/orders.py:1585 msgctxt "refund_state" msgid "failed" msgstr "neizdevās" -#: pretix/base/models/orders.py:1560 +#: pretix/base/models/orders.py:1587 msgctxt "refund_state" msgid "canceled" msgstr "atcelts" -#: pretix/base/models/orders.py:1568 +#: pretix/base/models/orders.py:1595 msgctxt "refund_source" msgid "Organizer" msgstr "Organizators" -#: pretix/base/models/orders.py:1569 +#: pretix/base/models/orders.py:1596 msgctxt "refund_source" msgid "Customer" msgstr "Klients" -#: pretix/base/models/orders.py:1570 +#: pretix/base/models/orders.py:1597 msgctxt "refund_source" msgid "External" msgstr "Ārējs" -#: pretix/base/models/orders.py:1714 +#: pretix/base/models/orders.py:1741 msgid "Payment fee" msgstr "Maksājuma maksa" -#: pretix/base/models/orders.py:1715 +#: pretix/base/models/orders.py:1742 msgid "Shipping fee" msgstr "Piegādes maksa" -#: pretix/base/models/orders.py:1716 +#: pretix/base/models/orders.py:1743 msgid "Service fee" msgstr "Apkalpošanas maksa" -#: pretix/base/models/orders.py:1717 +#: pretix/base/models/orders.py:1744 #: pretix/control/templates/pretixcontrol/order/index.html:133 msgid "Cancellation fee" msgstr "Atcelšanas maksa" -#: pretix/base/models/orders.py:1718 +#: pretix/base/models/orders.py:1745 msgid "Other fees" msgstr "Citas maksas" -#: pretix/base/models/orders.py:1719 pretix/base/payment.py:1005 +#: pretix/base/models/orders.py:1746 pretix/base/payment.py:1005 #: pretix/control/templates/pretixcontrol/order/index.html:128 msgid "Gift card" msgstr "Dāvanu karte" -#: pretix/base/models/orders.py:1724 +#: pretix/base/models/orders.py:1751 #: pretix/control/templates/pretixcontrol/organizers/giftcard.html:65 #: pretix/control/templates/pretixcontrol/organizers/giftcard.html:103 #: pretix/control/views/vouchers.py:70 msgid "Value" msgstr "" -#: pretix/base/models/orders.py:1861 +#: pretix/base/models/orders.py:1888 msgid "Order position" msgstr "Pasūtījuma pozīcija" -#: pretix/base/models/orders.py:2036 pretix/base/services/orders.py:846 +#: pretix/base/models/orders.py:2063 pretix/base/services/orders.py:846 #, python-format msgid "Your event registration: %(code)s" msgstr "Jūsu pasākuma reģistrācija: %(code)s" -#: pretix/base/models/orders.py:2065 +#: pretix/base/models/orders.py:2092 msgid "Cart ID (e.g. session key)" msgstr "Groza ID (piemēram, sesijas atslēga)" -#: pretix/base/models/orders.py:2083 +#: pretix/base/models/orders.py:2110 msgid "Cart position" msgstr "Groza pozīcija" -#: pretix/base/models/orders.py:2084 +#: pretix/base/models/orders.py:2111 msgid "Cart positions" msgstr "Groza pozīcijas" -#: pretix/base/models/orders.py:2121 +#: pretix/base/models/orders.py:2148 msgid "Only for business customers within the EU." msgstr "Tikai korporatīvajiem klientiem ES." -#: pretix/base/models/orders.py:2126 +#: pretix/base/models/orders.py:2153 msgid "This reference will be printed on your invoice for your convenience." msgstr "Šī atsauce jūsu ērtībām tiks uzdrukāta uz jūsu rēķina." @@ -3032,9 +3034,9 @@ msgstr "" "Katru saīsinājumu var izmantot tikai vienu reizi. Šis tiek izmantots " "vietrāžos URL, lai atsauktos uz jūsu organizatora kontiem un pasākumiem." -#: pretix/base/models/organizer.py:52 pretix/control/forms/event.py:68 -#: pretix/control/forms/event.py:74 pretix/control/forms/filter.py:338 -#: pretix/control/forms/filter.py:614 +#: pretix/base/models/organizer.py:52 pretix/control/forms/event.py:63 +#: pretix/control/forms/event.py:69 pretix/control/forms/filter.py:338 +#: pretix/control/forms/filter.py:666 #: pretix/control/templates/pretixcontrol/events/index.html:68 #: pretix/control/templates/pretixcontrol/organizers/base.html:4 #: pretix/control/templates/pretixcontrol/organizers/edit.html:9 @@ -3113,7 +3115,7 @@ msgid "%(name)s on %(object)s" msgstr "" #: pretix/base/models/organizer.py:252 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:82 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:84 msgid "Team" msgstr "Komanda" @@ -3127,20 +3129,20 @@ msgstr "" msgid "Invite to team '{team}' for '{email}'" msgstr "Uzaicināt uz komandu '{team}' uz '{email}'" -#: pretix/base/models/seating.py:23 +#: pretix/base/models/seating.py:24 msgid "Your layout file is not a valid JSON file." msgstr "Jūsu izkārtojuma fails nav derīgs JSON fails." -#: pretix/base/models/seating.py:32 +#: pretix/base/models/seating.py:33 msgid "Your layout file is not a valid seating plan. Error message: {}" msgstr "Jūsu izkārtojuma fails nav derīgs sēdvietu plāns. Kļūdas ziņojums: {}" -#: pretix/base/models/seating.py:145 +#: pretix/base/models/seating.py:152 #, python-brace-format msgid "Row {number}" msgstr "Rinda {number}" -#: pretix/base/models/seating.py:150 +#: pretix/base/models/seating.py:157 #, python-brace-format msgid "Seat {number}" msgstr "Sēdvieta {number}" @@ -3224,7 +3226,7 @@ msgstr "Samaziniet produkta cenu par (%)" #: pretix/control/templates/pretixcontrol/vouchers/index.html:19 #: pretix/control/templates/pretixcontrol/vouchers/index.html:100 #: pretix/control/views/vouchers.py:69 pretix/control/views/waitinglist.py:199 -#: pretix/plugins/checkinlists/exporters.py:359 +#: pretix/plugins/checkinlists/exporters.py:418 #: pretix/presale/templates/pretixpresale/event/fragment_cart.html:316 #: pretix/presale/templates/pretixpresale/event/index.html:278 msgid "Voucher code" @@ -3259,7 +3261,7 @@ msgstr "" msgid "Valid until" msgstr "" -#: pretix/base/models/vouchers.py:131 pretix/control/forms/filter.py:955 +#: pretix/base/models/vouchers.py:131 pretix/control/forms/filter.py:1007 msgid "Reserve ticket from quota" msgstr "" @@ -3544,7 +3546,7 @@ msgctxt "subevent" msgid "Dates" msgstr "Datumi" -#: pretix/base/notifications.py:184 pretix/base/pdf.py:130 +#: pretix/base/notifications.py:184 pretix/base/pdf.py:135 msgid "Event date" msgstr "Pasākuma datums" @@ -4136,7 +4138,7 @@ msgstr "Biļetes kods (svītrkoda saturs)" msgid "Order position number" msgstr "Pasūtījuma pozīcija" -#: pretix/base/pdf.py:64 pretix/control/forms/event.py:1263 +#: pretix/base/pdf.py:64 pretix/control/forms/event.py:1262 #: pretix/control/templates/pretixcontrol/items/index.html:33 msgid "Product name" msgstr "" @@ -4192,7 +4194,7 @@ msgstr "Cena iekļaujot papildinājumus" msgid "Attendee company" msgstr "Apmeklētāja e-pasts" -#: pretix/base/pdf.py:114 pretix/base/pdf.py:212 +#: pretix/base/pdf.py:114 pretix/base/pdf.py:217 #: pretix/base/services/tickets.py:96 pretix/control/views/pdf.py:80 msgid "Sample company" msgstr "" @@ -4200,197 +4202,212 @@ msgstr "" #: pretix/base/pdf.py:118 #, fuzzy #| msgid "Attendee email" +msgid "Full attendee address" +msgstr "Apmeklētāja e-pasts" + +#: pretix/base/pdf.py:119 +msgid "" +"John Doe\n" +"Sample company\n" +"Sesame Street 42\n" +"12345 Any City\n" +"Atlantis" +msgstr "" + +#: pretix/base/pdf.py:123 +#, fuzzy +#| msgid "Attendee email" msgid "Attendee country" msgstr "Apmeklētāja e-pasts" -#: pretix/base/pdf.py:126 +#: pretix/base/pdf.py:131 msgid "Sample event name" msgstr "Pasākuma nosaukuma paraugs" -#: pretix/base/pdf.py:131 +#: pretix/base/pdf.py:136 msgid "May 31st, 2017" msgstr "2017. gada 31. maijs" -#: pretix/base/pdf.py:135 +#: pretix/base/pdf.py:140 msgid "Event date range" msgstr "Notikuma datumu diapazons" -#: pretix/base/pdf.py:136 +#: pretix/base/pdf.py:141 msgid "May 31st – June 4th, 2017" msgstr "2017. gada 31. maijs - 4. jūnijs" -#: pretix/base/pdf.py:140 +#: pretix/base/pdf.py:145 msgid "Event begin date and time" msgstr "Pasākuma sākuma datums un laiks" -#: pretix/base/pdf.py:141 +#: pretix/base/pdf.py:146 msgid "2017-05-31 20:00" msgstr "2017-05-31 20:00" -#: pretix/base/pdf.py:148 +#: pretix/base/pdf.py:153 msgid "Event begin date" msgstr "Pasākuma sākuma datums" -#: pretix/base/pdf.py:149 pretix/base/pdf.py:170 pretix/base/pdf.py:244 +#: pretix/base/pdf.py:154 pretix/base/pdf.py:175 pretix/base/pdf.py:249 msgid "2017-05-31" msgstr "2017-05-31" -#: pretix/base/pdf.py:156 +#: pretix/base/pdf.py:161 msgid "Event begin time" msgstr "Pasākuma sākuma laiks" -#: pretix/base/pdf.py:157 +#: pretix/base/pdf.py:162 msgid "20:00" msgstr "20:00" -#: pretix/base/pdf.py:161 +#: pretix/base/pdf.py:166 msgid "Event end date and time" msgstr "Pasākuma beigu datums un laiks" -#: pretix/base/pdf.py:162 +#: pretix/base/pdf.py:167 msgid "2017-05-31 22:00" msgstr "2017-05-31 22:00" -#: pretix/base/pdf.py:169 +#: pretix/base/pdf.py:174 msgid "Event end date" msgstr "Pasākuma beigu datums" -#: pretix/base/pdf.py:178 +#: pretix/base/pdf.py:183 msgid "22:00" msgstr "22:00" -#: pretix/base/pdf.py:185 +#: pretix/base/pdf.py:190 msgid "Event admission date and time" msgstr "Ierašanās no" -#: pretix/base/pdf.py:186 pretix/base/pdf.py:252 +#: pretix/base/pdf.py:191 pretix/base/pdf.py:257 msgid "2017-05-31 19:00" msgstr "2017-05-31 19:00" -#: pretix/base/pdf.py:193 +#: pretix/base/pdf.py:198 msgid "Event admission time" msgstr "Pasākuma ieejas atvēršanas laiks" -#: pretix/base/pdf.py:194 pretix/base/pdf.py:260 +#: pretix/base/pdf.py:199 pretix/base/pdf.py:265 msgid "19:00" msgstr "19:00" -#: pretix/base/pdf.py:201 +#: pretix/base/pdf.py:206 msgid "Event location" msgstr "Pasākuma vieta" -#: pretix/base/pdf.py:202 pretix/base/settings.py:559 +#: pretix/base/pdf.py:207 pretix/base/settings.py:559 msgid "Random City" msgstr "" -#: pretix/base/pdf.py:211 +#: pretix/base/pdf.py:216 msgid "Invoice address company" msgstr "Rēķina saņēmēja uzņēmums" -#: pretix/base/pdf.py:216 +#: pretix/base/pdf.py:221 #, fuzzy #| msgid "Invoice address company" msgid "Invoice address city" msgstr "Rēķina saņēmēja uzņēmums" -#: pretix/base/pdf.py:217 pretix/base/services/invoices.py:340 +#: pretix/base/pdf.py:222 pretix/base/services/invoices.py:340 msgid "Sample city" msgstr "Piemēra pilsēta" -#: pretix/base/pdf.py:221 +#: pretix/base/pdf.py:226 msgid "List of Add-Ons" msgstr "Papildinājumu saraksts" -#: pretix/base/pdf.py:222 +#: pretix/base/pdf.py:227 msgid "" "Add-on 1\n" "Add-on 2" msgstr "" -#: pretix/base/pdf.py:233 pretix/control/forms/filter.py:490 -#: pretix/control/forms/filter.py:492 +#: pretix/base/pdf.py:238 pretix/control/forms/filter.py:542 +#: pretix/control/forms/filter.py:544 #: pretix/control/templates/pretixcontrol/organizers/index.html:35 msgid "Organizer name" msgstr "" -#: pretix/base/pdf.py:234 +#: pretix/base/pdf.py:239 msgid "Event organizer company" msgstr "" -#: pretix/base/pdf.py:238 +#: pretix/base/pdf.py:243 msgid "Organizer info text" msgstr "Organizatora informācijas teksts" -#: pretix/base/pdf.py:239 +#: pretix/base/pdf.py:244 msgid "Event organizer info text" msgstr "Pasākuma organizatora informācijas teksts" -#: pretix/base/pdf.py:243 +#: pretix/base/pdf.py:248 msgid "Printing date" msgstr "Drukāšanas datums" -#: pretix/base/pdf.py:251 +#: pretix/base/pdf.py:256 msgid "Printing date and time" msgstr "Drukāšanas datums un laiks" -#: pretix/base/pdf.py:259 +#: pretix/base/pdf.py:264 msgid "Printing time" msgstr "Drukāšanas laiks" -#: pretix/base/pdf.py:267 +#: pretix/base/pdf.py:272 msgid "Seat: Full name" msgstr "Sēdvieta: Pilns vārds" -#: pretix/base/pdf.py:268 +#: pretix/base/pdf.py:273 msgid "Ground floor, Row 3, Seat 4" msgstr "Pirmais stāvs, 3. rinda, 4. sēdvieta" -#: pretix/base/pdf.py:270 pretix/base/pdf.py:276 -#: pretix/control/forms/orders.py:229 +#: pretix/base/pdf.py:275 pretix/base/pdf.py:281 +#: pretix/control/forms/orders.py:233 msgid "General admission" msgstr "Brīvi izvēlētu sēdvietu ieeja" -#: pretix/base/pdf.py:273 +#: pretix/base/pdf.py:278 msgid "Seat: zone" msgstr "Sēdvieta: zona" -#: pretix/base/pdf.py:274 +#: pretix/base/pdf.py:279 msgid "Ground floor" msgstr "Pirmais stāvs" -#: pretix/base/pdf.py:279 +#: pretix/base/pdf.py:284 msgid "Seat: row" msgstr "Sēdvieta: rinda" -#: pretix/base/pdf.py:284 +#: pretix/base/pdf.py:289 msgid "Seat: seat number" msgstr "Sēdvieta: sēdvietas numurs" -#: pretix/base/pdf.py:320 +#: pretix/base/pdf.py:325 #, python-brace-format msgid "Question: {question}" msgstr "Jautājums: {question}" -#: pretix/base/pdf.py:321 +#: pretix/base/pdf.py:326 #, python-brace-format msgid "" msgstr "" -#: pretix/base/pdf.py:343 pretix/base/pdf.py:350 -#: pretix/plugins/badges/exporters.py:238 -#: pretix/plugins/checkinlists/exporters.py:62 -#: pretix/plugins/checkinlists/exporters.py:335 +#: pretix/base/pdf.py:348 pretix/base/pdf.py:355 +#: pretix/plugins/badges/exporters.py:246 +#: pretix/plugins/checkinlists/exporters.py:77 +#: pretix/plugins/checkinlists/exporters.py:394 #: pretix/plugins/ticketoutputpdf/exporters.py:42 #, python-brace-format msgid "Attendee name: {part}" msgstr "" -#: pretix/base/pdf.py:360 +#: pretix/base/pdf.py:365 #, python-brace-format msgid "Invoice address name: {part}" msgstr "Rēķina adresāta nosaukums: {part}" -#: pretix/base/pdf.py:522 pretix/plugins/ticketoutputpdf/ticketoutput.py:78 +#: pretix/base/pdf.py:527 pretix/plugins/ticketoutputpdf/ticketoutput.py:78 msgid "Ticket" msgstr "" @@ -4434,7 +4451,7 @@ msgstr "" "Nevarējām pilnībā apstrādāt jūsu pieprasījumu, jo serveris bija pārāk " "aizņemts. Lūdzu mēģiniet vēlreiz." -#: pretix/base/services/cart.py:54 pretix/presale/views/cart.py:174 +#: pretix/base/services/cart.py:54 pretix/presale/views/cart.py:176 msgid "You did not select any products." msgstr "Jūs neizvēlējāties nevienu produktu." @@ -4716,7 +4733,7 @@ msgctxt "invoice" msgid "Attendee: {name}" msgstr "Apmeklētājs: {name}" -#: pretix/base/services/invoices.py:170 pretix/plugins/reports/exporters.py:215 +#: pretix/base/services/invoices.py:170 pretix/plugins/reports/exporters.py:218 msgctxt "subevent" msgid "Date: {}" msgstr "Datums: {}" @@ -4906,7 +4923,7 @@ msgstr "" "Jūsu pasūtījuma veikšanas laikā ir kļuvusi aizņemta viena no jūsu pasūtījuma " "sēdvietām, tāpēc mēs noņēmām pozīciju no jūsu groza." -#: pretix/base/services/orders.py:153 pretix/control/forms/orders.py:68 +#: pretix/base/services/orders.py:153 pretix/control/forms/orders.py:69 msgid "The new expiry date needs to be in the future." msgstr "" @@ -4943,7 +4960,7 @@ msgstr "" "Šo pasūtījumu nevar atcelt, jo dāvanu karte {card}, kas iegādāta šajā " "pasūtījumā, jau ir izmantota." -#: pretix/base/services/orders.py:391 pretix/control/forms/orders.py:132 +#: pretix/base/services/orders.py:391 pretix/control/forms/orders.py:136 msgid "" "The cancellation fee cannot be higher than the payment credit of this order." msgstr "" @@ -5083,7 +5100,7 @@ msgstr "" "Mēģinot nosūtīt naudu jums, radās kļūda. Lai iegūtu papildinformāciju, " "lūdzu, sazinieties ar pasākuma rīkotāju." -#: pretix/base/services/seating.py:35 pretix/base/services/seating.py:90 +#: pretix/base/services/seating.py:35 pretix/base/services/seating.py:94 #, fuzzy, python-format #| msgid "" #| "You can not change the plan since seat \"{}\" is not present in the new " @@ -5095,7 +5112,7 @@ msgstr "" "Jūs nevarat mainīt plānu, jo sēdvieta \"{}\" jaunajā plānā nav atrodama un " "tā jau ir pārdota." -#: pretix/base/services/seating.py:93 +#: pretix/base/services/seating.py:97 #, fuzzy, python-format #| msgid "" #| "You can not change the plan since seat \"{}\" is not present in the new " @@ -5616,7 +5633,7 @@ msgstr "" msgid "Available languages" msgstr "" -#: pretix/base/settings.py:707 pretix/control/forms/event.py:96 +#: pretix/base/settings.py:707 pretix/control/forms/event.py:91 msgid "Default language" msgstr "" @@ -5652,7 +5669,7 @@ msgstr "" msgid "Hide all products that are sold out" msgstr "" -#: pretix/base/settings.py:757 pretix/control/forms/event.py:1177 +#: pretix/base/settings.py:757 pretix/control/forms/event.py:1176 msgid "Publicly show how many tickets of a certain type are still available." msgstr "" @@ -5668,7 +5685,7 @@ msgstr "" msgid "Enable waiting list" msgstr "" -#: pretix/base/settings.py:785 pretix/control/forms/event.py:1182 +#: pretix/base/settings.py:785 pretix/control/forms/event.py:1181 msgid "" "Once a ticket is sold out, people can add themselves to a waiting list. As " "soon as a ticket becomes available again, it will be reserved for the first " @@ -5760,7 +5777,7 @@ msgid "" msgstr "" #: pretix/base/settings.py:888 pretix/base/settings.py:896 -#: pretix/control/forms/organizer.py:292 +#: pretix/control/forms/organizer.py:293 #: pretix/presale/templates/pretixpresale/organizers/calendar.html:25 #: pretix/presale/templates/pretixpresale/organizers/calendar_week.html:25 #: pretix/presale/templates/pretixpresale/organizers/index.html:34 @@ -5768,20 +5785,20 @@ msgid "List" msgstr "Saraksts" #: pretix/base/settings.py:889 pretix/base/settings.py:897 -#: pretix/control/forms/organizer.py:293 +#: pretix/control/forms/organizer.py:294 #, fuzzy #| msgid "Calendar" msgid "Week calendar" msgstr "Kalendārs" #: pretix/base/settings.py:890 pretix/base/settings.py:898 -#: pretix/control/forms/organizer.py:294 +#: pretix/control/forms/organizer.py:295 #, fuzzy #| msgid "Calendar" msgid "Month calendar" msgstr "Kalendārs" -#: pretix/base/settings.py:894 pretix/control/forms/organizer.py:290 +#: pretix/base/settings.py:894 pretix/control/forms/organizer.py:291 msgid "Default overview style" msgstr "" @@ -5815,7 +5832,7 @@ msgid "" "Otherwise, a manual refund will be created for you to process manually." msgstr "" -#: pretix/base/settings.py:952 pretix/control/forms/orders.py:586 +#: pretix/base/settings.py:952 pretix/control/forms/orders.py:590 msgid "Keep a fixed cancellation fee" msgstr "" @@ -5823,7 +5840,7 @@ msgstr "" msgid "Keep payment, shipping and service fees" msgstr "" -#: pretix/base/settings.py:973 pretix/control/forms/orders.py:591 +#: pretix/base/settings.py:973 pretix/control/forms/orders.py:595 msgid "Keep a percentual cancellation fee" msgstr "" @@ -5881,19 +5898,19 @@ msgstr "" msgid "Refund method" msgstr "Pieprasīta atmaksa" -#: pretix/base/settings.py:1051 pretix/control/forms/event.py:1205 +#: pretix/base/settings.py:1051 pretix/control/forms/event.py:1204 msgid "Contact address" msgstr "" -#: pretix/base/settings.py:1052 pretix/control/forms/event.py:1207 +#: pretix/base/settings.py:1052 pretix/control/forms/event.py:1206 msgid "We'll show this publicly to allow attendees to contact you." msgstr "" -#: pretix/base/settings.py:1060 pretix/control/forms/event.py:1199 +#: pretix/base/settings.py:1060 pretix/control/forms/event.py:1198 msgid "Imprint URL" msgstr "" -#: pretix/base/settings.py:1061 pretix/control/forms/event.py:1200 +#: pretix/base/settings.py:1061 pretix/control/forms/event.py:1199 msgid "" "This should point e.g. to a part of your website that has your contact " "details and legal information." @@ -6285,100 +6302,100 @@ msgctxt "subevent" msgid "Date ordering" msgstr "" -#: pretix/base/settings.py:1657 +#: pretix/base/settings.py:1665 msgid "Most common English titles" msgstr "" -#: pretix/base/settings.py:1667 +#: pretix/base/settings.py:1675 msgid "Most common German titles" msgstr "Visizplatītākie vācu valodas nosaukumi" -#: pretix/base/settings.py:1676 pretix/base/settings.py:1689 -#: pretix/base/settings.py:1705 pretix/base/settings.py:1755 -#: pretix/base/settings.py:1768 pretix/base/settings.py:1782 +#: pretix/base/settings.py:1684 pretix/base/settings.py:1697 +#: pretix/base/settings.py:1713 pretix/base/settings.py:1763 +#: pretix/base/settings.py:1776 pretix/base/settings.py:1790 msgid "Given name" msgstr "Vārds" -#: pretix/base/settings.py:1677 pretix/base/settings.py:1690 -#: pretix/base/settings.py:1706 pretix/base/settings.py:1722 -#: pretix/base/settings.py:1739 pretix/base/settings.py:1754 -#: pretix/base/settings.py:1769 pretix/base/settings.py:1783 +#: pretix/base/settings.py:1685 pretix/base/settings.py:1698 +#: pretix/base/settings.py:1714 pretix/base/settings.py:1730 +#: pretix/base/settings.py:1747 pretix/base/settings.py:1762 +#: pretix/base/settings.py:1777 pretix/base/settings.py:1791 msgid "Family name" msgstr "Uzvārds" -#: pretix/base/settings.py:1681 pretix/base/settings.py:1697 -#: pretix/base/settings.py:1713 pretix/base/settings.py:1728 -#: pretix/base/settings.py:1746 pretix/base/settings.py:1761 -#: pretix/base/settings.py:1791 pretix/base/settings.py:1814 +#: pretix/base/settings.py:1689 pretix/base/settings.py:1705 +#: pretix/base/settings.py:1721 pretix/base/settings.py:1736 +#: pretix/base/settings.py:1754 pretix/base/settings.py:1769 +#: pretix/base/settings.py:1799 pretix/base/settings.py:1822 msgctxt "person_name_sample" msgid "John" msgstr "Jānis" -#: pretix/base/settings.py:1682 pretix/base/settings.py:1698 -#: pretix/base/settings.py:1714 pretix/base/settings.py:1730 -#: pretix/base/settings.py:1748 pretix/base/settings.py:1762 -#: pretix/base/settings.py:1792 +#: pretix/base/settings.py:1690 pretix/base/settings.py:1706 +#: pretix/base/settings.py:1722 pretix/base/settings.py:1738 +#: pretix/base/settings.py:1756 pretix/base/settings.py:1770 +#: pretix/base/settings.py:1800 msgctxt "person_name_sample" msgid "Doe" msgstr "Liepiņš" -#: pretix/base/settings.py:1688 pretix/base/settings.py:1704 -#: pretix/base/settings.py:1736 +#: pretix/base/settings.py:1696 pretix/base/settings.py:1712 +#: pretix/base/settings.py:1744 msgctxt "person_name" msgid "Title" msgstr "Tituls" -#: pretix/base/settings.py:1696 pretix/base/settings.py:1712 -#: pretix/base/settings.py:1745 +#: pretix/base/settings.py:1704 pretix/base/settings.py:1720 +#: pretix/base/settings.py:1753 msgctxt "person_name_sample" msgid "Dr" msgstr "Dr." -#: pretix/base/settings.py:1720 pretix/base/settings.py:1737 +#: pretix/base/settings.py:1728 pretix/base/settings.py:1745 msgid "First name" msgstr "Vārds" -#: pretix/base/settings.py:1721 pretix/base/settings.py:1738 +#: pretix/base/settings.py:1729 pretix/base/settings.py:1746 msgid "Middle name" msgstr "Otrais vārds" -#: pretix/base/settings.py:1802 pretix/base/settings.py:1813 +#: pretix/base/settings.py:1810 pretix/base/settings.py:1821 msgctxt "person_name_sample" msgid "John Doe" msgstr "Jānis Liepiņš" -#: pretix/base/settings.py:1808 +#: pretix/base/settings.py:1816 msgid "Calling name" msgstr "Uzrunas vārds" -#: pretix/base/settings.py:1821 +#: pretix/base/settings.py:1829 msgid "Latin transcription" msgstr "Latīņu valodas transkripcija" -#: pretix/base/settings.py:1924 pretix/control/forms/event.py:176 +#: pretix/base/settings.py:1932 pretix/control/forms/event.py:172 msgid "" "Your default locale must also be enabled for your event (see box above)." msgstr "" -#: pretix/base/settings.py:1928 +#: pretix/base/settings.py:1936 msgid "" "You cannot require specifying attendee names if you do not ask for them." msgstr "" -#: pretix/base/settings.py:1932 +#: pretix/base/settings.py:1940 msgid "You have to ask for attendee emails if you want to make them required." msgstr "" -#: pretix/base/settings.py:1936 +#: pretix/base/settings.py:1944 msgid "" "You have to ask for invoice addresses if you want to make them required." msgstr "" -#: pretix/base/settings.py:1940 +#: pretix/base/settings.py:1948 msgid "You have to require invoice addresses to require for company names." msgstr "" -#: pretix/base/settings.py:1947 +#: pretix/base/settings.py:1955 msgid "The last payment date cannot be before the end of presale." msgstr "" @@ -6781,16 +6798,21 @@ msgstr "Radusies neparedzēta kļūda. Lūdzu, vēlāk mēģiniet vēlreiz." msgid "The task has been completed." msgstr "Uzdevums ir izpildīts." -#: pretix/control/forms/__init__.py:112 +#: pretix/control/forms/__init__.py:115 +#, python-brace-format +msgid "Please do not upload files larger than {size}!" +msgstr "" + +#: pretix/control/forms/__init__.py:136 msgid "Filetype not allowed!" msgstr "" #: pretix/control/forms/checkin.py:38 pretix/control/forms/filter.py:244 -#: pretix/control/forms/filter.py:271 pretix/control/forms/filter.py:979 -#: pretix/control/forms/filter.py:999 pretix/control/forms/filter.py:1091 -#: pretix/control/forms/filter.py:1107 pretix/control/forms/filter.py:1168 -#: pretix/control/forms/filter.py:1203 pretix/control/forms/orders.py:544 -#: pretix/control/forms/orders.py:699 +#: pretix/control/forms/filter.py:271 pretix/control/forms/filter.py:1031 +#: pretix/control/forms/filter.py:1051 pretix/control/forms/filter.py:1143 +#: pretix/control/forms/filter.py:1159 pretix/control/forms/filter.py:1220 +#: pretix/control/forms/filter.py:1255 pretix/control/forms/orders.py:548 +#: pretix/control/forms/orders.py:703 #: pretix/control/templates/pretixcontrol/event/fragment_subevent_choice_simple.html:5 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:47 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:109 @@ -6799,7 +6821,7 @@ msgctxt "subevent" msgid "All dates" msgstr "" -#: pretix/control/forms/event.py:44 pretix/control/forms/organizer.py:310 +#: pretix/control/forms/event.py:44 pretix/control/forms/organizer.py:311 msgid "Use languages" msgstr "" @@ -6811,114 +6833,104 @@ msgstr "" msgid "This is an event series" msgstr "" -#: pretix/control/forms/event.py:50 -msgid "" -"Only recommended for advanced users. If this feature is enabled, this will " -"not only be a single event but a series of very similar events that are " -"handled within a single shop. The single events inside the series can only " -"differ in date, time, location, prices and quotas, but not in other " -"settings, and buying tickets across multiple of these events at the same " -"time is possible. You cannot change this setting for this event later." -msgstr "" - -#: pretix/control/forms/event.py:88 +#: pretix/control/forms/event.py:83 msgid "" "You already used this slug for a different event. Please choose a new one." msgstr "" -#: pretix/control/forms/event.py:92 pretix/control/forms/event.py:394 +#: pretix/control/forms/event.py:87 pretix/control/forms/event.py:390 msgid "Event timezone" msgstr "" -#: pretix/control/forms/event.py:99 +#: pretix/control/forms/event.py:94 msgid "Sales tax rate" msgstr "" -#: pretix/control/forms/event.py:100 +#: pretix/control/forms/event.py:95 msgid "" "Do you need to pay sales tax on your tickets? In this case, please enter the " "applicable tax rate here in percent. If you have a more complicated tax " "situation, you can add more tax rates and detailed configuration later." msgstr "" -#: pretix/control/forms/event.py:107 +#: pretix/control/forms/event.py:102 msgid "Grant access to team" msgstr "" -#: pretix/control/forms/event.py:108 +#: pretix/control/forms/event.py:103 msgid "" "You are allowed to create events under this organizer, however you do not " "have permission to edit all events under this organizer. Please select one " "of your existing teams that will be granted access to this event." msgstr "" -#: pretix/control/forms/event.py:113 +#: pretix/control/forms/event.py:108 msgid "Create a new team for this event with me as the only member" msgstr "" -#: pretix/control/forms/event.py:156 pretix/control/forms/event.py:309 +#: pretix/control/forms/event.py:151 pretix/control/forms/event.py:305 msgid "" "Sample Conference Center\n" "Heidelberg, Germany" msgstr "" -#: pretix/control/forms/event.py:180 +#: pretix/control/forms/event.py:176 msgid "Your default locale must be specified." msgstr "" -#: pretix/control/forms/event.py:254 +#: pretix/control/forms/event.py:250 msgid "Copy configuration from" msgstr "" -#: pretix/control/forms/event.py:260 pretix/control/forms/event.py:263 +#: pretix/control/forms/event.py:256 pretix/control/forms/event.py:259 #: pretix/control/forms/item.py:250 msgid "Do not copy" msgstr "" -#: pretix/control/forms/event.py:314 pretix/control/forms/organizer.py:87 +#: pretix/control/forms/event.py:310 pretix/control/forms/organizer.py:87 msgid "Custom domain" msgstr "" -#: pretix/control/forms/event.py:316 pretix/control/forms/organizer.py:89 +#: pretix/control/forms/event.py:312 pretix/control/forms/organizer.py:89 msgid "You need to configure the custom domain in the webserver beforehand." msgstr "" -#: pretix/control/forms/event.py:324 pretix/control/forms/organizer.py:97 +#: pretix/control/forms/event.py:320 pretix/control/forms/organizer.py:97 msgid "You cannot choose the base domain of this installation." msgstr "" -#: pretix/control/forms/event.py:328 pretix/control/forms/organizer.py:102 +#: pretix/control/forms/event.py:324 pretix/control/forms/organizer.py:102 #, fuzzy #| msgid "This slug has already been used for a different event." msgid "This domain is already in use for a different event or organizer." msgstr "Šis saīsinājums jau ir izmantots citam pasākumam." -#: pretix/control/forms/event.py:397 +#: pretix/control/forms/event.py:393 msgid "Name format" msgstr "" -#: pretix/control/forms/event.py:398 +#: pretix/control/forms/event.py:394 msgid "" "This defines how pretix will ask for human names. Changing this after you " "already received orders might lead to unexpected behavior when sorting or " "changing names." msgstr "" -#: pretix/control/forms/event.py:403 +#: pretix/control/forms/event.py:399 msgid "Allowed titles" msgstr "" -#: pretix/control/forms/event.py:404 +#: pretix/control/forms/event.py:400 msgid "" "If the naming scheme you defined above allows users to input a title, you " "can use this to restrict the set of selectable titles." msgstr "" -#: pretix/control/forms/event.py:409 pretix/control/forms/organizer.py:276 +#: pretix/control/forms/event.py:405 pretix/control/forms/organizer.py:276 msgid "Header image" msgstr "" -#: pretix/control/forms/event.py:412 +#: pretix/control/forms/event.py:409 msgid "" "If you provide a logo image, we will by default not show your event name and " "date in the page header. By default, we show your logo with a size of up to " @@ -6927,29 +6939,29 @@ msgid "" "smaller screens." msgstr "" -#: pretix/control/forms/event.py:418 pretix/control/forms/organizer.py:285 +#: pretix/control/forms/event.py:415 pretix/control/forms/organizer.py:286 msgid "Use header image in its full size" msgstr "" -#: pretix/control/forms/event.py:419 pretix/control/forms/organizer.py:286 +#: pretix/control/forms/event.py:416 pretix/control/forms/organizer.py:287 msgid "We recommend to upload a picture at least 1170 pixels wide." msgstr "" -#: pretix/control/forms/event.py:423 +#: pretix/control/forms/event.py:420 msgid "Show event title even if a header image is present" msgstr "" -#: pretix/control/forms/event.py:424 +#: pretix/control/forms/event.py:421 #, fuzzy #| msgid "This question will only show up in the backend." msgid "The title will only be shown on the event front page." msgstr "Šis jautājums tiks parādīts tikai backend (aizmugures) logā." -#: pretix/control/forms/event.py:428 +#: pretix/control/forms/event.py:425 msgid "Social media image" msgstr "" -#: pretix/control/forms/event.py:431 +#: pretix/control/forms/event.py:429 msgid "" "This picture will be used as a preview if you post links to your ticket shop " "on social media. Facebook advises to use a picture size of 1200 x 630 " @@ -6958,298 +6970,298 @@ msgid "" "square is shown. If you do not fill this, we will use the logo given above." msgstr "" -#: pretix/control/forms/event.py:437 pretix/control/forms/organizer.py:226 +#: pretix/control/forms/event.py:435 pretix/control/forms/organizer.py:226 msgid "Primary color" msgstr "" -#: pretix/control/forms/event.py:441 pretix/control/forms/event.py:451 -#: pretix/control/forms/event.py:461 pretix/control/forms/event.py:470 +#: pretix/control/forms/event.py:439 pretix/control/forms/event.py:449 +#: pretix/control/forms/event.py:459 pretix/control/forms/event.py:468 #: pretix/control/forms/organizer.py:230 pretix/control/forms/organizer.py:240 #: pretix/control/forms/organizer.py:250 pretix/control/forms/organizer.py:260 msgid "Please enter the hexadecimal code of a color, e.g. #990000." msgstr "" -#: pretix/control/forms/event.py:446 pretix/control/forms/organizer.py:235 +#: pretix/control/forms/event.py:444 pretix/control/forms/organizer.py:235 msgid "Accent color for success" msgstr "" -#: pretix/control/forms/event.py:447 pretix/control/forms/organizer.py:236 +#: pretix/control/forms/event.py:445 pretix/control/forms/organizer.py:236 msgid "We strongly suggest to use a shade of green." msgstr "" -#: pretix/control/forms/event.py:456 pretix/control/forms/organizer.py:245 +#: pretix/control/forms/event.py:454 pretix/control/forms/organizer.py:245 msgid "Accent color for errors" msgstr "" -#: pretix/control/forms/event.py:457 +#: pretix/control/forms/event.py:455 msgid "We strongly suggest to use a dark shade of red." msgstr "" -#: pretix/control/forms/event.py:466 pretix/control/forms/organizer.py:256 +#: pretix/control/forms/event.py:464 pretix/control/forms/organizer.py:256 msgid "Page background color" msgstr "" -#: pretix/control/forms/event.py:476 pretix/control/forms/organizer.py:266 +#: pretix/control/forms/event.py:474 pretix/control/forms/organizer.py:266 msgid "Use round edges" msgstr "" -#: pretix/control/forms/event.py:480 pretix/control/forms/organizer.py:315 +#: pretix/control/forms/event.py:478 pretix/control/forms/organizer.py:316 #: pretix/control/templates/pretixcontrol/pdf/index.html:305 msgid "Font" msgstr "" -#: pretix/control/forms/event.py:485 pretix/control/forms/organizer.py:320 +#: pretix/control/forms/event.py:483 pretix/control/forms/organizer.py:321 msgid "Only respected by modern browsers." msgstr "" -#: pretix/control/forms/event.py:542 +#: pretix/control/forms/event.py:540 msgid "" "e.g. I hereby confirm that I have read and agree with the event organizer's " "terms of service and agree with them." msgstr "" -#: pretix/control/forms/event.py:546 +#: pretix/control/forms/event.py:544 #, python-brace-format msgid "Ask for {fields}, display like {example}" msgstr "" -#: pretix/control/forms/event.py:552 +#: pretix/control/forms/event.py:550 msgid "Free text input" msgstr "" -#: pretix/control/forms/event.py:586 +#: pretix/control/forms/event.py:584 msgid "" "You have configured gift cards to be valid {} years plus the year the gift " "card is issued in." msgstr "" -#: pretix/control/forms/event.py:601 +#: pretix/control/forms/event.py:599 msgid "Tax rule for payment fees" msgstr "" -#: pretix/control/forms/event.py:603 +#: pretix/control/forms/event.py:601 msgid "" "The tax rule that applies for additional fees you configured for single " "payment methods. This will set the tax rate and reverse charge rules, other " "settings of the tax rule are ignored." msgstr "" -#: pretix/control/forms/event.py:695 +#: pretix/control/forms/event.py:693 msgid "Generate invoices for Sales channels" msgstr "" -#: pretix/control/forms/event.py:698 +#: pretix/control/forms/event.py:696 msgid "" "If you have enabled invoice generation in the previous setting, you can " "limit it here to specific sales channels." msgstr "" -#: pretix/control/forms/event.py:702 +#: pretix/control/forms/event.py:700 msgid "Invoice style" msgstr "" -#: pretix/control/forms/event.py:708 +#: pretix/control/forms/event.py:706 msgid "Invoice language" msgstr "" -#: pretix/control/forms/event.py:709 pretix/control/forms/event.py:730 +#: pretix/control/forms/event.py:707 pretix/control/forms/event.py:729 msgid "The user's language" msgstr "" -#: pretix/control/forms/event.py:712 +#: pretix/control/forms/event.py:710 msgid "Logo image" msgstr "" -#: pretix/control/forms/event.py:715 +#: pretix/control/forms/event.py:714 msgid "We will show your logo with a maximal height and width of 2.5 cm." msgstr "" -#: pretix/control/forms/event.py:759 +#: pretix/control/forms/event.py:758 msgid "Bcc address" msgstr "" -#: pretix/control/forms/event.py:760 +#: pretix/control/forms/event.py:759 msgid "All emails will be sent to this address as a Bcc copy" msgstr "" -#: pretix/control/forms/event.py:766 +#: pretix/control/forms/event.py:765 msgid "Signature" msgstr "" -#: pretix/control/forms/event.py:769 +#: pretix/control/forms/event.py:768 #, python-brace-format msgid "This will be attached to every email. Available placeholders: {event}" msgstr "" -#: pretix/control/forms/event.py:774 +#: pretix/control/forms/event.py:773 msgid "e.g. your contact details" msgstr "" -#: pretix/control/forms/event.py:779 +#: pretix/control/forms/event.py:778 msgid "HTML mail renderer" msgstr "" -#: pretix/control/forms/event.py:784 pretix/control/forms/event.py:801 -#: pretix/control/forms/event.py:818 pretix/control/forms/event.py:877 +#: pretix/control/forms/event.py:783 pretix/control/forms/event.py:800 +#: pretix/control/forms/event.py:817 pretix/control/forms/event.py:876 msgid "Text sent to order contact address" msgstr "" +#: pretix/control/forms/event.py:788 pretix/control/forms/event.py:805 +#: pretix/control/forms/event.py:822 pretix/control/forms/event.py:881 +msgid "Send an email to attendees" +msgstr "" + #: pretix/control/forms/event.py:789 pretix/control/forms/event.py:806 #: pretix/control/forms/event.py:823 pretix/control/forms/event.py:882 -msgid "Send an email to attendees" -msgstr "" - -#: pretix/control/forms/event.py:790 pretix/control/forms/event.py:807 -#: pretix/control/forms/event.py:824 pretix/control/forms/event.py:883 msgid "" "If the order contains attendees with email addresses different from the " "person who orders the tickets, the following email will be sent out to the " "attendees." msgstr "" -#: pretix/control/forms/event.py:795 pretix/control/forms/event.py:812 -#: pretix/control/forms/event.py:829 pretix/control/forms/event.py:888 +#: pretix/control/forms/event.py:794 pretix/control/forms/event.py:811 +#: pretix/control/forms/event.py:828 pretix/control/forms/event.py:887 msgid "Text sent to attendees" msgstr "" -#: pretix/control/forms/event.py:835 pretix/control/forms/event.py:857 -#: pretix/control/forms/event.py:862 pretix/control/forms/event.py:867 -#: pretix/control/forms/event.py:872 +#: pretix/control/forms/event.py:834 pretix/control/forms/event.py:856 +#: pretix/control/forms/event.py:861 pretix/control/forms/event.py:866 +#: pretix/control/forms/event.py:871 #: pretix/control/templates/pretixcontrol/organizers/giftcard.html:99 #: pretix/control/templates/pretixcontrol/pdf/index.html:367 msgid "Text" msgstr "" -#: pretix/control/forms/event.py:840 +#: pretix/control/forms/event.py:839 msgid "Text (sent by admin)" msgstr "" -#: pretix/control/forms/event.py:845 +#: pretix/control/forms/event.py:844 msgid "Text (requested by user)" msgstr "" -#: pretix/control/forms/event.py:850 pretix/control/forms/event.py:893 +#: pretix/control/forms/event.py:849 pretix/control/forms/event.py:892 msgid "Number of days" msgstr "" -#: pretix/control/forms/event.py:853 +#: pretix/control/forms/event.py:852 msgid "" "This email will be sent out this many days before the order expires. If the " "value is 0, the mail will never be sent." msgstr "" -#: pretix/control/forms/event.py:896 +#: pretix/control/forms/event.py:895 msgid "" "This email will be sent out this many days before the order event starts. If " "the field is empty, the mail will never be sent." msgstr "" -#: pretix/control/forms/event.py:900 +#: pretix/control/forms/event.py:899 msgid "Received order" msgstr "" -#: pretix/control/forms/event.py:905 +#: pretix/control/forms/event.py:904 msgid "Approved order" msgstr "" -#: pretix/control/forms/event.py:908 +#: pretix/control/forms/event.py:907 msgid "" "This will only be sent out for non-free orders. Free orders will receive the " "free order template from above instead." msgstr "" -#: pretix/control/forms/event.py:912 +#: pretix/control/forms/event.py:911 msgid "Denied order" msgstr "" -#: pretix/control/forms/event.py:917 +#: pretix/control/forms/event.py:916 msgid "Use custom SMTP server" msgstr "" -#: pretix/control/forms/event.py:918 +#: pretix/control/forms/event.py:917 msgid "" "All mail related to your event will be sent over the smtp server specified " "by you." msgstr "" -#: pretix/control/forms/event.py:922 +#: pretix/control/forms/event.py:921 msgid "Hostname" msgstr "" -#: pretix/control/forms/event.py:927 +#: pretix/control/forms/event.py:926 msgid "Port" msgstr "" -#: pretix/control/forms/event.py:932 +#: pretix/control/forms/event.py:931 msgid "Username" msgstr "" -#: pretix/control/forms/event.py:944 +#: pretix/control/forms/event.py:943 msgid "Use STARTTLS" msgstr "" -#: pretix/control/forms/event.py:945 +#: pretix/control/forms/event.py:944 msgid "Commonly enabled on port 587." msgstr "" -#: pretix/control/forms/event.py:949 +#: pretix/control/forms/event.py:948 msgid "Use SSL" msgstr "" -#: pretix/control/forms/event.py:950 +#: pretix/control/forms/event.py:949 msgid "Commonly enabled on port 465." msgstr "" -#: pretix/control/forms/event.py:979 pretix/control/forms/orders.py:465 -#: pretix/control/forms/orders.py:622 pretix/control/forms/vouchers.py:255 +#: pretix/control/forms/event.py:978 pretix/control/forms/orders.py:469 +#: pretix/control/forms/orders.py:626 pretix/control/forms/vouchers.py:255 #: pretix/plugins/sendmail/forms.py:49 #, python-brace-format msgid "Available placeholders: {list}" msgstr "" -#: pretix/control/forms/event.py:1014 +#: pretix/control/forms/event.py:1013 msgid "" "You can activate either SSL or STARTTLS security, but not both at the same " "time." msgstr "" -#: pretix/control/forms/event.py:1063 +#: pretix/control/forms/event.py:1062 msgid "Any country" msgstr "" -#: pretix/control/forms/event.py:1064 +#: pretix/control/forms/event.py:1063 msgid "European Union" msgstr "" -#: pretix/control/forms/event.py:1076 +#: pretix/control/forms/event.py:1075 msgid "Any customer" msgstr "" -#: pretix/control/forms/event.py:1077 +#: pretix/control/forms/event.py:1076 msgid "Individual" msgstr "" -#: pretix/control/forms/event.py:1078 +#: pretix/control/forms/event.py:1077 msgid "Business" msgstr "" -#: pretix/control/forms/event.py:1079 +#: pretix/control/forms/event.py:1078 msgid "Business with valid VAT ID" msgstr "" -#: pretix/control/forms/event.py:1085 +#: pretix/control/forms/event.py:1084 msgid "Charge VAT" msgstr "" -#: pretix/control/forms/event.py:1087 +#: pretix/control/forms/event.py:1086 msgid "No VAT" msgstr "" -#: pretix/control/forms/event.py:1116 +#: pretix/control/forms/event.py:1115 msgid "Pre-selected voucher" msgstr "" -#: pretix/control/forms/event.py:1118 +#: pretix/control/forms/event.py:1117 msgid "" "If set, the widget will show products as if this voucher has been entered " "and when a product is bought via the widget, this voucher will be used. This " @@ -7257,52 +7269,52 @@ msgid "" "secret products." msgstr "" -#: pretix/control/forms/event.py:1123 +#: pretix/control/forms/event.py:1122 msgid "Compatibility mode" msgstr "" -#: pretix/control/forms/event.py:1125 +#: pretix/control/forms/event.py:1124 msgid "" "Our regular widget doesn't work in all website builders. If you run into " "trouble, try using this compatibility mode." msgstr "" -#: pretix/control/forms/event.py:1146 +#: pretix/control/forms/event.py:1145 msgid "The given voucher code does not exist." msgstr "" -#: pretix/control/forms/event.py:1153 pretix/control/forms/organizer.py:48 +#: pretix/control/forms/event.py:1152 pretix/control/forms/organizer.py:48 #: pretix/control/views/shredder.py:108 msgid "The slug you entered was not correct." msgstr "" -#: pretix/control/forms/event.py:1157 pretix/control/forms/organizer.py:52 +#: pretix/control/forms/event.py:1156 pretix/control/forms/organizer.py:52 msgid "Event slug" msgstr "" -#: pretix/control/forms/event.py:1188 +#: pretix/control/forms/event.py:1187 msgid "Ticket downloads" msgstr "" -#: pretix/control/forms/event.py:1189 +#: pretix/control/forms/event.py:1188 msgid "Your customers will be able to download their tickets in PDF format." msgstr "" -#: pretix/control/forms/event.py:1193 +#: pretix/control/forms/event.py:1192 msgid "Require all attendees to fill in their names" msgstr "" -#: pretix/control/forms/event.py:1194 +#: pretix/control/forms/event.py:1193 msgid "" "By default, we will ask for names but not require them. You can turn this " "off completely in the settings." msgstr "" -#: pretix/control/forms/event.py:1220 +#: pretix/control/forms/event.py:1219 msgid "Payment via Stripe" msgstr "" -#: pretix/control/forms/event.py:1221 +#: pretix/control/forms/event.py:1220 msgid "" "Stripe is an online payments processor supporting credit cards and lots of " "other payment options. To accept payments via Stripe, you will need to set " @@ -7310,27 +7322,27 @@ msgid "" "simple interface." msgstr "" -#: pretix/control/forms/event.py:1227 +#: pretix/control/forms/event.py:1226 msgid "Payment by bank transfer" msgstr "" -#: pretix/control/forms/event.py:1228 +#: pretix/control/forms/event.py:1227 msgid "" "Your customers will be instructed to wire the money to your account. You can " "then import your bank statements to process the payments within pretix, or " "mark them as paid manually." msgstr "" -#: pretix/control/forms/event.py:1267 +#: pretix/control/forms/event.py:1266 #: pretix/control/templates/pretixcontrol/event/quick_setup.html:45 msgid "Price (optional)" msgstr "" -#: pretix/control/forms/event.py:1272 +#: pretix/control/forms/event.py:1271 msgid "Free" msgstr "" -#: pretix/control/forms/event.py:1277 +#: pretix/control/forms/event.py:1276 msgid "Quantity available" msgstr "" @@ -7351,7 +7363,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/items/question.html:21 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:8 #: pretix/control/templates/pretixcontrol/orders/overview.html:67 -#: pretix/plugins/reports/exporters.py:223 +#: pretix/plugins/reports/exporters.py:226 msgid "Pending" msgstr "" @@ -7365,13 +7377,13 @@ msgstr "" msgid "Pending or paid" msgstr "" -#: pretix/control/forms/filter.py:111 pretix/control/forms/filter.py:541 -#: pretix/control/forms/filter.py:946 +#: pretix/control/forms/filter.py:111 pretix/control/forms/filter.py:593 +#: pretix/control/forms/filter.py:998 #: pretix/control/templates/pretixcontrol/items/question.html:24 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:17 #: pretix/control/templates/pretixcontrol/orders/overview.html:60 #: pretix/control/templates/pretixcontrol/organizers/giftcards.html:76 -#: pretix/plugins/reports/exporters.py:219 +#: pretix/plugins/reports/exporters.py:222 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:20 msgid "Expired" msgstr "Termiņš iztecējis" @@ -7385,7 +7397,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/items/question.html:26 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:19 #: pretix/control/templates/pretixcontrol/orders/overview.html:59 -#: pretix/plugins/reports/exporters.py:219 +#: pretix/plugins/reports/exporters.py:222 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:22 msgid "Canceled" msgstr "Atcelts" @@ -7412,8 +7424,8 @@ msgstr "" msgid "Pending (but fully paid)" msgstr "" -#: pretix/control/forms/filter.py:119 pretix/control/forms/filter.py:526 -#: pretix/control/forms/filter.py:529 +#: pretix/control/forms/filter.py:119 pretix/control/forms/filter.py:578 +#: pretix/control/forms/filter.py:581 #: pretix/control/templates/pretixcontrol/event/live.html:63 msgid "Test mode" msgstr "" @@ -7424,28 +7436,28 @@ msgstr "" msgid "Cancellation requested" msgstr "Atcelšanas maksa" -#: pretix/control/forms/filter.py:278 pretix/control/forms/filter.py:796 -#: pretix/control/forms/filter.py:1006 pretix/control/forms/vouchers.py:112 +#: pretix/control/forms/filter.py:278 pretix/control/forms/filter.py:848 +#: pretix/control/forms/filter.py:1058 pretix/control/forms/vouchers.py:112 #: pretix/control/templates/pretixcontrol/items/question.html:29 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:99 msgid "All products" msgstr "" -#: pretix/control/forms/filter.py:282 pretix/control/forms/filter.py:1010 +#: pretix/control/forms/filter.py:282 pretix/control/forms/filter.py:1062 #: pretix/control/forms/vouchers.py:100 pretix/control/views/typeahead.py:514 #, python-brace-format msgid "{product} – Any variation" msgstr "" #: pretix/control/forms/filter.py:341 pretix/control/forms/filter.py:346 -#: pretix/control/forms/filter.py:617 pretix/control/forms/filter.py:622 +#: pretix/control/forms/filter.py:669 pretix/control/forms/filter.py:674 msgid "All organizers" msgstr "" -#: pretix/control/forms/filter.py:381 pretix/control/forms/filter.py:528 -#: pretix/control/forms/filter.py:537 pretix/control/forms/filter.py:860 -#: pretix/control/forms/filter.py:869 pretix/control/forms/filter.py:941 -#: pretix/control/forms/filter.py:954 +#: pretix/control/forms/filter.py:433 pretix/control/forms/filter.py:580 +#: pretix/control/forms/filter.py:589 pretix/control/forms/filter.py:912 +#: pretix/control/forms/filter.py:921 pretix/control/forms/filter.py:993 +#: pretix/control/forms/filter.py:1006 #: pretix/control/templates/pretixcontrol/checkin/lists.html:104 #: pretix/control/templates/pretixcontrol/checkin/lists.html:116 #: pretix/control/templates/pretixcontrol/organizers/devices.html:72 @@ -7455,209 +7467,209 @@ msgstr "" msgid "All" msgstr "" -#: pretix/control/forms/filter.py:383 pretix/control/forms/filter.py:603 +#: pretix/control/forms/filter.py:435 pretix/control/forms/filter.py:655 msgid "Shop live and presale running" msgstr "" -#: pretix/control/forms/filter.py:384 pretix/control/forms/filter.py:862 +#: pretix/control/forms/filter.py:436 pretix/control/forms/filter.py:914 msgid "Inactive" msgstr "" -#: pretix/control/forms/filter.py:396 pretix/control/forms/subevents.py:287 +#: pretix/control/forms/filter.py:448 pretix/control/forms/subevents.py:287 #: pretix/control/forms/subevents.py:326 msgid "Weekday" msgstr "" -#: pretix/control/forms/filter.py:398 +#: pretix/control/forms/filter.py:450 msgid "All days" msgstr "" -#: pretix/control/forms/filter.py:399 +#: pretix/control/forms/filter.py:451 msgid "Monday" msgstr "" -#: pretix/control/forms/filter.py:400 +#: pretix/control/forms/filter.py:452 msgid "Tuesday" msgstr "" -#: pretix/control/forms/filter.py:401 +#: pretix/control/forms/filter.py:453 msgid "Wednesday" msgstr "" -#: pretix/control/forms/filter.py:402 +#: pretix/control/forms/filter.py:454 msgid "Thursday" msgstr "" -#: pretix/control/forms/filter.py:403 +#: pretix/control/forms/filter.py:455 msgid "Friday" msgstr "" -#: pretix/control/forms/filter.py:404 +#: pretix/control/forms/filter.py:456 msgid "Saturday" msgstr "" -#: pretix/control/forms/filter.py:405 +#: pretix/control/forms/filter.py:457 msgid "Sunday" msgstr "" -#: pretix/control/forms/filter.py:530 +#: pretix/control/forms/filter.py:582 #, fuzzy #| msgctxt "stripe" #| msgid "Live" msgid "Live" msgstr "Publiskots" -#: pretix/control/forms/filter.py:535 pretix/control/forms/filter.py:538 +#: pretix/control/forms/filter.py:587 pretix/control/forms/filter.py:590 #, fuzzy #| msgid "Empty cart" msgid "Empty" msgstr "Tukšs grozs" -#: pretix/control/forms/filter.py:539 +#: pretix/control/forms/filter.py:591 msgid "Valid and with value" msgstr "" -#: pretix/control/forms/filter.py:540 +#: pretix/control/forms/filter.py:592 msgid "Expired and with value" msgstr "" -#: pretix/control/forms/filter.py:546 pretix/control/forms/filter.py:548 -#: pretix/control/forms/filter.py:876 pretix/control/forms/filter.py:878 +#: pretix/control/forms/filter.py:598 pretix/control/forms/filter.py:600 +#: pretix/control/forms/filter.py:928 pretix/control/forms/filter.py:930 msgid "Search query" msgstr "" -#: pretix/control/forms/filter.py:601 +#: pretix/control/forms/filter.py:653 msgid "All events" msgstr "" -#: pretix/control/forms/filter.py:602 +#: pretix/control/forms/filter.py:654 msgid "Shop live" msgstr "" -#: pretix/control/forms/filter.py:604 +#: pretix/control/forms/filter.py:656 msgid "Shop not live" msgstr "" -#: pretix/control/forms/filter.py:607 +#: pretix/control/forms/filter.py:659 msgid "Single event running or in the future" msgstr "" -#: pretix/control/forms/filter.py:608 +#: pretix/control/forms/filter.py:660 msgid "Single event in the past" msgstr "" -#: pretix/control/forms/filter.py:775 pretix/control/forms/filter.py:777 +#: pretix/control/forms/filter.py:827 pretix/control/forms/filter.py:829 msgid "Search attendee…" msgstr "" -#: pretix/control/forms/filter.py:783 +#: pretix/control/forms/filter.py:835 msgid "Check-in status" msgstr "" -#: pretix/control/forms/filter.py:785 +#: pretix/control/forms/filter.py:837 msgid "All attendees" msgstr "" -#: pretix/control/forms/filter.py:786 +#: pretix/control/forms/filter.py:838 #, fuzzy #| msgid "Presale" msgctxt "checkin state" msgid "Present" msgstr "Iepriekšpārdošana" -#: pretix/control/forms/filter.py:787 +#: pretix/control/forms/filter.py:839 #: pretix/control/templates/pretixcontrol/checkin/index.html:131 #: pretix/control/templates/pretixcontrol/checkin/lists.html:73 -#: pretix/plugins/checkinlists/exporters.py:337 +#: pretix/plugins/checkinlists/exporters.py:396 msgid "Checked in" msgstr "" -#: pretix/control/forms/filter.py:788 +#: pretix/control/forms/filter.py:840 #: pretix/control/templates/pretixcontrol/checkin/index.html:126 msgid "Not checked in" msgstr "" -#: pretix/control/forms/filter.py:867 pretix/control/forms/filter.py:870 +#: pretix/control/forms/filter.py:919 pretix/control/forms/filter.py:922 #: pretix/control/templates/pretixcontrol/users/index.html:47 msgid "Administrator" msgstr "" -#: pretix/control/forms/filter.py:871 +#: pretix/control/forms/filter.py:923 msgid "No administrator" msgstr "" -#: pretix/control/forms/filter.py:942 +#: pretix/control/forms/filter.py:994 msgid "Valid" msgstr "" -#: pretix/control/forms/filter.py:943 +#: pretix/control/forms/filter.py:995 msgid "Unredeemed" msgstr "" -#: pretix/control/forms/filter.py:944 +#: pretix/control/forms/filter.py:996 msgid "Redeemed at least once" msgstr "" -#: pretix/control/forms/filter.py:945 +#: pretix/control/forms/filter.py:997 msgid "Fully redeemed" msgstr "" -#: pretix/control/forms/filter.py:947 +#: pretix/control/forms/filter.py:999 msgid "Redeemed and checked in with ticket" msgstr "" -#: pretix/control/forms/filter.py:952 +#: pretix/control/forms/filter.py:1004 msgid "Quota handling" msgstr "" -#: pretix/control/forms/filter.py:956 +#: pretix/control/forms/filter.py:1008 msgid "Allow to ignore quota" msgstr "" -#: pretix/control/forms/filter.py:961 pretix/control/forms/filter.py:963 +#: pretix/control/forms/filter.py:1013 pretix/control/forms/filter.py:1015 msgid "Filter by tag" msgstr "" -#: pretix/control/forms/filter.py:968 pretix/control/forms/filter.py:970 +#: pretix/control/forms/filter.py:1020 pretix/control/forms/filter.py:1022 msgid "Search voucher" msgstr "" -#: pretix/control/forms/filter.py:1016 pretix/control/forms/vouchers.py:91 +#: pretix/control/forms/filter.py:1068 pretix/control/forms/vouchers.py:91 #: pretix/control/views/typeahead.py:522 pretix/control/views/typeahead.py:526 #: pretix/control/views/vouchers.py:81 #, python-brace-format msgid "Any product in quota \"{quota}\"" msgstr "" -#: pretix/control/forms/filter.py:1132 +#: pretix/control/forms/filter.py:1184 msgid "Refund status" msgstr "" -#: pretix/control/forms/filter.py:1134 +#: pretix/control/forms/filter.py:1186 msgid "All open refunds" msgstr "" -#: pretix/control/forms/filter.py:1135 +#: pretix/control/forms/filter.py:1187 msgid "All refunds" msgstr "" -#: pretix/control/forms/filter.py:1171 +#: pretix/control/forms/filter.py:1223 msgid "Date filter" msgstr "" -#: pretix/control/forms/filter.py:1173 +#: pretix/control/forms/filter.py:1225 msgid "Filter by…" msgstr "" -#: pretix/control/forms/filter.py:1175 +#: pretix/control/forms/filter.py:1227 msgid "Date of last successful payment" msgstr "" -#: pretix/control/forms/filter.py:1180 +#: pretix/control/forms/filter.py:1232 msgid "Date from" msgstr "" -#: pretix/control/forms/filter.py:1185 +#: pretix/control/forms/filter.py:1237 msgid "Date until" msgstr "" @@ -7860,8 +7872,8 @@ msgstr "" msgid "Bundled product" msgstr "" -#: pretix/control/forms/item.py:735 pretix/control/forms/orders.py:260 -#: pretix/control/forms/orders.py:394 +#: pretix/control/forms/item.py:735 pretix/control/forms/orders.py:264 +#: pretix/control/forms/orders.py:398 msgid "inactive" msgstr "" @@ -7894,21 +7906,21 @@ msgstr "" msgid "CSV column: \"{name}\"" msgstr "" -#: pretix/control/forms/orders.py:33 +#: pretix/control/forms/orders.py:34 msgid "Overbook quota" msgstr "" -#: pretix/control/forms/orders.py:34 +#: pretix/control/forms/orders.py:35 msgid "" "If you check this box, this operation will be performed even if it leads to " "an overbooked quota and you having sold more tickets than you planned!" msgstr "" -#: pretix/control/forms/orders.py:78 +#: pretix/control/forms/orders.py:79 msgid "Overbook quota and ignore late payment" msgstr "" -#: pretix/control/forms/orders.py:79 +#: pretix/control/forms/orders.py:80 msgid "" "If you check this box, this operation will be performed even if it leads to " "an overbooked quota and you having sold more tickets than you planned! The " @@ -7916,16 +7928,16 @@ msgid "" "payments." msgstr "" -#: pretix/control/forms/orders.py:105 +#: pretix/control/forms/orders.py:106 #: pretix/control/templates/pretixcontrol/order/deny.html:19 msgid "Notify user by e-mail" msgstr "" -#: pretix/control/forms/orders.py:112 +#: pretix/control/forms/orders.py:113 msgid "Keep a cancellation fee of" msgstr "" -#: pretix/control/forms/orders.py:113 +#: pretix/control/forms/orders.py:114 msgid "" "If you keep a fee, all positions within this order will be canceled and the " "order will be reduced to a paid cancellation fee. Payment and shipping fees " @@ -7934,24 +7946,24 @@ msgid "" "automatically." msgstr "" -#: pretix/control/forms/orders.py:141 +#: pretix/control/forms/orders.py:145 msgid "Payment amount" msgstr "" -#: pretix/control/forms/orders.py:145 +#: pretix/control/forms/orders.py:149 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/control.html:7 -#: pretix/plugins/reports/exporters.py:319 -#: pretix/plugins/reports/exporters.py:381 -#: pretix/plugins/reports/exporters.py:491 -#: pretix/plugins/reports/exporters.py:520 +#: pretix/plugins/reports/exporters.py:322 +#: pretix/plugins/reports/exporters.py:384 +#: pretix/plugins/reports/exporters.py:494 +#: pretix/plugins/reports/exporters.py:523 msgid "Payment date" msgstr "" -#: pretix/control/forms/orders.py:183 +#: pretix/control/forms/orders.py:187 msgid "Re-calculate taxes" msgstr "" -#: pretix/control/forms/orders.py:186 +#: pretix/control/forms/orders.py:190 msgid "" "This operation re-checks if taxes should be paid to the items due to e.g. " "configured reverse charge rules and changes the prices and tax values " @@ -7960,135 +7972,135 @@ msgid "" "this procedure." msgstr "" -#: pretix/control/forms/orders.py:192 +#: pretix/control/forms/orders.py:196 msgid "Issue a new invoice if required" msgstr "" -#: pretix/control/forms/orders.py:196 +#: pretix/control/forms/orders.py:200 msgid "" "If an invoice exists for this order and this operation would change its " "contents, the old invoice will be canceled and a new invoice will be issued." msgstr "" -#: pretix/control/forms/orders.py:201 +#: pretix/control/forms/orders.py:205 msgid "Notify user" msgstr "" -#: pretix/control/forms/orders.py:205 +#: pretix/control/forms/orders.py:209 msgid "" "Send an email to the customer notifying that their order has been changed." msgstr "" -#: pretix/control/forms/orders.py:209 +#: pretix/control/forms/orders.py:213 msgid "Allow to overbook quotas when performing this operation" msgstr "" -#: pretix/control/forms/orders.py:225 +#: pretix/control/forms/orders.py:229 msgid "Add-on to" msgstr "" -#: pretix/control/forms/orders.py:230 +#: pretix/control/forms/orders.py:234 #: pretix/control/templates/pretixcontrol/checkin/index.html:70 #: pretix/control/templates/pretixcontrol/order/change.html:118 #: pretix/control/views/vouchers.py:70 msgid "Seat" msgstr "" -#: pretix/control/forms/orders.py:237 +#: pretix/control/forms/orders.py:241 msgid "Including taxes, if any. Keep empty for the product's default price" msgstr "" -#: pretix/control/forms/orders.py:335 pretix/control/forms/orders.py:339 -#: pretix/control/forms/orders.py:378 pretix/control/forms/orders.py:389 +#: pretix/control/forms/orders.py:339 pretix/control/forms/orders.py:343 +#: pretix/control/forms/orders.py:382 pretix/control/forms/orders.py:393 msgid "(Unchanged)" msgstr "" -#: pretix/control/forms/orders.py:345 pretix/control/forms/orders.py:412 +#: pretix/control/forms/orders.py:349 pretix/control/forms/orders.py:416 msgid "New price (gross)" msgstr "" -#: pretix/control/forms/orders.py:349 +#: pretix/control/forms/orders.py:353 msgid "Generate a new secret" msgstr "" -#: pretix/control/forms/orders.py:353 +#: pretix/control/forms/orders.py:357 msgid "Cancel this position" msgstr "" -#: pretix/control/forms/orders.py:357 +#: pretix/control/forms/orders.py:361 msgid "Split into new order" msgstr "" -#: pretix/control/forms/orders.py:416 +#: pretix/control/forms/orders.py:420 msgid "Remove this fee" msgstr "" -#: pretix/control/forms/orders.py:430 +#: pretix/control/forms/orders.py:434 msgid "Invalidate secrets" msgstr "" -#: pretix/control/forms/orders.py:431 +#: pretix/control/forms/orders.py:435 msgid "" "Regenerates the order and ticket secrets. You will need to re-send the link " "to the order page to the user and the user will need to download his tickets " "again. The old versions will be invalid." msgstr "" -#: pretix/control/forms/orders.py:456 pretix/control/forms/orders.py:639 -#: pretix/control/forms/orders.py:666 pretix/control/forms/vouchers.py:222 +#: pretix/control/forms/orders.py:460 pretix/control/forms/orders.py:643 +#: pretix/control/forms/orders.py:670 pretix/control/forms/vouchers.py:222 #: pretix/plugins/sendmail/forms.py:21 pretix/plugins/sendmail/forms.py:76 msgid "Subject" msgstr "" -#: pretix/control/forms/orders.py:480 +#: pretix/control/forms/orders.py:484 msgid "Recipient" msgstr "" -#: pretix/control/forms/orders.py:486 pretix/control/forms/orders.py:647 -#: pretix/control/forms/orders.py:674 pretix/control/forms/vouchers.py:228 +#: pretix/control/forms/orders.py:490 pretix/control/forms/orders.py:651 +#: pretix/control/forms/orders.py:678 pretix/control/forms/vouchers.py:228 #: pretix/plugins/sendmail/forms.py:22 pretix/plugins/sendmail/forms.py:81 msgid "Message" msgstr "" -#: pretix/control/forms/orders.py:499 +#: pretix/control/forms/orders.py:503 msgid "" "Cancel the order. All tickets will no longer work. This can not be reverted." msgstr "" -#: pretix/control/forms/orders.py:500 +#: pretix/control/forms/orders.py:504 msgid "" "Mark the order as pending and allow the user to pay the open amount with " "another payment method." msgstr "" -#: pretix/control/forms/orders.py:502 +#: pretix/control/forms/orders.py:506 msgid "Do nothing and keep the order as it is." msgstr "" -#: pretix/control/forms/orders.py:529 +#: pretix/control/forms/orders.py:533 msgid "The refund amount needs to be positive and less than {}." msgstr "" -#: pretix/control/forms/orders.py:535 +#: pretix/control/forms/orders.py:539 msgid "You need to specify an amount for a partial refund." msgstr "" -#: pretix/control/forms/orders.py:547 +#: pretix/control/forms/orders.py:551 #, fuzzy #| msgid "Cancel order" msgid "Cancel all dates" msgstr "Atcelt pasūtījumu" -#: pretix/control/forms/orders.py:552 +#: pretix/control/forms/orders.py:556 msgid "Automatically refund money if possible" msgstr "" -#: pretix/control/forms/orders.py:557 +#: pretix/control/forms/orders.py:561 msgid "" "Create manual refund if the payment method odes not support automatic refunds" msgstr "" -#: pretix/control/forms/orders.py:561 +#: pretix/control/forms/orders.py:565 msgid "" "If checked, all payments with a payment method not supporting automatic " "refunds will be on your manual refund to-do list. Do not check if you want " @@ -8096,29 +8108,29 @@ msgid "" "gift cards." msgstr "" -#: pretix/control/forms/orders.py:566 +#: pretix/control/forms/orders.py:570 msgid "" "Refund order value to a gift card instead instead of the original payment " "method" msgstr "" -#: pretix/control/forms/orders.py:572 +#: pretix/control/forms/orders.py:576 #, fuzzy #| msgid "Gift card code" msgid "Gift card validity" msgstr "Dāvanu kartes kods " -#: pretix/control/forms/orders.py:579 +#: pretix/control/forms/orders.py:583 msgid "Special terms and conditions" msgstr "" -#: pretix/control/forms/orders.py:596 +#: pretix/control/forms/orders.py:600 #, fuzzy #| msgid "Order fees" msgid "Keep fees" msgstr "Pasūtījuma maksas" -#: pretix/control/forms/orders.py:599 +#: pretix/control/forms/orders.py:603 msgid "" "The selected types of fees will not be refunded but instead added to the " "cancellation fee. Fees are never refunded in when an order in an event " @@ -8126,25 +8138,25 @@ msgid "" "dates." msgstr "" -#: pretix/control/forms/orders.py:605 +#: pretix/control/forms/orders.py:609 #, fuzzy #| msgid "Order information changed" msgid "Send information via email" msgstr "Pasūtījuma informācija ir mainījusies" -#: pretix/control/forms/orders.py:611 +#: pretix/control/forms/orders.py:615 #, fuzzy #| msgid "Order information changed" msgid "Send information to waiting list" msgstr "Pasūtījuma informācija ir mainījusies" -#: pretix/control/forms/orders.py:642 pretix/control/forms/orders.py:668 +#: pretix/control/forms/orders.py:646 pretix/control/forms/orders.py:672 #, fuzzy, python-brace-format #| msgid "Can create events" msgid "Canceled: {event}" msgstr "Var radīt pasākumus" -#: pretix/control/forms/orders.py:653 +#: pretix/control/forms/orders.py:657 #, python-brace-format msgid "" "Hello,\n" @@ -8162,7 +8174,7 @@ msgid "" "Your {event} team" msgstr "" -#: pretix/control/forms/orders.py:680 +#: pretix/control/forms/orders.py:684 #, python-brace-format msgid "" "Hello,\n" @@ -8176,7 +8188,7 @@ msgid "" "Your {event} team" msgstr "" -#: pretix/control/forms/orders.py:711 +#: pretix/control/forms/orders.py:715 msgid "Please confirm that you want to cancel ALL dates in this event series." msgstr "" @@ -8229,7 +8241,7 @@ msgstr "" msgid "This will be displayed on the organizer homepage." msgstr "" -#: pretix/control/forms/organizer.py:279 +#: pretix/control/forms/organizer.py:280 msgid "" "If you provide a logo image, we will by default not show your organization " "name in the page header. By default, we show your logo with a size of up to " @@ -8238,67 +8250,67 @@ msgid "" "smaller screens." msgstr "" -#: pretix/control/forms/organizer.py:298 +#: pretix/control/forms/organizer.py:299 msgid "Show availability in event overviews" msgstr "" -#: pretix/control/forms/organizer.py:299 +#: pretix/control/forms/organizer.py:300 msgid "" "If checked, the list of events will show if events are sold out. This might " "make for longer page loading times if you have lots of events and the shown " "status might be out of date for up to two minutes." msgstr "" -#: pretix/control/forms/organizer.py:305 +#: pretix/control/forms/organizer.py:306 msgid "Link back to organizer overview on all event pages" msgstr "" -#: pretix/control/forms/organizer.py:312 +#: pretix/control/forms/organizer.py:313 msgid "" "Choose all languages that your organizer homepage should be available in." msgstr "" -#: pretix/control/forms/organizer.py:323 +#: pretix/control/forms/organizer.py:324 msgid "Favicon" msgstr "" -#: pretix/control/forms/organizer.py:326 +#: pretix/control/forms/organizer.py:328 msgid "" "If you provide a favicon, we will show it instead of the default pretix " "icon. We recommend a size of at least 200x200px to accommodate most devices." msgstr "" -#: pretix/control/forms/organizer.py:330 +#: pretix/control/forms/organizer.py:332 #, fuzzy #| msgid "Gift card code" msgid "Length of gift card codes" msgstr "Dāvanu kartes kods " -#: pretix/control/forms/organizer.py:331 +#: pretix/control/forms/organizer.py:333 msgid "" "The system generates by default {}-character long gift card codes. However, " "if a different length is required, it can be set here." msgstr "" -#: pretix/control/forms/organizer.py:336 +#: pretix/control/forms/organizer.py:338 #, fuzzy #| msgid "Gift card code" msgid "Validity of gift card codes in years" msgstr "Dāvanu kartes kods " -#: pretix/control/forms/organizer.py:337 +#: pretix/control/forms/organizer.py:339 msgid "" "If you set a number here, gift cards will by default expire at the end of " "the year after this many years. If you keep it empty, gift cards do not have " "an explicit expiry date." msgstr "" -#: pretix/control/forms/organizer.py:352 +#: pretix/control/forms/organizer.py:354 msgctxt "webhooks" msgid "Event types" msgstr "" -#: pretix/control/forms/organizer.py:383 +#: pretix/control/forms/organizer.py:385 msgid "Gift card value" msgstr "" @@ -9892,7 +9904,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/organizers/detail.html:43 #: pretix/control/templates/pretixcontrol/organizers/giftcards.html:38 #: pretix/control/templates/pretixcontrol/organizers/index.html:18 -#: pretix/control/templates/pretixcontrol/search/orders.html:27 +#: pretix/control/templates/pretixcontrol/search/orders.html:33 #: pretix/control/templates/pretixcontrol/subevents/index.html:41 #: pretix/control/templates/pretixcontrol/users/index.html:22 #: pretix/control/templates/pretixcontrol/vouchers/index.html:54 @@ -9977,7 +9989,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/order/pay.html:33 #: pretix/control/templates/pretixcontrol/order/pay_complete.html:28 #: pretix/control/templates/pretixcontrol/order/reactivate.html:30 -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:155 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:169 #: pretix/control/templates/pretixcontrol/order/refund_done.html:26 #: pretix/control/templates/pretixcontrol/order/refund_process.html:47 #: pretix/control/templates/pretixcontrol/order/refund_start.html:51 @@ -10029,9 +10041,9 @@ msgstr "" #: pretix/control/templates/pretixcontrol/checkin/list_edit.html:10 #: pretix/control/templates/pretixcontrol/checkin/list_edit.html:17 -#: pretix/plugins/checkinlists/exporters.py:38 -#: pretix/plugins/checkinlists/exporters.py:88 -#: pretix/plugins/checkinlists/exporters.py:315 +#: pretix/plugins/checkinlists/exporters.py:39 +#: pretix/plugins/checkinlists/exporters.py:107 +#: pretix/plugins/checkinlists/exporters.py:374 #: pretix/plugins/pretixdroid/forms.py:39 #: pretix/plugins/pretixdroid/models.py:24 #: pretix/plugins/pretixdroid/templates/pretixplugins/pretixdroid/configuration.html:79 @@ -10719,7 +10731,7 @@ msgid "Installed plugins" msgstr "" #: pretix/control/templates/pretixcontrol/event/plugins.html:10 -#: pretix/control/views/checkin.py:260 pretix/control/views/event.py:177 +#: pretix/control/views/checkin.py:264 pretix/control/views/event.py:177 #: pretix/control/views/event.py:317 pretix/control/views/event.py:396 #: pretix/control/views/event.py:436 pretix/control/views/event.py:594 #: pretix/control/views/event.py:785 pretix/control/views/event.py:1135 @@ -10882,14 +10894,14 @@ msgid "Basics" msgstr "" #: pretix/control/templates/pretixcontrol/event/settings.html:31 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:44 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:46 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:349 #: pretix/control/templates/pretixcontrol/subevents/detail.html:32 msgid "Geo coordinates" msgstr "" #: pretix/control/templates/pretixcontrol/event/settings.html:32 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:45 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:47 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:271 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:275 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:350 @@ -10898,7 +10910,7 @@ msgid "Optional" msgstr "" #: pretix/control/templates/pretixcontrol/event/settings.html:39 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:52 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:54 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:357 #: pretix/control/templates/pretixcontrol/subevents/detail.html:40 msgid "Geocoding data © OpenStreetMap" @@ -10930,7 +10942,7 @@ msgid "Shop design" msgstr "" #: pretix/control/templates/pretixcontrol/event/settings.html:124 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:74 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:76 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:392 #: pretix/control/templates/pretixcontrol/subevents/detail.html:76 msgid "Timeline" @@ -11172,7 +11184,7 @@ msgid "" "We strongly recommend against using short forms of more then 16 characters." msgstr "" -#: pretix/control/templates/pretixcontrol/events/create_basics.html:68 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:70 msgid "Display settings" msgstr "" @@ -11190,7 +11202,40 @@ msgid "" "that contain the event name." msgstr "" -#: pretix/control/templates/pretixcontrol/events/create_foundation.html:10 +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:13 +msgid "Singular event or non-event shop" +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:15 +msgid "" +"An event with individual configuration. If you create more events later, you " +"can copy the event to save yourself some work." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:21 +msgid "" +"Examples: Conferences, workshops, trade fairs, one-off concerts, sale of " +"digital content, multi-day events with combination tickets." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:32 +msgid "Event series or time slot booking" +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:34 +msgid "" +"A series of events that share the same configuration. They can still be " +"different in their dates, locations, prices, and capacities." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:40 +msgid "" +"Examples: Multiple presentations of the same show, same concert in multiple " +"locations, museums, libraries, or swimming pools, events that need to be " +"booked together in one cart." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:53 msgid "" "Please note that you will only be able to delete your event until the first " "order has been created." @@ -11610,8 +11655,8 @@ msgstr "" #: pretix/control/templates/pretixcontrol/items/question.html:20 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:14 #: pretix/control/templates/pretixcontrol/orders/overview.html:68 -#: pretix/plugins/checkinlists/exporters.py:343 -#: pretix/plugins/reports/exporters.py:223 +#: pretix/plugins/checkinlists/exporters.py:402 +#: pretix/plugins/reports/exporters.py:226 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:17 msgid "Paid" msgstr "Apmaksāts" @@ -12431,10 +12476,10 @@ msgstr "Nodokļi" #: pretix/control/templates/pretixcontrol/order/index.html:550 #: pretix/control/templates/pretixcontrol/orders/overview.html:69 #: pretix/control/templates/pretixcontrol/orders/overview.html:146 -#: pretix/plugins/reports/exporters.py:223 -#: pretix/plugins/reports/exporters.py:278 -#: pretix/plugins/reports/exporters.py:447 -#: pretix/plugins/reports/exporters.py:591 +#: pretix/plugins/reports/exporters.py:226 +#: pretix/plugins/reports/exporters.py:281 +#: pretix/plugins/reports/exporters.py:450 +#: pretix/plugins/reports/exporters.py:594 #: pretix/presale/templates/pretixpresale/event/fragment_cart.html:292 msgid "Total" msgstr "Kopā" @@ -12631,54 +12676,54 @@ msgctxt "amount_label" msgid "Automatically refund" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:59 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:63 msgid "Automatically refund full amount" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:62 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:66 msgid "This payment method does not support automatic refunds." msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:70 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:74 msgid "Transfer to other order" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:73 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:77 msgctxt "amount_label" msgid "Transfer" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:81 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:85 msgctxt "order_label" msgid "to" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:91 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:95 #: pretix/control/templates/pretixcontrol/organizers/giftcard_create.html:5 msgid "Create a new gift card" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:103 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:113 #, fuzzy #| msgid "This gift card is not accepted by this event organizer." msgid "" "The gift card can be used to buy tickets for all events of this organizer." msgstr "Šis pasākumu rīkotājs nepieņem šāda veida dāvanu kartes." -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:111 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:121 msgid "Manual refund" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:114 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:124 msgctxt "amount_label" msgid "Manually refund" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:125 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:139 msgid "Keep transfer as to do" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:129 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:143 #: pretix/control/templates/pretixcontrol/order/refund_done.html:5 #: pretix/control/templates/pretixcontrol/order/refund_done.html:9 #: pretix/control/templates/pretixcontrol/order/refund_process.html:6 @@ -12686,7 +12731,7 @@ msgstr "" msgid "Mark refund as done" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:139 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:153 msgid "" "Any payments that you selected for automatical refunds will be immediately " "communicate the refund request to the respective payment provider. Manual " @@ -12694,7 +12739,7 @@ msgid "" "done once you actually transferred the money back to the customer." msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:160 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:174 msgid "Perform refund" msgstr "" @@ -12927,29 +12972,29 @@ msgid "Remove filter" msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:132 -#: pretix/control/templates/pretixcontrol/search/orders.html:78 +#: pretix/control/templates/pretixcontrol/search/orders.html:83 msgid "CANCELLATION REQUESTED" msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:135 #: pretix/control/templates/pretixcontrol/orders/index.html:137 -#: pretix/control/templates/pretixcontrol/search/orders.html:81 -#: pretix/control/templates/pretixcontrol/search/orders.html:83 +#: pretix/control/templates/pretixcontrol/search/orders.html:86 +#: pretix/control/templates/pretixcontrol/search/orders.html:88 msgid "REFUND PENDING" msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:140 -#: pretix/control/templates/pretixcontrol/search/orders.html:86 +#: pretix/control/templates/pretixcontrol/search/orders.html:91 msgid "OVERPAID" msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:142 -#: pretix/control/templates/pretixcontrol/search/orders.html:88 +#: pretix/control/templates/pretixcontrol/search/orders.html:93 msgid "UNDERPAID" msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:144 -#: pretix/control/templates/pretixcontrol/search/orders.html:90 +#: pretix/control/templates/pretixcontrol/search/orders.html:95 msgid "FULLY PAID" msgstr "" @@ -12990,7 +13035,7 @@ msgid "" msgstr "" #: pretix/control/templates/pretixcontrol/orders/overview.html:61 -#: pretix/plugins/reports/exporters.py:219 +#: pretix/plugins/reports/exporters.py:222 msgid "Purchased" msgstr "" @@ -13644,7 +13689,7 @@ msgstr "" msgid "pretix Logo" msgstr "" -#: pretix/control/templates/pretixcontrol/search/orders.html:99 +#: pretix/control/templates/pretixcontrol/search/orders.html:104 msgid "" "We couldn't find any orders that you have access to and that match your " "search query." @@ -14720,15 +14765,15 @@ msgstr "" msgid "The selected check-ins have been reverted." msgstr "" -#: pretix/control/views/checkin.py:163 +#: pretix/control/views/checkin.py:167 msgid "The selected tickets have been marked as checked in." msgstr "" -#: pretix/control/views/checkin.py:227 +#: pretix/control/views/checkin.py:231 msgid "The new check-in list has been created." msgstr "" -#: pretix/control/views/checkin.py:234 pretix/control/views/checkin.py:277 +#: pretix/control/views/checkin.py:238 pretix/control/views/checkin.py:281 #: pretix/control/views/event.py:206 pretix/control/views/event.py:399 #: pretix/control/views/event.py:439 pretix/control/views/event.py:597 #: pretix/control/views/event.py:754 pretix/control/views/event.py:1094 @@ -14743,11 +14788,11 @@ msgstr "" msgid "We could not save your changes. See below for details." msgstr "" -#: pretix/control/views/checkin.py:256 pretix/control/views/checkin.py:293 +#: pretix/control/views/checkin.py:260 pretix/control/views/checkin.py:297 msgid "The requested list does not exist." msgstr "" -#: pretix/control/views/checkin.py:302 +#: pretix/control/views/checkin.py:306 msgid "The selected list has been deleted." msgstr "" @@ -14982,7 +15027,7 @@ msgstr "" msgid "Could not update the comment." msgstr "" -#: pretix/control/views/event.py:1061 pretix/control/views/main.py:296 +#: pretix/control/views/event.py:1061 pretix/control/views/main.py:276 msgid "VAT" msgstr "" @@ -15957,30 +16002,30 @@ msgstr "" msgid "8 portrait A7 pages on one A4 page" msgstr "" -#: pretix/plugins/badges/exporters.py:186 +#: pretix/plugins/badges/exporters.py:194 msgid "None of the selected products is configured to print badges." msgstr "" -#: pretix/plugins/badges/exporters.py:192 +#: pretix/plugins/badges/exporters.py:200 msgid "Attendee badges" msgstr "" -#: pretix/plugins/badges/exporters.py:212 +#: pretix/plugins/badges/exporters.py:220 #: pretix/plugins/ticketoutputpdf/exporters.py:32 msgid "Include pending orders" msgstr "" -#: pretix/plugins/badges/exporters.py:217 +#: pretix/plugins/badges/exporters.py:225 msgid "Include add-on or bundled positions" msgstr "" -#: pretix/plugins/badges/exporters.py:222 +#: pretix/plugins/badges/exporters.py:230 #, fuzzy #| msgid "Question option" msgid "Rendering option" msgstr "Jautājuma iespēja" -#: pretix/plugins/badges/exporters.py:227 +#: pretix/plugins/badges/exporters.py:235 msgid "" "This option allows you to align multiple badges on one page, for example if " "you want to print to a sheet of stickers with a regular office printer. " @@ -15988,10 +16033,10 @@ msgid "" "correct size." msgstr "" -#: pretix/plugins/badges/exporters.py:233 -#: pretix/plugins/checkinlists/exporters.py:56 -#: pretix/plugins/reports/exporters.py:315 -#: pretix/plugins/reports/exporters.py:487 +#: pretix/plugins/badges/exporters.py:241 +#: pretix/plugins/checkinlists/exporters.py:71 +#: pretix/plugins/reports/exporters.py:318 +#: pretix/plugins/reports/exporters.py:490 #: pretix/plugins/ticketoutputpdf/exporters.py:37 msgid "Sort by" msgstr "" @@ -16521,33 +16566,41 @@ msgstr "" msgid "This plugin allows you to generate check-in lists for your conference." msgstr "" -#: pretix/plugins/checkinlists/exporters.py:46 +#: pretix/plugins/checkinlists/exporters.py:50 +msgid "Only include tickets for dates on or after this date." +msgstr "" + +#: pretix/plugins/checkinlists/exporters.py:57 +msgid "Only include tickets for dates on or before this date." +msgstr "" + +#: pretix/plugins/checkinlists/exporters.py:61 msgid "Include QR-code secret" msgstr "" -#: pretix/plugins/checkinlists/exporters.py:51 +#: pretix/plugins/checkinlists/exporters.py:66 msgid "Only tickets requiring special attention" msgstr "" -#: pretix/plugins/checkinlists/exporters.py:71 +#: pretix/plugins/checkinlists/exporters.py:86 msgid "Include questions" msgstr "" -#: pretix/plugins/checkinlists/exporters.py:183 +#: pretix/plugins/checkinlists/exporters.py:222 msgid "Check-in list (PDF)" msgstr "" #. Translators: maximum 5 characters -#: pretix/plugins/checkinlists/exporters.py:234 +#: pretix/plugins/checkinlists/exporters.py:284 msgctxt "tablehead" msgid "paid" msgstr "" -#: pretix/plugins/checkinlists/exporters.py:337 +#: pretix/plugins/checkinlists/exporters.py:396 msgid "Automatically checked in" msgstr "" -#: pretix/plugins/checkinlists/exporters.py:346 +#: pretix/plugins/checkinlists/exporters.py:405 #: pretix/plugins/paypal/payment.py:86 msgid "Secret" msgstr "" @@ -16629,43 +16682,43 @@ msgid "" "to send any payments." msgstr "" -#: pretix/plugins/paypal/payment.py:205 pretix/plugins/paypal/payment.py:291 -#: pretix/plugins/paypal/payment.py:306 pretix/plugins/paypal/payment.py:309 -#: pretix/plugins/paypal/payment.py:367 +#: pretix/plugins/paypal/payment.py:205 pretix/plugins/paypal/payment.py:298 +#: pretix/plugins/paypal/payment.py:313 pretix/plugins/paypal/payment.py:316 +#: pretix/plugins/paypal/payment.py:374 pretix/plugins/paypal/payment.py:515 msgid "We had trouble communicating with PayPal" msgstr "" -#: pretix/plugins/paypal/payment.py:323 pretix/plugins/paypal/payment.py:332 -#: pretix/plugins/paypal/payment.py:393 +#: pretix/plugins/paypal/payment.py:330 pretix/plugins/paypal/payment.py:339 +#: pretix/plugins/paypal/payment.py:400 msgid "" "We were unable to process your payment. See below for details on how to " "proceed." msgstr "" -#: pretix/plugins/paypal/payment.py:374 pretix/plugins/paypal/payment.py:383 +#: pretix/plugins/paypal/payment.py:381 pretix/plugins/paypal/payment.py:390 msgid "" "PayPal has not yet approved the payment. We will inform you as soon as the " "payment completed." msgstr "" -#: pretix/plugins/paypal/payment.py:408 pretix/plugins/stripe/payment.py:435 +#: pretix/plugins/paypal/payment.py:415 pretix/plugins/stripe/payment.py:435 #: pretix/plugins/stripe/payment.py:787 msgid "There was an error sending the confirmation mail." msgstr "Nosūtot apstiprinājuma epastu, radās kļūda." -#: pretix/plugins/paypal/payment.py:485 pretix/plugins/paypal/payment.py:492 +#: pretix/plugins/paypal/payment.py:492 pretix/plugins/paypal/payment.py:499 msgid "Refunding the amount via PayPal failed: {}" msgstr "" -#: pretix/plugins/paypal/payment.py:591 pretix/plugins/paypal/payment.py:599 +#: pretix/plugins/paypal/payment.py:615 pretix/plugins/paypal/payment.py:623 msgid "The payment for this invoice has already been received." msgstr "" -#: pretix/plugins/paypal/payment.py:592 pretix/plugins/paypal/payment.py:600 +#: pretix/plugins/paypal/payment.py:616 pretix/plugins/paypal/payment.py:624 msgid "PayPal payment ID" msgstr "" -#: pretix/plugins/paypal/payment.py:594 +#: pretix/plugins/paypal/payment.py:618 msgid "PayPal sale ID" msgstr "" @@ -17036,48 +17089,48 @@ msgstr "" msgid "Created: %s" msgstr "" -#: pretix/plugins/reports/exporters.py:153 +#: pretix/plugins/reports/exporters.py:156 msgid "Order overview (PDF)" msgstr "" -#: pretix/plugins/reports/exporters.py:197 +#: pretix/plugins/reports/exporters.py:200 #: pretix/plugins/statistics/templates/pretixplugins/statistics/index.html:58 msgid "Orders by product" msgstr "" -#: pretix/plugins/reports/exporters.py:202 +#: pretix/plugins/reports/exporters.py:205 #, python-brace-format msgid "{axis} between {start} and {end}" msgstr "" -#: pretix/plugins/reports/exporters.py:227 -#: pretix/plugins/reports/exporters.py:228 -#: pretix/plugins/reports/exporters.py:229 #: pretix/plugins/reports/exporters.py:230 #: pretix/plugins/reports/exporters.py:231 +#: pretix/plugins/reports/exporters.py:232 +#: pretix/plugins/reports/exporters.py:233 +#: pretix/plugins/reports/exporters.py:234 msgid "#" msgstr "" -#: pretix/plugins/reports/exporters.py:299 +#: pretix/plugins/reports/exporters.py:302 msgid "List of orders with taxes (PDF)" msgstr "" -#: pretix/plugins/reports/exporters.py:376 +#: pretix/plugins/reports/exporters.py:379 #, python-brace-format msgid "Orders by tax rate ({currency})" msgstr "" -#: pretix/plugins/reports/exporters.py:385 -#: pretix/plugins/reports/exporters.py:521 +#: pretix/plugins/reports/exporters.py:388 +#: pretix/plugins/reports/exporters.py:524 msgid "Gross" msgstr "" -#: pretix/plugins/reports/exporters.py:385 -#: pretix/plugins/reports/exporters.py:521 +#: pretix/plugins/reports/exporters.py:388 +#: pretix/plugins/reports/exporters.py:524 msgid "Tax" msgstr "" -#: pretix/plugins/reports/exporters.py:470 +#: pretix/plugins/reports/exporters.py:473 msgid "List of orders with taxes" msgstr "" @@ -18215,7 +18268,7 @@ msgid "Show all events of %(name)s" msgstr "Rādīt visus notikumus no %(name)s" #: pretix/presale/templates/pretixpresale/event/base.html:98 -#: pretix/presale/templates/pretixpresale/event/base.html:128 +#: pretix/presale/templates/pretixpresale/event/base.html:132 msgid "" "This ticket shop is currently in test mode. Please do not perform any real " "purchases as your order might be deleted without notice." @@ -18224,7 +18277,7 @@ msgstr "" "pirkumus, jo pasūtījums var tikt dzēsts bez iepriekšēja brīdinājuma." #: pretix/presale/templates/pretixpresale/event/base.html:104 -#: pretix/presale/templates/pretixpresale/event/base.html:134 +#: pretix/presale/templates/pretixpresale/event/base.html:138 msgid "" "Orders made through this sales channel cannot be deleted - even if the " "ticket shop is in test mode!" @@ -18232,11 +18285,11 @@ msgstr "" "Pasūtījumus, kas veikti caur šo tirdzniecības kanālu, nevar izdzēst - pat ja " "biļešu veikals darbojas testa režīmā!" -#: pretix/presale/templates/pretixpresale/event/base.html:142 +#: pretix/presale/templates/pretixpresale/event/base.html:146 msgid "Contact event organizer" msgstr "Sazinies ar pasākuma rīkotāju" -#: pretix/presale/templates/pretixpresale/event/base.html:145 +#: pretix/presale/templates/pretixpresale/event/base.html:149 msgid "Imprint" msgstr "Kontaktinformācija" @@ -18685,6 +18738,11 @@ msgstr "Apjoms of %(item)s ko pasūtīt" msgid "Go" msgstr "Aiziet" +#: pretix/presale/templates/pretixpresale/event/fragment_subevent_calendar_week.html:21 +#: pretix/presale/templates/pretixpresale/organizers/calendar_week.html:48 +msgid "W" +msgstr "" + #: pretix/presale/templates/pretixpresale/event/fragment_subevent_list.html:21 #: pretix/presale/templates/pretixpresale/event/fragment_subevent_list.html:30 #: pretix/presale/templates/pretixpresale/fragment_calendar.html:71 @@ -19451,19 +19509,19 @@ msgstr "Lūdzu, ievadiet tikai ciparus." msgid "Please enter positive numbers only." msgstr "Lūdzu, ievadiet tikai pozitīvus skaitļus." -#: pretix/presale/views/cart.py:338 +#: pretix/presale/views/cart.py:340 msgid "We applied the voucher to as many products in your cart as we could." msgstr "" -#: pretix/presale/views/cart.py:360 +#: pretix/presale/views/cart.py:362 msgid "Your cart has been updated." msgstr "Jūsu grozs ir atjaunināts." -#: pretix/presale/views/cart.py:363 pretix/presale/views/cart.py:385 +#: pretix/presale/views/cart.py:365 pretix/presale/views/cart.py:387 msgid "Your cart is now empty." msgstr "Jūsu grozs tagad ir tukšs." -#: pretix/presale/views/cart.py:400 +#: pretix/presale/views/cart.py:402 msgid "The products have been successfully added to your cart." msgstr "Produkti ir veiksmīgi pievienoti jūsu grozam." diff --git a/src/pretix/locale/lv/LC_MESSAGES/djangojs.po b/src/pretix/locale/lv/LC_MESSAGES/djangojs.po index 9146966c4..31b2b3bfd 100644 --- a/src/pretix/locale/lv/LC_MESSAGES/djangojs.po +++ b/src/pretix/locale/lv/LC_MESSAGES/djangojs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-05-13 16:45+0000\n" +"POT-Creation-Date: 2020-06-10 16:02+0000\n" "PO-Revision-Date: 2019-11-13 06:00+0000\n" "Last-Translator: Zane Smite \n" "Language-Team: Latvian " msgstr "" -#: pretix/base/pdf.py:343 pretix/base/pdf.py:350 -#: pretix/plugins/badges/exporters.py:238 -#: pretix/plugins/checkinlists/exporters.py:62 -#: pretix/plugins/checkinlists/exporters.py:335 +#: pretix/base/pdf.py:348 pretix/base/pdf.py:355 +#: pretix/plugins/badges/exporters.py:246 +#: pretix/plugins/checkinlists/exporters.py:77 +#: pretix/plugins/checkinlists/exporters.py:394 #: pretix/plugins/ticketoutputpdf/exporters.py:42 #, python-brace-format msgid "Attendee name: {part}" msgstr "" -#: pretix/base/pdf.py:360 +#: pretix/base/pdf.py:365 #, python-brace-format msgid "Invoice address name: {part}" msgstr "" -#: pretix/base/pdf.py:522 pretix/plugins/ticketoutputpdf/ticketoutput.py:78 +#: pretix/base/pdf.py:527 pretix/plugins/ticketoutputpdf/ticketoutput.py:78 msgid "Ticket" msgstr "" @@ -4124,7 +4139,7 @@ msgid "" "busy. Please try again." msgstr "" -#: pretix/base/services/cart.py:54 pretix/presale/views/cart.py:174 +#: pretix/base/services/cart.py:54 pretix/presale/views/cart.py:176 msgid "You did not select any products." msgstr "" @@ -4370,7 +4385,7 @@ msgctxt "invoice" msgid "Attendee: {name}" msgstr "" -#: pretix/base/services/invoices.py:170 pretix/plugins/reports/exporters.py:215 +#: pretix/base/services/invoices.py:170 pretix/plugins/reports/exporters.py:218 msgctxt "subevent" msgid "Date: {}" msgstr "" @@ -4525,7 +4540,7 @@ msgid "" "the position from your cart." msgstr "" -#: pretix/base/services/orders.py:153 pretix/control/forms/orders.py:68 +#: pretix/base/services/orders.py:153 pretix/control/forms/orders.py:69 msgid "The new expiry date needs to be in the future." msgstr "" @@ -4560,7 +4575,7 @@ msgid "" "order has already been redeemed." msgstr "" -#: pretix/base/services/orders.py:391 pretix/control/forms/orders.py:132 +#: pretix/base/services/orders.py:391 pretix/control/forms/orders.py:136 msgid "" "The cancellation fee cannot be higher than the payment credit of this order." msgstr "" @@ -4681,14 +4696,14 @@ msgid "" "contact the event organizer for further information." msgstr "" -#: pretix/base/services/seating.py:35 pretix/base/services/seating.py:90 +#: pretix/base/services/seating.py:35 pretix/base/services/seating.py:94 #, python-format msgid "" "You can not change the plan since seat \"%s\" is not present in the new plan " "and is already sold." msgstr "" -#: pretix/base/services/seating.py:93 +#: pretix/base/services/seating.py:97 #, python-format msgid "" "You can not change the plan since seat \"%s\" is not present in the new plan " @@ -5197,7 +5212,7 @@ msgstr "" msgid "Available languages" msgstr "" -#: pretix/base/settings.py:707 pretix/control/forms/event.py:96 +#: pretix/base/settings.py:707 pretix/control/forms/event.py:91 msgid "Default language" msgstr "" @@ -5233,7 +5248,7 @@ msgstr "" msgid "Hide all products that are sold out" msgstr "" -#: pretix/base/settings.py:757 pretix/control/forms/event.py:1177 +#: pretix/base/settings.py:757 pretix/control/forms/event.py:1176 msgid "Publicly show how many tickets of a certain type are still available." msgstr "" @@ -5249,7 +5264,7 @@ msgstr "" msgid "Enable waiting list" msgstr "" -#: pretix/base/settings.py:785 pretix/control/forms/event.py:1182 +#: pretix/base/settings.py:785 pretix/control/forms/event.py:1181 msgid "" "Once a ticket is sold out, people can add themselves to a waiting list. As " "soon as a ticket becomes available again, it will be reserved for the first " @@ -5333,7 +5348,7 @@ msgid "" msgstr "" #: pretix/base/settings.py:888 pretix/base/settings.py:896 -#: pretix/control/forms/organizer.py:292 +#: pretix/control/forms/organizer.py:293 #: pretix/presale/templates/pretixpresale/organizers/calendar.html:25 #: pretix/presale/templates/pretixpresale/organizers/calendar_week.html:25 #: pretix/presale/templates/pretixpresale/organizers/index.html:34 @@ -5341,16 +5356,16 @@ msgid "List" msgstr "" #: pretix/base/settings.py:889 pretix/base/settings.py:897 -#: pretix/control/forms/organizer.py:293 +#: pretix/control/forms/organizer.py:294 msgid "Week calendar" msgstr "" #: pretix/base/settings.py:890 pretix/base/settings.py:898 -#: pretix/control/forms/organizer.py:294 +#: pretix/control/forms/organizer.py:295 msgid "Month calendar" msgstr "" -#: pretix/base/settings.py:894 pretix/control/forms/organizer.py:290 +#: pretix/base/settings.py:894 pretix/control/forms/organizer.py:291 msgid "Default overview style" msgstr "" @@ -5384,7 +5399,7 @@ msgid "" "Otherwise, a manual refund will be created for you to process manually." msgstr "" -#: pretix/base/settings.py:952 pretix/control/forms/orders.py:586 +#: pretix/base/settings.py:952 pretix/control/forms/orders.py:590 msgid "Keep a fixed cancellation fee" msgstr "" @@ -5392,7 +5407,7 @@ msgstr "" msgid "Keep payment, shipping and service fees" msgstr "" -#: pretix/base/settings.py:973 pretix/control/forms/orders.py:591 +#: pretix/base/settings.py:973 pretix/control/forms/orders.py:595 msgid "Keep a percentual cancellation fee" msgstr "" @@ -5448,19 +5463,19 @@ msgstr "" msgid "Refund method" msgstr "" -#: pretix/base/settings.py:1051 pretix/control/forms/event.py:1205 +#: pretix/base/settings.py:1051 pretix/control/forms/event.py:1204 msgid "Contact address" msgstr "" -#: pretix/base/settings.py:1052 pretix/control/forms/event.py:1207 +#: pretix/base/settings.py:1052 pretix/control/forms/event.py:1206 msgid "We'll show this publicly to allow attendees to contact you." msgstr "" -#: pretix/base/settings.py:1060 pretix/control/forms/event.py:1199 +#: pretix/base/settings.py:1060 pretix/control/forms/event.py:1198 msgid "Imprint URL" msgstr "" -#: pretix/base/settings.py:1061 pretix/control/forms/event.py:1200 +#: pretix/base/settings.py:1061 pretix/control/forms/event.py:1199 msgid "" "This should point e.g. to a part of your website that has your contact " "details and legal information." @@ -5849,100 +5864,100 @@ msgctxt "subevent" msgid "Date ordering" msgstr "" -#: pretix/base/settings.py:1657 +#: pretix/base/settings.py:1665 msgid "Most common English titles" msgstr "" -#: pretix/base/settings.py:1667 +#: pretix/base/settings.py:1675 msgid "Most common German titles" msgstr "" -#: pretix/base/settings.py:1676 pretix/base/settings.py:1689 -#: pretix/base/settings.py:1705 pretix/base/settings.py:1755 -#: pretix/base/settings.py:1768 pretix/base/settings.py:1782 +#: pretix/base/settings.py:1684 pretix/base/settings.py:1697 +#: pretix/base/settings.py:1713 pretix/base/settings.py:1763 +#: pretix/base/settings.py:1776 pretix/base/settings.py:1790 msgid "Given name" msgstr "" -#: pretix/base/settings.py:1677 pretix/base/settings.py:1690 -#: pretix/base/settings.py:1706 pretix/base/settings.py:1722 -#: pretix/base/settings.py:1739 pretix/base/settings.py:1754 -#: pretix/base/settings.py:1769 pretix/base/settings.py:1783 +#: pretix/base/settings.py:1685 pretix/base/settings.py:1698 +#: pretix/base/settings.py:1714 pretix/base/settings.py:1730 +#: pretix/base/settings.py:1747 pretix/base/settings.py:1762 +#: pretix/base/settings.py:1777 pretix/base/settings.py:1791 msgid "Family name" msgstr "" -#: pretix/base/settings.py:1681 pretix/base/settings.py:1697 -#: pretix/base/settings.py:1713 pretix/base/settings.py:1728 -#: pretix/base/settings.py:1746 pretix/base/settings.py:1761 -#: pretix/base/settings.py:1791 pretix/base/settings.py:1814 +#: pretix/base/settings.py:1689 pretix/base/settings.py:1705 +#: pretix/base/settings.py:1721 pretix/base/settings.py:1736 +#: pretix/base/settings.py:1754 pretix/base/settings.py:1769 +#: pretix/base/settings.py:1799 pretix/base/settings.py:1822 msgctxt "person_name_sample" msgid "John" msgstr "" -#: pretix/base/settings.py:1682 pretix/base/settings.py:1698 -#: pretix/base/settings.py:1714 pretix/base/settings.py:1730 -#: pretix/base/settings.py:1748 pretix/base/settings.py:1762 -#: pretix/base/settings.py:1792 +#: pretix/base/settings.py:1690 pretix/base/settings.py:1706 +#: pretix/base/settings.py:1722 pretix/base/settings.py:1738 +#: pretix/base/settings.py:1756 pretix/base/settings.py:1770 +#: pretix/base/settings.py:1800 msgctxt "person_name_sample" msgid "Doe" msgstr "" -#: pretix/base/settings.py:1688 pretix/base/settings.py:1704 -#: pretix/base/settings.py:1736 +#: pretix/base/settings.py:1696 pretix/base/settings.py:1712 +#: pretix/base/settings.py:1744 msgctxt "person_name" msgid "Title" msgstr "" -#: pretix/base/settings.py:1696 pretix/base/settings.py:1712 -#: pretix/base/settings.py:1745 +#: pretix/base/settings.py:1704 pretix/base/settings.py:1720 +#: pretix/base/settings.py:1753 msgctxt "person_name_sample" msgid "Dr" msgstr "" -#: pretix/base/settings.py:1720 pretix/base/settings.py:1737 +#: pretix/base/settings.py:1728 pretix/base/settings.py:1745 msgid "First name" msgstr "" -#: pretix/base/settings.py:1721 pretix/base/settings.py:1738 +#: pretix/base/settings.py:1729 pretix/base/settings.py:1746 msgid "Middle name" msgstr "" -#: pretix/base/settings.py:1802 pretix/base/settings.py:1813 +#: pretix/base/settings.py:1810 pretix/base/settings.py:1821 msgctxt "person_name_sample" msgid "John Doe" msgstr "" -#: pretix/base/settings.py:1808 +#: pretix/base/settings.py:1816 msgid "Calling name" msgstr "" -#: pretix/base/settings.py:1821 +#: pretix/base/settings.py:1829 msgid "Latin transcription" msgstr "" -#: pretix/base/settings.py:1924 pretix/control/forms/event.py:176 +#: pretix/base/settings.py:1932 pretix/control/forms/event.py:172 msgid "" "Your default locale must also be enabled for your event (see box above)." msgstr "" -#: pretix/base/settings.py:1928 +#: pretix/base/settings.py:1936 msgid "" "You cannot require specifying attendee names if you do not ask for them." msgstr "" -#: pretix/base/settings.py:1932 +#: pretix/base/settings.py:1940 msgid "You have to ask for attendee emails if you want to make them required." msgstr "" -#: pretix/base/settings.py:1936 +#: pretix/base/settings.py:1944 msgid "" "You have to ask for invoice addresses if you want to make them required." msgstr "" -#: pretix/base/settings.py:1940 +#: pretix/base/settings.py:1948 msgid "You have to require invoice addresses to require for company names." msgstr "" -#: pretix/base/settings.py:1947 +#: pretix/base/settings.py:1955 msgid "The last payment date cannot be before the end of presale." msgstr "" @@ -6303,16 +6318,21 @@ msgstr "" msgid "The task has been completed." msgstr "" -#: pretix/control/forms/__init__.py:112 +#: pretix/control/forms/__init__.py:115 +#, python-brace-format +msgid "Please do not upload files larger than {size}!" +msgstr "" + +#: pretix/control/forms/__init__.py:136 msgid "Filetype not allowed!" msgstr "" #: pretix/control/forms/checkin.py:38 pretix/control/forms/filter.py:244 -#: pretix/control/forms/filter.py:271 pretix/control/forms/filter.py:979 -#: pretix/control/forms/filter.py:999 pretix/control/forms/filter.py:1091 -#: pretix/control/forms/filter.py:1107 pretix/control/forms/filter.py:1168 -#: pretix/control/forms/filter.py:1203 pretix/control/forms/orders.py:544 -#: pretix/control/forms/orders.py:699 +#: pretix/control/forms/filter.py:271 pretix/control/forms/filter.py:1031 +#: pretix/control/forms/filter.py:1051 pretix/control/forms/filter.py:1143 +#: pretix/control/forms/filter.py:1159 pretix/control/forms/filter.py:1220 +#: pretix/control/forms/filter.py:1255 pretix/control/forms/orders.py:548 +#: pretix/control/forms/orders.py:703 #: pretix/control/templates/pretixcontrol/event/fragment_subevent_choice_simple.html:5 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:47 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:109 @@ -6321,7 +6341,7 @@ msgctxt "subevent" msgid "All dates" msgstr "" -#: pretix/control/forms/event.py:44 pretix/control/forms/organizer.py:310 +#: pretix/control/forms/event.py:44 pretix/control/forms/organizer.py:311 msgid "Use languages" msgstr "" @@ -6333,112 +6353,102 @@ msgstr "" msgid "This is an event series" msgstr "" -#: pretix/control/forms/event.py:50 -msgid "" -"Only recommended for advanced users. If this feature is enabled, this will " -"not only be a single event but a series of very similar events that are " -"handled within a single shop. The single events inside the series can only " -"differ in date, time, location, prices and quotas, but not in other " -"settings, and buying tickets across multiple of these events at the same " -"time is possible. You cannot change this setting for this event later." -msgstr "" - -#: pretix/control/forms/event.py:88 +#: pretix/control/forms/event.py:83 msgid "" "You already used this slug for a different event. Please choose a new one." msgstr "" -#: pretix/control/forms/event.py:92 pretix/control/forms/event.py:394 +#: pretix/control/forms/event.py:87 pretix/control/forms/event.py:390 msgid "Event timezone" msgstr "" -#: pretix/control/forms/event.py:99 +#: pretix/control/forms/event.py:94 msgid "Sales tax rate" msgstr "" -#: pretix/control/forms/event.py:100 +#: pretix/control/forms/event.py:95 msgid "" "Do you need to pay sales tax on your tickets? In this case, please enter the " "applicable tax rate here in percent. If you have a more complicated tax " "situation, you can add more tax rates and detailed configuration later." msgstr "" -#: pretix/control/forms/event.py:107 +#: pretix/control/forms/event.py:102 msgid "Grant access to team" msgstr "" -#: pretix/control/forms/event.py:108 +#: pretix/control/forms/event.py:103 msgid "" "You are allowed to create events under this organizer, however you do not " "have permission to edit all events under this organizer. Please select one " "of your existing teams that will be granted access to this event." msgstr "" -#: pretix/control/forms/event.py:113 +#: pretix/control/forms/event.py:108 msgid "Create a new team for this event with me as the only member" msgstr "" -#: pretix/control/forms/event.py:156 pretix/control/forms/event.py:309 +#: pretix/control/forms/event.py:151 pretix/control/forms/event.py:305 msgid "" "Sample Conference Center\n" "Heidelberg, Germany" msgstr "" -#: pretix/control/forms/event.py:180 +#: pretix/control/forms/event.py:176 msgid "Your default locale must be specified." msgstr "" -#: pretix/control/forms/event.py:254 +#: pretix/control/forms/event.py:250 msgid "Copy configuration from" msgstr "" -#: pretix/control/forms/event.py:260 pretix/control/forms/event.py:263 +#: pretix/control/forms/event.py:256 pretix/control/forms/event.py:259 #: pretix/control/forms/item.py:250 msgid "Do not copy" msgstr "" -#: pretix/control/forms/event.py:314 pretix/control/forms/organizer.py:87 +#: pretix/control/forms/event.py:310 pretix/control/forms/organizer.py:87 msgid "Custom domain" msgstr "" -#: pretix/control/forms/event.py:316 pretix/control/forms/organizer.py:89 +#: pretix/control/forms/event.py:312 pretix/control/forms/organizer.py:89 msgid "You need to configure the custom domain in the webserver beforehand." msgstr "" -#: pretix/control/forms/event.py:324 pretix/control/forms/organizer.py:97 +#: pretix/control/forms/event.py:320 pretix/control/forms/organizer.py:97 msgid "You cannot choose the base domain of this installation." msgstr "" -#: pretix/control/forms/event.py:328 pretix/control/forms/organizer.py:102 +#: pretix/control/forms/event.py:324 pretix/control/forms/organizer.py:102 msgid "This domain is already in use for a different event or organizer." msgstr "" -#: pretix/control/forms/event.py:397 +#: pretix/control/forms/event.py:393 msgid "Name format" msgstr "" -#: pretix/control/forms/event.py:398 +#: pretix/control/forms/event.py:394 msgid "" "This defines how pretix will ask for human names. Changing this after you " "already received orders might lead to unexpected behavior when sorting or " "changing names." msgstr "" -#: pretix/control/forms/event.py:403 +#: pretix/control/forms/event.py:399 msgid "Allowed titles" msgstr "" -#: pretix/control/forms/event.py:404 +#: pretix/control/forms/event.py:400 msgid "" "If the naming scheme you defined above allows users to input a title, you " "can use this to restrict the set of selectable titles." msgstr "" -#: pretix/control/forms/event.py:409 pretix/control/forms/organizer.py:276 +#: pretix/control/forms/event.py:405 pretix/control/forms/organizer.py:276 msgid "Header image" msgstr "" -#: pretix/control/forms/event.py:412 +#: pretix/control/forms/event.py:409 msgid "" "If you provide a logo image, we will by default not show your event name and " "date in the page header. By default, we show your logo with a size of up to " @@ -6447,27 +6457,27 @@ msgid "" "smaller screens." msgstr "" -#: pretix/control/forms/event.py:418 pretix/control/forms/organizer.py:285 +#: pretix/control/forms/event.py:415 pretix/control/forms/organizer.py:286 msgid "Use header image in its full size" msgstr "" -#: pretix/control/forms/event.py:419 pretix/control/forms/organizer.py:286 +#: pretix/control/forms/event.py:416 pretix/control/forms/organizer.py:287 msgid "We recommend to upload a picture at least 1170 pixels wide." msgstr "" -#: pretix/control/forms/event.py:423 +#: pretix/control/forms/event.py:420 msgid "Show event title even if a header image is present" msgstr "" -#: pretix/control/forms/event.py:424 +#: pretix/control/forms/event.py:421 msgid "The title will only be shown on the event front page." msgstr "" -#: pretix/control/forms/event.py:428 +#: pretix/control/forms/event.py:425 msgid "Social media image" msgstr "" -#: pretix/control/forms/event.py:431 +#: pretix/control/forms/event.py:429 msgid "" "This picture will be used as a preview if you post links to your ticket shop " "on social media. Facebook advises to use a picture size of 1200 x 630 " @@ -6476,298 +6486,298 @@ msgid "" "square is shown. If you do not fill this, we will use the logo given above." msgstr "" -#: pretix/control/forms/event.py:437 pretix/control/forms/organizer.py:226 +#: pretix/control/forms/event.py:435 pretix/control/forms/organizer.py:226 msgid "Primary color" msgstr "" -#: pretix/control/forms/event.py:441 pretix/control/forms/event.py:451 -#: pretix/control/forms/event.py:461 pretix/control/forms/event.py:470 +#: pretix/control/forms/event.py:439 pretix/control/forms/event.py:449 +#: pretix/control/forms/event.py:459 pretix/control/forms/event.py:468 #: pretix/control/forms/organizer.py:230 pretix/control/forms/organizer.py:240 #: pretix/control/forms/organizer.py:250 pretix/control/forms/organizer.py:260 msgid "Please enter the hexadecimal code of a color, e.g. #990000." msgstr "" -#: pretix/control/forms/event.py:446 pretix/control/forms/organizer.py:235 +#: pretix/control/forms/event.py:444 pretix/control/forms/organizer.py:235 msgid "Accent color for success" msgstr "" -#: pretix/control/forms/event.py:447 pretix/control/forms/organizer.py:236 +#: pretix/control/forms/event.py:445 pretix/control/forms/organizer.py:236 msgid "We strongly suggest to use a shade of green." msgstr "" -#: pretix/control/forms/event.py:456 pretix/control/forms/organizer.py:245 +#: pretix/control/forms/event.py:454 pretix/control/forms/organizer.py:245 msgid "Accent color for errors" msgstr "" -#: pretix/control/forms/event.py:457 +#: pretix/control/forms/event.py:455 msgid "We strongly suggest to use a dark shade of red." msgstr "" -#: pretix/control/forms/event.py:466 pretix/control/forms/organizer.py:256 +#: pretix/control/forms/event.py:464 pretix/control/forms/organizer.py:256 msgid "Page background color" msgstr "" -#: pretix/control/forms/event.py:476 pretix/control/forms/organizer.py:266 +#: pretix/control/forms/event.py:474 pretix/control/forms/organizer.py:266 msgid "Use round edges" msgstr "" -#: pretix/control/forms/event.py:480 pretix/control/forms/organizer.py:315 +#: pretix/control/forms/event.py:478 pretix/control/forms/organizer.py:316 #: pretix/control/templates/pretixcontrol/pdf/index.html:305 msgid "Font" msgstr "" -#: pretix/control/forms/event.py:485 pretix/control/forms/organizer.py:320 +#: pretix/control/forms/event.py:483 pretix/control/forms/organizer.py:321 msgid "Only respected by modern browsers." msgstr "" -#: pretix/control/forms/event.py:542 +#: pretix/control/forms/event.py:540 msgid "" "e.g. I hereby confirm that I have read and agree with the event organizer's " "terms of service and agree with them." msgstr "" -#: pretix/control/forms/event.py:546 +#: pretix/control/forms/event.py:544 #, python-brace-format msgid "Ask for {fields}, display like {example}" msgstr "" -#: pretix/control/forms/event.py:552 +#: pretix/control/forms/event.py:550 msgid "Free text input" msgstr "" -#: pretix/control/forms/event.py:586 +#: pretix/control/forms/event.py:584 msgid "" "You have configured gift cards to be valid {} years plus the year the gift " "card is issued in." msgstr "" -#: pretix/control/forms/event.py:601 +#: pretix/control/forms/event.py:599 msgid "Tax rule for payment fees" msgstr "" -#: pretix/control/forms/event.py:603 +#: pretix/control/forms/event.py:601 msgid "" "The tax rule that applies for additional fees you configured for single " "payment methods. This will set the tax rate and reverse charge rules, other " "settings of the tax rule are ignored." msgstr "" -#: pretix/control/forms/event.py:695 +#: pretix/control/forms/event.py:693 msgid "Generate invoices for Sales channels" msgstr "" -#: pretix/control/forms/event.py:698 +#: pretix/control/forms/event.py:696 msgid "" "If you have enabled invoice generation in the previous setting, you can " "limit it here to specific sales channels." msgstr "" -#: pretix/control/forms/event.py:702 +#: pretix/control/forms/event.py:700 msgid "Invoice style" msgstr "" -#: pretix/control/forms/event.py:708 +#: pretix/control/forms/event.py:706 msgid "Invoice language" msgstr "" -#: pretix/control/forms/event.py:709 pretix/control/forms/event.py:730 +#: pretix/control/forms/event.py:707 pretix/control/forms/event.py:729 msgid "The user's language" msgstr "" -#: pretix/control/forms/event.py:712 +#: pretix/control/forms/event.py:710 msgid "Logo image" msgstr "" -#: pretix/control/forms/event.py:715 +#: pretix/control/forms/event.py:714 msgid "We will show your logo with a maximal height and width of 2.5 cm." msgstr "" -#: pretix/control/forms/event.py:759 +#: pretix/control/forms/event.py:758 msgid "Bcc address" msgstr "" -#: pretix/control/forms/event.py:760 +#: pretix/control/forms/event.py:759 msgid "All emails will be sent to this address as a Bcc copy" msgstr "" -#: pretix/control/forms/event.py:766 +#: pretix/control/forms/event.py:765 msgid "Signature" msgstr "" -#: pretix/control/forms/event.py:769 +#: pretix/control/forms/event.py:768 #, python-brace-format msgid "This will be attached to every email. Available placeholders: {event}" msgstr "" -#: pretix/control/forms/event.py:774 +#: pretix/control/forms/event.py:773 msgid "e.g. your contact details" msgstr "" -#: pretix/control/forms/event.py:779 +#: pretix/control/forms/event.py:778 msgid "HTML mail renderer" msgstr "" -#: pretix/control/forms/event.py:784 pretix/control/forms/event.py:801 -#: pretix/control/forms/event.py:818 pretix/control/forms/event.py:877 +#: pretix/control/forms/event.py:783 pretix/control/forms/event.py:800 +#: pretix/control/forms/event.py:817 pretix/control/forms/event.py:876 msgid "Text sent to order contact address" msgstr "" +#: pretix/control/forms/event.py:788 pretix/control/forms/event.py:805 +#: pretix/control/forms/event.py:822 pretix/control/forms/event.py:881 +msgid "Send an email to attendees" +msgstr "" + #: pretix/control/forms/event.py:789 pretix/control/forms/event.py:806 #: pretix/control/forms/event.py:823 pretix/control/forms/event.py:882 -msgid "Send an email to attendees" -msgstr "" - -#: pretix/control/forms/event.py:790 pretix/control/forms/event.py:807 -#: pretix/control/forms/event.py:824 pretix/control/forms/event.py:883 msgid "" "If the order contains attendees with email addresses different from the " "person who orders the tickets, the following email will be sent out to the " "attendees." msgstr "" -#: pretix/control/forms/event.py:795 pretix/control/forms/event.py:812 -#: pretix/control/forms/event.py:829 pretix/control/forms/event.py:888 +#: pretix/control/forms/event.py:794 pretix/control/forms/event.py:811 +#: pretix/control/forms/event.py:828 pretix/control/forms/event.py:887 msgid "Text sent to attendees" msgstr "" -#: pretix/control/forms/event.py:835 pretix/control/forms/event.py:857 -#: pretix/control/forms/event.py:862 pretix/control/forms/event.py:867 -#: pretix/control/forms/event.py:872 +#: pretix/control/forms/event.py:834 pretix/control/forms/event.py:856 +#: pretix/control/forms/event.py:861 pretix/control/forms/event.py:866 +#: pretix/control/forms/event.py:871 #: pretix/control/templates/pretixcontrol/organizers/giftcard.html:99 #: pretix/control/templates/pretixcontrol/pdf/index.html:367 msgid "Text" msgstr "" -#: pretix/control/forms/event.py:840 +#: pretix/control/forms/event.py:839 msgid "Text (sent by admin)" msgstr "" -#: pretix/control/forms/event.py:845 +#: pretix/control/forms/event.py:844 msgid "Text (requested by user)" msgstr "" -#: pretix/control/forms/event.py:850 pretix/control/forms/event.py:893 +#: pretix/control/forms/event.py:849 pretix/control/forms/event.py:892 msgid "Number of days" msgstr "" -#: pretix/control/forms/event.py:853 +#: pretix/control/forms/event.py:852 msgid "" "This email will be sent out this many days before the order expires. If the " "value is 0, the mail will never be sent." msgstr "" -#: pretix/control/forms/event.py:896 +#: pretix/control/forms/event.py:895 msgid "" "This email will be sent out this many days before the order event starts. If " "the field is empty, the mail will never be sent." msgstr "" -#: pretix/control/forms/event.py:900 +#: pretix/control/forms/event.py:899 msgid "Received order" msgstr "" -#: pretix/control/forms/event.py:905 +#: pretix/control/forms/event.py:904 msgid "Approved order" msgstr "" -#: pretix/control/forms/event.py:908 +#: pretix/control/forms/event.py:907 msgid "" "This will only be sent out for non-free orders. Free orders will receive the " "free order template from above instead." msgstr "" -#: pretix/control/forms/event.py:912 +#: pretix/control/forms/event.py:911 msgid "Denied order" msgstr "" -#: pretix/control/forms/event.py:917 +#: pretix/control/forms/event.py:916 msgid "Use custom SMTP server" msgstr "" -#: pretix/control/forms/event.py:918 +#: pretix/control/forms/event.py:917 msgid "" "All mail related to your event will be sent over the smtp server specified " "by you." msgstr "" -#: pretix/control/forms/event.py:922 +#: pretix/control/forms/event.py:921 msgid "Hostname" msgstr "" -#: pretix/control/forms/event.py:927 +#: pretix/control/forms/event.py:926 msgid "Port" msgstr "" -#: pretix/control/forms/event.py:932 +#: pretix/control/forms/event.py:931 msgid "Username" msgstr "" -#: pretix/control/forms/event.py:944 +#: pretix/control/forms/event.py:943 msgid "Use STARTTLS" msgstr "" -#: pretix/control/forms/event.py:945 +#: pretix/control/forms/event.py:944 msgid "Commonly enabled on port 587." msgstr "" -#: pretix/control/forms/event.py:949 +#: pretix/control/forms/event.py:948 msgid "Use SSL" msgstr "" -#: pretix/control/forms/event.py:950 +#: pretix/control/forms/event.py:949 msgid "Commonly enabled on port 465." msgstr "" -#: pretix/control/forms/event.py:979 pretix/control/forms/orders.py:465 -#: pretix/control/forms/orders.py:622 pretix/control/forms/vouchers.py:255 +#: pretix/control/forms/event.py:978 pretix/control/forms/orders.py:469 +#: pretix/control/forms/orders.py:626 pretix/control/forms/vouchers.py:255 #: pretix/plugins/sendmail/forms.py:49 #, python-brace-format msgid "Available placeholders: {list}" msgstr "" -#: pretix/control/forms/event.py:1014 +#: pretix/control/forms/event.py:1013 msgid "" "You can activate either SSL or STARTTLS security, but not both at the same " "time." msgstr "" -#: pretix/control/forms/event.py:1063 +#: pretix/control/forms/event.py:1062 msgid "Any country" msgstr "" -#: pretix/control/forms/event.py:1064 +#: pretix/control/forms/event.py:1063 msgid "European Union" msgstr "" -#: pretix/control/forms/event.py:1076 +#: pretix/control/forms/event.py:1075 msgid "Any customer" msgstr "" -#: pretix/control/forms/event.py:1077 +#: pretix/control/forms/event.py:1076 msgid "Individual" msgstr "" -#: pretix/control/forms/event.py:1078 +#: pretix/control/forms/event.py:1077 msgid "Business" msgstr "" -#: pretix/control/forms/event.py:1079 +#: pretix/control/forms/event.py:1078 msgid "Business with valid VAT ID" msgstr "" -#: pretix/control/forms/event.py:1085 +#: pretix/control/forms/event.py:1084 msgid "Charge VAT" msgstr "" -#: pretix/control/forms/event.py:1087 +#: pretix/control/forms/event.py:1086 msgid "No VAT" msgstr "" -#: pretix/control/forms/event.py:1116 +#: pretix/control/forms/event.py:1115 msgid "Pre-selected voucher" msgstr "" -#: pretix/control/forms/event.py:1118 +#: pretix/control/forms/event.py:1117 msgid "" "If set, the widget will show products as if this voucher has been entered " "and when a product is bought via the widget, this voucher will be used. This " @@ -6775,52 +6785,52 @@ msgid "" "secret products." msgstr "" -#: pretix/control/forms/event.py:1123 +#: pretix/control/forms/event.py:1122 msgid "Compatibility mode" msgstr "" -#: pretix/control/forms/event.py:1125 +#: pretix/control/forms/event.py:1124 msgid "" "Our regular widget doesn't work in all website builders. If you run into " "trouble, try using this compatibility mode." msgstr "" -#: pretix/control/forms/event.py:1146 +#: pretix/control/forms/event.py:1145 msgid "The given voucher code does not exist." msgstr "" -#: pretix/control/forms/event.py:1153 pretix/control/forms/organizer.py:48 +#: pretix/control/forms/event.py:1152 pretix/control/forms/organizer.py:48 #: pretix/control/views/shredder.py:108 msgid "The slug you entered was not correct." msgstr "" -#: pretix/control/forms/event.py:1157 pretix/control/forms/organizer.py:52 +#: pretix/control/forms/event.py:1156 pretix/control/forms/organizer.py:52 msgid "Event slug" msgstr "" -#: pretix/control/forms/event.py:1188 +#: pretix/control/forms/event.py:1187 msgid "Ticket downloads" msgstr "" -#: pretix/control/forms/event.py:1189 +#: pretix/control/forms/event.py:1188 msgid "Your customers will be able to download their tickets in PDF format." msgstr "" -#: pretix/control/forms/event.py:1193 +#: pretix/control/forms/event.py:1192 msgid "Require all attendees to fill in their names" msgstr "" -#: pretix/control/forms/event.py:1194 +#: pretix/control/forms/event.py:1193 msgid "" "By default, we will ask for names but not require them. You can turn this " "off completely in the settings." msgstr "" -#: pretix/control/forms/event.py:1220 +#: pretix/control/forms/event.py:1219 msgid "Payment via Stripe" msgstr "" -#: pretix/control/forms/event.py:1221 +#: pretix/control/forms/event.py:1220 msgid "" "Stripe is an online payments processor supporting credit cards and lots of " "other payment options. To accept payments via Stripe, you will need to set " @@ -6828,27 +6838,27 @@ msgid "" "simple interface." msgstr "" -#: pretix/control/forms/event.py:1227 +#: pretix/control/forms/event.py:1226 msgid "Payment by bank transfer" msgstr "" -#: pretix/control/forms/event.py:1228 +#: pretix/control/forms/event.py:1227 msgid "" "Your customers will be instructed to wire the money to your account. You can " "then import your bank statements to process the payments within pretix, or " "mark them as paid manually." msgstr "" -#: pretix/control/forms/event.py:1267 +#: pretix/control/forms/event.py:1266 #: pretix/control/templates/pretixcontrol/event/quick_setup.html:45 msgid "Price (optional)" msgstr "" -#: pretix/control/forms/event.py:1272 +#: pretix/control/forms/event.py:1271 msgid "Free" msgstr "" -#: pretix/control/forms/event.py:1277 +#: pretix/control/forms/event.py:1276 msgid "Quantity available" msgstr "" @@ -6869,7 +6879,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/items/question.html:21 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:8 #: pretix/control/templates/pretixcontrol/orders/overview.html:67 -#: pretix/plugins/reports/exporters.py:223 +#: pretix/plugins/reports/exporters.py:226 msgid "Pending" msgstr "" @@ -6883,13 +6893,13 @@ msgstr "" msgid "Pending or paid" msgstr "" -#: pretix/control/forms/filter.py:111 pretix/control/forms/filter.py:541 -#: pretix/control/forms/filter.py:946 +#: pretix/control/forms/filter.py:111 pretix/control/forms/filter.py:593 +#: pretix/control/forms/filter.py:998 #: pretix/control/templates/pretixcontrol/items/question.html:24 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:17 #: pretix/control/templates/pretixcontrol/orders/overview.html:60 #: pretix/control/templates/pretixcontrol/organizers/giftcards.html:76 -#: pretix/plugins/reports/exporters.py:219 +#: pretix/plugins/reports/exporters.py:222 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:20 msgid "Expired" msgstr "" @@ -6903,7 +6913,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/items/question.html:26 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:19 #: pretix/control/templates/pretixcontrol/orders/overview.html:59 -#: pretix/plugins/reports/exporters.py:219 +#: pretix/plugins/reports/exporters.py:222 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:22 msgid "Canceled" msgstr "" @@ -6930,8 +6940,8 @@ msgstr "" msgid "Pending (but fully paid)" msgstr "" -#: pretix/control/forms/filter.py:119 pretix/control/forms/filter.py:526 -#: pretix/control/forms/filter.py:529 +#: pretix/control/forms/filter.py:119 pretix/control/forms/filter.py:578 +#: pretix/control/forms/filter.py:581 #: pretix/control/templates/pretixcontrol/event/live.html:63 msgid "Test mode" msgstr "" @@ -6940,28 +6950,28 @@ msgstr "" msgid "Cancellation requested" msgstr "" -#: pretix/control/forms/filter.py:278 pretix/control/forms/filter.py:796 -#: pretix/control/forms/filter.py:1006 pretix/control/forms/vouchers.py:112 +#: pretix/control/forms/filter.py:278 pretix/control/forms/filter.py:848 +#: pretix/control/forms/filter.py:1058 pretix/control/forms/vouchers.py:112 #: pretix/control/templates/pretixcontrol/items/question.html:29 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:99 msgid "All products" msgstr "" -#: pretix/control/forms/filter.py:282 pretix/control/forms/filter.py:1010 +#: pretix/control/forms/filter.py:282 pretix/control/forms/filter.py:1062 #: pretix/control/forms/vouchers.py:100 pretix/control/views/typeahead.py:514 #, python-brace-format msgid "{product} – Any variation" msgstr "" #: pretix/control/forms/filter.py:341 pretix/control/forms/filter.py:346 -#: pretix/control/forms/filter.py:617 pretix/control/forms/filter.py:622 +#: pretix/control/forms/filter.py:669 pretix/control/forms/filter.py:674 msgid "All organizers" msgstr "" -#: pretix/control/forms/filter.py:381 pretix/control/forms/filter.py:528 -#: pretix/control/forms/filter.py:537 pretix/control/forms/filter.py:860 -#: pretix/control/forms/filter.py:869 pretix/control/forms/filter.py:941 -#: pretix/control/forms/filter.py:954 +#: pretix/control/forms/filter.py:433 pretix/control/forms/filter.py:580 +#: pretix/control/forms/filter.py:589 pretix/control/forms/filter.py:912 +#: pretix/control/forms/filter.py:921 pretix/control/forms/filter.py:993 +#: pretix/control/forms/filter.py:1006 #: pretix/control/templates/pretixcontrol/checkin/lists.html:104 #: pretix/control/templates/pretixcontrol/checkin/lists.html:116 #: pretix/control/templates/pretixcontrol/organizers/devices.html:72 @@ -6971,202 +6981,202 @@ msgstr "" msgid "All" msgstr "" -#: pretix/control/forms/filter.py:383 pretix/control/forms/filter.py:603 +#: pretix/control/forms/filter.py:435 pretix/control/forms/filter.py:655 msgid "Shop live and presale running" msgstr "" -#: pretix/control/forms/filter.py:384 pretix/control/forms/filter.py:862 +#: pretix/control/forms/filter.py:436 pretix/control/forms/filter.py:914 msgid "Inactive" msgstr "" -#: pretix/control/forms/filter.py:396 pretix/control/forms/subevents.py:287 +#: pretix/control/forms/filter.py:448 pretix/control/forms/subevents.py:287 #: pretix/control/forms/subevents.py:326 msgid "Weekday" msgstr "" -#: pretix/control/forms/filter.py:398 +#: pretix/control/forms/filter.py:450 msgid "All days" msgstr "" -#: pretix/control/forms/filter.py:399 +#: pretix/control/forms/filter.py:451 msgid "Monday" msgstr "" -#: pretix/control/forms/filter.py:400 +#: pretix/control/forms/filter.py:452 msgid "Tuesday" msgstr "" -#: pretix/control/forms/filter.py:401 +#: pretix/control/forms/filter.py:453 msgid "Wednesday" msgstr "" -#: pretix/control/forms/filter.py:402 +#: pretix/control/forms/filter.py:454 msgid "Thursday" msgstr "" -#: pretix/control/forms/filter.py:403 +#: pretix/control/forms/filter.py:455 msgid "Friday" msgstr "" -#: pretix/control/forms/filter.py:404 +#: pretix/control/forms/filter.py:456 msgid "Saturday" msgstr "" -#: pretix/control/forms/filter.py:405 +#: pretix/control/forms/filter.py:457 msgid "Sunday" msgstr "" -#: pretix/control/forms/filter.py:530 +#: pretix/control/forms/filter.py:582 msgid "Live" msgstr "" -#: pretix/control/forms/filter.py:535 pretix/control/forms/filter.py:538 +#: pretix/control/forms/filter.py:587 pretix/control/forms/filter.py:590 msgid "Empty" msgstr "" -#: pretix/control/forms/filter.py:539 +#: pretix/control/forms/filter.py:591 msgid "Valid and with value" msgstr "" -#: pretix/control/forms/filter.py:540 +#: pretix/control/forms/filter.py:592 msgid "Expired and with value" msgstr "" -#: pretix/control/forms/filter.py:546 pretix/control/forms/filter.py:548 -#: pretix/control/forms/filter.py:876 pretix/control/forms/filter.py:878 +#: pretix/control/forms/filter.py:598 pretix/control/forms/filter.py:600 +#: pretix/control/forms/filter.py:928 pretix/control/forms/filter.py:930 msgid "Search query" msgstr "" -#: pretix/control/forms/filter.py:601 +#: pretix/control/forms/filter.py:653 msgid "All events" msgstr "" -#: pretix/control/forms/filter.py:602 +#: pretix/control/forms/filter.py:654 msgid "Shop live" msgstr "" -#: pretix/control/forms/filter.py:604 +#: pretix/control/forms/filter.py:656 msgid "Shop not live" msgstr "" -#: pretix/control/forms/filter.py:607 +#: pretix/control/forms/filter.py:659 msgid "Single event running or in the future" msgstr "" -#: pretix/control/forms/filter.py:608 +#: pretix/control/forms/filter.py:660 msgid "Single event in the past" msgstr "" -#: pretix/control/forms/filter.py:775 pretix/control/forms/filter.py:777 +#: pretix/control/forms/filter.py:827 pretix/control/forms/filter.py:829 msgid "Search attendee…" msgstr "" -#: pretix/control/forms/filter.py:783 +#: pretix/control/forms/filter.py:835 msgid "Check-in status" msgstr "" -#: pretix/control/forms/filter.py:785 +#: pretix/control/forms/filter.py:837 msgid "All attendees" msgstr "" -#: pretix/control/forms/filter.py:786 +#: pretix/control/forms/filter.py:838 msgctxt "checkin state" msgid "Present" msgstr "" -#: pretix/control/forms/filter.py:787 +#: pretix/control/forms/filter.py:839 #: pretix/control/templates/pretixcontrol/checkin/index.html:131 #: pretix/control/templates/pretixcontrol/checkin/lists.html:73 -#: pretix/plugins/checkinlists/exporters.py:337 +#: pretix/plugins/checkinlists/exporters.py:396 msgid "Checked in" msgstr "" -#: pretix/control/forms/filter.py:788 +#: pretix/control/forms/filter.py:840 #: pretix/control/templates/pretixcontrol/checkin/index.html:126 msgid "Not checked in" msgstr "" -#: pretix/control/forms/filter.py:867 pretix/control/forms/filter.py:870 +#: pretix/control/forms/filter.py:919 pretix/control/forms/filter.py:922 #: pretix/control/templates/pretixcontrol/users/index.html:47 msgid "Administrator" msgstr "" -#: pretix/control/forms/filter.py:871 +#: pretix/control/forms/filter.py:923 msgid "No administrator" msgstr "" -#: pretix/control/forms/filter.py:942 +#: pretix/control/forms/filter.py:994 msgid "Valid" msgstr "" -#: pretix/control/forms/filter.py:943 +#: pretix/control/forms/filter.py:995 msgid "Unredeemed" msgstr "" -#: pretix/control/forms/filter.py:944 +#: pretix/control/forms/filter.py:996 msgid "Redeemed at least once" msgstr "" -#: pretix/control/forms/filter.py:945 +#: pretix/control/forms/filter.py:997 msgid "Fully redeemed" msgstr "" -#: pretix/control/forms/filter.py:947 +#: pretix/control/forms/filter.py:999 msgid "Redeemed and checked in with ticket" msgstr "" -#: pretix/control/forms/filter.py:952 +#: pretix/control/forms/filter.py:1004 msgid "Quota handling" msgstr "" -#: pretix/control/forms/filter.py:956 +#: pretix/control/forms/filter.py:1008 msgid "Allow to ignore quota" msgstr "" -#: pretix/control/forms/filter.py:961 pretix/control/forms/filter.py:963 +#: pretix/control/forms/filter.py:1013 pretix/control/forms/filter.py:1015 msgid "Filter by tag" msgstr "" -#: pretix/control/forms/filter.py:968 pretix/control/forms/filter.py:970 +#: pretix/control/forms/filter.py:1020 pretix/control/forms/filter.py:1022 msgid "Search voucher" msgstr "" -#: pretix/control/forms/filter.py:1016 pretix/control/forms/vouchers.py:91 +#: pretix/control/forms/filter.py:1068 pretix/control/forms/vouchers.py:91 #: pretix/control/views/typeahead.py:522 pretix/control/views/typeahead.py:526 #: pretix/control/views/vouchers.py:81 #, python-brace-format msgid "Any product in quota \"{quota}\"" msgstr "" -#: pretix/control/forms/filter.py:1132 +#: pretix/control/forms/filter.py:1184 msgid "Refund status" msgstr "" -#: pretix/control/forms/filter.py:1134 +#: pretix/control/forms/filter.py:1186 msgid "All open refunds" msgstr "" -#: pretix/control/forms/filter.py:1135 +#: pretix/control/forms/filter.py:1187 msgid "All refunds" msgstr "" -#: pretix/control/forms/filter.py:1171 +#: pretix/control/forms/filter.py:1223 msgid "Date filter" msgstr "" -#: pretix/control/forms/filter.py:1173 +#: pretix/control/forms/filter.py:1225 msgid "Filter by…" msgstr "" -#: pretix/control/forms/filter.py:1175 +#: pretix/control/forms/filter.py:1227 msgid "Date of last successful payment" msgstr "" -#: pretix/control/forms/filter.py:1180 +#: pretix/control/forms/filter.py:1232 msgid "Date from" msgstr "" -#: pretix/control/forms/filter.py:1185 +#: pretix/control/forms/filter.py:1237 msgid "Date until" msgstr "" @@ -7367,8 +7377,8 @@ msgstr "" msgid "Bundled product" msgstr "" -#: pretix/control/forms/item.py:735 pretix/control/forms/orders.py:260 -#: pretix/control/forms/orders.py:394 +#: pretix/control/forms/item.py:735 pretix/control/forms/orders.py:264 +#: pretix/control/forms/orders.py:398 msgid "inactive" msgstr "" @@ -7401,21 +7411,21 @@ msgstr "" msgid "CSV column: \"{name}\"" msgstr "" -#: pretix/control/forms/orders.py:33 +#: pretix/control/forms/orders.py:34 msgid "Overbook quota" msgstr "" -#: pretix/control/forms/orders.py:34 +#: pretix/control/forms/orders.py:35 msgid "" "If you check this box, this operation will be performed even if it leads to " "an overbooked quota and you having sold more tickets than you planned!" msgstr "" -#: pretix/control/forms/orders.py:78 +#: pretix/control/forms/orders.py:79 msgid "Overbook quota and ignore late payment" msgstr "" -#: pretix/control/forms/orders.py:79 +#: pretix/control/forms/orders.py:80 msgid "" "If you check this box, this operation will be performed even if it leads to " "an overbooked quota and you having sold more tickets than you planned! The " @@ -7423,16 +7433,16 @@ msgid "" "payments." msgstr "" -#: pretix/control/forms/orders.py:105 +#: pretix/control/forms/orders.py:106 #: pretix/control/templates/pretixcontrol/order/deny.html:19 msgid "Notify user by e-mail" msgstr "" -#: pretix/control/forms/orders.py:112 +#: pretix/control/forms/orders.py:113 msgid "Keep a cancellation fee of" msgstr "" -#: pretix/control/forms/orders.py:113 +#: pretix/control/forms/orders.py:114 msgid "" "If you keep a fee, all positions within this order will be canceled and the " "order will be reduced to a paid cancellation fee. Payment and shipping fees " @@ -7441,24 +7451,24 @@ msgid "" "automatically." msgstr "" -#: pretix/control/forms/orders.py:141 +#: pretix/control/forms/orders.py:145 msgid "Payment amount" msgstr "" -#: pretix/control/forms/orders.py:145 +#: pretix/control/forms/orders.py:149 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/control.html:7 -#: pretix/plugins/reports/exporters.py:319 -#: pretix/plugins/reports/exporters.py:381 -#: pretix/plugins/reports/exporters.py:491 -#: pretix/plugins/reports/exporters.py:520 +#: pretix/plugins/reports/exporters.py:322 +#: pretix/plugins/reports/exporters.py:384 +#: pretix/plugins/reports/exporters.py:494 +#: pretix/plugins/reports/exporters.py:523 msgid "Payment date" msgstr "" -#: pretix/control/forms/orders.py:183 +#: pretix/control/forms/orders.py:187 msgid "Re-calculate taxes" msgstr "" -#: pretix/control/forms/orders.py:186 +#: pretix/control/forms/orders.py:190 msgid "" "This operation re-checks if taxes should be paid to the items due to e.g. " "configured reverse charge rules and changes the prices and tax values " @@ -7467,133 +7477,133 @@ msgid "" "this procedure." msgstr "" -#: pretix/control/forms/orders.py:192 +#: pretix/control/forms/orders.py:196 msgid "Issue a new invoice if required" msgstr "" -#: pretix/control/forms/orders.py:196 +#: pretix/control/forms/orders.py:200 msgid "" "If an invoice exists for this order and this operation would change its " "contents, the old invoice will be canceled and a new invoice will be issued." msgstr "" -#: pretix/control/forms/orders.py:201 +#: pretix/control/forms/orders.py:205 msgid "Notify user" msgstr "" -#: pretix/control/forms/orders.py:205 +#: pretix/control/forms/orders.py:209 msgid "" "Send an email to the customer notifying that their order has been changed." msgstr "" -#: pretix/control/forms/orders.py:209 +#: pretix/control/forms/orders.py:213 msgid "Allow to overbook quotas when performing this operation" msgstr "" -#: pretix/control/forms/orders.py:225 +#: pretix/control/forms/orders.py:229 msgid "Add-on to" msgstr "" -#: pretix/control/forms/orders.py:230 +#: pretix/control/forms/orders.py:234 #: pretix/control/templates/pretixcontrol/checkin/index.html:70 #: pretix/control/templates/pretixcontrol/order/change.html:118 #: pretix/control/views/vouchers.py:70 msgid "Seat" msgstr "" -#: pretix/control/forms/orders.py:237 +#: pretix/control/forms/orders.py:241 msgid "Including taxes, if any. Keep empty for the product's default price" msgstr "" -#: pretix/control/forms/orders.py:335 pretix/control/forms/orders.py:339 -#: pretix/control/forms/orders.py:378 pretix/control/forms/orders.py:389 +#: pretix/control/forms/orders.py:339 pretix/control/forms/orders.py:343 +#: pretix/control/forms/orders.py:382 pretix/control/forms/orders.py:393 msgid "(Unchanged)" msgstr "" -#: pretix/control/forms/orders.py:345 pretix/control/forms/orders.py:412 +#: pretix/control/forms/orders.py:349 pretix/control/forms/orders.py:416 msgid "New price (gross)" msgstr "" -#: pretix/control/forms/orders.py:349 +#: pretix/control/forms/orders.py:353 msgid "Generate a new secret" msgstr "" -#: pretix/control/forms/orders.py:353 +#: pretix/control/forms/orders.py:357 msgid "Cancel this position" msgstr "" -#: pretix/control/forms/orders.py:357 +#: pretix/control/forms/orders.py:361 msgid "Split into new order" msgstr "" -#: pretix/control/forms/orders.py:416 +#: pretix/control/forms/orders.py:420 msgid "Remove this fee" msgstr "" -#: pretix/control/forms/orders.py:430 +#: pretix/control/forms/orders.py:434 msgid "Invalidate secrets" msgstr "" -#: pretix/control/forms/orders.py:431 +#: pretix/control/forms/orders.py:435 msgid "" "Regenerates the order and ticket secrets. You will need to re-send the link " "to the order page to the user and the user will need to download his tickets " "again. The old versions will be invalid." msgstr "" -#: pretix/control/forms/orders.py:456 pretix/control/forms/orders.py:639 -#: pretix/control/forms/orders.py:666 pretix/control/forms/vouchers.py:222 +#: pretix/control/forms/orders.py:460 pretix/control/forms/orders.py:643 +#: pretix/control/forms/orders.py:670 pretix/control/forms/vouchers.py:222 #: pretix/plugins/sendmail/forms.py:21 pretix/plugins/sendmail/forms.py:76 msgid "Subject" msgstr "" -#: pretix/control/forms/orders.py:480 +#: pretix/control/forms/orders.py:484 msgid "Recipient" msgstr "" -#: pretix/control/forms/orders.py:486 pretix/control/forms/orders.py:647 -#: pretix/control/forms/orders.py:674 pretix/control/forms/vouchers.py:228 +#: pretix/control/forms/orders.py:490 pretix/control/forms/orders.py:651 +#: pretix/control/forms/orders.py:678 pretix/control/forms/vouchers.py:228 #: pretix/plugins/sendmail/forms.py:22 pretix/plugins/sendmail/forms.py:81 msgid "Message" msgstr "" -#: pretix/control/forms/orders.py:499 +#: pretix/control/forms/orders.py:503 msgid "" "Cancel the order. All tickets will no longer work. This can not be reverted." msgstr "" -#: pretix/control/forms/orders.py:500 +#: pretix/control/forms/orders.py:504 msgid "" "Mark the order as pending and allow the user to pay the open amount with " "another payment method." msgstr "" -#: pretix/control/forms/orders.py:502 +#: pretix/control/forms/orders.py:506 msgid "Do nothing and keep the order as it is." msgstr "" -#: pretix/control/forms/orders.py:529 +#: pretix/control/forms/orders.py:533 msgid "The refund amount needs to be positive and less than {}." msgstr "" -#: pretix/control/forms/orders.py:535 +#: pretix/control/forms/orders.py:539 msgid "You need to specify an amount for a partial refund." msgstr "" -#: pretix/control/forms/orders.py:547 +#: pretix/control/forms/orders.py:551 msgid "Cancel all dates" msgstr "" -#: pretix/control/forms/orders.py:552 +#: pretix/control/forms/orders.py:556 msgid "Automatically refund money if possible" msgstr "" -#: pretix/control/forms/orders.py:557 +#: pretix/control/forms/orders.py:561 msgid "" "Create manual refund if the payment method odes not support automatic refunds" msgstr "" -#: pretix/control/forms/orders.py:561 +#: pretix/control/forms/orders.py:565 msgid "" "If checked, all payments with a payment method not supporting automatic " "refunds will be on your manual refund to-do list. Do not check if you want " @@ -7601,25 +7611,25 @@ msgid "" "gift cards." msgstr "" -#: pretix/control/forms/orders.py:566 +#: pretix/control/forms/orders.py:570 msgid "" "Refund order value to a gift card instead instead of the original payment " "method" msgstr "" -#: pretix/control/forms/orders.py:572 +#: pretix/control/forms/orders.py:576 msgid "Gift card validity" msgstr "" -#: pretix/control/forms/orders.py:579 +#: pretix/control/forms/orders.py:583 msgid "Special terms and conditions" msgstr "" -#: pretix/control/forms/orders.py:596 +#: pretix/control/forms/orders.py:600 msgid "Keep fees" msgstr "" -#: pretix/control/forms/orders.py:599 +#: pretix/control/forms/orders.py:603 msgid "" "The selected types of fees will not be refunded but instead added to the " "cancellation fee. Fees are never refunded in when an order in an event " @@ -7627,20 +7637,20 @@ msgid "" "dates." msgstr "" -#: pretix/control/forms/orders.py:605 +#: pretix/control/forms/orders.py:609 msgid "Send information via email" msgstr "" -#: pretix/control/forms/orders.py:611 +#: pretix/control/forms/orders.py:615 msgid "Send information to waiting list" msgstr "" -#: pretix/control/forms/orders.py:642 pretix/control/forms/orders.py:668 +#: pretix/control/forms/orders.py:646 pretix/control/forms/orders.py:672 #, python-brace-format msgid "Canceled: {event}" msgstr "" -#: pretix/control/forms/orders.py:653 +#: pretix/control/forms/orders.py:657 #, python-brace-format msgid "" "Hello,\n" @@ -7658,7 +7668,7 @@ msgid "" "Your {event} team" msgstr "" -#: pretix/control/forms/orders.py:680 +#: pretix/control/forms/orders.py:684 #, python-brace-format msgid "" "Hello,\n" @@ -7672,7 +7682,7 @@ msgid "" "Your {event} team" msgstr "" -#: pretix/control/forms/orders.py:711 +#: pretix/control/forms/orders.py:715 msgid "Please confirm that you want to cancel ALL dates in this event series." msgstr "" @@ -7725,7 +7735,7 @@ msgstr "" msgid "This will be displayed on the organizer homepage." msgstr "" -#: pretix/control/forms/organizer.py:279 +#: pretix/control/forms/organizer.py:280 msgid "" "If you provide a logo image, we will by default not show your organization " "name in the page header. By default, we show your logo with a size of up to " @@ -7734,63 +7744,63 @@ msgid "" "smaller screens." msgstr "" -#: pretix/control/forms/organizer.py:298 +#: pretix/control/forms/organizer.py:299 msgid "Show availability in event overviews" msgstr "" -#: pretix/control/forms/organizer.py:299 +#: pretix/control/forms/organizer.py:300 msgid "" "If checked, the list of events will show if events are sold out. This might " "make for longer page loading times if you have lots of events and the shown " "status might be out of date for up to two minutes." msgstr "" -#: pretix/control/forms/organizer.py:305 +#: pretix/control/forms/organizer.py:306 msgid "Link back to organizer overview on all event pages" msgstr "" -#: pretix/control/forms/organizer.py:312 +#: pretix/control/forms/organizer.py:313 msgid "" "Choose all languages that your organizer homepage should be available in." msgstr "" -#: pretix/control/forms/organizer.py:323 +#: pretix/control/forms/organizer.py:324 msgid "Favicon" msgstr "" -#: pretix/control/forms/organizer.py:326 +#: pretix/control/forms/organizer.py:328 msgid "" "If you provide a favicon, we will show it instead of the default pretix " "icon. We recommend a size of at least 200x200px to accommodate most devices." msgstr "" -#: pretix/control/forms/organizer.py:330 +#: pretix/control/forms/organizer.py:332 msgid "Length of gift card codes" msgstr "" -#: pretix/control/forms/organizer.py:331 +#: pretix/control/forms/organizer.py:333 msgid "" "The system generates by default {}-character long gift card codes. However, " "if a different length is required, it can be set here." msgstr "" -#: pretix/control/forms/organizer.py:336 +#: pretix/control/forms/organizer.py:338 msgid "Validity of gift card codes in years" msgstr "" -#: pretix/control/forms/organizer.py:337 +#: pretix/control/forms/organizer.py:339 msgid "" "If you set a number here, gift cards will by default expire at the end of " "the year after this many years. If you keep it empty, gift cards do not have " "an explicit expiry date." msgstr "" -#: pretix/control/forms/organizer.py:352 +#: pretix/control/forms/organizer.py:354 msgctxt "webhooks" msgid "Event types" msgstr "" -#: pretix/control/forms/organizer.py:383 +#: pretix/control/forms/organizer.py:385 msgid "Gift card value" msgstr "" @@ -9368,7 +9378,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/organizers/detail.html:43 #: pretix/control/templates/pretixcontrol/organizers/giftcards.html:38 #: pretix/control/templates/pretixcontrol/organizers/index.html:18 -#: pretix/control/templates/pretixcontrol/search/orders.html:27 +#: pretix/control/templates/pretixcontrol/search/orders.html:33 #: pretix/control/templates/pretixcontrol/subevents/index.html:41 #: pretix/control/templates/pretixcontrol/users/index.html:22 #: pretix/control/templates/pretixcontrol/vouchers/index.html:54 @@ -9452,7 +9462,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/order/pay.html:33 #: pretix/control/templates/pretixcontrol/order/pay_complete.html:28 #: pretix/control/templates/pretixcontrol/order/reactivate.html:30 -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:155 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:169 #: pretix/control/templates/pretixcontrol/order/refund_done.html:26 #: pretix/control/templates/pretixcontrol/order/refund_process.html:47 #: pretix/control/templates/pretixcontrol/order/refund_start.html:51 @@ -9504,9 +9514,9 @@ msgstr "" #: pretix/control/templates/pretixcontrol/checkin/list_edit.html:10 #: pretix/control/templates/pretixcontrol/checkin/list_edit.html:17 -#: pretix/plugins/checkinlists/exporters.py:38 -#: pretix/plugins/checkinlists/exporters.py:88 -#: pretix/plugins/checkinlists/exporters.py:315 +#: pretix/plugins/checkinlists/exporters.py:39 +#: pretix/plugins/checkinlists/exporters.py:107 +#: pretix/plugins/checkinlists/exporters.py:374 #: pretix/plugins/pretixdroid/forms.py:39 #: pretix/plugins/pretixdroid/models.py:24 #: pretix/plugins/pretixdroid/templates/pretixplugins/pretixdroid/configuration.html:79 @@ -10188,7 +10198,7 @@ msgid "Installed plugins" msgstr "" #: pretix/control/templates/pretixcontrol/event/plugins.html:10 -#: pretix/control/views/checkin.py:260 pretix/control/views/event.py:177 +#: pretix/control/views/checkin.py:264 pretix/control/views/event.py:177 #: pretix/control/views/event.py:317 pretix/control/views/event.py:396 #: pretix/control/views/event.py:436 pretix/control/views/event.py:594 #: pretix/control/views/event.py:785 pretix/control/views/event.py:1135 @@ -10351,14 +10361,14 @@ msgid "Basics" msgstr "" #: pretix/control/templates/pretixcontrol/event/settings.html:31 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:44 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:46 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:349 #: pretix/control/templates/pretixcontrol/subevents/detail.html:32 msgid "Geo coordinates" msgstr "" #: pretix/control/templates/pretixcontrol/event/settings.html:32 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:45 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:47 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:271 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:275 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:350 @@ -10367,7 +10377,7 @@ msgid "Optional" msgstr "" #: pretix/control/templates/pretixcontrol/event/settings.html:39 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:52 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:54 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:357 #: pretix/control/templates/pretixcontrol/subevents/detail.html:40 msgid "Geocoding data © OpenStreetMap" @@ -10399,7 +10409,7 @@ msgid "Shop design" msgstr "" #: pretix/control/templates/pretixcontrol/event/settings.html:124 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:74 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:76 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:392 #: pretix/control/templates/pretixcontrol/subevents/detail.html:76 msgid "Timeline" @@ -10637,7 +10647,7 @@ msgid "" "We strongly recommend against using short forms of more then 16 characters." msgstr "" -#: pretix/control/templates/pretixcontrol/events/create_basics.html:68 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:70 msgid "Display settings" msgstr "" @@ -10655,7 +10665,40 @@ msgid "" "that contain the event name." msgstr "" -#: pretix/control/templates/pretixcontrol/events/create_foundation.html:10 +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:13 +msgid "Singular event or non-event shop" +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:15 +msgid "" +"An event with individual configuration. If you create more events later, you " +"can copy the event to save yourself some work." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:21 +msgid "" +"Examples: Conferences, workshops, trade fairs, one-off concerts, sale of " +"digital content, multi-day events with combination tickets." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:32 +msgid "Event series or time slot booking" +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:34 +msgid "" +"A series of events that share the same configuration. They can still be " +"different in their dates, locations, prices, and capacities." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:40 +msgid "" +"Examples: Multiple presentations of the same show, same concert in multiple " +"locations, museums, libraries, or swimming pools, events that need to be " +"booked together in one cart." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:53 msgid "" "Please note that you will only be able to delete your event until the first " "order has been created." @@ -11074,8 +11117,8 @@ msgstr "" #: pretix/control/templates/pretixcontrol/items/question.html:20 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:14 #: pretix/control/templates/pretixcontrol/orders/overview.html:68 -#: pretix/plugins/checkinlists/exporters.py:343 -#: pretix/plugins/reports/exporters.py:223 +#: pretix/plugins/checkinlists/exporters.py:402 +#: pretix/plugins/reports/exporters.py:226 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:17 msgid "Paid" msgstr "" @@ -11877,10 +11920,10 @@ msgstr "" #: pretix/control/templates/pretixcontrol/order/index.html:550 #: pretix/control/templates/pretixcontrol/orders/overview.html:69 #: pretix/control/templates/pretixcontrol/orders/overview.html:146 -#: pretix/plugins/reports/exporters.py:223 -#: pretix/plugins/reports/exporters.py:278 -#: pretix/plugins/reports/exporters.py:447 -#: pretix/plugins/reports/exporters.py:591 +#: pretix/plugins/reports/exporters.py:226 +#: pretix/plugins/reports/exporters.py:281 +#: pretix/plugins/reports/exporters.py:450 +#: pretix/plugins/reports/exporters.py:594 #: pretix/presale/templates/pretixpresale/event/fragment_cart.html:292 msgid "Total" msgstr "" @@ -12075,52 +12118,52 @@ msgctxt "amount_label" msgid "Automatically refund" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:59 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:63 msgid "Automatically refund full amount" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:62 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:66 msgid "This payment method does not support automatic refunds." msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:70 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:74 msgid "Transfer to other order" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:73 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:77 msgctxt "amount_label" msgid "Transfer" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:81 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:85 msgctxt "order_label" msgid "to" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:91 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:95 #: pretix/control/templates/pretixcontrol/organizers/giftcard_create.html:5 msgid "Create a new gift card" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:103 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:113 msgid "" "The gift card can be used to buy tickets for all events of this organizer." msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:111 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:121 msgid "Manual refund" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:114 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:124 msgctxt "amount_label" msgid "Manually refund" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:125 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:139 msgid "Keep transfer as to do" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:129 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:143 #: pretix/control/templates/pretixcontrol/order/refund_done.html:5 #: pretix/control/templates/pretixcontrol/order/refund_done.html:9 #: pretix/control/templates/pretixcontrol/order/refund_process.html:6 @@ -12128,7 +12171,7 @@ msgstr "" msgid "Mark refund as done" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:139 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:153 msgid "" "Any payments that you selected for automatical refunds will be immediately " "communicate the refund request to the respective payment provider. Manual " @@ -12136,7 +12179,7 @@ msgid "" "done once you actually transferred the money back to the customer." msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:160 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:174 msgid "Perform refund" msgstr "" @@ -12362,29 +12405,29 @@ msgid "Remove filter" msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:132 -#: pretix/control/templates/pretixcontrol/search/orders.html:78 +#: pretix/control/templates/pretixcontrol/search/orders.html:83 msgid "CANCELLATION REQUESTED" msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:135 #: pretix/control/templates/pretixcontrol/orders/index.html:137 -#: pretix/control/templates/pretixcontrol/search/orders.html:81 -#: pretix/control/templates/pretixcontrol/search/orders.html:83 +#: pretix/control/templates/pretixcontrol/search/orders.html:86 +#: pretix/control/templates/pretixcontrol/search/orders.html:88 msgid "REFUND PENDING" msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:140 -#: pretix/control/templates/pretixcontrol/search/orders.html:86 +#: pretix/control/templates/pretixcontrol/search/orders.html:91 msgid "OVERPAID" msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:142 -#: pretix/control/templates/pretixcontrol/search/orders.html:88 +#: pretix/control/templates/pretixcontrol/search/orders.html:93 msgid "UNDERPAID" msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:144 -#: pretix/control/templates/pretixcontrol/search/orders.html:90 +#: pretix/control/templates/pretixcontrol/search/orders.html:95 msgid "FULLY PAID" msgstr "" @@ -12424,7 +12467,7 @@ msgid "" msgstr "" #: pretix/control/templates/pretixcontrol/orders/overview.html:61 -#: pretix/plugins/reports/exporters.py:219 +#: pretix/plugins/reports/exporters.py:222 msgid "Purchased" msgstr "" @@ -13074,7 +13117,7 @@ msgstr "" msgid "pretix Logo" msgstr "" -#: pretix/control/templates/pretixcontrol/search/orders.html:99 +#: pretix/control/templates/pretixcontrol/search/orders.html:104 msgid "" "We couldn't find any orders that you have access to and that match your " "search query." @@ -14146,15 +14189,15 @@ msgstr "" msgid "The selected check-ins have been reverted." msgstr "" -#: pretix/control/views/checkin.py:163 +#: pretix/control/views/checkin.py:167 msgid "The selected tickets have been marked as checked in." msgstr "" -#: pretix/control/views/checkin.py:227 +#: pretix/control/views/checkin.py:231 msgid "The new check-in list has been created." msgstr "" -#: pretix/control/views/checkin.py:234 pretix/control/views/checkin.py:277 +#: pretix/control/views/checkin.py:238 pretix/control/views/checkin.py:281 #: pretix/control/views/event.py:206 pretix/control/views/event.py:399 #: pretix/control/views/event.py:439 pretix/control/views/event.py:597 #: pretix/control/views/event.py:754 pretix/control/views/event.py:1094 @@ -14169,11 +14212,11 @@ msgstr "" msgid "We could not save your changes. See below for details." msgstr "" -#: pretix/control/views/checkin.py:256 pretix/control/views/checkin.py:293 +#: pretix/control/views/checkin.py:260 pretix/control/views/checkin.py:297 msgid "The requested list does not exist." msgstr "" -#: pretix/control/views/checkin.py:302 +#: pretix/control/views/checkin.py:306 msgid "The selected list has been deleted." msgstr "" @@ -14399,7 +14442,7 @@ msgstr "" msgid "Could not update the comment." msgstr "" -#: pretix/control/views/event.py:1061 pretix/control/views/main.py:296 +#: pretix/control/views/event.py:1061 pretix/control/views/main.py:276 msgid "VAT" msgstr "" @@ -15350,28 +15393,28 @@ msgstr "" msgid "8 portrait A7 pages on one A4 page" msgstr "" -#: pretix/plugins/badges/exporters.py:186 +#: pretix/plugins/badges/exporters.py:194 msgid "None of the selected products is configured to print badges." msgstr "" -#: pretix/plugins/badges/exporters.py:192 +#: pretix/plugins/badges/exporters.py:200 msgid "Attendee badges" msgstr "" -#: pretix/plugins/badges/exporters.py:212 +#: pretix/plugins/badges/exporters.py:220 #: pretix/plugins/ticketoutputpdf/exporters.py:32 msgid "Include pending orders" msgstr "" -#: pretix/plugins/badges/exporters.py:217 +#: pretix/plugins/badges/exporters.py:225 msgid "Include add-on or bundled positions" msgstr "" -#: pretix/plugins/badges/exporters.py:222 +#: pretix/plugins/badges/exporters.py:230 msgid "Rendering option" msgstr "" -#: pretix/plugins/badges/exporters.py:227 +#: pretix/plugins/badges/exporters.py:235 msgid "" "This option allows you to align multiple badges on one page, for example if " "you want to print to a sheet of stickers with a regular office printer. " @@ -15379,10 +15422,10 @@ msgid "" "correct size." msgstr "" -#: pretix/plugins/badges/exporters.py:233 -#: pretix/plugins/checkinlists/exporters.py:56 -#: pretix/plugins/reports/exporters.py:315 -#: pretix/plugins/reports/exporters.py:487 +#: pretix/plugins/badges/exporters.py:241 +#: pretix/plugins/checkinlists/exporters.py:71 +#: pretix/plugins/reports/exporters.py:318 +#: pretix/plugins/reports/exporters.py:490 #: pretix/plugins/ticketoutputpdf/exporters.py:37 msgid "Sort by" msgstr "" @@ -15905,33 +15948,41 @@ msgstr "" msgid "This plugin allows you to generate check-in lists for your conference." msgstr "" -#: pretix/plugins/checkinlists/exporters.py:46 +#: pretix/plugins/checkinlists/exporters.py:50 +msgid "Only include tickets for dates on or after this date." +msgstr "" + +#: pretix/plugins/checkinlists/exporters.py:57 +msgid "Only include tickets for dates on or before this date." +msgstr "" + +#: pretix/plugins/checkinlists/exporters.py:61 msgid "Include QR-code secret" msgstr "" -#: pretix/plugins/checkinlists/exporters.py:51 +#: pretix/plugins/checkinlists/exporters.py:66 msgid "Only tickets requiring special attention" msgstr "" -#: pretix/plugins/checkinlists/exporters.py:71 +#: pretix/plugins/checkinlists/exporters.py:86 msgid "Include questions" msgstr "" -#: pretix/plugins/checkinlists/exporters.py:183 +#: pretix/plugins/checkinlists/exporters.py:222 msgid "Check-in list (PDF)" msgstr "" #. Translators: maximum 5 characters -#: pretix/plugins/checkinlists/exporters.py:234 +#: pretix/plugins/checkinlists/exporters.py:284 msgctxt "tablehead" msgid "paid" msgstr "" -#: pretix/plugins/checkinlists/exporters.py:337 +#: pretix/plugins/checkinlists/exporters.py:396 msgid "Automatically checked in" msgstr "" -#: pretix/plugins/checkinlists/exporters.py:346 +#: pretix/plugins/checkinlists/exporters.py:405 #: pretix/plugins/paypal/payment.py:86 msgid "Secret" msgstr "" @@ -16012,43 +16063,43 @@ msgid "" "to send any payments." msgstr "" -#: pretix/plugins/paypal/payment.py:205 pretix/plugins/paypal/payment.py:291 -#: pretix/plugins/paypal/payment.py:306 pretix/plugins/paypal/payment.py:309 -#: pretix/plugins/paypal/payment.py:367 +#: pretix/plugins/paypal/payment.py:205 pretix/plugins/paypal/payment.py:298 +#: pretix/plugins/paypal/payment.py:313 pretix/plugins/paypal/payment.py:316 +#: pretix/plugins/paypal/payment.py:374 pretix/plugins/paypal/payment.py:515 msgid "We had trouble communicating with PayPal" msgstr "" -#: pretix/plugins/paypal/payment.py:323 pretix/plugins/paypal/payment.py:332 -#: pretix/plugins/paypal/payment.py:393 +#: pretix/plugins/paypal/payment.py:330 pretix/plugins/paypal/payment.py:339 +#: pretix/plugins/paypal/payment.py:400 msgid "" "We were unable to process your payment. See below for details on how to " "proceed." msgstr "" -#: pretix/plugins/paypal/payment.py:374 pretix/plugins/paypal/payment.py:383 +#: pretix/plugins/paypal/payment.py:381 pretix/plugins/paypal/payment.py:390 msgid "" "PayPal has not yet approved the payment. We will inform you as soon as the " "payment completed." msgstr "" -#: pretix/plugins/paypal/payment.py:408 pretix/plugins/stripe/payment.py:435 +#: pretix/plugins/paypal/payment.py:415 pretix/plugins/stripe/payment.py:435 #: pretix/plugins/stripe/payment.py:787 msgid "There was an error sending the confirmation mail." msgstr "" -#: pretix/plugins/paypal/payment.py:485 pretix/plugins/paypal/payment.py:492 +#: pretix/plugins/paypal/payment.py:492 pretix/plugins/paypal/payment.py:499 msgid "Refunding the amount via PayPal failed: {}" msgstr "" -#: pretix/plugins/paypal/payment.py:591 pretix/plugins/paypal/payment.py:599 +#: pretix/plugins/paypal/payment.py:615 pretix/plugins/paypal/payment.py:623 msgid "The payment for this invoice has already been received." msgstr "" -#: pretix/plugins/paypal/payment.py:592 pretix/plugins/paypal/payment.py:600 +#: pretix/plugins/paypal/payment.py:616 pretix/plugins/paypal/payment.py:624 msgid "PayPal payment ID" msgstr "" -#: pretix/plugins/paypal/payment.py:594 +#: pretix/plugins/paypal/payment.py:618 msgid "PayPal sale ID" msgstr "" @@ -16417,48 +16468,48 @@ msgstr "" msgid "Created: %s" msgstr "" -#: pretix/plugins/reports/exporters.py:153 +#: pretix/plugins/reports/exporters.py:156 msgid "Order overview (PDF)" msgstr "" -#: pretix/plugins/reports/exporters.py:197 +#: pretix/plugins/reports/exporters.py:200 #: pretix/plugins/statistics/templates/pretixplugins/statistics/index.html:58 msgid "Orders by product" msgstr "" -#: pretix/plugins/reports/exporters.py:202 +#: pretix/plugins/reports/exporters.py:205 #, python-brace-format msgid "{axis} between {start} and {end}" msgstr "" -#: pretix/plugins/reports/exporters.py:227 -#: pretix/plugins/reports/exporters.py:228 -#: pretix/plugins/reports/exporters.py:229 #: pretix/plugins/reports/exporters.py:230 #: pretix/plugins/reports/exporters.py:231 +#: pretix/plugins/reports/exporters.py:232 +#: pretix/plugins/reports/exporters.py:233 +#: pretix/plugins/reports/exporters.py:234 msgid "#" msgstr "" -#: pretix/plugins/reports/exporters.py:299 +#: pretix/plugins/reports/exporters.py:302 msgid "List of orders with taxes (PDF)" msgstr "" -#: pretix/plugins/reports/exporters.py:376 +#: pretix/plugins/reports/exporters.py:379 #, python-brace-format msgid "Orders by tax rate ({currency})" msgstr "" -#: pretix/plugins/reports/exporters.py:385 -#: pretix/plugins/reports/exporters.py:521 +#: pretix/plugins/reports/exporters.py:388 +#: pretix/plugins/reports/exporters.py:524 msgid "Gross" msgstr "" -#: pretix/plugins/reports/exporters.py:385 -#: pretix/plugins/reports/exporters.py:521 +#: pretix/plugins/reports/exporters.py:388 +#: pretix/plugins/reports/exporters.py:524 msgid "Tax" msgstr "" -#: pretix/plugins/reports/exporters.py:470 +#: pretix/plugins/reports/exporters.py:473 msgid "List of orders with taxes" msgstr "" @@ -17515,24 +17566,24 @@ msgid "Show all events of %(name)s" msgstr "" #: pretix/presale/templates/pretixpresale/event/base.html:98 -#: pretix/presale/templates/pretixpresale/event/base.html:128 +#: pretix/presale/templates/pretixpresale/event/base.html:132 msgid "" "This ticket shop is currently in test mode. Please do not perform any real " "purchases as your order might be deleted without notice." msgstr "" #: pretix/presale/templates/pretixpresale/event/base.html:104 -#: pretix/presale/templates/pretixpresale/event/base.html:134 +#: pretix/presale/templates/pretixpresale/event/base.html:138 msgid "" "Orders made through this sales channel cannot be deleted - even if the " "ticket shop is in test mode!" msgstr "" -#: pretix/presale/templates/pretixpresale/event/base.html:142 +#: pretix/presale/templates/pretixpresale/event/base.html:146 msgid "Contact event organizer" msgstr "" -#: pretix/presale/templates/pretixpresale/event/base.html:145 +#: pretix/presale/templates/pretixpresale/event/base.html:149 msgid "Imprint" msgstr "" @@ -17932,6 +17983,11 @@ msgstr "" msgid "Go" msgstr "" +#: pretix/presale/templates/pretixpresale/event/fragment_subevent_calendar_week.html:21 +#: pretix/presale/templates/pretixpresale/organizers/calendar_week.html:48 +msgid "W" +msgstr "" + #: pretix/presale/templates/pretixpresale/event/fragment_subevent_list.html:21 #: pretix/presale/templates/pretixpresale/event/fragment_subevent_list.html:30 #: pretix/presale/templates/pretixpresale/fragment_calendar.html:71 @@ -18597,19 +18653,19 @@ msgstr "" msgid "Please enter positive numbers only." msgstr "" -#: pretix/presale/views/cart.py:338 +#: pretix/presale/views/cart.py:340 msgid "We applied the voucher to as many products in your cart as we could." msgstr "" -#: pretix/presale/views/cart.py:360 +#: pretix/presale/views/cart.py:362 msgid "Your cart has been updated." msgstr "" -#: pretix/presale/views/cart.py:363 pretix/presale/views/cart.py:385 +#: pretix/presale/views/cart.py:365 pretix/presale/views/cart.py:387 msgid "Your cart is now empty." msgstr "" -#: pretix/presale/views/cart.py:400 +#: pretix/presale/views/cart.py:402 msgid "The products have been successfully added to your cart." msgstr "" diff --git a/src/pretix/locale/nb_NO/LC_MESSAGES/djangojs.po b/src/pretix/locale/nb_NO/LC_MESSAGES/djangojs.po index 39d0c79f6..7ddb2b5cc 100644 --- a/src/pretix/locale/nb_NO/LC_MESSAGES/djangojs.po +++ b/src/pretix/locale/nb_NO/LC_MESSAGES/djangojs.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-05-13 16:45+0000\n" +"POT-Creation-Date: 2020-06-10 16:02+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/src/pretix/locale/nl/LC_MESSAGES/django.po b/src/pretix/locale/nl/LC_MESSAGES/django.po index ea4ea3c48..3b6078a98 100644 --- a/src/pretix/locale/nl/LC_MESSAGES/django.po +++ b/src/pretix/locale/nl/LC_MESSAGES/django.po @@ -6,11 +6,11 @@ msgid "" msgstr "" "Project-Id-Version: 1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-05-13 16:44+0000\n" +"POT-Creation-Date: 2020-06-10 16:02+0000\n" "PO-Revision-Date: 2020-06-01 02:00+0000\n" "Last-Translator: Maarten van den Berg \n" -"Language-Team: Dutch " -"\n" +"Language-Team: Dutch \n" "Language: nl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -26,7 +26,7 @@ msgid "Shop disabled" msgstr "Winkel uitgeschakeld" #: htmlcov/pretix_control_views_dashboards_py.html:900 -#: pretix/control/forms/filter.py:386 pretix/control/forms/filter.py:606 +#: pretix/control/forms/filter.py:438 pretix/control/forms/filter.py:658 #: pretix/control/templates/pretixcontrol/events/index.html:146 #: pretix/control/templates/pretixcontrol/organizers/detail.html:100 #: pretix/control/templates/pretixcontrol/subevents/index.html:115 @@ -34,7 +34,7 @@ msgid "Presale over" msgstr "Voorverkoop afgelopen" #: htmlcov/pretix_control_views_dashboards_py.html:902 -#: pretix/control/forms/filter.py:385 pretix/control/forms/filter.py:605 +#: pretix/control/forms/filter.py:437 pretix/control/forms/filter.py:657 #: pretix/control/templates/pretixcontrol/events/index.html:148 #: pretix/control/templates/pretixcontrol/organizers/detail.html:102 #: pretix/control/templates/pretixcontrol/subevents/index.html:117 @@ -88,30 +88,30 @@ msgstr "Alle evenementen (inclusief nieuw gemaakte)" msgid "Limit to events" msgstr "Beperk tot evenementen" -#: pretix/api/serializers/cart.py:59 pretix/api/serializers/order.py:910 +#: pretix/api/serializers/cart.py:59 pretix/api/serializers/order.py:918 msgid "The product \"{}\" is not assigned to a quota." msgstr "Het product \"{}\" is niet toegewezen aan een quotum." -#: pretix/api/serializers/cart.py:67 pretix/api/serializers/order.py:922 +#: pretix/api/serializers/cart.py:67 pretix/api/serializers/order.py:930 msgid "" "There is not enough quota available on quota \"{}\" to perform the operation." msgstr "" "Er is niet genoeg capaciteit beschikbaar op quotum \"{}\" om deze opdracht " "uit te voeren." -#: pretix/api/serializers/cart.py:91 pretix/api/serializers/order.py:895 +#: pretix/api/serializers/cart.py:91 pretix/api/serializers/order.py:903 #: pretix/base/services/orders.py:1143 #, python-brace-format msgid "The selected seat \"{seat}\" is not available." msgstr "De gekozen stoel \"{seat}\" is niet beschikbaar." -#: pretix/api/serializers/checkin.py:29 pretix/base/models/event.py:1152 -#: pretix/base/models/items.py:1187 pretix/base/models/items.py:1419 +#: pretix/api/serializers/checkin.py:29 pretix/base/models/event.py:1109 +#: pretix/base/models/items.py:1189 pretix/base/models/items.py:1421 msgid "One or more items do not belong to this event." msgstr "Één of meer items horen niet bij dit evenement." #: pretix/api/serializers/checkin.py:33 pretix/api/serializers/checkin.py:36 -#: pretix/base/models/items.py:1430 pretix/base/models/items.py:1433 +#: pretix/base/models/items.py:1432 pretix/base/models/items.py:1435 #: pretix/base/models/waitinglist.py:151 pretix/base/models/waitinglist.py:154 msgid "The subevent does not belong to this event." msgstr "Het onderevenement hoort niet bij dit evenement." @@ -194,7 +194,7 @@ msgstr "Circulaire afhankelijkheid tussen vragen gedetecteerd." msgid "This type of question cannot be asked during check-in." msgstr "Deze soort vraag kan niet bij het inchecken worden gesteld." -#: pretix/api/serializers/organizer.py:52 pretix/control/forms/organizer.py:402 +#: pretix/api/serializers/organizer.py:52 pretix/control/forms/organizer.py:404 msgid "" "A gift card with the same secret already exists in your or an affiliated " "organizer account." @@ -307,14 +307,14 @@ msgstr "pretix-gebruiker" #: pretix/base/auth.py:110 pretix/base/forms/auth.py:175 #: pretix/base/models/auth.py:90 pretix/base/models/notifications.py:25 #: pretix/base/models/orders.py:146 pretix/control/navigation.py:60 -#: pretix/plugins/checkinlists/exporters.py:348 +#: pretix/plugins/checkinlists/exporters.py:407 #: pretix/presale/checkoutflow.py:665 pretix/presale/forms/checkout.py:28 #: pretix/presale/forms/user.py:6 msgid "E-mail" msgstr "E-mail" #: pretix/base/auth.py:112 pretix/base/forms/auth.py:86 -#: pretix/base/forms/auth.py:138 pretix/control/forms/event.py:937 +#: pretix/base/forms/auth.py:138 pretix/control/forms/event.py:936 msgid "Password" msgstr "Wachtwoord" @@ -322,7 +322,7 @@ msgstr "Wachtwoord" msgid "Online shop" msgstr "Online winkel" -#: pretix/base/email.py:139 pretix/control/views/main.py:288 +#: pretix/base/email.py:139 pretix/control/views/main.py:268 #: pretix/plugins/badges/__init__.py:24 pretix/plugins/badges/models.py:27 #: pretix/plugins/badges/templates/pretixplugins/badges/index.html:35 #: pretix/plugins/badges/templates/pretixplugins/badges/index.html:55 @@ -337,7 +337,7 @@ msgid "Simple with logo" msgstr "Simpel met logo" #: pretix/base/email.py:349 pretix/base/email.py:412 pretix/base/email.py:428 -#: pretix/base/email.py:437 pretix/base/pdf.py:109 pretix/base/pdf.py:207 +#: pretix/base/email.py:437 pretix/base/pdf.py:109 pretix/base/pdf.py:212 #: pretix/base/services/invoices.py:337 pretix/control/views/event.py:672 msgid "John Doe" msgstr "John Doe" @@ -390,7 +390,7 @@ msgstr "Gecombineerde Excel (.xlsx)" msgid "Answers to file upload questions" msgstr "Antwoorden op bestandsuploadvragen" -#: pretix/base/exporters/answers.py:27 pretix/base/models/items.py:1067 +#: pretix/base/exporters/answers.py:27 pretix/base/models/items.py:1069 #: pretix/control/navigation.py:161 #: pretix/control/templates/pretixcontrol/items/questions.html:3 #: pretix/control/templates/pretixcontrol/items/questions.html:5 @@ -411,7 +411,8 @@ msgstr "Ticket {event}-{code}" #: pretix/control/templates/pretixcontrol/organizers/detail.html:54 #: pretix/control/templates/pretixcontrol/user/staff_session_edit.html:19 #: pretix/control/templates/pretixcontrol/user/staff_session_list.html:18 -#: pretix/plugins/checkinlists/exporters.py:352 +#: pretix/plugins/checkinlists/exporters.py:47 +#: pretix/plugins/checkinlists/exporters.py:411 msgid "Start date" msgstr "Begindatum" @@ -429,7 +430,8 @@ msgstr "" #: pretix/control/templates/pretixcontrol/organizers/detail.html:56 #: pretix/control/templates/pretixcontrol/user/staff_session_edit.html:21 #: pretix/control/templates/pretixcontrol/user/staff_session_list.html:20 -#: pretix/plugins/checkinlists/exporters.py:353 +#: pretix/plugins/checkinlists/exporters.py:54 +#: pretix/plugins/checkinlists/exporters.py:412 msgid "End date" msgstr "Einddatum" @@ -445,9 +447,9 @@ msgstr "" msgid "All invoices" msgstr "Alle facturen" -#: pretix/base/exporters/invoices.py:99 pretix/base/models/orders.py:1234 -#: pretix/base/models/orders.py:1605 pretix/control/forms/filter.py:97 -#: pretix/control/forms/filter.py:1125 +#: pretix/base/exporters/invoices.py:99 pretix/base/models/orders.py:1261 +#: pretix/base/models/orders.py:1632 pretix/control/forms/filter.py:97 +#: pretix/control/forms/filter.py:1177 #: pretix/control/templates/pretixcontrol/boxoffice/payment.html:9 #: pretix/control/templates/pretixcontrol/boxoffice/payment.html:14 #: pretix/control/templates/pretixcontrol/boxoffice/payment.html:33 @@ -456,7 +458,7 @@ msgid "Payment provider" msgstr "Betalingsprovider" #: pretix/base/exporters/invoices.py:101 pretix/control/forms/filter.py:99 -#: pretix/control/forms/filter.py:1127 +#: pretix/control/forms/filter.py:1179 msgid "All payment providers" msgstr "Alle betalingsproviders" @@ -475,8 +477,8 @@ msgstr "" msgid "Email addresses (text file)" msgstr "E-mailadressen (tekstbestand)" -#: pretix/base/exporters/mail.py:34 pretix/plugins/reports/exporters.py:307 -#: pretix/plugins/reports/exporters.py:479 +#: pretix/base/exporters/mail.py:34 pretix/plugins/reports/exporters.py:310 +#: pretix/plugins/reports/exporters.py:482 msgid "Filter by status" msgstr "Filter op status" @@ -491,7 +493,7 @@ msgstr "Besteldatums" msgid "Orders" msgstr "Bestellingen" -#: pretix/base/exporters/orderlist.py:32 pretix/base/models/orders.py:1862 +#: pretix/base/exporters/orderlist.py:32 pretix/base/models/orders.py:1889 #: pretix/base/notifications.py:190 msgid "Order positions" msgstr "Bestelde producten" @@ -513,31 +515,31 @@ msgstr "Alleen betaalde bestellingen" #: pretix/control/templates/pretixcontrol/order/index.html:157 #: pretix/control/templates/pretixcontrol/orders/index.html:34 #: pretix/control/templates/pretixcontrol/orders/index.html:91 -#: pretix/control/templates/pretixcontrol/search/orders.html:36 -#: pretix/plugins/badges/exporters.py:236 +#: pretix/control/templates/pretixcontrol/search/orders.html:41 +#: pretix/plugins/badges/exporters.py:244 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/transaction_list.html:34 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/transaction_list.html:57 -#: pretix/plugins/checkinlists/exporters.py:60 -#: pretix/plugins/checkinlists/exporters.py:330 -#: pretix/plugins/reports/exporters.py:381 -#: pretix/plugins/reports/exporters.py:518 +#: pretix/plugins/checkinlists/exporters.py:75 +#: pretix/plugins/checkinlists/exporters.py:389 +#: pretix/plugins/reports/exporters.py:384 +#: pretix/plugins/reports/exporters.py:521 #: pretix/plugins/ticketoutputpdf/exporters.py:40 msgid "Order code" msgstr "Bestelcode" #: pretix/base/exporters/orderlist.py:98 pretix/base/notifications.py:186 #: pretix/control/templates/pretixcontrol/orders/index.html:101 -#: pretix/control/templates/pretixcontrol/search/orders.html:48 -#: pretix/plugins/reports/exporters.py:381 -#: pretix/plugins/reports/exporters.py:520 +#: pretix/control/templates/pretixcontrol/search/orders.html:53 +#: pretix/plugins/reports/exporters.py:384 +#: pretix/plugins/reports/exporters.py:523 msgid "Order total" msgstr "Totaalbedrag van bestelling" #: pretix/base/exporters/orderlist.py:98 pretix/base/exporters/orderlist.py:210 #: pretix/base/exporters/orderlist.py:286 #: pretix/base/exporters/orderlist.py:481 pretix/base/models/orders.py:134 -#: pretix/control/forms/filter.py:379 pretix/control/forms/filter.py:599 -#: pretix/control/forms/filter.py:858 pretix/control/forms/filter.py:939 +#: pretix/control/forms/filter.py:431 pretix/control/forms/filter.py:651 +#: pretix/control/forms/filter.py:910 pretix/control/forms/filter.py:991 #: pretix/control/templates/pretixcontrol/boxoffice/payment.html:22 #: pretix/control/templates/pretixcontrol/checkin/index.html:78 #: pretix/control/templates/pretixcontrol/events/index.html:88 @@ -546,12 +548,12 @@ msgstr "Totaalbedrag van bestelling" #: pretix/control/templates/pretixcontrol/orders/index.html:105 #: pretix/control/templates/pretixcontrol/orders/refunds.html:45 #: pretix/control/templates/pretixcontrol/organizers/detail.html:58 -#: pretix/control/templates/pretixcontrol/search/orders.html:51 +#: pretix/control/templates/pretixcontrol/search/orders.html:56 #: pretix/control/templates/pretixcontrol/subevents/index.html:79 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:136 #: pretix/control/views/waitinglist.py:199 -#: pretix/plugins/reports/exporters.py:381 -#: pretix/plugins/reports/exporters.py:520 +#: pretix/plugins/reports/exporters.py:384 +#: pretix/plugins/reports/exporters.py:523 #: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:61 #: pretix/presale/templates/pretixpresale/organizers/index.html:64 msgid "Status" @@ -565,15 +567,15 @@ msgstr "E-mail" #: pretix/base/exporters/orderlist.py:98 pretix/base/exporters/orderlist.py:212 #: pretix/base/exporters/orderlist.py:288 pretix/base/notifications.py:188 -#: pretix/control/forms/filter.py:1174 +#: pretix/control/forms/filter.py:1226 #: pretix/control/templates/pretixcontrol/order/index.html:159 #: pretix/control/templates/pretixcontrol/orders/index.html:97 -#: pretix/control/templates/pretixcontrol/search/orders.html:45 -#: pretix/plugins/checkinlists/exporters.py:360 -#: pretix/plugins/reports/exporters.py:318 -#: pretix/plugins/reports/exporters.py:381 -#: pretix/plugins/reports/exporters.py:490 -#: pretix/plugins/reports/exporters.py:518 +#: pretix/control/templates/pretixcontrol/search/orders.html:50 +#: pretix/plugins/checkinlists/exporters.py:419 +#: pretix/plugins/reports/exporters.py:321 +#: pretix/plugins/reports/exporters.py:384 +#: pretix/plugins/reports/exporters.py:493 +#: pretix/plugins/reports/exporters.py:521 msgid "Order date" msgstr "Besteldatum" @@ -581,11 +583,11 @@ msgstr "Besteldatum" #: pretix/base/exporters/orderlist.py:309 #: pretix/base/exporters/orderlist.py:329 #: pretix/base/exporters/orderlist.py:571 -#: pretix/base/exporters/orderlist.py:673 pretix/base/forms/questions.py:269 +#: pretix/base/exporters/orderlist.py:673 pretix/base/forms/questions.py:270 #: pretix/base/orderimport.py:241 pretix/base/orderimport.py:406 #: pretix/control/templates/pretixcontrol/order/index.html:782 -#: pretix/plugins/checkinlists/exporters.py:358 -#: pretix/plugins/reports/exporters.py:519 +#: pretix/plugins/checkinlists/exporters.py:417 +#: pretix/plugins/reports/exporters.py:522 #: pretix/presale/templates/pretixpresale/event/checkout_confirm.html:93 #: pretix/presale/templates/pretixpresale/event/order.html:281 msgid "Company" @@ -594,13 +596,13 @@ msgstr "Bedrijf" #: pretix/base/exporters/orderlist.py:99 pretix/base/exporters/orderlist.py:564 #: pretix/base/exporters/orderlist.py:572 #: pretix/base/exporters/orderlist.py:666 -#: pretix/base/exporters/orderlist.py:674 pretix/base/forms/questions.py:634 -#: pretix/base/models/devices.py:51 pretix/base/models/event.py:1008 -#: pretix/base/models/event.py:1250 pretix/base/models/items.py:1301 -#: pretix/base/models/items.py:1460 pretix/base/models/organizer.py:34 -#: pretix/base/models/seating.py:39 pretix/base/models/tax.py:97 +#: pretix/base/exporters/orderlist.py:674 pretix/base/forms/questions.py:641 +#: pretix/base/models/devices.py:51 pretix/base/models/event.py:989 +#: pretix/base/models/event.py:1207 pretix/base/models/items.py:1303 +#: pretix/base/models/items.py:1462 pretix/base/models/organizer.py:34 +#: pretix/base/models/seating.py:40 pretix/base/models/tax.py:97 #: pretix/base/settings.py:1627 pretix/base/settings.py:1637 -#: pretix/base/settings.py:1798 pretix/control/forms/item.py:281 +#: pretix/base/settings.py:1806 pretix/control/forms/item.py:281 #: pretix/control/templates/pretixcontrol/checkin/index.html:75 #: pretix/control/templates/pretixcontrol/event/tax_index.html:26 #: pretix/control/templates/pretixcontrol/oauth/app_list.html:12 @@ -611,8 +613,8 @@ msgstr "Bedrijf" #: pretix/control/templates/pretixcontrol/subevents/index.html:66 #: pretix/plugins/badges/models.py:32 #: pretix/plugins/badges/templates/pretixplugins/badges/index.html:34 -#: pretix/plugins/checkinlists/exporters.py:236 -#: pretix/plugins/reports/exporters.py:519 +#: pretix/plugins/checkinlists/exporters.py:286 +#: pretix/plugins/reports/exporters.py:522 #: pretix/plugins/ticketoutputpdf/models.py:32 #: pretix/plugins/ticketoutputpdf/templates/pretixplugins/ticketoutputpdf/index.html:32 #: pretix/presale/templates/pretixpresale/event/checkout_confirm.html:96 @@ -627,8 +629,8 @@ msgstr "Naam" #: pretix/base/exporters/orderlist.py:310 #: pretix/base/exporters/orderlist.py:336 #: pretix/base/exporters/orderlist.py:565 -#: pretix/base/exporters/orderlist.py:667 pretix/base/forms/questions.py:276 -#: pretix/base/models/orders.py:1070 pretix/base/models/orders.py:2113 +#: pretix/base/exporters/orderlist.py:667 pretix/base/forms/questions.py:277 +#: pretix/base/models/orders.py:1070 pretix/base/models/orders.py:2140 #: pretix/base/orderimport.py:271 pretix/base/orderimport.py:417 #: pretix/control/templates/pretixcontrol/order/index.html:786 #: pretix/presale/templates/pretixpresale/event/checkout_confirm.html:98 @@ -643,8 +645,8 @@ msgstr "Adres" #: pretix/base/exporters/orderlist.py:566 #: pretix/base/exporters/orderlist.py:574 #: pretix/base/exporters/orderlist.py:668 -#: pretix/base/exporters/orderlist.py:676 pretix/base/forms/questions.py:286 -#: pretix/base/models/orders.py:1071 pretix/base/models/orders.py:2114 +#: pretix/base/exporters/orderlist.py:676 pretix/base/forms/questions.py:287 +#: pretix/base/models/orders.py:1071 pretix/base/models/orders.py:2141 #: pretix/base/orderimport.py:282 pretix/base/orderimport.py:428 #: pretix/base/settings.py:549 msgid "ZIP code" @@ -657,8 +659,8 @@ msgstr "Postcode" #: pretix/base/exporters/orderlist.py:567 #: pretix/base/exporters/orderlist.py:575 #: pretix/base/exporters/orderlist.py:669 -#: pretix/base/exporters/orderlist.py:677 pretix/base/forms/questions.py:294 -#: pretix/base/models/orders.py:1072 pretix/base/models/orders.py:2115 +#: pretix/base/exporters/orderlist.py:677 pretix/base/forms/questions.py:295 +#: pretix/base/models/orders.py:1072 pretix/base/models/orders.py:2142 #: pretix/base/orderimport.py:293 pretix/base/orderimport.py:439 #: pretix/base/settings.py:561 msgid "City" @@ -671,12 +673,12 @@ msgstr "Stad" #: pretix/base/exporters/orderlist.py:568 #: pretix/base/exporters/orderlist.py:576 #: pretix/base/exporters/orderlist.py:670 -#: pretix/base/exporters/orderlist.py:678 pretix/base/forms/questions.py:305 -#: pretix/base/models/orders.py:1073 pretix/base/models/orders.py:2116 -#: pretix/base/models/orders.py:2117 pretix/base/orderimport.py:309 +#: pretix/base/exporters/orderlist.py:678 pretix/base/forms/questions.py:306 +#: pretix/base/models/orders.py:1073 pretix/base/models/orders.py:2143 +#: pretix/base/models/orders.py:2144 pretix/base/orderimport.py:309 #: pretix/base/orderimport.py:455 pretix/base/settings.py:574 #: pretix/control/templates/pretixcontrol/order/index.html:790 -#: pretix/plugins/reports/exporters.py:520 +#: pretix/plugins/reports/exporters.py:523 #: pretix/presale/templates/pretixpresale/event/checkout_confirm.html:102 #: pretix/presale/templates/pretixpresale/event/order.html:291 msgid "Country" @@ -687,9 +689,9 @@ msgstr "Land" #: pretix/base/exporters/orderlist.py:314 #: pretix/base/exporters/orderlist.py:336 #: pretix/base/exporters/orderlist.py:577 -#: pretix/base/exporters/orderlist.py:679 pretix/base/forms/questions.py:327 -#: pretix/base/forms/questions.py:603 pretix/base/models/orders.py:1074 -#: pretix/base/models/orders.py:2119 pretix/base/orderimport.py:328 +#: pretix/base/exporters/orderlist.py:679 pretix/base/forms/questions.py:328 +#: pretix/base/forms/questions.py:610 pretix/base/models/orders.py:1074 +#: pretix/base/models/orders.py:2146 pretix/base/orderimport.py:328 #: pretix/control/templates/pretixcontrol/order/index.html:793 #: pretix/presale/templates/pretixpresale/event/checkout_confirm.html:105 #: pretix/presale/templates/pretixpresale/event/order.html:294 @@ -703,10 +705,10 @@ msgstr "Staat" #: pretix/base/exporters/orderlist.py:570 #: pretix/base/exporters/orderlist.py:578 #: pretix/base/exporters/orderlist.py:672 -#: pretix/base/exporters/orderlist.py:680 pretix/base/models/orders.py:2120 +#: pretix/base/exporters/orderlist.py:680 pretix/base/models/orders.py:2147 #: pretix/base/orderimport.py:353 #: pretix/control/templates/pretixcontrol/order/index.html:797 -#: pretix/plugins/reports/exporters.py:520 +#: pretix/plugins/reports/exporters.py:523 #: pretix/presale/templates/pretixpresale/event/checkout_confirm.html:109 #: pretix/presale/templates/pretixpresale/event/order.html:298 msgid "VAT ID" @@ -754,14 +756,14 @@ msgstr "Verkoopkanaal" #: pretix/base/exporters/orderlist.py:119 pretix/base/models/items.py:398 #: pretix/base/models/orders.py:172 -#: pretix/plugins/checkinlists/exporters.py:361 +#: pretix/plugins/checkinlists/exporters.py:420 msgid "Requires special attention" msgstr "Vereist speciale aandacht" #: pretix/base/exporters/orderlist.py:120 pretix/base/models/orders.py:167 #: pretix/base/models/vouchers.py:197 pretix/base/orderimport.py:620 #: pretix/control/templates/pretixcontrol/user/staff_session_list.html:21 -#: pretix/plugins/checkinlists/exporters.py:362 +#: pretix/plugins/checkinlists/exporters.py:421 msgid "Comment" msgstr "Opmerking" @@ -775,9 +777,9 @@ msgstr "Plaatsen" #: pretix/base/exporters/orderlist.py:642 pretix/base/models/orders.py:939 #: pretix/control/forms/item.py:397 pretix/control/views/item.py:527 #: pretix/control/views/vouchers.py:88 pretix/control/views/vouchers.py:89 -#: pretix/plugins/checkinlists/exporters.py:396 -#: pretix/plugins/checkinlists/exporters.py:399 -#: pretix/plugins/checkinlists/exporters.py:434 +#: pretix/plugins/checkinlists/exporters.py:455 +#: pretix/plugins/checkinlists/exporters.py:458 +#: pretix/plugins/checkinlists/exporters.py:493 #: pretix/plugins/pretixdroid/templates/pretixplugins/pretixdroid/configuration.html:110 #: pretix/plugins/pretixdroid/templates/pretixplugins/pretixdroid/configuration.html:111 #: pretix/presale/checkoutflow.py:675 @@ -789,9 +791,9 @@ msgstr "Ja" #: pretix/base/exporters/orderlist.py:642 pretix/base/models/orders.py:941 #: pretix/control/forms/item.py:398 pretix/control/views/item.py:527 #: pretix/control/views/vouchers.py:88 pretix/control/views/vouchers.py:89 -#: pretix/plugins/checkinlists/exporters.py:396 -#: pretix/plugins/checkinlists/exporters.py:399 -#: pretix/plugins/checkinlists/exporters.py:434 +#: pretix/plugins/checkinlists/exporters.py:455 +#: pretix/plugins/checkinlists/exporters.py:458 +#: pretix/plugins/checkinlists/exporters.py:493 #: pretix/plugins/pretixdroid/templates/pretixplugins/pretixdroid/configuration.html:110 #: pretix/plugins/pretixdroid/templates/pretixplugins/pretixdroid/configuration.html:111 #: pretix/presale/checkoutflow.py:677 @@ -804,7 +806,7 @@ msgstr "Toeslagtype" #: pretix/base/exporters/orderlist.py:214 #: pretix/base/exporters/orderlist.py:653 pretix/base/models/items.py:276 -#: pretix/base/models/items.py:630 pretix/base/models/items.py:637 +#: pretix/base/models/items.py:632 pretix/base/models/items.py:639 msgid "Description" msgstr "Beschrijving" @@ -814,15 +816,15 @@ msgstr "Beschrijving" #: pretix/control/templates/pretixcontrol/item/index.html:45 #: pretix/control/templates/pretixcontrol/order/change.html:145 #: pretix/control/templates/pretixcontrol/order/change.html:295 -#: pretix/plugins/checkinlists/exporters.py:237 -#: pretix/plugins/checkinlists/exporters.py:337 +#: pretix/plugins/checkinlists/exporters.py:287 +#: pretix/plugins/checkinlists/exporters.py:396 msgid "Price" msgstr "Prijs" #: pretix/base/exporters/orderlist.py:216 #: pretix/base/exporters/orderlist.py:298 -#: pretix/base/exporters/orderlist.py:657 pretix/base/models/orders.py:1739 -#: pretix/base/models/orders.py:1837 pretix/base/models/tax.py:104 +#: pretix/base/exporters/orderlist.py:657 pretix/base/models/orders.py:1766 +#: pretix/base/models/orders.py:1864 pretix/base/models/tax.py:104 msgid "Tax rate" msgstr "Belastingtarief" @@ -835,15 +837,15 @@ msgstr "Belastingregel" #: pretix/base/exporters/orderlist.py:218 #: pretix/base/exporters/orderlist.py:300 -#: pretix/base/exporters/orderlist.py:656 pretix/base/models/orders.py:1748 -#: pretix/base/models/orders.py:1846 +#: pretix/base/exporters/orderlist.py:656 pretix/base/models/orders.py:1775 +#: pretix/base/models/orders.py:1873 msgid "Tax value" msgstr "Belastingwaarde" #: pretix/base/exporters/orderlist.py:220 #: pretix/base/exporters/orderlist.py:225 #: pretix/base/exporters/orderlist.py:330 -#: pretix/base/exporters/orderlist.py:334 pretix/base/pdf.py:206 +#: pretix/base/exporters/orderlist.py:334 pretix/base/pdf.py:211 msgid "Invoice address name" msgstr "Naam factuuradres" @@ -852,13 +854,13 @@ msgid "Position ID" msgstr "Plaatsnummer" #: pretix/base/exporters/orderlist.py:291 pretix/base/models/checkin.py:18 -#: pretix/base/models/items.py:1297 pretix/base/models/orders.py:1021 +#: pretix/base/models/items.py:1299 pretix/base/models/orders.py:1021 #: pretix/base/models/vouchers.py:101 pretix/base/models/waitinglist.py:34 -#: pretix/control/forms/event.py:1106 pretix/control/forms/filter.py:241 -#: pretix/control/forms/filter.py:976 pretix/control/forms/filter.py:1088 -#: pretix/control/forms/filter.py:1165 pretix/control/forms/item.py:174 -#: pretix/control/forms/orders.py:241 pretix/control/forms/orders.py:293 -#: pretix/control/forms/orders.py:542 pretix/control/forms/vouchers.py:78 +#: pretix/control/forms/event.py:1105 pretix/control/forms/filter.py:241 +#: pretix/control/forms/filter.py:1028 pretix/control/forms/filter.py:1140 +#: pretix/control/forms/filter.py:1217 pretix/control/forms/item.py:174 +#: pretix/control/forms/orders.py:245 pretix/control/forms/orders.py:297 +#: pretix/control/forms/orders.py:546 pretix/control/forms/vouchers.py:78 #: pretix/control/templates/pretixcontrol/checkin/lists.html:75 #: pretix/control/templates/pretixcontrol/items/quotas.html:47 #: pretix/control/templates/pretixcontrol/order/change.html:104 @@ -868,7 +870,7 @@ msgstr "Plaatsnummer" #: pretix/control/templates/pretixcontrol/vouchers/index.html:126 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:133 #: pretix/control/views/waitinglist.py:203 -#: pretix/plugins/checkinlists/exporters.py:351 +#: pretix/plugins/checkinlists/exporters.py:410 #: pretix/plugins/sendmail/forms.py:129 #: pretix/presale/templates/pretixpresale/event/checkout_questions.html:92 msgctxt "subevent" @@ -877,17 +879,17 @@ msgstr "Datum" #: pretix/base/exporters/orderlist.py:295 pretix/base/models/items.py:425 #: pretix/base/models/vouchers.py:156 pretix/base/models/waitinglist.py:52 -#: pretix/base/orderimport.py:174 pretix/control/forms/filter.py:982 -#: pretix/control/forms/orders.py:220 pretix/control/forms/vouchers.py:29 +#: pretix/base/orderimport.py:174 pretix/control/forms/filter.py:1034 +#: pretix/control/forms/orders.py:224 pretix/control/forms/vouchers.py:29 #: pretix/control/templates/pretixcontrol/item/base.html:3 #: pretix/control/templates/pretixcontrol/order/change.html:130 #: pretix/control/templates/pretixcontrol/orders/overview.html:58 #: pretix/control/templates/pretixcontrol/vouchers/index.html:120 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:131 #: pretix/control/views/vouchers.py:69 pretix/control/views/waitinglist.py:199 -#: pretix/plugins/checkinlists/exporters.py:237 -#: pretix/plugins/checkinlists/exporters.py:337 -#: pretix/plugins/reports/exporters.py:219 +#: pretix/plugins/checkinlists/exporters.py:287 +#: pretix/plugins/checkinlists/exporters.py:396 +#: pretix/plugins/reports/exporters.py:222 #: pretix/plugins/statistics/templates/pretixplugins/statistics/index.html:100 #: pretix/presale/templates/pretixpresale/event/waitinglist.html:10 msgid "Product" @@ -898,20 +900,20 @@ msgid "Variation" msgstr "Variant" #: pretix/base/exporters/orderlist.py:301 -#: pretix/base/exporters/orderlist.py:306 pretix/base/forms/questions.py:252 +#: pretix/base/exporters/orderlist.py:306 pretix/base/forms/questions.py:253 #: pretix/base/models/orders.py:1043 pretix/base/orderimport.py:378 #: pretix/base/pdf.py:108 #: pretix/control/templates/pretixcontrol/order/index.html:376 -#: pretix/plugins/badges/exporters.py:235 -#: pretix/plugins/checkinlists/exporters.py:59 -#: pretix/plugins/checkinlists/exporters.py:331 +#: pretix/plugins/badges/exporters.py:243 +#: pretix/plugins/checkinlists/exporters.py:74 +#: pretix/plugins/checkinlists/exporters.py:390 #: pretix/plugins/ticketoutputpdf/exporters.py:39 #: pretix/presale/templates/pretixpresale/event/fragment_cart.html:48 #: pretix/presale/templates/pretixpresale/event/fragment_cart.html:51 msgid "Attendee name" msgstr "Naam van aanwezige" -#: pretix/base/exporters/orderlist.py:308 pretix/base/forms/questions.py:258 +#: pretix/base/exporters/orderlist.py:308 pretix/base/forms/questions.py:259 #: pretix/base/models/orders.py:1051 #: pretix/control/templates/pretixcontrol/order/index.html:381 #: pretix/presale/templates/pretixpresale/event/fragment_cart.html:58 @@ -945,11 +947,11 @@ msgstr "Terugbetalingsstatus" #: pretix/base/exporters/orderlist.py:481 #: pretix/base/exporters/orderlist.py:748 pretix/base/models/orders.py:204 -#: pretix/base/models/orders.py:1221 pretix/base/models/orders.py:1586 -#: pretix/base/models/orders.py:1728 pretix/base/models/orders.py:1831 +#: pretix/base/models/orders.py:1248 pretix/base/models/orders.py:1613 +#: pretix/base/models/orders.py:1755 pretix/base/models/orders.py:1858 #: pretix/control/templates/pretixcontrol/organizers/giftcard.html:64 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/transaction_list.html:15 -#: pretix/plugins/checkinlists/exporters.py:235 +#: pretix/plugins/checkinlists/exporters.py:285 msgid "Order" msgstr "Bestelling" @@ -975,8 +977,8 @@ msgid "Status code" msgstr "Statuscode" #: pretix/base/exporters/orderlist.py:482 -#: pretix/base/exporters/orderlist.py:748 pretix/base/models/orders.py:1217 -#: pretix/base/models/orders.py:1582 +#: pretix/base/exporters/orderlist.py:748 pretix/base/models/orders.py:1244 +#: pretix/base/models/orders.py:1609 #: pretix/control/templates/pretixcontrol/order/index.html:578 #: pretix/control/templates/pretixcontrol/order/index.html:674 #: pretix/control/templates/pretixcontrol/orders/refunds.html:46 @@ -1026,7 +1028,7 @@ msgid "Current user's carts" msgstr "Momenteel in winkelwagens" #: pretix/base/exporters/orderlist.py:516 pretix/base/shredder.py:170 -#: pretix/control/forms/event.py:1181 pretix/control/navigation.py:206 +#: pretix/control/forms/event.py:1180 pretix/control/navigation.py:206 #: pretix/control/templates/pretixcontrol/event/settings.html:155 #: pretix/control/templates/pretixcontrol/orders/cancel.html:59 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:6 @@ -1076,9 +1078,9 @@ msgstr "Factuurnummer" #: pretix/base/exporters/orderlist.py:558 #: pretix/base/exporters/orderlist.py:661 -#: pretix/base/exporters/orderlist.py:748 pretix/base/models/items.py:997 -#: pretix/base/models/orders.py:154 pretix/base/models/orders.py:2068 -#: pretix/control/forms/filter.py:391 +#: pretix/base/exporters/orderlist.py:748 pretix/base/models/items.py:999 +#: pretix/base/models/orders.py:154 pretix/base/models/orders.py:2095 +#: pretix/control/forms/filter.py:443 #: pretix/control/templates/pretixcontrol/organizers/giftcard.html:63 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/import_assign.html:17 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/transaction_list.html:11 @@ -1105,7 +1107,7 @@ msgid "Cancellation of" msgstr "Annulering van" #: pretix/base/exporters/orderlist.py:563 pretix/base/models/auth.py:102 -#: pretix/control/forms/event.py:1111 pretix/control/views/waitinglist.py:200 +#: pretix/control/forms/event.py:1110 pretix/control/views/waitinglist.py:200 msgid "Language" msgstr "Taal" @@ -1160,19 +1162,19 @@ msgid "Street address" msgstr "Adres" #: pretix/base/exporters/orderlist.py:579 -#: pretix/base/exporters/orderlist.py:681 pretix/base/models/orders.py:2130 +#: pretix/base/exporters/orderlist.py:681 pretix/base/models/orders.py:2157 msgid "Beneficiary" msgstr "Ontvanger" #: pretix/base/exporters/orderlist.py:580 -#: pretix/base/exporters/orderlist.py:682 pretix/base/models/orders.py:2125 +#: pretix/base/exporters/orderlist.py:682 pretix/base/models/orders.py:2152 #: pretix/base/orderimport.py:364 #: pretix/control/templates/pretixcontrol/order/index.html:817 #: pretix/presale/templates/pretixpresale/event/checkout_confirm.html:116 msgid "Internal reference" msgstr "Intern kenmerk" -#: pretix/base/exporters/orderlist.py:581 pretix/control/forms/event.py:1086 +#: pretix/base/exporters/orderlist.py:581 pretix/control/forms/event.py:1085 msgid "Reverse charge" msgstr "Omgekeerde belastingheffing" @@ -1212,7 +1214,7 @@ msgstr "Factuur" msgid "Line number" msgstr "Regelnummer" -#: pretix/base/exporters/orderlist.py:654 pretix/control/forms/orders.py:236 +#: pretix/base/exporters/orderlist.py:654 pretix/control/forms/orders.py:240 msgid "Gross price" msgstr "Bruto-prijs" @@ -1280,42 +1282,42 @@ msgstr "E-mailadres" msgid "Repeat password" msgstr "Herhaal wachtwoord" -#: pretix/base/forms/questions.py:279 pretix/base/forms/questions.py:545 +#: pretix/base/forms/questions.py:280 pretix/base/forms/questions.py:552 msgid "Street and Number" msgstr "Straat en huisnummer" -#: pretix/base/forms/questions.py:311 pretix/base/forms/questions.py:585 +#: pretix/base/forms/questions.py:312 pretix/base/forms/questions.py:592 msgctxt "address" msgid "Select state" msgstr "Kies een staat" -#: pretix/base/forms/questions.py:500 pretix/base/forms/questions.py:670 -#: pretix/base/payment.py:51 pretix/control/forms/event.py:653 -#: pretix/control/forms/event.py:1046 +#: pretix/base/forms/questions.py:507 pretix/base/forms/questions.py:677 +#: pretix/base/payment.py:51 pretix/control/forms/event.py:651 +#: pretix/control/forms/event.py:1045 msgid "This field is required." msgstr "Dit veld is verplicht." -#: pretix/base/forms/questions.py:529 pretix/control/forms/item.py:94 +#: pretix/base/forms/questions.py:536 pretix/control/forms/item.py:94 msgid "This field is required" msgstr "Dit veld is verplicht" -#: pretix/base/forms/questions.py:661 +#: pretix/base/forms/questions.py:668 msgid "You need to provide a company name." msgstr "U moet een bedrijfsnaam opgeven." -#: pretix/base/forms/questions.py:663 +#: pretix/base/forms/questions.py:670 msgid "You need to provide your name." msgstr "U moet uw naam opgeven." -#: pretix/base/forms/questions.py:684 pretix/control/views/orders.py:1136 +#: pretix/base/forms/questions.py:691 pretix/control/views/orders.py:1136 msgid "Your VAT ID does not match the selected country." msgstr "Uw btw-nummer komt niet overeen met het geselecteerde land." -#: pretix/base/forms/questions.py:692 +#: pretix/base/forms/questions.py:699 msgid "This VAT ID is not valid. Please re-check your input." msgstr "Dit btw-nummer is niet geldig. Controleer uw invoer." -#: pretix/base/forms/questions.py:697 +#: pretix/base/forms/questions.py:704 msgid "" "Your VAT ID could not be checked, as the VAT checking service of your " "country is currently not available. We will therefore need to charge VAT on " @@ -1327,7 +1329,7 @@ msgstr "" "te factureren. U kunt het belastingbedrag terugkrijgen via het btw-" "terugbetalingsproces." -#: pretix/base/forms/questions.py:705 +#: pretix/base/forms/questions.py:712 msgid "" "Your VAT ID could not be checked, as the VAT checking service of your " "country returned an incorrect result. We will therefore need to charge VAT " @@ -1412,12 +1414,12 @@ msgstr "" msgid "Invalid placeholder(s): %(value)s" msgstr "Ongeldige plaatsaanduiding(en): %(value)s" -#: pretix/base/forms/widgets.py:134 pretix/base/forms/widgets.py:139 -#: pretix/base/models/orders.py:2109 +#: pretix/base/forms/widgets.py:138 pretix/base/forms/widgets.py:143 +#: pretix/base/models/orders.py:2136 msgid "Business customer" msgstr "Zakelijke klant" -#: pretix/base/forms/widgets.py:138 +#: pretix/base/forms/widgets.py:142 msgid "Individual customer" msgstr "Particuliere klant" @@ -1442,27 +1444,27 @@ msgctxt "invoice" msgid "Invoice to" msgstr "Factuur naar" -#: pretix/base/invoice.py:322 pretix/base/invoice.py:752 +#: pretix/base/invoice.py:322 pretix/base/invoice.py:753 msgctxt "invoice" msgid "Order code" msgstr "Bestelcode" -#: pretix/base/invoice.py:331 pretix/base/invoice.py:761 +#: pretix/base/invoice.py:331 pretix/base/invoice.py:762 msgctxt "invoice" msgid "Cancellation number" msgstr "Annuleringsnummer" -#: pretix/base/invoice.py:337 pretix/base/invoice.py:769 +#: pretix/base/invoice.py:337 pretix/base/invoice.py:770 msgctxt "invoice" msgid "Original invoice" msgstr "Originele factuur" -#: pretix/base/invoice.py:342 pretix/base/invoice.py:776 +#: pretix/base/invoice.py:342 pretix/base/invoice.py:777 msgctxt "invoice" msgid "Invoice number" msgstr "Factuurnummer" -#: pretix/base/invoice.py:350 pretix/base/invoice.py:791 +#: pretix/base/invoice.py:350 pretix/base/invoice.py:792 msgctxt "invoice" msgid "Cancellation date" msgstr "Annuleringsdatum" @@ -1472,7 +1474,7 @@ msgctxt "invoice" msgid "Original invoice date" msgstr "Originele factuurdatum" -#: pretix/base/invoice.py:363 pretix/base/invoice.py:793 +#: pretix/base/invoice.py:363 pretix/base/invoice.py:794 msgctxt "invoice" msgid "Invoice date" msgstr "Factuurdatum" @@ -1501,7 +1503,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/organizers/giftcard.html:11 #: pretix/control/templates/pretixcontrol/organizers/giftcard_edit.html:10 #: pretix/control/templates/pretixcontrol/organizers/giftcards.html:73 -#: pretix/control/templates/pretixcontrol/search/orders.html:65 +#: pretix/control/templates/pretixcontrol/search/orders.html:70 #: pretix/presale/templates/pretixpresale/event/order.html:48 #: pretix/presale/templates/pretixpresale/event/position.html:14 msgid "TEST MODE" @@ -1621,7 +1623,7 @@ msgstr "" "Op basis van de wisselkoers van 1:{rate} zoals gepubliceerd door de Europese " "Centrale Bank op {date} komt dit overeen met:" -#: pretix/base/invoice.py:678 +#: pretix/base/invoice.py:679 #, python-brace-format msgctxt "invoice" msgid "" @@ -1631,7 +1633,7 @@ msgstr "" "Op basis van de wisselkoers van 1:{rate} zoals gepubliceerd door de Europese " "Centrale Bank op {date} komt het factuurtotaal uit op {total}." -#: pretix/base/invoice.py:691 +#: pretix/base/invoice.py:692 msgid "Modern Invoice Renderer (pretix 2.7)" msgstr "Moderne factuurrenderer (pretix 2.7)" @@ -1640,8 +1642,8 @@ msgstr "Moderne factuurrenderer (pretix 2.7)" msgid "Default list" msgstr "Standaardlijst" -#: pretix/base/models/auth.py:92 pretix/base/models/orders.py:2111 -#: pretix/base/settings.py:1809 pretix/base/settings.py:1820 +#: pretix/base/models/auth.py:92 pretix/base/models/orders.py:2138 +#: pretix/base/settings.py:1817 pretix/base/settings.py:1828 #: pretix/control/templates/pretixcontrol/users/index.html:42 msgid "Full name" msgstr "Volledige naam" @@ -1677,7 +1679,7 @@ msgstr "Als dit is uitgeschakeld ontvangt u geen enkele melding." #: pretix/base/models/auth.py:126 #: pretix/control/templates/pretixcontrol/order/index.html:180 #: pretix/control/templates/pretixcontrol/orders/index.html:94 -#: pretix/control/templates/pretixcontrol/search/orders.html:42 +#: pretix/control/templates/pretixcontrol/search/orders.html:47 #: pretix/control/templates/pretixcontrol/user/staff_session_edit.html:23 #: pretix/control/templates/pretixcontrol/user/staff_session_list.html:15 #: pretix/control/templates/pretixcontrol/users/form.html:4 @@ -1706,7 +1708,7 @@ msgstr "Wachtwoord herstel" msgid "All products (including newly created ones)" msgstr "Alle producten (inclusief nieuw gemaakte)" -#: pretix/base/models/checkin.py:16 pretix/plugins/badges/exporters.py:204 +#: pretix/base/models/checkin.py:16 pretix/plugins/badges/exporters.py:212 msgid "Limit to products" msgstr "Beperk tot producten" @@ -1780,9 +1782,9 @@ msgstr "Het einde van de voorverkoopperiode moet later zijn dan het begin." msgid "The end of the event has to be later than its start." msgstr "Het einde van het evenement moet later zijn dan het begin." -#: pretix/base/models/event.py:288 pretix/base/pdf.py:125 -#: pretix/control/forms/filter.py:410 pretix/control/forms/filter.py:412 -#: pretix/control/forms/filter.py:627 pretix/control/forms/filter.py:629 +#: pretix/base/models/event.py:288 pretix/base/pdf.py:130 +#: pretix/control/forms/filter.py:462 pretix/control/forms/filter.py:464 +#: pretix/control/forms/filter.py:679 pretix/control/forms/filter.py:681 #: pretix/control/templates/pretixcontrol/events/index.html:64 #: pretix/control/templates/pretixcontrol/organizers/detail.html:52 msgid "Event name" @@ -1820,26 +1822,26 @@ msgstr "Winkel is live" msgid "Event currency" msgstr "Munteenheid van evenement" -#: pretix/base/models/event.py:311 pretix/base/models/event.py:1010 +#: pretix/base/models/event.py:311 pretix/base/models/event.py:991 #: pretix/base/settings.py:1625 pretix/base/settings.py:1635 #: pretix/control/forms/subevents.py:370 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:268 msgid "Event start time" msgstr "Starttijd van het evenement" -#: pretix/base/models/event.py:313 pretix/base/models/event.py:1012 -#: pretix/base/pdf.py:177 pretix/control/forms/subevents.py:375 +#: pretix/base/models/event.py:313 pretix/base/models/event.py:993 +#: pretix/base/pdf.py:182 pretix/control/forms/subevents.py:375 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:270 msgid "Event end time" msgstr "Eindtijd van het evenement" -#: pretix/base/models/event.py:315 pretix/base/models/event.py:1014 +#: pretix/base/models/event.py:315 pretix/base/models/event.py:995 #: pretix/control/forms/subevents.py:380 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:274 msgid "Admission time" msgstr "Toegangstijd" -#: pretix/base/models/event.py:317 pretix/base/models/event.py:1003 +#: pretix/base/models/event.py:317 pretix/base/models/event.py:984 msgid "Show in lists" msgstr "Toon in lijsten" @@ -1851,12 +1853,12 @@ msgstr "" "Als dit is ingeschakeld zal dit evenement zichtbaar zijn in de lijst met " "evenementen van uw organisatoraccount." -#: pretix/base/models/event.py:321 pretix/base/models/event.py:1017 +#: pretix/base/models/event.py:321 pretix/base/models/event.py:998 #: pretix/control/forms/subevents.py:70 msgid "End of presale" msgstr "Einde van de voorverkoop" -#: pretix/base/models/event.py:322 pretix/base/models/event.py:1018 +#: pretix/base/models/event.py:322 pretix/base/models/event.py:999 #: pretix/control/forms/subevents.py:71 msgid "" "Optional. No products will be sold after this date. If you do not set this " @@ -1865,25 +1867,25 @@ msgstr "" "Optioneel. Na deze datum worden geen producten meer verkocht. Als u deze " "waarde niet instelt eindigt de voorverkoop na de einddatum van uw evenement." -#: pretix/base/models/event.py:327 pretix/base/models/event.py:1023 +#: pretix/base/models/event.py:327 pretix/base/models/event.py:1004 #: pretix/control/forms/subevents.py:64 msgid "Start of presale" msgstr "Begin van de voorverkoop" -#: pretix/base/models/event.py:328 pretix/base/models/event.py:1024 +#: pretix/base/models/event.py:328 pretix/base/models/event.py:1005 #: pretix/control/forms/subevents.py:65 msgid "Optional. No products will be sold before this date." msgstr "Optioneel. Er worden geen producten verkocht vóór deze datum." -#: pretix/base/models/event.py:333 pretix/base/models/event.py:1029 +#: pretix/base/models/event.py:333 pretix/base/models/event.py:1010 msgid "Location" msgstr "Plaats" -#: pretix/base/models/event.py:336 pretix/base/models/event.py:1032 +#: pretix/base/models/event.py:336 pretix/base/models/event.py:1013 msgid "Latitude" msgstr "Breedtegraad" -#: pretix/base/models/event.py:340 pretix/base/models/event.py:1036 +#: pretix/base/models/event.py:340 pretix/base/models/event.py:1017 msgid "Longitude" msgstr "Lengtegraad" @@ -1897,8 +1899,8 @@ msgstr "Plugins" msgid "Internal comment" msgstr "Interne opmerking" -#: pretix/base/models/event.py:352 pretix/control/forms/event.py:216 -#: pretix/control/forms/filter.py:609 +#: pretix/base/models/event.py:352 pretix/control/forms/event.py:212 +#: pretix/control/forms/filter.py:661 #: pretix/control/templates/pretixcontrol/event/index.html:12 #: pretix/control/views/dashboards.py:490 #: pretix/presale/templates/pretixpresale/organizers/index.html:93 @@ -1907,10 +1909,10 @@ msgid "Event series" msgstr "Evenementenreeks" #: pretix/base/models/event.py:361 pretix/base/models/items.py:252 -#: pretix/base/models/items.py:1290 pretix/base/models/orders.py:140 -#: pretix/base/models/orders.py:2060 pretix/base/models/vouchers.py:95 +#: pretix/base/models/items.py:1292 pretix/base/models/orders.py:140 +#: pretix/base/models/orders.py:2087 pretix/base/models/vouchers.py:95 #: pretix/base/models/waitinglist.py:28 pretix/base/notifications.py:177 -#: pretix/control/templates/pretixcontrol/search/orders.html:39 +#: pretix/control/templates/pretixcontrol/search/orders.html:44 #: pretix/presale/templates/pretixpresale/event/waitinglist.html:18 msgid "Event" msgstr "Evenement" @@ -1925,7 +1927,7 @@ msgstr "Evenement" msgid "Events" msgstr "Evenementen" -#: pretix/base/models/event.py:850 +#: pretix/base/models/event.py:831 msgid "" "You have configured at least one paid product but have not enabled any " "payment methods." @@ -1933,43 +1935,43 @@ msgstr "" "U heeft ten minste één betaald product ingesteld maar geen betaalmethoden " "ingeschakeld." -#: pretix/base/models/event.py:853 +#: pretix/base/models/event.py:834 msgid "You need to configure at least one quota to sell anything." msgstr "U moet ten minste één quotum instellen om iets te verkopen." -#: pretix/base/models/event.py:950 +#: pretix/base/models/event.py:931 msgid "" "Once created an event cannot change between an series and a single event." msgstr "" "Een evenement kan, wanneer aangemaakt, niet worden veranderd van een enkel " "evenement in een reeks of andersom." -#: pretix/base/models/event.py:956 +#: pretix/base/models/event.py:937 msgid "The event slug cannot be changed." msgstr "De slug van het evenement kan niet worden veranderd." -#: pretix/base/models/event.py:959 +#: pretix/base/models/event.py:940 msgid "This slug has already been used for a different event." msgstr "Deze slug wordt al voor een ander evenement gebruikt." -#: pretix/base/models/event.py:965 +#: pretix/base/models/event.py:946 msgid "The event cannot end before it starts." msgstr "Het evenement kan niet eindigen voor het begint." -#: pretix/base/models/event.py:971 +#: pretix/base/models/event.py:952 msgid "The event's presale cannot end before it starts." msgstr "" "De voorverkoopperiode van het evenement kan niet eindigen voordat de " "voorverkoop begint." -#: pretix/base/models/event.py:999 pretix/base/models/items.py:273 -#: pretix/base/models/items.py:634 pretix/control/forms/filter.py:382 -#: pretix/control/forms/filter.py:861 +#: pretix/base/models/event.py:980 pretix/base/models/items.py:273 +#: pretix/base/models/items.py:636 pretix/control/forms/filter.py:434 +#: pretix/control/forms/filter.py:913 #: pretix/control/templates/pretixcontrol/users/index.html:46 msgid "Active" msgstr "Actief" -#: pretix/base/models/event.py:1000 +#: pretix/base/models/event.py:981 msgid "" "Only with this checkbox enabled, this date is visible in the frontend to " "users." @@ -1977,7 +1979,7 @@ msgstr "" "Alleen wanneer dit selectievak is ingeschakeld is deze datum zichtbaar voor " "gebruikers." -#: pretix/base/models/event.py:1004 +#: pretix/base/models/event.py:985 msgid "" "If selected, this event will show up publicly on the list of dates for your " "event." @@ -1985,28 +1987,28 @@ msgstr "" "Als dit is ingeschakeld zal dit evenement zichtbaar zijn in de lijst met " "datums van deze evenementenreeks." -#: pretix/base/models/event.py:1041 pretix/base/settings.py:1502 +#: pretix/base/models/event.py:1022 pretix/base/settings.py:1502 msgid "Frontpage text" msgstr "Voorpaginatekst" -#: pretix/base/models/event.py:1052 +#: pretix/base/models/event.py:1033 msgid "Date in event series" msgstr "Datum in evenementenreeks" -#: pretix/base/models/event.py:1053 +#: pretix/base/models/event.py:1034 msgid "Dates in event series" msgstr "Datums in evenementenreeks" -#: pretix/base/models/event.py:1158 +#: pretix/base/models/event.py:1115 msgid "One or more variations do not belong to this event." msgstr "Één of meer varianten horen niet bij dit evenement." -#: pretix/base/models/event.py:1242 pretix/base/models/items.py:1452 +#: pretix/base/models/event.py:1199 pretix/base/models/items.py:1454 msgid "Can not contain spaces or special characters except underscores" msgstr "" "Mag geen spaties of speciale tekens bevatten, maar wel onderstrepingstekens" -#: pretix/base/models/event.py:1247 pretix/base/models/items.py:1457 +#: pretix/base/models/event.py:1204 pretix/base/models/items.py:1459 msgid "The property name may only contain letters, numbers and underscores." msgstr "" "De naam van de eigenschap mag alleen letters, cijfers en " @@ -2100,7 +2102,7 @@ msgstr "Productcategorieën" msgid "{category} (Add-On products)" msgstr "{category} (add-on producten)" -#: pretix/base/models/items.py:259 pretix/base/models/items.py:806 +#: pretix/base/models/items.py:259 pretix/base/models/items.py:808 #: pretix/control/templates/pretixcontrol/items/index.html:38 msgid "Category" msgstr "Categorie" @@ -2121,7 +2123,7 @@ msgstr "Item naam" msgid "This is shown below the product name in lists." msgstr "Dit wordt onder de productnaam in lijsten weergegeven." -#: pretix/base/models/items.py:281 pretix/base/models/items.py:648 +#: pretix/base/models/items.py:281 pretix/base/models/items.py:650 msgid "Default price" msgstr "Standaardprijs" @@ -2179,7 +2181,7 @@ msgid "This will only work of waiting lists are enabled for this event." msgstr "Dit werkt alleen als wachtlijsten zijn ingeschakeld voor uw evenement." #: pretix/base/models/items.py:319 pretix/base/settings.py:756 -#: pretix/control/forms/event.py:1176 +#: pretix/control/forms/event.py:1175 msgid "Show number of tickets left" msgstr "Toon resterend aantal tickets" @@ -2343,11 +2345,11 @@ msgstr "" "voor studententickets om duidelijk te maken dat de studentenkaart nog moet " "worden gecontroleerd." -#: pretix/base/models/items.py:405 pretix/base/models/items.py:651 +#: pretix/base/models/items.py:405 pretix/base/models/items.py:653 msgid "Original price" msgstr "Originele prijs" -#: pretix/base/models/items.py:408 pretix/base/models/items.py:654 +#: pretix/base/models/items.py:408 pretix/base/models/items.py:656 msgid "" "If set, this will be displayed next to the current price to show that the " "current price is a discounted one. This is just a cosmetic setting and will " @@ -2374,8 +2376,8 @@ msgstr "" "Wanneer een klant dit product koopt ontvangt de klant een cadeaubon met een " "waarde die overeenkomt met de productprijs." -#: pretix/base/models/items.py:426 pretix/base/models/items.py:1037 -#: pretix/control/forms/filter.py:237 pretix/control/forms/filter.py:793 +#: pretix/base/models/items.py:426 pretix/base/models/items.py:1039 +#: pretix/control/forms/filter.py:237 pretix/control/forms/filter.py:845 #: pretix/control/forms/item.py:159 pretix/control/navigation.py:127 #: pretix/control/navigation.py:136 #: pretix/control/templates/pretixcontrol/checkin/lists.html:78 @@ -2387,7 +2389,7 @@ msgstr "" msgid "Products" msgstr "Producten" -#: pretix/base/models/items.py:575 +#: pretix/base/models/items.py:577 msgid "" "The maximum number per order can not be lower than the minimum number per " "order." @@ -2395,52 +2397,52 @@ msgstr "" "Het maximum aantal per bestelling mag niet lager zijn dan het minimum aantal " "per bestelling." -#: pretix/base/models/items.py:581 +#: pretix/base/models/items.py:583 msgid "The item's category must belong to the same event as the item." msgstr "" "De categorie van het item moet bij hetzelfde evenement horen als het item." -#: pretix/base/models/items.py:586 +#: pretix/base/models/items.py:588 msgid "The item's tax rule must belong to the same event as the item." msgstr "" "De belastingregel van het item moet bij hetzelfde evenement horen als het " "item." -#: pretix/base/models/items.py:592 +#: pretix/base/models/items.py:594 msgid "The item's availability cannot end before it starts." msgstr "De beschikbaarheid van het item kan niet eindigen voordat het begint." -#: pretix/base/models/items.py:638 +#: pretix/base/models/items.py:640 msgid "This is shown below the variation name in lists." msgstr "Dit wordt weergegeven onder de variantnaam in lijsten." -#: pretix/base/models/items.py:643 pretix/base/models/items.py:825 -#: pretix/base/models/items.py:1043 +#: pretix/base/models/items.py:645 pretix/base/models/items.py:827 +#: pretix/base/models/items.py:1045 msgid "Position" msgstr "Plaats" -#: pretix/base/models/items.py:661 pretix/base/models/vouchers.py:168 +#: pretix/base/models/items.py:663 pretix/base/models/vouchers.py:168 #: pretix/base/models/waitinglist.py:60 pretix/base/orderimport.py:204 msgid "Product variation" msgstr "Productvariant" -#: pretix/base/models/items.py:662 +#: pretix/base/models/items.py:664 msgid "Product variations" msgstr "Productvarianten" -#: pretix/base/models/items.py:811 +#: pretix/base/models/items.py:813 msgid "Minimum number" msgstr "Minimum aantal" -#: pretix/base/models/items.py:815 +#: pretix/base/models/items.py:817 msgid "Maximum number" msgstr "Maximum aantal" -#: pretix/base/models/items.py:819 +#: pretix/base/models/items.py:821 msgid "Add-Ons are included in the price" msgstr "Add-ons zijn inbegrepen in de prijs" -#: pretix/base/models/items.py:820 +#: pretix/base/models/items.py:822 msgid "" "If selected, adding add-ons to this ticket is free, even if the add-ons " "would normally cost money individually." @@ -2448,45 +2450,45 @@ msgstr "" "Als dit is ingeschakeld is het toevoegen van add-ons aan dit ticket gratis, " "ook als de add-ons los wel geld kosten." -#: pretix/base/models/items.py:840 +#: pretix/base/models/items.py:842 msgid "The add-on's category must belong to the same event as the item." msgstr "" "De categorie van de add-on moet bij hetzelfde evenement horen als het item." -#: pretix/base/models/items.py:845 +#: pretix/base/models/items.py:847 msgid "The item already has an add-on of this category." msgstr "Het item heeft al een add-on van deze categorie." -#: pretix/base/models/items.py:850 +#: pretix/base/models/items.py:852 msgid "The minimum count needs to be equal to or greater than zero." msgstr "Het minimum aantal moet gelijk zijn aan of groter zijn dan nul." -#: pretix/base/models/items.py:855 +#: pretix/base/models/items.py:857 msgid "The maximum count needs to be equal to or greater than zero." msgstr "Het maximale aantal moet gelijk zijn aan of groter zijn dan nul." -#: pretix/base/models/items.py:860 +#: pretix/base/models/items.py:862 msgid "The maximum count needs to be greater than the minimum count." msgstr "Het maximale aantal moet groter zijn dan het minimum aantal." -#: pretix/base/models/items.py:887 +#: pretix/base/models/items.py:889 msgid "Bundled item" msgstr "Gebundeld item" -#: pretix/base/models/items.py:893 +#: pretix/base/models/items.py:895 msgid "Bundled variation" msgstr "Gebundelde variant" -#: pretix/base/models/items.py:899 pretix/base/models/items.py:990 +#: pretix/base/models/items.py:901 pretix/base/models/items.py:992 #: pretix/control/templates/pretixcontrol/vouchers/bulk.html:21 msgid "Number" msgstr "Getal" -#: pretix/base/models/items.py:904 +#: pretix/base/models/items.py:906 msgid "Designated price part" msgstr "Prijsaandeel" -#: pretix/base/models/items.py:905 +#: pretix/base/models/items.py:907 msgid "" "If set, it will be shown that this bundled item is responsible for the given " "value of the total gross price. This might be important in cases of mixed " @@ -2499,63 +2501,63 @@ msgstr "" "toepassing zijn, maar kan anders leeg worden gelaten. De ingevoerde waarde " "zal NIET bij de prijs van het basisproduct worden opgeteld." -#: pretix/base/models/items.py:928 +#: pretix/base/models/items.py:930 msgid "The bundled item must belong to the same event as the item." msgstr "Het gebundelde item moet bij hetzelfde evenement horen als het item." -#: pretix/base/models/items.py:930 +#: pretix/base/models/items.py:932 msgid "A variation needs to be set for this item." msgstr "Er moet een variant van dit product worden gekozen." -#: pretix/base/models/items.py:932 +#: pretix/base/models/items.py:934 msgid "The chosen variation does not belong to this item." msgstr "De gekozen variant hoort niet bij dit product." -#: pretix/base/models/items.py:937 +#: pretix/base/models/items.py:939 msgid "The count needs to be equal to or greater than zero." msgstr "Het aantal moet gelijk zijn aan of groter zijn dan nul." -#: pretix/base/models/items.py:991 +#: pretix/base/models/items.py:993 msgid "Text (one line)" msgstr "Tekst (één regel)" -#: pretix/base/models/items.py:992 +#: pretix/base/models/items.py:994 msgid "Multiline text" msgstr "Tekst (meerdere regels)" -#: pretix/base/models/items.py:993 +#: pretix/base/models/items.py:995 msgid "Yes/No" msgstr "Ja/nee" -#: pretix/base/models/items.py:994 +#: pretix/base/models/items.py:996 msgid "Choose one from a list" msgstr "Kies er een uit een lijst" -#: pretix/base/models/items.py:995 +#: pretix/base/models/items.py:997 msgid "Choose multiple from a list" msgstr "Kies meerdere uit een lijst" -#: pretix/base/models/items.py:996 +#: pretix/base/models/items.py:998 msgid "File upload" msgstr "Bestand upload" -#: pretix/base/models/items.py:998 pretix/base/reldate.py:141 +#: pretix/base/models/items.py:1000 pretix/base/reldate.py:141 msgid "Time" msgstr "Tijd" -#: pretix/base/models/items.py:999 +#: pretix/base/models/items.py:1001 msgid "Date and time" msgstr "Datum en tijd" -#: pretix/base/models/items.py:1000 +#: pretix/base/models/items.py:1002 msgid "Country code (ISO 3166-1 alpha-2)" msgstr "Landcode (ISO 3166-1 alpha-2)" -#: pretix/base/models/items.py:1001 +#: pretix/base/models/items.py:1003 msgid "Phone number" msgstr "Telefoonnummer" -#: pretix/base/models/items.py:1012 pretix/base/models/items.py:1066 +#: pretix/base/models/items.py:1014 pretix/base/models/items.py:1068 #: pretix/base/orderimport.py:633 pretix/control/forms/item.py:44 #: pretix/control/templates/pretixcontrol/items/question_edit.html:10 #: pretix/control/templates/pretixcontrol/items/question_edit.html:17 @@ -2563,11 +2565,11 @@ msgstr "Telefoonnummer" msgid "Question" msgstr "Vraag" -#: pretix/base/models/items.py:1016 +#: pretix/base/models/items.py:1018 msgid "Internal identifier" msgstr "Intern kenmerk" -#: pretix/base/models/items.py:1017 +#: pretix/base/models/items.py:1019 msgid "" "You can enter any value here to make it easier to match the data with other " "sources. If you do not input one, we will generate one automatically." @@ -2576,117 +2578,117 @@ msgstr "" "de data te koppelen aan andere bronnen. Als u niets invoert zal een kenmerk " "automatisch worden gegenereerd." -#: pretix/base/models/items.py:1021 +#: pretix/base/models/items.py:1023 msgid "Help text" msgstr "Helptekst" -#: pretix/base/models/items.py:1022 +#: pretix/base/models/items.py:1024 msgid "If the question needs to be explained or clarified, do it here!" msgstr "" "Als de vraag moet worden uitgelegd of verduidelijkt kunt u dat hier doen." -#: pretix/base/models/items.py:1028 +#: pretix/base/models/items.py:1030 msgid "Question type" msgstr "Vraagtype" -#: pretix/base/models/items.py:1032 +#: pretix/base/models/items.py:1034 #: pretix/control/templates/pretixcontrol/items/questions.html:54 msgid "Required question" msgstr "Verplichte vraag" -#: pretix/base/models/items.py:1039 +#: pretix/base/models/items.py:1041 msgid "This question will be asked to buyers of the selected products" msgstr "Deze vraag wordt aan kopers van de geselecteerde producten gesteld" -#: pretix/base/models/items.py:1046 +#: pretix/base/models/items.py:1048 msgid "Ask during check-in instead of in the ticket buying process" msgstr "Vraag bij inchecken in plaats van bij het kopen van een ticket" -#: pretix/base/models/items.py:1050 +#: pretix/base/models/items.py:1052 #: pretix/control/templates/pretixcontrol/items/questions.html:65 msgid "Hidden question" msgstr "Verborgen vraag" -#: pretix/base/models/items.py:1051 +#: pretix/base/models/items.py:1053 msgid "This question will only show up in the backend." msgstr "Deze vraag zal alleen in de backend zichtbaar zijn." -#: pretix/base/models/items.py:1055 +#: pretix/base/models/items.py:1057 msgid "Print answer on invoices" msgstr "Print antwoord op facturen" -#: pretix/base/models/items.py:1087 +#: pretix/base/models/items.py:1089 msgid "This identifier is already used for a different question." msgstr "Dit kenmerk wordt al voor een andere vraag gebruikt." -#: pretix/base/models/items.py:1111 +#: pretix/base/models/items.py:1113 msgid "An answer to this question is required to proceed." msgstr "Een antwoord op deze vraag is vereist om door te gaan." -#: pretix/base/models/items.py:1123 pretix/base/models/items.py:1139 +#: pretix/base/models/items.py:1125 pretix/base/models/items.py:1141 msgid "Invalid option selected." msgstr "Ongeldige optie geselecteerd." -#: pretix/base/models/items.py:1149 +#: pretix/base/models/items.py:1151 msgid "Invalid number input." msgstr "Ongeldige getalinvoer." -#: pretix/base/models/items.py:1156 +#: pretix/base/models/items.py:1158 msgid "Invalid date input." msgstr "Ongeldige datuminvoer." -#: pretix/base/models/items.py:1163 +#: pretix/base/models/items.py:1165 msgid "Invalid time input." msgstr "Ongeldige tijdsinvoer." -#: pretix/base/models/items.py:1173 +#: pretix/base/models/items.py:1175 msgid "Invalid datetime input." msgstr "Ongeldige datum en tijd invoer." -#: pretix/base/models/items.py:1179 +#: pretix/base/models/items.py:1181 msgid "Unknown country code." msgstr "Onbekende landcode." -#: pretix/base/models/items.py:1193 +#: pretix/base/models/items.py:1195 #: pretix/control/templates/pretixcontrol/items/question.html:68 msgid "Answer" msgstr "Antwoord" -#: pretix/base/models/items.py:1215 +#: pretix/base/models/items.py:1217 msgid "The identifier \"{}\" is already used for a different option." msgstr "Het kenmerk \"{}\" wordt al voor een andere optie gebruikt." -#: pretix/base/models/items.py:1218 +#: pretix/base/models/items.py:1220 msgid "Question option" msgstr "Antwoordoptie" -#: pretix/base/models/items.py:1219 +#: pretix/base/models/items.py:1221 msgid "Question options" msgstr "Antwoordopties" -#: pretix/base/models/items.py:1304 pretix/control/forms/event.py:1210 +#: pretix/base/models/items.py:1306 pretix/control/forms/event.py:1209 #: pretix/control/templates/pretixcontrol/items/quotas.html:49 msgid "Total capacity" msgstr "Totale capaciteit" -#: pretix/base/models/items.py:1306 pretix/control/forms/item.py:291 +#: pretix/base/models/items.py:1308 pretix/control/forms/item.py:291 msgid "Leave empty for an unlimited number of tickets." msgstr "Laat leeg voor een onbeperkt aantal tickets." -#: pretix/base/models/items.py:1310 pretix/base/models/orders.py:1025 +#: pretix/base/models/items.py:1312 pretix/base/models/orders.py:1025 #: pretix/control/templates/pretixcontrol/checkin/index.html:67 msgid "Item" msgstr "Item" -#: pretix/base/models/items.py:1318 pretix/control/forms/item.py:524 +#: pretix/base/models/items.py:1320 pretix/control/forms/item.py:524 msgid "Variations" msgstr "Varianten" -#: pretix/base/models/items.py:1326 +#: pretix/base/models/items.py:1328 msgid "Close this quota permanently once it is sold out" msgstr "Sluit dit quotum permanent wanneer het is uitverkocht" -#: pretix/base/models/items.py:1327 +#: pretix/base/models/items.py:1329 msgid "" "If you enable this, when the quota is sold out once, no more tickets will be " "sold, even if tickets become available again through cancellations or " @@ -2697,13 +2699,13 @@ msgstr "" "bestellingen nieuwe tickets beschikbaar worden. U kunt natuurlijk altijd " "handmatig het quotum weer inschakelen." -#: pretix/base/models/items.py:1337 pretix/base/models/vouchers.py:177 +#: pretix/base/models/items.py:1339 pretix/base/models/vouchers.py:177 #: pretix/control/templates/pretixcontrol/items/quota_edit.html:8 #: pretix/control/templates/pretixcontrol/items/quota_edit.html:15 msgid "Quota" msgstr "Quotum" -#: pretix/base/models/items.py:1338 pretix/control/navigation.py:145 +#: pretix/base/models/items.py:1340 pretix/control/navigation.py:145 #: pretix/control/templates/pretixcontrol/items/quotas.html:3 #: pretix/control/templates/pretixcontrol/items/quotas.html:5 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:397 @@ -2711,11 +2713,11 @@ msgstr "Quotum" msgid "Quotas" msgstr "Quota" -#: pretix/base/models/items.py:1413 +#: pretix/base/models/items.py:1415 msgid "All variations must belong to an item contained in the items list." msgstr "Alle varianten moeten bij een item behoren dat in de itemlijst staat." -#: pretix/base/models/items.py:1422 +#: pretix/base/models/items.py:1424 msgid "" "One or more items has variations but none of these are in the variations " "list." @@ -2723,7 +2725,7 @@ msgstr "" "Eén of meer items bevatten varianten, maar geen van deze varianten staan in " "de variantenlijst." -#: pretix/base/models/items.py:1428 pretix/base/models/waitinglist.py:149 +#: pretix/base/models/items.py:1430 pretix/base/models/waitinglist.py:149 msgid "Subevent cannot be null for event series." msgstr "Het onderevenement kan niet leeg zijn voor evenementreeksen." @@ -2788,8 +2790,8 @@ msgstr "geannuleerd" msgid "Locale" msgstr "Taal" -#: pretix/base/models/orders.py:160 pretix/base/models/orders.py:2072 -#: pretix/control/forms/orders.py:39 +#: pretix/base/models/orders.py:160 pretix/base/models/orders.py:2099 +#: pretix/control/forms/orders.py:40 msgid "Expiration date" msgstr "Verloopdatum" @@ -2880,165 +2882,165 @@ msgstr "" msgid "Empty, if this product is not an admission ticket" msgstr "Leeg, als dit product geen toegangsbewijs is" -#: pretix/base/models/orders.py:1069 pretix/base/models/orders.py:2110 +#: pretix/base/models/orders.py:1069 pretix/base/models/orders.py:2137 #: pretix/base/settings.py:537 msgid "Company name" msgstr "Bedrijfsnaam" -#: pretix/base/models/orders.py:1073 pretix/base/models/orders.py:2117 +#: pretix/base/models/orders.py:1073 pretix/base/models/orders.py:2144 #: pretix/base/settings.py:32 pretix/plugins/stripe/payment.py:150 msgid "Select country" msgstr "Selecteer land" -#: pretix/base/models/orders.py:1204 +#: pretix/base/models/orders.py:1231 msgctxt "payment_state" msgid "created" msgstr "aangemaakt" -#: pretix/base/models/orders.py:1205 +#: pretix/base/models/orders.py:1232 msgctxt "payment_state" msgid "pending" msgstr "openstaand" -#: pretix/base/models/orders.py:1206 +#: pretix/base/models/orders.py:1233 msgctxt "payment_state" msgid "confirmed" msgstr "bevestigd" -#: pretix/base/models/orders.py:1207 +#: pretix/base/models/orders.py:1234 msgctxt "payment_state" msgid "canceled" msgstr "geannuleerd" -#: pretix/base/models/orders.py:1208 +#: pretix/base/models/orders.py:1235 msgctxt "payment_state" msgid "failed" msgstr "mislukt" -#: pretix/base/models/orders.py:1209 +#: pretix/base/models/orders.py:1236 msgctxt "payment_state" msgid "refunded" msgstr "terugbetaald" -#: pretix/base/models/orders.py:1237 pretix/base/models/orders.py:1608 +#: pretix/base/models/orders.py:1264 pretix/base/models/orders.py:1635 #: pretix/base/shredder.py:352 msgid "Payment information" msgstr "Betalingsinformatie" -#: pretix/base/models/orders.py:1430 +#: pretix/base/models/orders.py:1457 #, python-format msgid "Event registration confirmed: %(code)s" msgstr "Aanmelding voor evenement bevestigd: %(code)s" -#: pretix/base/models/orders.py:1448 +#: pretix/base/models/orders.py:1475 #, python-format msgid "Payment received for your order: %(code)s" msgstr "Betaling ontvangen voor uw bestelling: %(code)s" -#: pretix/base/models/orders.py:1554 +#: pretix/base/models/orders.py:1581 msgctxt "refund_state" msgid "started externally" msgstr "extern begonnen" -#: pretix/base/models/orders.py:1555 +#: pretix/base/models/orders.py:1582 msgctxt "refund_state" msgid "created" msgstr "aangemaakt" -#: pretix/base/models/orders.py:1556 +#: pretix/base/models/orders.py:1583 msgctxt "refund_state" msgid "in transit" msgstr "onderweg" -#: pretix/base/models/orders.py:1557 +#: pretix/base/models/orders.py:1584 msgctxt "refund_state" msgid "done" msgstr "klaar" -#: pretix/base/models/orders.py:1558 +#: pretix/base/models/orders.py:1585 msgctxt "refund_state" msgid "failed" msgstr "mislukt" -#: pretix/base/models/orders.py:1560 +#: pretix/base/models/orders.py:1587 msgctxt "refund_state" msgid "canceled" msgstr "geannuleerd" -#: pretix/base/models/orders.py:1568 +#: pretix/base/models/orders.py:1595 msgctxt "refund_source" msgid "Organizer" msgstr "Organisator" -#: pretix/base/models/orders.py:1569 +#: pretix/base/models/orders.py:1596 msgctxt "refund_source" msgid "Customer" msgstr "Klant" -#: pretix/base/models/orders.py:1570 +#: pretix/base/models/orders.py:1597 msgctxt "refund_source" msgid "External" msgstr "Extern" -#: pretix/base/models/orders.py:1714 +#: pretix/base/models/orders.py:1741 msgid "Payment fee" msgstr "Betalingskosten" -#: pretix/base/models/orders.py:1715 +#: pretix/base/models/orders.py:1742 msgid "Shipping fee" msgstr "Verzendkosten" -#: pretix/base/models/orders.py:1716 +#: pretix/base/models/orders.py:1743 msgid "Service fee" msgstr "Servicekosten" -#: pretix/base/models/orders.py:1717 +#: pretix/base/models/orders.py:1744 #: pretix/control/templates/pretixcontrol/order/index.html:133 msgid "Cancellation fee" msgstr "Annuleringskosten" -#: pretix/base/models/orders.py:1718 +#: pretix/base/models/orders.py:1745 msgid "Other fees" msgstr "Overige kosten" -#: pretix/base/models/orders.py:1719 pretix/base/payment.py:1005 +#: pretix/base/models/orders.py:1746 pretix/base/payment.py:1005 #: pretix/control/templates/pretixcontrol/order/index.html:128 msgid "Gift card" msgstr "Cadeaubon" -#: pretix/base/models/orders.py:1724 +#: pretix/base/models/orders.py:1751 #: pretix/control/templates/pretixcontrol/organizers/giftcard.html:65 #: pretix/control/templates/pretixcontrol/organizers/giftcard.html:103 #: pretix/control/views/vouchers.py:70 msgid "Value" msgstr "Waarde" -#: pretix/base/models/orders.py:1861 +#: pretix/base/models/orders.py:1888 msgid "Order position" msgstr "Besteld product" -#: pretix/base/models/orders.py:2036 pretix/base/services/orders.py:846 +#: pretix/base/models/orders.py:2063 pretix/base/services/orders.py:846 #, python-format msgid "Your event registration: %(code)s" msgstr "Uw aanmelding:%(code)s" -#: pretix/base/models/orders.py:2065 +#: pretix/base/models/orders.py:2092 msgid "Cart ID (e.g. session key)" msgstr "Winkelwagen-ID (bijv. sessiesleutel)" -#: pretix/base/models/orders.py:2083 +#: pretix/base/models/orders.py:2110 msgid "Cart position" msgstr "Winkelwagenpositie" -#: pretix/base/models/orders.py:2084 +#: pretix/base/models/orders.py:2111 msgid "Cart positions" msgstr "Producten in winkelwagen" -#: pretix/base/models/orders.py:2121 +#: pretix/base/models/orders.py:2148 msgid "Only for business customers within the EU." msgstr "Alleen voor zakelijke klanten binnen de EU." -#: pretix/base/models/orders.py:2126 +#: pretix/base/models/orders.py:2153 msgid "This reference will be printed on your invoice for your convenience." msgstr "Dit kenmerk wordt voor u op de factuur afgedrukt." @@ -3053,9 +3055,9 @@ msgstr "" "gebruikt in URL's om te verwijzen naar uw organisatoraccounts en uw " "evenementen." -#: pretix/base/models/organizer.py:52 pretix/control/forms/event.py:68 -#: pretix/control/forms/event.py:74 pretix/control/forms/filter.py:338 -#: pretix/control/forms/filter.py:614 +#: pretix/base/models/organizer.py:52 pretix/control/forms/event.py:63 +#: pretix/control/forms/event.py:69 pretix/control/forms/filter.py:338 +#: pretix/control/forms/filter.py:666 #: pretix/control/templates/pretixcontrol/events/index.html:68 #: pretix/control/templates/pretixcontrol/organizers/base.html:4 #: pretix/control/templates/pretixcontrol/organizers/edit.html:9 @@ -3134,7 +3136,7 @@ msgid "%(name)s on %(object)s" msgstr "%(name)s op %(object)s" #: pretix/base/models/organizer.py:252 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:82 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:84 msgid "Team" msgstr "Team" @@ -3148,20 +3150,20 @@ msgstr "Teams" msgid "Invite to team '{team}' for '{email}'" msgstr "Uitnodiging voor team '{team}' voor '{email}'" -#: pretix/base/models/seating.py:23 +#: pretix/base/models/seating.py:24 msgid "Your layout file is not a valid JSON file." msgstr "Uw lay-outbestand is geen geldig JSON-bestand." -#: pretix/base/models/seating.py:32 +#: pretix/base/models/seating.py:33 msgid "Your layout file is not a valid seating plan. Error message: {}" msgstr "Uw lay-outbestand is geen geldige stoelplattegrond. Foutmelding: {}" -#: pretix/base/models/seating.py:145 +#: pretix/base/models/seating.py:152 #, python-brace-format msgid "Row {number}" msgstr "Rij {number}" -#: pretix/base/models/seating.py:150 +#: pretix/base/models/seating.py:157 #, python-brace-format msgid "Seat {number}" msgstr "Stoel {number}" @@ -3245,7 +3247,7 @@ msgstr "Verlaag productprijs met (%)" #: pretix/control/templates/pretixcontrol/vouchers/index.html:19 #: pretix/control/templates/pretixcontrol/vouchers/index.html:100 #: pretix/control/views/vouchers.py:69 pretix/control/views/waitinglist.py:199 -#: pretix/plugins/checkinlists/exporters.py:359 +#: pretix/plugins/checkinlists/exporters.py:418 #: pretix/presale/templates/pretixpresale/event/fragment_cart.html:316 #: pretix/presale/templates/pretixpresale/event/index.html:278 msgid "Voucher code" @@ -3281,7 +3283,7 @@ msgstr "" msgid "Valid until" msgstr "Geldig tot" -#: pretix/base/models/vouchers.py:131 pretix/control/forms/filter.py:955 +#: pretix/base/models/vouchers.py:131 pretix/control/forms/filter.py:1007 msgid "Reserve ticket from quota" msgstr "Reserveer ticket uit quotum" @@ -3570,7 +3572,7 @@ msgctxt "subevent" msgid "Dates" msgstr "Datums" -#: pretix/base/notifications.py:184 pretix/base/pdf.py:130 +#: pretix/base/notifications.py:184 pretix/base/pdf.py:135 msgid "Event date" msgstr "Evenementdatum" @@ -4123,7 +4125,7 @@ msgstr "Ticket code (waarde van QR-code)" msgid "Order position number" msgstr "Plaatsnummer van bestelling" -#: pretix/base/pdf.py:64 pretix/control/forms/event.py:1263 +#: pretix/base/pdf.py:64 pretix/control/forms/event.py:1262 #: pretix/control/templates/pretixcontrol/items/index.html:33 msgid "Product name" msgstr "Productnaam" @@ -4177,112 +4179,127 @@ msgstr "Prijs inclusief add-ons" msgid "Attendee company" msgstr "Bedrijf van gast" -#: pretix/base/pdf.py:114 pretix/base/pdf.py:212 +#: pretix/base/pdf.py:114 pretix/base/pdf.py:217 #: pretix/base/services/tickets.py:96 pretix/control/views/pdf.py:80 msgid "Sample company" msgstr "Voorbeeldbedrijf" #: pretix/base/pdf.py:118 +#, fuzzy +#| msgid "Attendee address" +msgid "Full attendee address" +msgstr "Adres van gast" + +#: pretix/base/pdf.py:119 +msgid "" +"John Doe\n" +"Sample company\n" +"Sesame Street 42\n" +"12345 Any City\n" +"Atlantis" +msgstr "" + +#: pretix/base/pdf.py:123 msgid "Attendee country" msgstr "Land van gast" -#: pretix/base/pdf.py:126 +#: pretix/base/pdf.py:131 msgid "Sample event name" msgstr "Voorbeeld evenementnaam" -#: pretix/base/pdf.py:131 +#: pretix/base/pdf.py:136 msgid "May 31st, 2017" msgstr "31 mei 2017" -#: pretix/base/pdf.py:135 +#: pretix/base/pdf.py:140 msgid "Event date range" msgstr "Datumbereik evenement" -#: pretix/base/pdf.py:136 +#: pretix/base/pdf.py:141 msgid "May 31st – June 4th, 2017" msgstr "31 mei – 4 juni 2017" -#: pretix/base/pdf.py:140 +#: pretix/base/pdf.py:145 msgid "Event begin date and time" msgstr "Begindatum en tijd van evenement" -#: pretix/base/pdf.py:141 +#: pretix/base/pdf.py:146 msgid "2017-05-31 20:00" msgstr "31-05-2017 20:00" -#: pretix/base/pdf.py:148 +#: pretix/base/pdf.py:153 msgid "Event begin date" msgstr "Begindatum van evenement" -#: pretix/base/pdf.py:149 pretix/base/pdf.py:170 pretix/base/pdf.py:244 +#: pretix/base/pdf.py:154 pretix/base/pdf.py:175 pretix/base/pdf.py:249 msgid "2017-05-31" msgstr "31-05-2017" -#: pretix/base/pdf.py:156 +#: pretix/base/pdf.py:161 msgid "Event begin time" msgstr "Begintijd van evenement" -#: pretix/base/pdf.py:157 +#: pretix/base/pdf.py:162 msgid "20:00" msgstr "20:00" -#: pretix/base/pdf.py:161 +#: pretix/base/pdf.py:166 msgid "Event end date and time" msgstr "Einddatum en -tijd van het evenement" -#: pretix/base/pdf.py:162 +#: pretix/base/pdf.py:167 msgid "2017-05-31 22:00" msgstr "31-05-2017 22:00" -#: pretix/base/pdf.py:169 +#: pretix/base/pdf.py:174 msgid "Event end date" msgstr "Einddatum van het evenement" -#: pretix/base/pdf.py:178 +#: pretix/base/pdf.py:183 msgid "22:00" msgstr "22:00" -#: pretix/base/pdf.py:185 +#: pretix/base/pdf.py:190 msgid "Event admission date and time" msgstr "Toegangsdatum en tijd van evenement" -#: pretix/base/pdf.py:186 pretix/base/pdf.py:252 +#: pretix/base/pdf.py:191 pretix/base/pdf.py:257 msgid "2017-05-31 19:00" msgstr "31-05-2017 19:00" -#: pretix/base/pdf.py:193 +#: pretix/base/pdf.py:198 msgid "Event admission time" msgstr "Toegangstijd van evenement" -#: pretix/base/pdf.py:194 pretix/base/pdf.py:260 +#: pretix/base/pdf.py:199 pretix/base/pdf.py:265 msgid "19:00" msgstr "19:00" -#: pretix/base/pdf.py:201 +#: pretix/base/pdf.py:206 msgid "Event location" msgstr "Evenementlocatie" -#: pretix/base/pdf.py:202 pretix/base/settings.py:559 +#: pretix/base/pdf.py:207 pretix/base/settings.py:559 msgid "Random City" msgstr "Voorbeeldstad" -#: pretix/base/pdf.py:211 +#: pretix/base/pdf.py:216 msgid "Invoice address company" msgstr "Bedrijf factuuradres" -#: pretix/base/pdf.py:216 +#: pretix/base/pdf.py:221 msgid "Invoice address city" msgstr "Stad factuuradres" -#: pretix/base/pdf.py:217 pretix/base/services/invoices.py:340 +#: pretix/base/pdf.py:222 pretix/base/services/invoices.py:340 msgid "Sample city" msgstr "Voorbeeldstad" -#: pretix/base/pdf.py:221 +#: pretix/base/pdf.py:226 msgid "List of Add-Ons" msgstr "Lijst met add-ons" -#: pretix/base/pdf.py:222 +#: pretix/base/pdf.py:227 msgid "" "Add-on 1\n" "Add-on 2" @@ -4290,90 +4307,90 @@ msgstr "" "Add-on 1\n" "Add-on 2" -#: pretix/base/pdf.py:233 pretix/control/forms/filter.py:490 -#: pretix/control/forms/filter.py:492 +#: pretix/base/pdf.py:238 pretix/control/forms/filter.py:542 +#: pretix/control/forms/filter.py:544 #: pretix/control/templates/pretixcontrol/organizers/index.html:35 msgid "Organizer name" msgstr "Naam van de organisator" -#: pretix/base/pdf.py:234 +#: pretix/base/pdf.py:239 msgid "Event organizer company" msgstr "Bedrijf dat het evenement organiseert" -#: pretix/base/pdf.py:238 +#: pretix/base/pdf.py:243 msgid "Organizer info text" msgstr "Informatietekst organisator" -#: pretix/base/pdf.py:239 +#: pretix/base/pdf.py:244 msgid "Event organizer info text" msgstr "Informatietekst van de organisator van het evenement" -#: pretix/base/pdf.py:243 +#: pretix/base/pdf.py:248 msgid "Printing date" msgstr "Printdatum" -#: pretix/base/pdf.py:251 +#: pretix/base/pdf.py:256 msgid "Printing date and time" msgstr "Printdatum en -tijd" -#: pretix/base/pdf.py:259 +#: pretix/base/pdf.py:264 msgid "Printing time" msgstr "Printtijd" -#: pretix/base/pdf.py:267 +#: pretix/base/pdf.py:272 msgid "Seat: Full name" msgstr "Stoel: Volledige naam" -#: pretix/base/pdf.py:268 +#: pretix/base/pdf.py:273 msgid "Ground floor, Row 3, Seat 4" msgstr "Begane grond, Rij 3, Stoel 4" -#: pretix/base/pdf.py:270 pretix/base/pdf.py:276 -#: pretix/control/forms/orders.py:229 +#: pretix/base/pdf.py:275 pretix/base/pdf.py:281 +#: pretix/control/forms/orders.py:233 msgid "General admission" msgstr "Vrije plaatskeuze" -#: pretix/base/pdf.py:273 +#: pretix/base/pdf.py:278 msgid "Seat: zone" msgstr "Stoel: gebied" -#: pretix/base/pdf.py:274 +#: pretix/base/pdf.py:279 msgid "Ground floor" msgstr "Begane grond" -#: pretix/base/pdf.py:279 +#: pretix/base/pdf.py:284 msgid "Seat: row" msgstr "Stoel: rij" -#: pretix/base/pdf.py:284 +#: pretix/base/pdf.py:289 msgid "Seat: seat number" msgstr "Stoel: stoelnummer" -#: pretix/base/pdf.py:320 +#: pretix/base/pdf.py:325 #, python-brace-format msgid "Question: {question}" msgstr "Vraag: {question}" -#: pretix/base/pdf.py:321 +#: pretix/base/pdf.py:326 #, python-brace-format msgid "" msgstr "" -#: pretix/base/pdf.py:343 pretix/base/pdf.py:350 -#: pretix/plugins/badges/exporters.py:238 -#: pretix/plugins/checkinlists/exporters.py:62 -#: pretix/plugins/checkinlists/exporters.py:335 +#: pretix/base/pdf.py:348 pretix/base/pdf.py:355 +#: pretix/plugins/badges/exporters.py:246 +#: pretix/plugins/checkinlists/exporters.py:77 +#: pretix/plugins/checkinlists/exporters.py:394 #: pretix/plugins/ticketoutputpdf/exporters.py:42 #, python-brace-format msgid "Attendee name: {part}" msgstr "Naam van aanwezige: {part}" -#: pretix/base/pdf.py:360 +#: pretix/base/pdf.py:365 #, python-brace-format msgid "Invoice address name: {part}" msgstr "Naam factuuradres: {part}" -#: pretix/base/pdf.py:522 pretix/plugins/ticketoutputpdf/ticketoutput.py:78 +#: pretix/base/pdf.py:527 pretix/plugins/ticketoutputpdf/ticketoutput.py:78 msgid "Ticket" msgstr "Ticket" @@ -4417,7 +4434,7 @@ msgstr "" "We konden uw verzoek niet verwerken omdat de server overbelast was. Probeer " "het opnieuw." -#: pretix/base/services/cart.py:54 pretix/presale/views/cart.py:174 +#: pretix/base/services/cart.py:54 pretix/presale/views/cart.py:176 msgid "You did not select any products." msgstr "U heeft geen producten geselecteerd." @@ -4700,7 +4717,7 @@ msgctxt "invoice" msgid "Attendee: {name}" msgstr "Aanwezige: {name}" -#: pretix/base/services/invoices.py:170 pretix/plugins/reports/exporters.py:215 +#: pretix/base/services/invoices.py:170 pretix/plugins/reports/exporters.py:218 msgctxt "subevent" msgid "Date: {}" msgstr "Datum: {}" @@ -4894,7 +4911,7 @@ msgstr "" "De stoel die is gekozen voor een van de items in uw winkelwagen is in de " "tussentijd bezet geworden. We hebben dit item uit uw winkelwagen verwijderd." -#: pretix/base/services/orders.py:153 pretix/control/forms/orders.py:68 +#: pretix/base/services/orders.py:153 pretix/control/forms/orders.py:69 msgid "The new expiry date needs to be in the future." msgstr "De nieuwe verloopdatum moet in de toekomst zijn." @@ -4931,7 +4948,7 @@ msgstr "" "Deze bestelling kan niet worden geannuleerd, omdat de in deze bestelling " "gekochte cadeaubon {card} al is gebruikt." -#: pretix/base/services/orders.py:391 pretix/control/forms/orders.py:132 +#: pretix/base/services/orders.py:391 pretix/control/forms/orders.py:136 msgid "" "The cancellation fee cannot be higher than the payment credit of this order." msgstr "" @@ -5079,7 +5096,7 @@ msgstr "" "Er is iets misgegaan toen we het geld naar u over probeerden te maken. Neem " "contact op met de organisator van het evenement voor meer informatie." -#: pretix/base/services/seating.py:35 pretix/base/services/seating.py:90 +#: pretix/base/services/seating.py:35 pretix/base/services/seating.py:94 #, python-format msgid "" "You can not change the plan since seat \"%s\" is not present in the new plan " @@ -5088,7 +5105,7 @@ msgstr "" "U kunt de plattegrond niet veranderen, omdat stoel \"%s\" niet aanwezig is " "in de nieuwe plattegrond, en deze stoel al is verkocht." -#: pretix/base/services/seating.py:93 +#: pretix/base/services/seating.py:97 #, python-format msgid "" "You can not change the plan since seat \"%s\" is not present in the new plan " @@ -5712,7 +5729,7 @@ msgstr "" msgid "Available languages" msgstr "Beschikbare talen" -#: pretix/base/settings.py:707 pretix/control/forms/event.py:96 +#: pretix/base/settings.py:707 pretix/control/forms/event.py:91 msgid "Default language" msgstr "Standaardtaal" @@ -5755,7 +5772,7 @@ msgstr "" msgid "Hide all products that are sold out" msgstr "Verberg alle uitverkochte producten" -#: pretix/base/settings.py:757 pretix/control/forms/event.py:1177 +#: pretix/base/settings.py:757 pretix/control/forms/event.py:1176 msgid "Publicly show how many tickets of a certain type are still available." msgstr "" "Laat aan klanten zien hoeveel tickets van een bepaald type nog beschikbaar " @@ -5773,7 +5790,7 @@ msgstr "Toon variaties van een product standaard uitgeklapt" msgid "Enable waiting list" msgstr "Wachtlijst inschakelen" -#: pretix/base/settings.py:785 pretix/control/forms/event.py:1182 +#: pretix/base/settings.py:785 pretix/control/forms/event.py:1181 msgid "" "Once a ticket is sold out, people can add themselves to a waiting list. As " "soon as a ticket becomes available again, it will be reserved for the first " @@ -5882,7 +5899,7 @@ msgstr "" "nadat een bestelling is betaald." #: pretix/base/settings.py:888 pretix/base/settings.py:896 -#: pretix/control/forms/organizer.py:292 +#: pretix/control/forms/organizer.py:293 #: pretix/presale/templates/pretixpresale/organizers/calendar.html:25 #: pretix/presale/templates/pretixpresale/organizers/calendar_week.html:25 #: pretix/presale/templates/pretixpresale/organizers/index.html:34 @@ -5890,16 +5907,16 @@ msgid "List" msgstr "Lijst" #: pretix/base/settings.py:889 pretix/base/settings.py:897 -#: pretix/control/forms/organizer.py:293 +#: pretix/control/forms/organizer.py:294 msgid "Week calendar" msgstr "Weekkalender" #: pretix/base/settings.py:890 pretix/base/settings.py:898 -#: pretix/control/forms/organizer.py:294 +#: pretix/control/forms/organizer.py:295 msgid "Month calendar" msgstr "Maandkalender" -#: pretix/base/settings.py:894 pretix/control/forms/organizer.py:290 +#: pretix/base/settings.py:894 pretix/control/forms/organizer.py:291 msgid "Default overview style" msgstr "Standaard overzichtsstijl" @@ -5940,7 +5957,7 @@ msgstr "" "betalingsmethode dit toestaat. Als dit niet zo is zal er een handmatige " "terugbetaling worden aangemaakt, die u zelf zult moeten verwerken." -#: pretix/base/settings.py:952 pretix/control/forms/orders.py:586 +#: pretix/base/settings.py:952 pretix/control/forms/orders.py:590 msgid "Keep a fixed cancellation fee" msgstr "Houd een vast bedrag als annuleringskosten in" @@ -5948,7 +5965,7 @@ msgstr "Houd een vast bedrag als annuleringskosten in" msgid "Keep payment, shipping and service fees" msgstr "Houd betalings-, verzend- en servicekosten in" -#: pretix/base/settings.py:973 pretix/control/forms/orders.py:591 +#: pretix/base/settings.py:973 pretix/control/forms/orders.py:595 msgid "Keep a percentual cancellation fee" msgstr "Houd een percentage van het bedrag in als annuleringskosten" @@ -6019,20 +6036,20 @@ msgstr "Alle terugbetalingen worden omgezet in cadeaubonnen" msgid "Refund method" msgstr "Terugbetalingsmethode" -#: pretix/base/settings.py:1051 pretix/control/forms/event.py:1205 +#: pretix/base/settings.py:1051 pretix/control/forms/event.py:1204 msgid "Contact address" msgstr "Contactadres" -#: pretix/base/settings.py:1052 pretix/control/forms/event.py:1207 +#: pretix/base/settings.py:1052 pretix/control/forms/event.py:1206 msgid "We'll show this publicly to allow attendees to contact you." msgstr "" "We zullen dit publiek tonen om gasten toe te staan contact met u op te nemen." -#: pretix/base/settings.py:1060 pretix/control/forms/event.py:1199 +#: pretix/base/settings.py:1060 pretix/control/forms/event.py:1198 msgid "Imprint URL" msgstr "Imprint-URL" -#: pretix/base/settings.py:1061 pretix/control/forms/event.py:1200 +#: pretix/base/settings.py:1061 pretix/control/forms/event.py:1199 msgid "" "This should point e.g. to a part of your website that has your contact " "details and legal information." @@ -6640,108 +6657,108 @@ msgctxt "subevent" msgid "Date ordering" msgstr "Sorteren op datum" -#: pretix/base/settings.py:1657 +#: pretix/base/settings.py:1665 msgid "Most common English titles" msgstr "Meest voorkomende Engelse titels" -#: pretix/base/settings.py:1667 +#: pretix/base/settings.py:1675 msgid "Most common German titles" msgstr "Meest voorkomende Duitse titels" -#: pretix/base/settings.py:1676 pretix/base/settings.py:1689 -#: pretix/base/settings.py:1705 pretix/base/settings.py:1755 -#: pretix/base/settings.py:1768 pretix/base/settings.py:1782 +#: pretix/base/settings.py:1684 pretix/base/settings.py:1697 +#: pretix/base/settings.py:1713 pretix/base/settings.py:1763 +#: pretix/base/settings.py:1776 pretix/base/settings.py:1790 msgid "Given name" msgstr "Voornaam" -#: pretix/base/settings.py:1677 pretix/base/settings.py:1690 -#: pretix/base/settings.py:1706 pretix/base/settings.py:1722 -#: pretix/base/settings.py:1739 pretix/base/settings.py:1754 -#: pretix/base/settings.py:1769 pretix/base/settings.py:1783 +#: pretix/base/settings.py:1685 pretix/base/settings.py:1698 +#: pretix/base/settings.py:1714 pretix/base/settings.py:1730 +#: pretix/base/settings.py:1747 pretix/base/settings.py:1762 +#: pretix/base/settings.py:1777 pretix/base/settings.py:1791 msgid "Family name" msgstr "Achternaam" -#: pretix/base/settings.py:1681 pretix/base/settings.py:1697 -#: pretix/base/settings.py:1713 pretix/base/settings.py:1728 -#: pretix/base/settings.py:1746 pretix/base/settings.py:1761 -#: pretix/base/settings.py:1791 pretix/base/settings.py:1814 +#: pretix/base/settings.py:1689 pretix/base/settings.py:1705 +#: pretix/base/settings.py:1721 pretix/base/settings.py:1736 +#: pretix/base/settings.py:1754 pretix/base/settings.py:1769 +#: pretix/base/settings.py:1799 pretix/base/settings.py:1822 msgctxt "person_name_sample" msgid "John" msgstr "John" -#: pretix/base/settings.py:1682 pretix/base/settings.py:1698 -#: pretix/base/settings.py:1714 pretix/base/settings.py:1730 -#: pretix/base/settings.py:1748 pretix/base/settings.py:1762 -#: pretix/base/settings.py:1792 +#: pretix/base/settings.py:1690 pretix/base/settings.py:1706 +#: pretix/base/settings.py:1722 pretix/base/settings.py:1738 +#: pretix/base/settings.py:1756 pretix/base/settings.py:1770 +#: pretix/base/settings.py:1800 msgctxt "person_name_sample" msgid "Doe" msgstr "Doe" -#: pretix/base/settings.py:1688 pretix/base/settings.py:1704 -#: pretix/base/settings.py:1736 +#: pretix/base/settings.py:1696 pretix/base/settings.py:1712 +#: pretix/base/settings.py:1744 msgctxt "person_name" msgid "Title" msgstr "Titel" -#: pretix/base/settings.py:1696 pretix/base/settings.py:1712 -#: pretix/base/settings.py:1745 +#: pretix/base/settings.py:1704 pretix/base/settings.py:1720 +#: pretix/base/settings.py:1753 msgctxt "person_name_sample" msgid "Dr" msgstr "Dr." -#: pretix/base/settings.py:1720 pretix/base/settings.py:1737 +#: pretix/base/settings.py:1728 pretix/base/settings.py:1745 msgid "First name" msgstr "Voornaam" -#: pretix/base/settings.py:1721 pretix/base/settings.py:1738 +#: pretix/base/settings.py:1729 pretix/base/settings.py:1746 msgid "Middle name" msgstr "Tweede naam" -#: pretix/base/settings.py:1802 pretix/base/settings.py:1813 +#: pretix/base/settings.py:1810 pretix/base/settings.py:1821 msgctxt "person_name_sample" msgid "John Doe" msgstr "John Doe" -#: pretix/base/settings.py:1808 +#: pretix/base/settings.py:1816 msgid "Calling name" msgstr "Roepnaam" -#: pretix/base/settings.py:1821 +#: pretix/base/settings.py:1829 msgid "Latin transcription" msgstr "Transcriptie" -#: pretix/base/settings.py:1924 pretix/control/forms/event.py:176 +#: pretix/base/settings.py:1932 pretix/control/forms/event.py:172 msgid "" "Your default locale must also be enabled for your event (see box above)." msgstr "" "Uw standaardtaal moet ook zijn ingeschakeld voor uw evenement (zie " "hierboven)." -#: pretix/base/settings.py:1928 +#: pretix/base/settings.py:1936 msgid "" "You cannot require specifying attendee names if you do not ask for them." msgstr "" "U kunt niet het invullen van namen van aanwezigen verplichten als u er niet " "om vraagt." -#: pretix/base/settings.py:1932 +#: pretix/base/settings.py:1940 msgid "You have to ask for attendee emails if you want to make them required." msgstr "" "U moet om de e-mailadressen van deelnemers vragen als u de vraag verplicht " "wilt maken." -#: pretix/base/settings.py:1936 +#: pretix/base/settings.py:1944 msgid "" "You have to ask for invoice addresses if you want to make them required." msgstr "" "U moet om factuuradressen vragen als u factuuradressen verplicht wilt maken." -#: pretix/base/settings.py:1940 +#: pretix/base/settings.py:1948 msgid "You have to require invoice addresses to require for company names." msgstr "" "U moet om factuuradressen vragen als u bedrijfsnamen verplicht wilt maken." -#: pretix/base/settings.py:1947 +#: pretix/base/settings.py:1955 msgid "The last payment date cannot be before the end of presale." msgstr "" "De laatste datum van betalingen kan niet voor het eind van de voorverkoop " @@ -7145,16 +7162,22 @@ msgstr "Er is een onverwachte fout opgetreden, probeer het later opnieuw." msgid "The task has been completed." msgstr "De taak is voltooid." -#: pretix/control/forms/__init__.py:112 +#: pretix/control/forms/__init__.py:115 +#, fuzzy, python-brace-format +#| msgid "Please do not upload files larger than 10 MB." +msgid "Please do not upload files larger than {size}!" +msgstr "Upload geen bestanden groter dan 10 MB." + +#: pretix/control/forms/__init__.py:136 msgid "Filetype not allowed!" msgstr "Bestandstype niet toegestaan!" #: pretix/control/forms/checkin.py:38 pretix/control/forms/filter.py:244 -#: pretix/control/forms/filter.py:271 pretix/control/forms/filter.py:979 -#: pretix/control/forms/filter.py:999 pretix/control/forms/filter.py:1091 -#: pretix/control/forms/filter.py:1107 pretix/control/forms/filter.py:1168 -#: pretix/control/forms/filter.py:1203 pretix/control/forms/orders.py:544 -#: pretix/control/forms/orders.py:699 +#: pretix/control/forms/filter.py:271 pretix/control/forms/filter.py:1031 +#: pretix/control/forms/filter.py:1051 pretix/control/forms/filter.py:1143 +#: pretix/control/forms/filter.py:1159 pretix/control/forms/filter.py:1220 +#: pretix/control/forms/filter.py:1255 pretix/control/forms/orders.py:548 +#: pretix/control/forms/orders.py:703 #: pretix/control/templates/pretixcontrol/event/fragment_subevent_choice_simple.html:5 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:47 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:109 @@ -7163,7 +7186,7 @@ msgctxt "subevent" msgid "All dates" msgstr "Alle data" -#: pretix/control/forms/event.py:44 pretix/control/forms/organizer.py:310 +#: pretix/control/forms/event.py:44 pretix/control/forms/organizer.py:311 msgid "Use languages" msgstr "Gebruik talen" @@ -7175,38 +7198,21 @@ msgstr "Kies alle talen waarin uw evenement beschikbaar moet zijn." msgid "This is an event series" msgstr "Dit is een evenementenreeks" -#: pretix/control/forms/event.py:50 -msgid "" -"Only recommended for advanced users. If this feature is enabled, this will " -"not only be a single event but a series of very similar events that are " -"handled within a single shop. The single events inside the series can only " -"differ in date, time, location, prices and quotas, but not in other " -"settings, and buying tickets across multiple of these events at the same " -"time is possible. You cannot change this setting for this event later." -msgstr "" -"Alleen aanbevolen voor geavanceerde gebruikers. Als deze functie is " -"ingeschakeld zal dit niet een enkel evenement zijn, maar een serie zeer " -"gelijkende evenementen die worden afgehandeld in dezelfde winkel. De losse " -"evenementen in de reeks kunnen alleen verschillen in datum, tijd, locatie, " -"prijzen en quota, maar niet in andere instellingen, en tegelijkertijd " -"tickets kopen voor meerdere van deze evenementen in de reeks is mogelijk. U " -"kunt deze instelling voor dit evenement later niet meer veranderen." - -#: pretix/control/forms/event.py:88 +#: pretix/control/forms/event.py:83 msgid "" "You already used this slug for a different event. Please choose a new one." msgstr "" "U heeft deze slug al gebruikt voor een ander evenement. Kies een nieuwe slug." -#: pretix/control/forms/event.py:92 pretix/control/forms/event.py:394 +#: pretix/control/forms/event.py:87 pretix/control/forms/event.py:390 msgid "Event timezone" msgstr "Tijdzone evenement" -#: pretix/control/forms/event.py:99 +#: pretix/control/forms/event.py:94 msgid "Sales tax rate" msgstr "Btw-tarief" -#: pretix/control/forms/event.py:100 +#: pretix/control/forms/event.py:95 msgid "" "Do you need to pay sales tax on your tickets? In this case, please enter the " "applicable tax rate here in percent. If you have a more complicated tax " @@ -7217,11 +7223,11 @@ msgstr "" "heeft kunt u later meer belastingtarieven en gedetailleerde instellingen " "toevoegen." -#: pretix/control/forms/event.py:107 +#: pretix/control/forms/event.py:102 msgid "Grant access to team" msgstr "Geef toegang aan team" -#: pretix/control/forms/event.py:108 +#: pretix/control/forms/event.py:103 msgid "" "You are allowed to create events under this organizer, however you do not " "have permission to edit all events under this organizer. Please select one " @@ -7231,11 +7237,11 @@ msgstr "" "toestemming om alle evenementen van deze organisator te bewerken. Geef één " "van de teams waar u deel van uitmaakt toegang tot dit evenement." -#: pretix/control/forms/event.py:113 +#: pretix/control/forms/event.py:108 msgid "Create a new team for this event with me as the only member" msgstr "Maak een nieuw team voor dit evenement aan met mij als het enige lid" -#: pretix/control/forms/event.py:156 pretix/control/forms/event.py:309 +#: pretix/control/forms/event.py:151 pretix/control/forms/event.py:305 msgid "" "Sample Conference Center\n" "Heidelberg, Germany" @@ -7243,41 +7249,41 @@ msgstr "" "Voorbeeldlocatie\n" "Amsterdam, Nederland" -#: pretix/control/forms/event.py:180 +#: pretix/control/forms/event.py:176 msgid "Your default locale must be specified." msgstr "Uw standaardtaal moet zijn opgegeven." -#: pretix/control/forms/event.py:254 +#: pretix/control/forms/event.py:250 msgid "Copy configuration from" msgstr "Kopieer instellingen van" -#: pretix/control/forms/event.py:260 pretix/control/forms/event.py:263 +#: pretix/control/forms/event.py:256 pretix/control/forms/event.py:259 #: pretix/control/forms/item.py:250 msgid "Do not copy" msgstr "Niet kopiëren" -#: pretix/control/forms/event.py:314 pretix/control/forms/organizer.py:87 +#: pretix/control/forms/event.py:310 pretix/control/forms/organizer.py:87 msgid "Custom domain" msgstr "Aangepast domein" -#: pretix/control/forms/event.py:316 pretix/control/forms/organizer.py:89 +#: pretix/control/forms/event.py:312 pretix/control/forms/organizer.py:89 msgid "You need to configure the custom domain in the webserver beforehand." msgstr "U moet vooraf het aangepaste domein in de webserver instellen." -#: pretix/control/forms/event.py:324 pretix/control/forms/organizer.py:97 +#: pretix/control/forms/event.py:320 pretix/control/forms/organizer.py:97 msgid "You cannot choose the base domain of this installation." msgstr "U kunt niet het basisdomein van deze installatie kiezen." -#: pretix/control/forms/event.py:328 pretix/control/forms/organizer.py:102 +#: pretix/control/forms/event.py:324 pretix/control/forms/organizer.py:102 msgid "This domain is already in use for a different event or organizer." msgstr "" "Dit domein is al in gebruik voor een ander evenement of andere organisator." -#: pretix/control/forms/event.py:397 +#: pretix/control/forms/event.py:393 msgid "Name format" msgstr "Naamformaat" -#: pretix/control/forms/event.py:398 +#: pretix/control/forms/event.py:394 msgid "" "This defines how pretix will ask for human names. Changing this after you " "already received orders might lead to unexpected behavior when sorting or " @@ -7287,11 +7293,11 @@ msgstr "" "verandert wanneer u al bestellingen heeft ontvangen kan dit leiden tot " "onverwacht gedrag bij het sorteren of wijzigen van namen." -#: pretix/control/forms/event.py:403 +#: pretix/control/forms/event.py:399 msgid "Allowed titles" msgstr "Te kiezen titels" -#: pretix/control/forms/event.py:404 +#: pretix/control/forms/event.py:400 msgid "" "If the naming scheme you defined above allows users to input a title, you " "can use this to restrict the set of selectable titles." @@ -7299,11 +7305,11 @@ msgstr "" "Wanneer het hierboven gekozen naamformaat gebruikers toestaat om een titel " "in te voeren kunt u hier de titels die gekozen kunnen worden beperken." -#: pretix/control/forms/event.py:409 pretix/control/forms/organizer.py:276 +#: pretix/control/forms/event.py:405 pretix/control/forms/organizer.py:276 msgid "Header image" msgstr "Header-afbeelding" -#: pretix/control/forms/event.py:412 +#: pretix/control/forms/event.py:409 msgid "" "If you provide a logo image, we will by default not show your event name and " "date in the page header. By default, we show your logo with a size of up to " @@ -7317,31 +7323,31 @@ msgstr "" "aanpassen. We raden aan om geen kleine details te gebruiken op de " "afbeelding, omdat de afbeelding zal worden geschaald op kleinere schermen." -#: pretix/control/forms/event.py:418 pretix/control/forms/organizer.py:285 +#: pretix/control/forms/event.py:415 pretix/control/forms/organizer.py:286 msgid "Use header image in its full size" msgstr "Gebruik volledige grootte van headerafbeelding" -#: pretix/control/forms/event.py:419 pretix/control/forms/organizer.py:286 +#: pretix/control/forms/event.py:416 pretix/control/forms/organizer.py:287 msgid "We recommend to upload a picture at least 1170 pixels wide." msgstr "" "We raden aan om een afbeelding die ten minste 1170 pixels breed is te " "uploaden." -#: pretix/control/forms/event.py:423 +#: pretix/control/forms/event.py:420 msgid "Show event title even if a header image is present" msgstr "Toon evenementsnaam ook als er een headerafbeelding is ingesteld" -#: pretix/control/forms/event.py:424 +#: pretix/control/forms/event.py:421 msgid "The title will only be shown on the event front page." msgstr "" "De naam van het evenement zal alleen op de voorpagina van het evenement " "worden getoond." -#: pretix/control/forms/event.py:428 +#: pretix/control/forms/event.py:425 msgid "Social media image" msgstr "Social media-afbeelding" -#: pretix/control/forms/event.py:431 +#: pretix/control/forms/event.py:429 msgid "" "This picture will be used as a preview if you post links to your ticket shop " "on social media. Facebook advises to use a picture size of 1200 x 630 " @@ -7357,51 +7363,51 @@ msgstr "" "vierkant wordt getoond. Als u hier geen afbeelding uploadt zullen we het " "logo dat hierboven is geüpload gebruiken." -#: pretix/control/forms/event.py:437 pretix/control/forms/organizer.py:226 +#: pretix/control/forms/event.py:435 pretix/control/forms/organizer.py:226 msgid "Primary color" msgstr "Hoofdkleur" -#: pretix/control/forms/event.py:441 pretix/control/forms/event.py:451 -#: pretix/control/forms/event.py:461 pretix/control/forms/event.py:470 +#: pretix/control/forms/event.py:439 pretix/control/forms/event.py:449 +#: pretix/control/forms/event.py:459 pretix/control/forms/event.py:468 #: pretix/control/forms/organizer.py:230 pretix/control/forms/organizer.py:240 #: pretix/control/forms/organizer.py:250 pretix/control/forms/organizer.py:260 msgid "Please enter the hexadecimal code of a color, e.g. #990000." msgstr "Voer de hexadecimale code van een kleur in, bijv. #990000." -#: pretix/control/forms/event.py:446 pretix/control/forms/organizer.py:235 +#: pretix/control/forms/event.py:444 pretix/control/forms/organizer.py:235 msgid "Accent color for success" msgstr "Accentkleur voor succes" -#: pretix/control/forms/event.py:447 pretix/control/forms/organizer.py:236 +#: pretix/control/forms/event.py:445 pretix/control/forms/organizer.py:236 msgid "We strongly suggest to use a shade of green." msgstr "We raden sterk aan om een groentint te gebruiken." -#: pretix/control/forms/event.py:456 pretix/control/forms/organizer.py:245 +#: pretix/control/forms/event.py:454 pretix/control/forms/organizer.py:245 msgid "Accent color for errors" msgstr "Accentkleur voor fouten" -#: pretix/control/forms/event.py:457 +#: pretix/control/forms/event.py:455 msgid "We strongly suggest to use a dark shade of red." msgstr "We raden sterk aan om een roodtint te gebruiken." -#: pretix/control/forms/event.py:466 pretix/control/forms/organizer.py:256 +#: pretix/control/forms/event.py:464 pretix/control/forms/organizer.py:256 msgid "Page background color" msgstr "Websiteachtergrondkleur" -#: pretix/control/forms/event.py:476 pretix/control/forms/organizer.py:266 +#: pretix/control/forms/event.py:474 pretix/control/forms/organizer.py:266 msgid "Use round edges" msgstr "Gebruik afgeronde hoeken" -#: pretix/control/forms/event.py:480 pretix/control/forms/organizer.py:315 +#: pretix/control/forms/event.py:478 pretix/control/forms/organizer.py:316 #: pretix/control/templates/pretixcontrol/pdf/index.html:305 msgid "Font" msgstr "Lettertype" -#: pretix/control/forms/event.py:485 pretix/control/forms/organizer.py:320 +#: pretix/control/forms/event.py:483 pretix/control/forms/organizer.py:321 msgid "Only respected by modern browsers." msgstr "Wordt alleen gebruikt door moderne browsers." -#: pretix/control/forms/event.py:542 +#: pretix/control/forms/event.py:540 msgid "" "e.g. I hereby confirm that I have read and agree with the event organizer's " "terms of service and agree with them." @@ -7409,16 +7415,16 @@ msgstr "" "bijv. Ik bevestig dat ik de voorwaarden van de organisator heb gelezen, en " "ga ermee akkoord." -#: pretix/control/forms/event.py:546 +#: pretix/control/forms/event.py:544 #, python-brace-format msgid "Ask for {fields}, display like {example}" msgstr "Vraag naar {fields}, toon als {example}" -#: pretix/control/forms/event.py:552 +#: pretix/control/forms/event.py:550 msgid "Free text input" msgstr "Vrije tekstinvoer" -#: pretix/control/forms/event.py:586 +#: pretix/control/forms/event.py:584 msgid "" "You have configured gift cards to be valid {} years plus the year the gift " "card is issued in." @@ -7426,11 +7432,11 @@ msgstr "" "U heeft ingesteld dat cadeaubonnen {} jaar na het jaar waarin de cadeaubon " "is uitgegeven verlopen." -#: pretix/control/forms/event.py:601 +#: pretix/control/forms/event.py:599 msgid "Tax rule for payment fees" msgstr "Belastingregel voor betalingstoeslagen" -#: pretix/control/forms/event.py:603 +#: pretix/control/forms/event.py:601 msgid "" "The tax rule that applies for additional fees you configured for single " "payment methods. This will set the tax rate and reverse charge rules, other " @@ -7441,11 +7447,11 @@ msgstr "" "omgekeerde-heffingsregels instellen, andere instellingen van de " "belastingregel worden genegeerd." -#: pretix/control/forms/event.py:695 +#: pretix/control/forms/event.py:693 msgid "Generate invoices for Sales channels" msgstr "Genereer facturen voor verkoopkanalen" -#: pretix/control/forms/event.py:698 +#: pretix/control/forms/event.py:696 msgid "" "If you have enabled invoice generation in the previous setting, you can " "limit it here to specific sales channels." @@ -7453,65 +7459,65 @@ msgstr "" "Als u facturen genereren met de vorige instelling heeft ingeschakeld kunt u " "dit hier beperken tot specifieke verkoopkanalen." -#: pretix/control/forms/event.py:702 +#: pretix/control/forms/event.py:700 msgid "Invoice style" msgstr "Factuurstijl" -#: pretix/control/forms/event.py:708 +#: pretix/control/forms/event.py:706 msgid "Invoice language" msgstr "Factuurtaal" -#: pretix/control/forms/event.py:709 pretix/control/forms/event.py:730 +#: pretix/control/forms/event.py:707 pretix/control/forms/event.py:729 msgid "The user's language" msgstr "De taal van de gebruiker" -#: pretix/control/forms/event.py:712 +#: pretix/control/forms/event.py:710 msgid "Logo image" msgstr "Logo-plaatje" -#: pretix/control/forms/event.py:715 +#: pretix/control/forms/event.py:714 msgid "We will show your logo with a maximal height and width of 2.5 cm." msgstr "We tonen uw logo met een maximale breedte en hoogte van 2,5 cm." -#: pretix/control/forms/event.py:759 +#: pretix/control/forms/event.py:758 msgid "Bcc address" msgstr "BCC-adres" -#: pretix/control/forms/event.py:760 +#: pretix/control/forms/event.py:759 msgid "All emails will be sent to this address as a Bcc copy" msgstr "Alle e-mails zullen als BCC-kopie worden verstuurd naar dit adres" -#: pretix/control/forms/event.py:766 +#: pretix/control/forms/event.py:765 msgid "Signature" msgstr "Handtekening" -#: pretix/control/forms/event.py:769 +#: pretix/control/forms/event.py:768 #, python-brace-format msgid "This will be attached to every email. Available placeholders: {event}" msgstr "" "Dit zal worden toegevoegd aan iedere e-mail. Beschikbare plaatsaanduidingen: " "{event}" -#: pretix/control/forms/event.py:774 +#: pretix/control/forms/event.py:773 msgid "e.g. your contact details" msgstr "bijv. uw contactgegevens" -#: pretix/control/forms/event.py:779 +#: pretix/control/forms/event.py:778 msgid "HTML mail renderer" msgstr "HTML-e-mail-renderer" -#: pretix/control/forms/event.py:784 pretix/control/forms/event.py:801 -#: pretix/control/forms/event.py:818 pretix/control/forms/event.py:877 +#: pretix/control/forms/event.py:783 pretix/control/forms/event.py:800 +#: pretix/control/forms/event.py:817 pretix/control/forms/event.py:876 msgid "Text sent to order contact address" msgstr "Tekst verstuurd naar adres van besteller" -#: pretix/control/forms/event.py:789 pretix/control/forms/event.py:806 -#: pretix/control/forms/event.py:823 pretix/control/forms/event.py:882 +#: pretix/control/forms/event.py:788 pretix/control/forms/event.py:805 +#: pretix/control/forms/event.py:822 pretix/control/forms/event.py:881 msgid "Send an email to attendees" msgstr "Stuur een e-mail naar gasten" -#: pretix/control/forms/event.py:790 pretix/control/forms/event.py:807 -#: pretix/control/forms/event.py:824 pretix/control/forms/event.py:883 +#: pretix/control/forms/event.py:789 pretix/control/forms/event.py:806 +#: pretix/control/forms/event.py:823 pretix/control/forms/event.py:882 msgid "" "If the order contains attendees with email addresses different from the " "person who orders the tickets, the following email will be sent out to the " @@ -7521,32 +7527,32 @@ msgstr "" "die de tickets bestelt zal de volgende e-mail naar de gasten worden " "verzonden." -#: pretix/control/forms/event.py:795 pretix/control/forms/event.py:812 -#: pretix/control/forms/event.py:829 pretix/control/forms/event.py:888 +#: pretix/control/forms/event.py:794 pretix/control/forms/event.py:811 +#: pretix/control/forms/event.py:828 pretix/control/forms/event.py:887 msgid "Text sent to attendees" msgstr "Tekst verstuurd naar gasten" -#: pretix/control/forms/event.py:835 pretix/control/forms/event.py:857 -#: pretix/control/forms/event.py:862 pretix/control/forms/event.py:867 -#: pretix/control/forms/event.py:872 +#: pretix/control/forms/event.py:834 pretix/control/forms/event.py:856 +#: pretix/control/forms/event.py:861 pretix/control/forms/event.py:866 +#: pretix/control/forms/event.py:871 #: pretix/control/templates/pretixcontrol/organizers/giftcard.html:99 #: pretix/control/templates/pretixcontrol/pdf/index.html:367 msgid "Text" msgstr "Tekst" -#: pretix/control/forms/event.py:840 +#: pretix/control/forms/event.py:839 msgid "Text (sent by admin)" msgstr "Tekst (verstuurd door administrator)" -#: pretix/control/forms/event.py:845 +#: pretix/control/forms/event.py:844 msgid "Text (requested by user)" msgstr "Tekst (aangevraagd door gebruiker)" -#: pretix/control/forms/event.py:850 pretix/control/forms/event.py:893 +#: pretix/control/forms/event.py:849 pretix/control/forms/event.py:892 msgid "Number of days" msgstr "Aantal dagen" -#: pretix/control/forms/event.py:853 +#: pretix/control/forms/event.py:852 msgid "" "This email will be sent out this many days before the order expires. If the " "value is 0, the mail will never be sent." @@ -7554,7 +7560,7 @@ msgstr "" "Deze e-mail zal dit aantal dagen voor de bestelling verloopt worden " "verstuurd. Als de waarde 0 is zal de e-mail nooit worden verstuurd." -#: pretix/control/forms/event.py:896 +#: pretix/control/forms/event.py:895 msgid "" "This email will be sent out this many days before the order event starts. If " "the field is empty, the mail will never be sent." @@ -7562,15 +7568,15 @@ msgstr "" "Deze e-mail zal dit aantal dagen voor het evenement start worden verstuurd. " "Als dit veld leeg is zal de mail nooit worden verstuurd." -#: pretix/control/forms/event.py:900 +#: pretix/control/forms/event.py:899 msgid "Received order" msgstr "Bestelling ontvangen" -#: pretix/control/forms/event.py:905 +#: pretix/control/forms/event.py:904 msgid "Approved order" msgstr "Bestelling goedgekeurd" -#: pretix/control/forms/event.py:908 +#: pretix/control/forms/event.py:907 msgid "" "This will only be sent out for non-free orders. Free orders will receive the " "free order template from above instead." @@ -7579,15 +7585,15 @@ msgstr "" "bestellingen zullen in plaats hiervan het sjabloon voor gratis bestellingen " "hierboven ontvangen." -#: pretix/control/forms/event.py:912 +#: pretix/control/forms/event.py:911 msgid "Denied order" msgstr "Bestelling geweigerd" -#: pretix/control/forms/event.py:917 +#: pretix/control/forms/event.py:916 msgid "Use custom SMTP server" msgstr "Gebruik aangepaste SMTP-server" -#: pretix/control/forms/event.py:918 +#: pretix/control/forms/event.py:917 msgid "" "All mail related to your event will be sent over the smtp server specified " "by you." @@ -7595,42 +7601,42 @@ msgstr "" "Alle email gerelateerd aan uw evenement zal worden verstuurd via de SMTP-" "server die u heeft opgegeven." -#: pretix/control/forms/event.py:922 +#: pretix/control/forms/event.py:921 msgid "Hostname" msgstr "Hostnaam" -#: pretix/control/forms/event.py:927 +#: pretix/control/forms/event.py:926 msgid "Port" msgstr "Poort" -#: pretix/control/forms/event.py:932 +#: pretix/control/forms/event.py:931 msgid "Username" msgstr "Gebruikersnaam" -#: pretix/control/forms/event.py:944 +#: pretix/control/forms/event.py:943 msgid "Use STARTTLS" msgstr "Gebruik STARTTLS" -#: pretix/control/forms/event.py:945 +#: pretix/control/forms/event.py:944 msgid "Commonly enabled on port 587." msgstr "Vaak ingeschakeld op poort 587." -#: pretix/control/forms/event.py:949 +#: pretix/control/forms/event.py:948 msgid "Use SSL" msgstr "Gebruik SSL" -#: pretix/control/forms/event.py:950 +#: pretix/control/forms/event.py:949 msgid "Commonly enabled on port 465." msgstr "Vaak ingeschakeld op poort 465." -#: pretix/control/forms/event.py:979 pretix/control/forms/orders.py:465 -#: pretix/control/forms/orders.py:622 pretix/control/forms/vouchers.py:255 +#: pretix/control/forms/event.py:978 pretix/control/forms/orders.py:469 +#: pretix/control/forms/orders.py:626 pretix/control/forms/vouchers.py:255 #: pretix/plugins/sendmail/forms.py:49 #, python-brace-format msgid "Available placeholders: {list}" msgstr "Beschikbare plaatsaanduidingen: {list}" -#: pretix/control/forms/event.py:1014 +#: pretix/control/forms/event.py:1013 msgid "" "You can activate either SSL or STARTTLS security, but not both at the same " "time." @@ -7638,43 +7644,43 @@ msgstr "" "U kunt óf SSL óf STARTTLS-beveiliging inschakelen, maar niet allebei " "tegelijkertijd." -#: pretix/control/forms/event.py:1063 +#: pretix/control/forms/event.py:1062 msgid "Any country" msgstr "Ieder land" -#: pretix/control/forms/event.py:1064 +#: pretix/control/forms/event.py:1063 msgid "European Union" msgstr "Europese Unie" -#: pretix/control/forms/event.py:1076 +#: pretix/control/forms/event.py:1075 msgid "Any customer" msgstr "Iedere klant" -#: pretix/control/forms/event.py:1077 +#: pretix/control/forms/event.py:1076 msgid "Individual" msgstr "Particulier" -#: pretix/control/forms/event.py:1078 +#: pretix/control/forms/event.py:1077 msgid "Business" msgstr "Zakelijk" -#: pretix/control/forms/event.py:1079 +#: pretix/control/forms/event.py:1078 msgid "Business with valid VAT ID" msgstr "Zakelijk met geldig btw-nummer" -#: pretix/control/forms/event.py:1085 +#: pretix/control/forms/event.py:1084 msgid "Charge VAT" msgstr "Reken btw" -#: pretix/control/forms/event.py:1087 +#: pretix/control/forms/event.py:1086 msgid "No VAT" msgstr "Geen btw" -#: pretix/control/forms/event.py:1116 +#: pretix/control/forms/event.py:1115 msgid "Pre-selected voucher" msgstr "Voorgekozen voucher" -#: pretix/control/forms/event.py:1118 +#: pretix/control/forms/event.py:1117 msgid "" "If set, the widget will show products as if this voucher has been entered " "and when a product is bought via the widget, this voucher will be used. This " @@ -7686,11 +7692,11 @@ msgstr "" "voucher worden gebruikt. Dit kan bijvoorbeeld worden gebruikt om widgets te " "maken die korting geven of geheime producten aanbieden." -#: pretix/control/forms/event.py:1123 +#: pretix/control/forms/event.py:1122 msgid "Compatibility mode" msgstr "Compatibiliteitsmodus" -#: pretix/control/forms/event.py:1125 +#: pretix/control/forms/event.py:1124 msgid "" "Our regular widget doesn't work in all website builders. If you run into " "trouble, try using this compatibility mode." @@ -7698,33 +7704,33 @@ msgstr "" "Onze standaardwidget werkt niet in alle websitebouwers. Probeer als u " "problemen ervaart deze compatibiliteitsmodus te gebruiken." -#: pretix/control/forms/event.py:1146 +#: pretix/control/forms/event.py:1145 msgid "The given voucher code does not exist." msgstr "De gegeven vouchercode bestaat niet." -#: pretix/control/forms/event.py:1153 pretix/control/forms/organizer.py:48 +#: pretix/control/forms/event.py:1152 pretix/control/forms/organizer.py:48 #: pretix/control/views/shredder.py:108 msgid "The slug you entered was not correct." msgstr "De slug die u invoerde was onjuist." -#: pretix/control/forms/event.py:1157 pretix/control/forms/organizer.py:52 +#: pretix/control/forms/event.py:1156 pretix/control/forms/organizer.py:52 msgid "Event slug" msgstr "Evenementsslug" -#: pretix/control/forms/event.py:1188 +#: pretix/control/forms/event.py:1187 msgid "Ticket downloads" msgstr "Ticketdownloads" -#: pretix/control/forms/event.py:1189 +#: pretix/control/forms/event.py:1188 msgid "Your customers will be able to download their tickets in PDF format." msgstr "" "Uw klanten zullen in staat zijn om hun tickets in PDF-formaat te downloaden." -#: pretix/control/forms/event.py:1193 +#: pretix/control/forms/event.py:1192 msgid "Require all attendees to fill in their names" msgstr "Verplicht alle gasten om hun naam in te vullen" -#: pretix/control/forms/event.py:1194 +#: pretix/control/forms/event.py:1193 msgid "" "By default, we will ask for names but not require them. You can turn this " "off completely in the settings." @@ -7732,11 +7738,11 @@ msgstr "" "Standaard vragen we om namen maar verplichten we ze niet. U kunt het vragen " "naar namen uitschakelen in de instellingen." -#: pretix/control/forms/event.py:1220 +#: pretix/control/forms/event.py:1219 msgid "Payment via Stripe" msgstr "Betaling via Stripe" -#: pretix/control/forms/event.py:1221 +#: pretix/control/forms/event.py:1220 msgid "" "Stripe is an online payments processor supporting credit cards and lots of " "other payment options. To accept payments via Stripe, you will need to set " @@ -7748,11 +7754,11 @@ msgstr "" "een Stripe-account op moeten zetten, wat minder dan vijf minuten duurt door " "hun simpele interface." -#: pretix/control/forms/event.py:1227 +#: pretix/control/forms/event.py:1226 msgid "Payment by bank transfer" msgstr "Betaling via bankoverschrijving" -#: pretix/control/forms/event.py:1228 +#: pretix/control/forms/event.py:1227 msgid "" "Your customers will be instructed to wire the money to your account. You can " "then import your bank statements to process the payments within pretix, or " @@ -7762,16 +7768,16 @@ msgstr "" "maken. U kunt hierna uw bankafschriften importeren om de betalingen in " "pretix te verwerken, of bestellingen handmatig als betaald aanmerken." -#: pretix/control/forms/event.py:1267 +#: pretix/control/forms/event.py:1266 #: pretix/control/templates/pretixcontrol/event/quick_setup.html:45 msgid "Price (optional)" msgstr "Prijs (optioneel)" -#: pretix/control/forms/event.py:1272 +#: pretix/control/forms/event.py:1271 msgid "Free" msgstr "Gratis" -#: pretix/control/forms/event.py:1277 +#: pretix/control/forms/event.py:1276 msgid "Quantity available" msgstr "Hoeveelheid beschikbaar" @@ -7792,7 +7798,7 @@ msgstr "Betaald (of geannuleerd met betaalde toeslag)" #: pretix/control/templates/pretixcontrol/items/question.html:21 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:8 #: pretix/control/templates/pretixcontrol/orders/overview.html:67 -#: pretix/plugins/reports/exporters.py:223 +#: pretix/plugins/reports/exporters.py:226 msgid "Pending" msgstr "Openstaand" @@ -7806,13 +7812,13 @@ msgstr "Openstaand (achterstallig)" msgid "Pending or paid" msgstr "Openstaand of betaald" -#: pretix/control/forms/filter.py:111 pretix/control/forms/filter.py:541 -#: pretix/control/forms/filter.py:946 +#: pretix/control/forms/filter.py:111 pretix/control/forms/filter.py:593 +#: pretix/control/forms/filter.py:998 #: pretix/control/templates/pretixcontrol/items/question.html:24 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:17 #: pretix/control/templates/pretixcontrol/orders/overview.html:60 #: pretix/control/templates/pretixcontrol/organizers/giftcards.html:76 -#: pretix/plugins/reports/exporters.py:219 +#: pretix/plugins/reports/exporters.py:222 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:20 msgid "Expired" msgstr "Verlopen" @@ -7826,7 +7832,7 @@ msgstr "Openstaand of verlopen" #: pretix/control/templates/pretixcontrol/items/question.html:26 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:19 #: pretix/control/templates/pretixcontrol/orders/overview.html:59 -#: pretix/plugins/reports/exporters.py:219 +#: pretix/plugins/reports/exporters.py:222 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:22 msgid "Canceled" msgstr "Geannuleerd" @@ -7853,8 +7859,8 @@ msgstr "Onderbetaald" msgid "Pending (but fully paid)" msgstr "Openstaand (maar volledig betaald)" -#: pretix/control/forms/filter.py:119 pretix/control/forms/filter.py:526 -#: pretix/control/forms/filter.py:529 +#: pretix/control/forms/filter.py:119 pretix/control/forms/filter.py:578 +#: pretix/control/forms/filter.py:581 #: pretix/control/templates/pretixcontrol/event/live.html:63 msgid "Test mode" msgstr "Testmodus" @@ -7863,28 +7869,28 @@ msgstr "Testmodus" msgid "Cancellation requested" msgstr "Annulering aangevraagd" -#: pretix/control/forms/filter.py:278 pretix/control/forms/filter.py:796 -#: pretix/control/forms/filter.py:1006 pretix/control/forms/vouchers.py:112 +#: pretix/control/forms/filter.py:278 pretix/control/forms/filter.py:848 +#: pretix/control/forms/filter.py:1058 pretix/control/forms/vouchers.py:112 #: pretix/control/templates/pretixcontrol/items/question.html:29 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:99 msgid "All products" msgstr "Alle producten" -#: pretix/control/forms/filter.py:282 pretix/control/forms/filter.py:1010 +#: pretix/control/forms/filter.py:282 pretix/control/forms/filter.py:1062 #: pretix/control/forms/vouchers.py:100 pretix/control/views/typeahead.py:514 #, python-brace-format msgid "{product} – Any variation" msgstr "{product} – Elke variant" #: pretix/control/forms/filter.py:341 pretix/control/forms/filter.py:346 -#: pretix/control/forms/filter.py:617 pretix/control/forms/filter.py:622 +#: pretix/control/forms/filter.py:669 pretix/control/forms/filter.py:674 msgid "All organizers" msgstr "Alle organisatoren" -#: pretix/control/forms/filter.py:381 pretix/control/forms/filter.py:528 -#: pretix/control/forms/filter.py:537 pretix/control/forms/filter.py:860 -#: pretix/control/forms/filter.py:869 pretix/control/forms/filter.py:941 -#: pretix/control/forms/filter.py:954 +#: pretix/control/forms/filter.py:433 pretix/control/forms/filter.py:580 +#: pretix/control/forms/filter.py:589 pretix/control/forms/filter.py:912 +#: pretix/control/forms/filter.py:921 pretix/control/forms/filter.py:993 +#: pretix/control/forms/filter.py:1006 #: pretix/control/templates/pretixcontrol/checkin/lists.html:104 #: pretix/control/templates/pretixcontrol/checkin/lists.html:116 #: pretix/control/templates/pretixcontrol/organizers/devices.html:72 @@ -7894,202 +7900,202 @@ msgstr "Alle organisatoren" msgid "All" msgstr "Alle" -#: pretix/control/forms/filter.py:383 pretix/control/forms/filter.py:603 +#: pretix/control/forms/filter.py:435 pretix/control/forms/filter.py:655 msgid "Shop live and presale running" msgstr "Winkel live en voorverkoop actief" -#: pretix/control/forms/filter.py:384 pretix/control/forms/filter.py:862 +#: pretix/control/forms/filter.py:436 pretix/control/forms/filter.py:914 msgid "Inactive" msgstr "Inactief" -#: pretix/control/forms/filter.py:396 pretix/control/forms/subevents.py:287 +#: pretix/control/forms/filter.py:448 pretix/control/forms/subevents.py:287 #: pretix/control/forms/subevents.py:326 msgid "Weekday" msgstr "Weekdag" -#: pretix/control/forms/filter.py:398 +#: pretix/control/forms/filter.py:450 msgid "All days" msgstr "Alle dagen" -#: pretix/control/forms/filter.py:399 +#: pretix/control/forms/filter.py:451 msgid "Monday" msgstr "Maandag" -#: pretix/control/forms/filter.py:400 +#: pretix/control/forms/filter.py:452 msgid "Tuesday" msgstr "Dinsdag" -#: pretix/control/forms/filter.py:401 +#: pretix/control/forms/filter.py:453 msgid "Wednesday" msgstr "Woensdag" -#: pretix/control/forms/filter.py:402 +#: pretix/control/forms/filter.py:454 msgid "Thursday" msgstr "Donderdag" -#: pretix/control/forms/filter.py:403 +#: pretix/control/forms/filter.py:455 msgid "Friday" msgstr "Vrijdag" -#: pretix/control/forms/filter.py:404 +#: pretix/control/forms/filter.py:456 msgid "Saturday" msgstr "Zaterdag" -#: pretix/control/forms/filter.py:405 +#: pretix/control/forms/filter.py:457 msgid "Sunday" msgstr "Zondag" -#: pretix/control/forms/filter.py:530 +#: pretix/control/forms/filter.py:582 msgid "Live" msgstr "Live" -#: pretix/control/forms/filter.py:535 pretix/control/forms/filter.py:538 +#: pretix/control/forms/filter.py:587 pretix/control/forms/filter.py:590 msgid "Empty" msgstr "Leeg" -#: pretix/control/forms/filter.py:539 +#: pretix/control/forms/filter.py:591 msgid "Valid and with value" msgstr "Geldig en met waarde" -#: pretix/control/forms/filter.py:540 +#: pretix/control/forms/filter.py:592 msgid "Expired and with value" msgstr "Verlopen en met waarde" -#: pretix/control/forms/filter.py:546 pretix/control/forms/filter.py:548 -#: pretix/control/forms/filter.py:876 pretix/control/forms/filter.py:878 +#: pretix/control/forms/filter.py:598 pretix/control/forms/filter.py:600 +#: pretix/control/forms/filter.py:928 pretix/control/forms/filter.py:930 msgid "Search query" msgstr "Zoekopdracht" -#: pretix/control/forms/filter.py:601 +#: pretix/control/forms/filter.py:653 msgid "All events" msgstr "Alle evenementen" -#: pretix/control/forms/filter.py:602 +#: pretix/control/forms/filter.py:654 msgid "Shop live" msgstr "Winkel is live" -#: pretix/control/forms/filter.py:604 +#: pretix/control/forms/filter.py:656 msgid "Shop not live" msgstr "Winkel is niet live" -#: pretix/control/forms/filter.py:607 +#: pretix/control/forms/filter.py:659 msgid "Single event running or in the future" msgstr "Enkel evenement bezig of in de toekomst" -#: pretix/control/forms/filter.py:608 +#: pretix/control/forms/filter.py:660 msgid "Single event in the past" msgstr "Enkel evenement in het verleden" -#: pretix/control/forms/filter.py:775 pretix/control/forms/filter.py:777 +#: pretix/control/forms/filter.py:827 pretix/control/forms/filter.py:829 msgid "Search attendee…" msgstr "Zoek gast…" -#: pretix/control/forms/filter.py:783 +#: pretix/control/forms/filter.py:835 msgid "Check-in status" msgstr "Incheckstatus" -#: pretix/control/forms/filter.py:785 +#: pretix/control/forms/filter.py:837 msgid "All attendees" msgstr "Alle gasten" -#: pretix/control/forms/filter.py:786 +#: pretix/control/forms/filter.py:838 msgctxt "checkin state" msgid "Present" msgstr "Aanwezig" -#: pretix/control/forms/filter.py:787 +#: pretix/control/forms/filter.py:839 #: pretix/control/templates/pretixcontrol/checkin/index.html:131 #: pretix/control/templates/pretixcontrol/checkin/lists.html:73 -#: pretix/plugins/checkinlists/exporters.py:337 +#: pretix/plugins/checkinlists/exporters.py:396 msgid "Checked in" msgstr "Ingecheckt" -#: pretix/control/forms/filter.py:788 +#: pretix/control/forms/filter.py:840 #: pretix/control/templates/pretixcontrol/checkin/index.html:126 msgid "Not checked in" msgstr "Niet ingecheckt" -#: pretix/control/forms/filter.py:867 pretix/control/forms/filter.py:870 +#: pretix/control/forms/filter.py:919 pretix/control/forms/filter.py:922 #: pretix/control/templates/pretixcontrol/users/index.html:47 msgid "Administrator" msgstr "Beheerder" -#: pretix/control/forms/filter.py:871 +#: pretix/control/forms/filter.py:923 msgid "No administrator" msgstr "Geen beheerder" -#: pretix/control/forms/filter.py:942 +#: pretix/control/forms/filter.py:994 msgid "Valid" msgstr "Geldig" -#: pretix/control/forms/filter.py:943 +#: pretix/control/forms/filter.py:995 msgid "Unredeemed" msgstr "Onverzilverd" -#: pretix/control/forms/filter.py:944 +#: pretix/control/forms/filter.py:996 msgid "Redeemed at least once" msgstr "Ten minste één keer verzilverd" -#: pretix/control/forms/filter.py:945 +#: pretix/control/forms/filter.py:997 msgid "Fully redeemed" msgstr "Volledig verzilverd" -#: pretix/control/forms/filter.py:947 +#: pretix/control/forms/filter.py:999 msgid "Redeemed and checked in with ticket" msgstr "Verzilverd en ingecheckt met ticket" -#: pretix/control/forms/filter.py:952 +#: pretix/control/forms/filter.py:1004 msgid "Quota handling" msgstr "Quotumgedrag" -#: pretix/control/forms/filter.py:956 +#: pretix/control/forms/filter.py:1008 msgid "Allow to ignore quota" msgstr "Sta toe om quotum te negeren" -#: pretix/control/forms/filter.py:961 pretix/control/forms/filter.py:963 +#: pretix/control/forms/filter.py:1013 pretix/control/forms/filter.py:1015 msgid "Filter by tag" msgstr "Filteren op tag" -#: pretix/control/forms/filter.py:968 pretix/control/forms/filter.py:970 +#: pretix/control/forms/filter.py:1020 pretix/control/forms/filter.py:1022 msgid "Search voucher" msgstr "Zoek voucher" -#: pretix/control/forms/filter.py:1016 pretix/control/forms/vouchers.py:91 +#: pretix/control/forms/filter.py:1068 pretix/control/forms/vouchers.py:91 #: pretix/control/views/typeahead.py:522 pretix/control/views/typeahead.py:526 #: pretix/control/views/vouchers.py:81 #, python-brace-format msgid "Any product in quota \"{quota}\"" msgstr "Ieder product in quotum \"{quota}\"" -#: pretix/control/forms/filter.py:1132 +#: pretix/control/forms/filter.py:1184 msgid "Refund status" msgstr "Terugbetalingsstatus" -#: pretix/control/forms/filter.py:1134 +#: pretix/control/forms/filter.py:1186 msgid "All open refunds" msgstr "Alle openstaande terugbetalingen" -#: pretix/control/forms/filter.py:1135 +#: pretix/control/forms/filter.py:1187 msgid "All refunds" msgstr "Alle terugbetalingen" -#: pretix/control/forms/filter.py:1171 +#: pretix/control/forms/filter.py:1223 msgid "Date filter" msgstr "Datumfilter" -#: pretix/control/forms/filter.py:1173 +#: pretix/control/forms/filter.py:1225 msgid "Filter by…" msgstr "Filteren op…" -#: pretix/control/forms/filter.py:1175 +#: pretix/control/forms/filter.py:1227 msgid "Date of last successful payment" msgstr "Datum van laatste geslaagde betaling" -#: pretix/control/forms/filter.py:1180 +#: pretix/control/forms/filter.py:1232 msgid "Date from" msgstr "Datum vanaf" -#: pretix/control/forms/filter.py:1185 +#: pretix/control/forms/filter.py:1237 msgid "Date until" msgstr "Datum tot" @@ -8312,8 +8318,8 @@ msgstr "U heeft twee keer hetzelfde gebundelde product geselecteerd" msgid "Bundled product" msgstr "Gebundeld product" -#: pretix/control/forms/item.py:735 pretix/control/forms/orders.py:260 -#: pretix/control/forms/orders.py:394 +#: pretix/control/forms/item.py:735 pretix/control/forms/orders.py:264 +#: pretix/control/forms/orders.py:398 msgid "inactive" msgstr "inactief" @@ -8346,11 +8352,11 @@ msgstr "Maak bestellingen als bestellingen uit de testmodus aan" msgid "CSV column: \"{name}\"" msgstr "CSV-kolom: \"{name}\"" -#: pretix/control/forms/orders.py:33 +#: pretix/control/forms/orders.py:34 msgid "Overbook quota" msgstr "Overboek quotum" -#: pretix/control/forms/orders.py:34 +#: pretix/control/forms/orders.py:35 msgid "" "If you check this box, this operation will be performed even if it leads to " "an overbooked quota and you having sold more tickets than you planned!" @@ -8358,11 +8364,11 @@ msgstr "" "Als u deze optie kiest wordt de actie uitgevoerd zelfs als dit tot een " "overboekt quotum en dus meer tickets hebben verkocht dan u van plan was!" -#: pretix/control/forms/orders.py:78 +#: pretix/control/forms/orders.py:79 msgid "Overbook quota and ignore late payment" msgstr "Overboek quotum en negeer late betaling" -#: pretix/control/forms/orders.py:79 +#: pretix/control/forms/orders.py:80 msgid "" "If you check this box, this operation will be performed even if it leads to " "an overbooked quota and you having sold more tickets than you planned! The " @@ -8374,16 +8380,16 @@ msgstr "" "leidt! De actie zal ook onafhankelijk van de instellingen voor late " "betalingen worden uitgevoerd." -#: pretix/control/forms/orders.py:105 +#: pretix/control/forms/orders.py:106 #: pretix/control/templates/pretixcontrol/order/deny.html:19 msgid "Notify user by e-mail" msgstr "Stel de gebruiker per e-mail op de hoogte" -#: pretix/control/forms/orders.py:112 +#: pretix/control/forms/orders.py:113 msgid "Keep a cancellation fee of" msgstr "Houd annuleringskosten in van" -#: pretix/control/forms/orders.py:113 +#: pretix/control/forms/orders.py:114 msgid "" "If you keep a fee, all positions within this order will be canceled and the " "order will be reduced to a paid cancellation fee. Payment and shipping fees " @@ -8397,24 +8403,24 @@ msgstr "" "tel deze op bij de annuleringskosten als u deze kosten niet terug wilt " "betalen. Voer een bruto bedrag in, belasting zal automatisch worden berekend." -#: pretix/control/forms/orders.py:141 +#: pretix/control/forms/orders.py:145 msgid "Payment amount" msgstr "Te betalen bedrag" -#: pretix/control/forms/orders.py:145 +#: pretix/control/forms/orders.py:149 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/control.html:7 -#: pretix/plugins/reports/exporters.py:319 -#: pretix/plugins/reports/exporters.py:381 -#: pretix/plugins/reports/exporters.py:491 -#: pretix/plugins/reports/exporters.py:520 +#: pretix/plugins/reports/exporters.py:322 +#: pretix/plugins/reports/exporters.py:384 +#: pretix/plugins/reports/exporters.py:494 +#: pretix/plugins/reports/exporters.py:523 msgid "Payment date" msgstr "Betaaldatum" -#: pretix/control/forms/orders.py:183 +#: pretix/control/forms/orders.py:187 msgid "Re-calculate taxes" msgstr "Herbereken belasting" -#: pretix/control/forms/orders.py:186 +#: pretix/control/forms/orders.py:190 msgid "" "This operation re-checks if taxes should be paid to the items due to e.g. " "configured reverse charge rules and changes the prices and tax values " @@ -8429,11 +8435,11 @@ msgstr "" "wanneer u het nodig heeft. Merk op dat afrondverschillen kunnen optreden in " "deze procedure." -#: pretix/control/forms/orders.py:192 +#: pretix/control/forms/orders.py:196 msgid "Issue a new invoice if required" msgstr "Genereer indien nodig een nieuwe factuur" -#: pretix/control/forms/orders.py:196 +#: pretix/control/forms/orders.py:200 msgid "" "If an invoice exists for this order and this operation would change its " "contents, the old invoice will be canceled and a new invoice will be issued." @@ -8442,68 +8448,68 @@ msgstr "" "handeling wordt aangepast annuleren we de oude factuur en genereren we een " "nieuwe factuur." -#: pretix/control/forms/orders.py:201 +#: pretix/control/forms/orders.py:205 msgid "Notify user" msgstr "Stel gebruiker op de hoogte" -#: pretix/control/forms/orders.py:205 +#: pretix/control/forms/orders.py:209 msgid "" "Send an email to the customer notifying that their order has been changed." msgstr "" "Stuur een e-mail naar de gebruiker om te melden dat de bestelling is " "veranderd." -#: pretix/control/forms/orders.py:209 +#: pretix/control/forms/orders.py:213 msgid "Allow to overbook quotas when performing this operation" msgstr "Quota overboeken bij deze handeling toestaan" -#: pretix/control/forms/orders.py:225 +#: pretix/control/forms/orders.py:229 msgid "Add-on to" msgstr "Add-on voor" -#: pretix/control/forms/orders.py:230 +#: pretix/control/forms/orders.py:234 #: pretix/control/templates/pretixcontrol/checkin/index.html:70 #: pretix/control/templates/pretixcontrol/order/change.html:118 #: pretix/control/views/vouchers.py:70 msgid "Seat" msgstr "Zitplaats" -#: pretix/control/forms/orders.py:237 +#: pretix/control/forms/orders.py:241 msgid "Including taxes, if any. Keep empty for the product's default price" msgstr "" "Inclusief belasting, indien van toepassing. Laat dit leeg voor de " "standaardprijs van het product" -#: pretix/control/forms/orders.py:335 pretix/control/forms/orders.py:339 -#: pretix/control/forms/orders.py:378 pretix/control/forms/orders.py:389 +#: pretix/control/forms/orders.py:339 pretix/control/forms/orders.py:343 +#: pretix/control/forms/orders.py:382 pretix/control/forms/orders.py:393 msgid "(Unchanged)" msgstr "(Onveranderd)" -#: pretix/control/forms/orders.py:345 pretix/control/forms/orders.py:412 +#: pretix/control/forms/orders.py:349 pretix/control/forms/orders.py:416 msgid "New price (gross)" msgstr "Nieuwe prijs (bruto)" -#: pretix/control/forms/orders.py:349 +#: pretix/control/forms/orders.py:353 msgid "Generate a new secret" msgstr "Genereer een nieuw geheim" -#: pretix/control/forms/orders.py:353 +#: pretix/control/forms/orders.py:357 msgid "Cancel this position" msgstr "Annuleer deze plaats" -#: pretix/control/forms/orders.py:357 +#: pretix/control/forms/orders.py:361 msgid "Split into new order" msgstr "Splitsen naar nieuwe bestelling" -#: pretix/control/forms/orders.py:416 +#: pretix/control/forms/orders.py:420 msgid "Remove this fee" msgstr "Verwijder deze toeslag" -#: pretix/control/forms/orders.py:430 +#: pretix/control/forms/orders.py:434 msgid "Invalidate secrets" msgstr "Hergenereer geheimen" -#: pretix/control/forms/orders.py:431 +#: pretix/control/forms/orders.py:435 msgid "" "Regenerates the order and ticket secrets. You will need to re-send the link " "to the order page to the user and the user will need to download his tickets " @@ -8514,30 +8520,30 @@ msgstr "" "opnieuw hun tickets downloaden. Oude versies van de tickets en bestellinks " "zullen ongeldig zijn." -#: pretix/control/forms/orders.py:456 pretix/control/forms/orders.py:639 -#: pretix/control/forms/orders.py:666 pretix/control/forms/vouchers.py:222 +#: pretix/control/forms/orders.py:460 pretix/control/forms/orders.py:643 +#: pretix/control/forms/orders.py:670 pretix/control/forms/vouchers.py:222 #: pretix/plugins/sendmail/forms.py:21 pretix/plugins/sendmail/forms.py:76 msgid "Subject" msgstr "Onderwerp" -#: pretix/control/forms/orders.py:480 +#: pretix/control/forms/orders.py:484 msgid "Recipient" msgstr "Ontvanger" -#: pretix/control/forms/orders.py:486 pretix/control/forms/orders.py:647 -#: pretix/control/forms/orders.py:674 pretix/control/forms/vouchers.py:228 +#: pretix/control/forms/orders.py:490 pretix/control/forms/orders.py:651 +#: pretix/control/forms/orders.py:678 pretix/control/forms/vouchers.py:228 #: pretix/plugins/sendmail/forms.py:22 pretix/plugins/sendmail/forms.py:81 msgid "Message" msgstr "Bericht" -#: pretix/control/forms/orders.py:499 +#: pretix/control/forms/orders.py:503 msgid "" "Cancel the order. All tickets will no longer work. This can not be reverted." msgstr "" "Annuleer de bestelling. Alle tickets zullen niet meer werken. Dit kan niet " "worden teruggedraaid." -#: pretix/control/forms/orders.py:500 +#: pretix/control/forms/orders.py:504 msgid "" "Mark the order as pending and allow the user to pay the open amount with " "another payment method." @@ -8545,34 +8551,34 @@ msgstr "" "Markeer de bestelling als 'openstaand' en sta de gebruiker toe het " "openstaande bedrag met een andere betalingsmethode te betalen." -#: pretix/control/forms/orders.py:502 +#: pretix/control/forms/orders.py:506 msgid "Do nothing and keep the order as it is." msgstr "Doe niets en houd de bestelling in de huidige staat." -#: pretix/control/forms/orders.py:529 +#: pretix/control/forms/orders.py:533 msgid "The refund amount needs to be positive and less than {}." msgstr "Het bedrag van de terugbetaling moet positief zijn en minder dan {}." -#: pretix/control/forms/orders.py:535 +#: pretix/control/forms/orders.py:539 msgid "You need to specify an amount for a partial refund." msgstr "U moet een bedrag opgeven voor een gedeeltelijke terugbetaling." -#: pretix/control/forms/orders.py:547 +#: pretix/control/forms/orders.py:551 msgid "Cancel all dates" msgstr "Annuleer alle datums" -#: pretix/control/forms/orders.py:552 +#: pretix/control/forms/orders.py:556 msgid "Automatically refund money if possible" msgstr "Geld automatisch terugbetalen indien mogelijk" -#: pretix/control/forms/orders.py:557 +#: pretix/control/forms/orders.py:561 msgid "" "Create manual refund if the payment method odes not support automatic refunds" msgstr "" "Maak handmatige terugbetaling als de betalingsmethode geen automatische " "terugbetalingen ondersteunt" -#: pretix/control/forms/orders.py:561 +#: pretix/control/forms/orders.py:565 msgid "" "If checked, all payments with a payment method not supporting automatic " "refunds will be on your manual refund to-do list. Do not check if you want " @@ -8585,7 +8591,7 @@ msgstr "" "bestellingen wilt terugbetalen door het bedrag te verrekenen met andere " "bestellingen of door cadeaubonnen uit te geven." -#: pretix/control/forms/orders.py:566 +#: pretix/control/forms/orders.py:570 msgid "" "Refund order value to a gift card instead instead of the original payment " "method" @@ -8593,19 +8599,19 @@ msgstr "" "Geldbedrag als cadeaubon uitgeven in plaats van een terugbetaling naar de " "oorspronkelijke betalingsmethode" -#: pretix/control/forms/orders.py:572 +#: pretix/control/forms/orders.py:576 msgid "Gift card validity" msgstr "Geldigheid van cadeaubonnen" -#: pretix/control/forms/orders.py:579 +#: pretix/control/forms/orders.py:583 msgid "Special terms and conditions" msgstr "Bijzondere voorwaarden" -#: pretix/control/forms/orders.py:596 +#: pretix/control/forms/orders.py:600 msgid "Keep fees" msgstr "Houd toeslagen in" -#: pretix/control/forms/orders.py:599 +#: pretix/control/forms/orders.py:603 msgid "" "The selected types of fees will not be refunded but instead added to the " "cancellation fee. Fees are never refunded in when an order in an event " @@ -8618,20 +8624,20 @@ msgstr "" "gedeeltelijk wordt geannuleerd, omdat de bestelling dan uit tickets voor " "meerdere datums bestaat." -#: pretix/control/forms/orders.py:605 +#: pretix/control/forms/orders.py:609 msgid "Send information via email" msgstr "Stuur informatie via e-mail" -#: pretix/control/forms/orders.py:611 +#: pretix/control/forms/orders.py:615 msgid "Send information to waiting list" msgstr "Stuur informatie naar wachtlijst" -#: pretix/control/forms/orders.py:642 pretix/control/forms/orders.py:668 +#: pretix/control/forms/orders.py:646 pretix/control/forms/orders.py:672 #, python-brace-format msgid "Canceled: {event}" msgstr "Geannuleerd: {event}" -#: pretix/control/forms/orders.py:653 +#: pretix/control/forms/orders.py:657 #, python-brace-format msgid "" "Hello,\n" @@ -8662,7 +8668,7 @@ msgstr "" "Met vriendelijke groet,\n" "Organisatie van {event}" -#: pretix/control/forms/orders.py:680 +#: pretix/control/forms/orders.py:684 #, python-brace-format msgid "" "Hello,\n" @@ -8684,7 +8690,7 @@ msgstr "" "Met vriendelijke groet,\n" "Organisatie van {event}" -#: pretix/control/forms/orders.py:711 +#: pretix/control/forms/orders.py:715 msgid "Please confirm that you want to cancel ALL dates in this event series." msgstr "Bevestig dat u ALLE datums in deze evenementenreeks wilt annuleren." @@ -8746,7 +8752,7 @@ msgstr "Homepagina-tekst" msgid "This will be displayed on the organizer homepage." msgstr "Dit zal worden getoond op de homepagina van de organisator." -#: pretix/control/forms/organizer.py:279 +#: pretix/control/forms/organizer.py:280 msgid "" "If you provide a logo image, we will by default not show your organization " "name in the page header. By default, we show your logo with a size of up to " @@ -8760,11 +8766,11 @@ msgstr "" "We raden aan om geen kleine details op de afbeelding te gebruiken, omdat de " "afbeelding op kleinere schermen zal worden geschaald." -#: pretix/control/forms/organizer.py:298 +#: pretix/control/forms/organizer.py:299 msgid "Show availability in event overviews" msgstr "Toon beschikbaarheid in evenementsoverzichten" -#: pretix/control/forms/organizer.py:299 +#: pretix/control/forms/organizer.py:300 msgid "" "If checked, the list of events will show if events are sold out. This might " "make for longer page loading times if you have lots of events and the shown " @@ -8775,20 +8781,20 @@ msgstr "" "laden van uw pagina langer duurt, en de getoonde status kan tot twee minuten " "achterlopen." -#: pretix/control/forms/organizer.py:305 +#: pretix/control/forms/organizer.py:306 msgid "Link back to organizer overview on all event pages" msgstr "Link terug naar het organisatoroverzicht op alle evenementspagina's" -#: pretix/control/forms/organizer.py:312 +#: pretix/control/forms/organizer.py:313 msgid "" "Choose all languages that your organizer homepage should be available in." msgstr "Kies alle talen waarin uw organisatorpagina beschikbaar moet zijn." -#: pretix/control/forms/organizer.py:323 +#: pretix/control/forms/organizer.py:324 msgid "Favicon" msgstr "Favicon" -#: pretix/control/forms/organizer.py:326 +#: pretix/control/forms/organizer.py:328 msgid "" "If you provide a favicon, we will show it instead of the default pretix " "icon. We recommend a size of at least 200x200px to accommodate most devices." @@ -8797,11 +8803,11 @@ msgstr "" "pretix-icoon. We raden een grootte van ten minste 200x200px aan, om de " "meeste apparaten te ondersteunen." -#: pretix/control/forms/organizer.py:330 +#: pretix/control/forms/organizer.py:332 msgid "Length of gift card codes" msgstr "Lengte van cadeauboncodes" -#: pretix/control/forms/organizer.py:331 +#: pretix/control/forms/organizer.py:333 msgid "" "The system generates by default {}-character long gift card codes. However, " "if a different length is required, it can be set here." @@ -8809,11 +8815,11 @@ msgstr "" "Het systeem genereert standaard cadeauboncodes van {} tekens. Als u een " "andere lengte in wilt stellen kan dit hier." -#: pretix/control/forms/organizer.py:336 +#: pretix/control/forms/organizer.py:338 msgid "Validity of gift card codes in years" msgstr "Geldigheid van cadeauboncodes in jaren" -#: pretix/control/forms/organizer.py:337 +#: pretix/control/forms/organizer.py:339 msgid "" "If you set a number here, gift cards will by default expire at the end of " "the year after this many years. If you keep it empty, gift cards do not have " @@ -8823,12 +8829,12 @@ msgstr "" "het jaar verlopen na dit aantal jaren. Als u deze waarde leeg laat hebben " "cadeaubonnen geen expliciete verloopdatum." -#: pretix/control/forms/organizer.py:352 +#: pretix/control/forms/organizer.py:354 msgctxt "webhooks" msgid "Event types" msgstr "Evenementstypes" -#: pretix/control/forms/organizer.py:383 +#: pretix/control/forms/organizer.py:385 msgid "Gift card value" msgstr "Waarde van cadeaubon" @@ -10512,7 +10518,7 @@ msgstr "CSV" #: pretix/control/templates/pretixcontrol/organizers/detail.html:43 #: pretix/control/templates/pretixcontrol/organizers/giftcards.html:38 #: pretix/control/templates/pretixcontrol/organizers/index.html:18 -#: pretix/control/templates/pretixcontrol/search/orders.html:27 +#: pretix/control/templates/pretixcontrol/search/orders.html:33 #: pretix/control/templates/pretixcontrol/subevents/index.html:41 #: pretix/control/templates/pretixcontrol/users/index.html:22 #: pretix/control/templates/pretixcontrol/vouchers/index.html:54 @@ -10599,7 +10605,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/order/pay.html:33 #: pretix/control/templates/pretixcontrol/order/pay_complete.html:28 #: pretix/control/templates/pretixcontrol/order/reactivate.html:30 -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:155 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:169 #: pretix/control/templates/pretixcontrol/order/refund_done.html:26 #: pretix/control/templates/pretixcontrol/order/refund_process.html:47 #: pretix/control/templates/pretixcontrol/order/refund_start.html:51 @@ -10651,9 +10657,9 @@ msgstr "Verwijderen" #: pretix/control/templates/pretixcontrol/checkin/list_edit.html:10 #: pretix/control/templates/pretixcontrol/checkin/list_edit.html:17 -#: pretix/plugins/checkinlists/exporters.py:38 -#: pretix/plugins/checkinlists/exporters.py:88 -#: pretix/plugins/checkinlists/exporters.py:315 +#: pretix/plugins/checkinlists/exporters.py:39 +#: pretix/plugins/checkinlists/exporters.py:107 +#: pretix/plugins/checkinlists/exporters.py:374 #: pretix/plugins/pretixdroid/forms.py:39 #: pretix/plugins/pretixdroid/models.py:24 #: pretix/plugins/pretixdroid/templates/pretixplugins/pretixdroid/configuration.html:79 @@ -11474,7 +11480,7 @@ msgid "Installed plugins" msgstr "Geïnstalleerde plugins" #: pretix/control/templates/pretixcontrol/event/plugins.html:10 -#: pretix/control/views/checkin.py:260 pretix/control/views/event.py:177 +#: pretix/control/views/checkin.py:264 pretix/control/views/event.py:177 #: pretix/control/views/event.py:317 pretix/control/views/event.py:396 #: pretix/control/views/event.py:436 pretix/control/views/event.py:594 #: pretix/control/views/event.py:785 pretix/control/views/event.py:1135 @@ -11662,14 +11668,14 @@ msgid "Basics" msgstr "Basisinstellingen" #: pretix/control/templates/pretixcontrol/event/settings.html:31 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:44 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:46 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:349 #: pretix/control/templates/pretixcontrol/subevents/detail.html:32 msgid "Geo coordinates" msgstr "Geo-coördinaten" #: pretix/control/templates/pretixcontrol/event/settings.html:32 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:45 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:47 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:271 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:275 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:350 @@ -11678,7 +11684,7 @@ msgid "Optional" msgstr "Optioneel" #: pretix/control/templates/pretixcontrol/event/settings.html:39 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:52 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:54 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:357 #: pretix/control/templates/pretixcontrol/subevents/detail.html:40 msgid "Geocoding data © OpenStreetMap" @@ -11710,7 +11716,7 @@ msgid "Shop design" msgstr "Winkelontwerp" #: pretix/control/templates/pretixcontrol/event/settings.html:124 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:74 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:76 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:392 #: pretix/control/templates/pretixcontrol/subevents/detail.html:76 msgid "Timeline" @@ -11994,7 +12000,7 @@ msgid "" "We strongly recommend against using short forms of more then 16 characters." msgstr "We raden sterk af om korte vormen te gebruiken van meer dan 16 tekens." -#: pretix/control/templates/pretixcontrol/events/create_basics.html:68 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:70 msgid "Display settings" msgstr "Weergaveinstellingen" @@ -12018,7 +12024,40 @@ msgstr "" "instellingen handmatig aanpassen, bijvoorbeeld datum- en tijdsinstellingen, " "en teksten die de evenementsnaam bevatten." -#: pretix/control/templates/pretixcontrol/events/create_foundation.html:10 +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:13 +msgid "Singular event or non-event shop" +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:15 +msgid "" +"An event with individual configuration. If you create more events later, you " +"can copy the event to save yourself some work." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:21 +msgid "" +"Examples: Conferences, workshops, trade fairs, one-off concerts, sale of " +"digital content, multi-day events with combination tickets." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:32 +msgid "Event series or time slot booking" +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:34 +msgid "" +"A series of events that share the same configuration. They can still be " +"different in their dates, locations, prices, and capacities." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:40 +msgid "" +"Examples: Multiple presentations of the same show, same concert in multiple " +"locations, museums, libraries, or swimming pools, events that need to be " +"booked together in one cart." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:53 msgid "" "Please note that you will only be able to delete your event until the first " "order has been created." @@ -12494,8 +12533,8 @@ msgstr "Vraag bewerken" #: pretix/control/templates/pretixcontrol/items/question.html:20 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:14 #: pretix/control/templates/pretixcontrol/orders/overview.html:68 -#: pretix/plugins/checkinlists/exporters.py:343 -#: pretix/plugins/reports/exporters.py:223 +#: pretix/plugins/checkinlists/exporters.py:402 +#: pretix/plugins/reports/exporters.py:226 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:17 msgid "Paid" msgstr "Betaald" @@ -13389,10 +13428,10 @@ msgstr "Belastingen" #: pretix/control/templates/pretixcontrol/order/index.html:550 #: pretix/control/templates/pretixcontrol/orders/overview.html:69 #: pretix/control/templates/pretixcontrol/orders/overview.html:146 -#: pretix/plugins/reports/exporters.py:223 -#: pretix/plugins/reports/exporters.py:278 -#: pretix/plugins/reports/exporters.py:447 -#: pretix/plugins/reports/exporters.py:591 +#: pretix/plugins/reports/exporters.py:226 +#: pretix/plugins/reports/exporters.py:281 +#: pretix/plugins/reports/exporters.py:450 +#: pretix/plugins/reports/exporters.py:594 #: pretix/presale/templates/pretixpresale/event/fragment_cart.html:292 msgid "Total" msgstr "Totaal" @@ -13604,54 +13643,54 @@ msgctxt "amount_label" msgid "Automatically refund" msgstr "Automatisch terugbetalen" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:59 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:63 msgid "Automatically refund full amount" msgstr "Automatisch volledig bedrag terugbetalen" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:62 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:66 msgid "This payment method does not support automatic refunds." msgstr "Deze betalingsmethode ondersteunt geen automatische terugbetalingen." -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:70 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:74 msgid "Transfer to other order" msgstr "Overdragen aan andere bestelling" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:73 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:77 msgctxt "amount_label" msgid "Transfer" msgstr "Overdragen" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:81 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:85 msgctxt "order_label" msgid "to" msgstr "aan" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:91 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:95 #: pretix/control/templates/pretixcontrol/organizers/giftcard_create.html:5 msgid "Create a new gift card" msgstr "Nieuwe cadeaubon aanmaken" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:103 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:113 msgid "" "The gift card can be used to buy tickets for all events of this organizer." msgstr "" "Deze cadeaubon kan worden gebruikt om tickets te kopen voor alle evenementen " "van deze organisator." -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:111 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:121 msgid "Manual refund" msgstr "Handmatige terugbetaling" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:114 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:124 msgctxt "amount_label" msgid "Manually refund" msgstr "Handmatig terugbetalen" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:125 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:139 msgid "Keep transfer as to do" msgstr "Houd overschrijving als uit te voeren" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:129 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:143 #: pretix/control/templates/pretixcontrol/order/refund_done.html:5 #: pretix/control/templates/pretixcontrol/order/refund_done.html:9 #: pretix/control/templates/pretixcontrol/order/refund_process.html:6 @@ -13659,7 +13698,7 @@ msgstr "Houd overschrijving als uit te voeren" msgid "Mark refund as done" msgstr "Markeer terugbetaling als uitgevoerd" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:139 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:153 msgid "" "Any payments that you selected for automatical refunds will be immediately " "communicate the refund request to the respective payment provider. Manual " @@ -13672,7 +13711,7 @@ msgstr "" "kunt deze later als uitgevoerd markeren, wanneer u daadwerkelijk het geld " "heeft overgemaakt naar de klant." -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:160 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:174 msgid "Perform refund" msgstr "Terugbetaling uitvoeren" @@ -13928,29 +13967,29 @@ msgid "Remove filter" msgstr "Verwijder filter" #: pretix/control/templates/pretixcontrol/orders/index.html:132 -#: pretix/control/templates/pretixcontrol/search/orders.html:78 +#: pretix/control/templates/pretixcontrol/search/orders.html:83 msgid "CANCELLATION REQUESTED" msgstr "ANNULERING AANGEVRAAGD" #: pretix/control/templates/pretixcontrol/orders/index.html:135 #: pretix/control/templates/pretixcontrol/orders/index.html:137 -#: pretix/control/templates/pretixcontrol/search/orders.html:81 -#: pretix/control/templates/pretixcontrol/search/orders.html:83 +#: pretix/control/templates/pretixcontrol/search/orders.html:86 +#: pretix/control/templates/pretixcontrol/search/orders.html:88 msgid "REFUND PENDING" msgstr "OPENSTAANDE TERUGBETALING" #: pretix/control/templates/pretixcontrol/orders/index.html:140 -#: pretix/control/templates/pretixcontrol/search/orders.html:86 +#: pretix/control/templates/pretixcontrol/search/orders.html:91 msgid "OVERPAID" msgstr "OVERBETAALD" #: pretix/control/templates/pretixcontrol/orders/index.html:142 -#: pretix/control/templates/pretixcontrol/search/orders.html:88 +#: pretix/control/templates/pretixcontrol/search/orders.html:93 msgid "UNDERPAID" msgstr "ONDERBETAALD" #: pretix/control/templates/pretixcontrol/orders/index.html:144 -#: pretix/control/templates/pretixcontrol/search/orders.html:90 +#: pretix/control/templates/pretixcontrol/search/orders.html:95 msgid "FULLY PAID" msgstr "VOLLEDIG BETAALD" @@ -13992,7 +14031,7 @@ msgstr "" "omdat het onduidelijk kan zijn bij welke datum ze horen." #: pretix/control/templates/pretixcontrol/orders/overview.html:61 -#: pretix/plugins/reports/exporters.py:219 +#: pretix/plugins/reports/exporters.py:222 msgid "Purchased" msgstr "Gekocht" @@ -14717,7 +14756,7 @@ msgstr "QR-code voor lead-scanning" msgid "pretix Logo" msgstr "pretix-logo" -#: pretix/control/templates/pretixcontrol/search/orders.html:99 +#: pretix/control/templates/pretixcontrol/search/orders.html:104 msgid "" "We couldn't find any orders that you have access to and that match your " "search query." @@ -15916,15 +15955,15 @@ msgstr "U heeft geen toestemming om deze actie uit te voeren." msgid "The selected check-ins have been reverted." msgstr "De gekozen check-ins zijn teruggedraaid." -#: pretix/control/views/checkin.py:163 +#: pretix/control/views/checkin.py:167 msgid "The selected tickets have been marked as checked in." msgstr "De geselecteerde tickets zijn aangemerkt als ingecheckt." -#: pretix/control/views/checkin.py:227 +#: pretix/control/views/checkin.py:231 msgid "The new check-in list has been created." msgstr "De nieuwe inchecklijst is aangemaakt." -#: pretix/control/views/checkin.py:234 pretix/control/views/checkin.py:277 +#: pretix/control/views/checkin.py:238 pretix/control/views/checkin.py:281 #: pretix/control/views/event.py:206 pretix/control/views/event.py:399 #: pretix/control/views/event.py:439 pretix/control/views/event.py:597 #: pretix/control/views/event.py:754 pretix/control/views/event.py:1094 @@ -15939,11 +15978,11 @@ msgstr "De nieuwe inchecklijst is aangemaakt." msgid "We could not save your changes. See below for details." msgstr "We konden uw wijzigingen niet opslaan. Zie hieronder voor details." -#: pretix/control/views/checkin.py:256 pretix/control/views/checkin.py:293 +#: pretix/control/views/checkin.py:260 pretix/control/views/checkin.py:297 msgid "The requested list does not exist." msgstr "De gevraagde lijst bestaat niet." -#: pretix/control/views/checkin.py:302 +#: pretix/control/views/checkin.py:306 msgid "The selected list has been deleted." msgstr "De gekozen lijst is verwijderd." @@ -16190,7 +16229,7 @@ msgstr "Het commentaar is bijgewerkt." msgid "Could not update the comment." msgstr "Kon de opmerking niet bijwerken." -#: pretix/control/views/event.py:1061 pretix/control/views/main.py:296 +#: pretix/control/views/event.py:1061 pretix/control/views/main.py:276 msgid "VAT" msgstr "Btw" @@ -17229,28 +17268,28 @@ msgstr "8 liggende A7-pagina's op één A5-pagina" msgid "8 portrait A7 pages on one A4 page" msgstr "8 staande A7-pagina's op één A4-pagina" -#: pretix/plugins/badges/exporters.py:186 +#: pretix/plugins/badges/exporters.py:194 msgid "None of the selected products is configured to print badges." msgstr "Geen van de gekozen producten is ingesteld om badges te printen." -#: pretix/plugins/badges/exporters.py:192 +#: pretix/plugins/badges/exporters.py:200 msgid "Attendee badges" msgstr "Badges van gasten" -#: pretix/plugins/badges/exporters.py:212 +#: pretix/plugins/badges/exporters.py:220 #: pretix/plugins/ticketoutputpdf/exporters.py:32 msgid "Include pending orders" msgstr "Inclusief openstaande bestellingen" -#: pretix/plugins/badges/exporters.py:217 +#: pretix/plugins/badges/exporters.py:225 msgid "Include add-on or bundled positions" msgstr "Inclusief add-on of gebundelde plaatsen" -#: pretix/plugins/badges/exporters.py:222 +#: pretix/plugins/badges/exporters.py:230 msgid "Rendering option" msgstr "Weergaveoptie" -#: pretix/plugins/badges/exporters.py:227 +#: pretix/plugins/badges/exporters.py:235 msgid "" "This option allows you to align multiple badges on one page, for example if " "you want to print to a sheet of stickers with a regular office printer. " @@ -17262,10 +17301,10 @@ msgstr "" "printer. Merk op dat de losse badgelay-outs al de juiste grootte moeten " "hebben." -#: pretix/plugins/badges/exporters.py:233 -#: pretix/plugins/checkinlists/exporters.py:56 -#: pretix/plugins/reports/exporters.py:315 -#: pretix/plugins/reports/exporters.py:487 +#: pretix/plugins/badges/exporters.py:241 +#: pretix/plugins/checkinlists/exporters.py:71 +#: pretix/plugins/reports/exporters.py:318 +#: pretix/plugins/reports/exporters.py:490 #: pretix/plugins/ticketoutputpdf/exporters.py:37 msgid "Sort by" msgstr "Sorteren op" @@ -17846,33 +17885,41 @@ msgid "This plugin allows you to generate check-in lists for your conference." msgstr "" "Deze plug-in staat u toe om inchecklijsten te genereren voor uw conferentie." -#: pretix/plugins/checkinlists/exporters.py:46 +#: pretix/plugins/checkinlists/exporters.py:50 +msgid "Only include tickets for dates on or after this date." +msgstr "" + +#: pretix/plugins/checkinlists/exporters.py:57 +msgid "Only include tickets for dates on or before this date." +msgstr "" + +#: pretix/plugins/checkinlists/exporters.py:61 msgid "Include QR-code secret" msgstr "Inclusief QR-codegeheim" -#: pretix/plugins/checkinlists/exporters.py:51 +#: pretix/plugins/checkinlists/exporters.py:66 msgid "Only tickets requiring special attention" msgstr "Alleen tickets waarvoor speciale aandacht nodig is" -#: pretix/plugins/checkinlists/exporters.py:71 +#: pretix/plugins/checkinlists/exporters.py:86 msgid "Include questions" msgstr "Inclusief vragen" -#: pretix/plugins/checkinlists/exporters.py:183 +#: pretix/plugins/checkinlists/exporters.py:222 msgid "Check-in list (PDF)" msgstr "Inchecklijst (PDF)" #. Translators: maximum 5 characters -#: pretix/plugins/checkinlists/exporters.py:234 +#: pretix/plugins/checkinlists/exporters.py:284 msgctxt "tablehead" msgid "paid" msgstr "betaald" -#: pretix/plugins/checkinlists/exporters.py:337 +#: pretix/plugins/checkinlists/exporters.py:396 msgid "Automatically checked in" msgstr "Automatisch ingecheckt" -#: pretix/plugins/checkinlists/exporters.py:346 +#: pretix/plugins/checkinlists/exporters.py:405 #: pretix/plugins/paypal/payment.py:86 msgid "Secret" msgstr "Geheim" @@ -17970,14 +18017,14 @@ msgstr "" "dezelfde munteenheid moeten gebruiken. Buitenlandse PayPal-accounts zullen " "geen betalingen kunnen versturen." -#: pretix/plugins/paypal/payment.py:205 pretix/plugins/paypal/payment.py:291 -#: pretix/plugins/paypal/payment.py:306 pretix/plugins/paypal/payment.py:309 -#: pretix/plugins/paypal/payment.py:367 +#: pretix/plugins/paypal/payment.py:205 pretix/plugins/paypal/payment.py:298 +#: pretix/plugins/paypal/payment.py:313 pretix/plugins/paypal/payment.py:316 +#: pretix/plugins/paypal/payment.py:374 pretix/plugins/paypal/payment.py:515 msgid "We had trouble communicating with PayPal" msgstr "We hadden moeite met met PayPal communiceren" -#: pretix/plugins/paypal/payment.py:323 pretix/plugins/paypal/payment.py:332 -#: pretix/plugins/paypal/payment.py:393 +#: pretix/plugins/paypal/payment.py:330 pretix/plugins/paypal/payment.py:339 +#: pretix/plugins/paypal/payment.py:400 msgid "" "We were unable to process your payment. See below for details on how to " "proceed." @@ -17985,7 +18032,7 @@ msgstr "" "We konden uw betaling niet verwerken. Zie onder voor details over hoe verder " "te gaan." -#: pretix/plugins/paypal/payment.py:374 pretix/plugins/paypal/payment.py:383 +#: pretix/plugins/paypal/payment.py:381 pretix/plugins/paypal/payment.py:390 msgid "" "PayPal has not yet approved the payment. We will inform you as soon as the " "payment completed." @@ -17993,24 +18040,24 @@ msgstr "" "PayPal heeft de betaling nog niet goedgekeurd. We zullen het aan u melden " "zodra de betaling is voltooid." -#: pretix/plugins/paypal/payment.py:408 pretix/plugins/stripe/payment.py:435 +#: pretix/plugins/paypal/payment.py:415 pretix/plugins/stripe/payment.py:435 #: pretix/plugins/stripe/payment.py:787 msgid "There was an error sending the confirmation mail." msgstr "Er is een fout opgetreden bij het versturen van de bevestigingsmail." -#: pretix/plugins/paypal/payment.py:485 pretix/plugins/paypal/payment.py:492 +#: pretix/plugins/paypal/payment.py:492 pretix/plugins/paypal/payment.py:499 msgid "Refunding the amount via PayPal failed: {}" msgstr "Het bedrag via PayPal terugbetalen is mislukt: {}" -#: pretix/plugins/paypal/payment.py:591 pretix/plugins/paypal/payment.py:599 +#: pretix/plugins/paypal/payment.py:615 pretix/plugins/paypal/payment.py:623 msgid "The payment for this invoice has already been received." msgstr "De betaling voor deze factuur is al ontvangen." -#: pretix/plugins/paypal/payment.py:592 pretix/plugins/paypal/payment.py:600 +#: pretix/plugins/paypal/payment.py:616 pretix/plugins/paypal/payment.py:624 msgid "PayPal payment ID" msgstr "PayPal-betalingskenmerk" -#: pretix/plugins/paypal/payment.py:594 +#: pretix/plugins/paypal/payment.py:618 msgid "PayPal sale ID" msgstr "PayPal verkoopskenmerk" @@ -18425,48 +18472,48 @@ msgstr "Pagina %d" msgid "Created: %s" msgstr "Aangemaakt: %s" -#: pretix/plugins/reports/exporters.py:153 +#: pretix/plugins/reports/exporters.py:156 msgid "Order overview (PDF)" msgstr "Overzicht van bestellingen (PDF)" -#: pretix/plugins/reports/exporters.py:197 +#: pretix/plugins/reports/exporters.py:200 #: pretix/plugins/statistics/templates/pretixplugins/statistics/index.html:58 msgid "Orders by product" msgstr "Bestellingen per product" -#: pretix/plugins/reports/exporters.py:202 +#: pretix/plugins/reports/exporters.py:205 #, python-brace-format msgid "{axis} between {start} and {end}" msgstr "{axis} tussen {start} en {end}" -#: pretix/plugins/reports/exporters.py:227 -#: pretix/plugins/reports/exporters.py:228 -#: pretix/plugins/reports/exporters.py:229 #: pretix/plugins/reports/exporters.py:230 #: pretix/plugins/reports/exporters.py:231 +#: pretix/plugins/reports/exporters.py:232 +#: pretix/plugins/reports/exporters.py:233 +#: pretix/plugins/reports/exporters.py:234 msgid "#" msgstr "#" -#: pretix/plugins/reports/exporters.py:299 +#: pretix/plugins/reports/exporters.py:302 msgid "List of orders with taxes (PDF)" msgstr "Lijst van bestellingen met belasting (PDF)" -#: pretix/plugins/reports/exporters.py:376 +#: pretix/plugins/reports/exporters.py:379 #, python-brace-format msgid "Orders by tax rate ({currency})" msgstr "Bestellingen per belastingtarief ({currency})" -#: pretix/plugins/reports/exporters.py:385 -#: pretix/plugins/reports/exporters.py:521 +#: pretix/plugins/reports/exporters.py:388 +#: pretix/plugins/reports/exporters.py:524 msgid "Gross" msgstr "Bruto" -#: pretix/plugins/reports/exporters.py:385 -#: pretix/plugins/reports/exporters.py:521 +#: pretix/plugins/reports/exporters.py:388 +#: pretix/plugins/reports/exporters.py:524 msgid "Tax" msgstr "Belasting" -#: pretix/plugins/reports/exporters.py:470 +#: pretix/plugins/reports/exporters.py:473 msgid "List of orders with taxes" msgstr "Lijst van bestellingen met belasting" @@ -19620,7 +19667,7 @@ msgid "Show all events of %(name)s" msgstr "Toon alle evenementen van %(name)s" #: pretix/presale/templates/pretixpresale/event/base.html:98 -#: pretix/presale/templates/pretixpresale/event/base.html:128 +#: pretix/presale/templates/pretixpresale/event/base.html:132 msgid "" "This ticket shop is currently in test mode. Please do not perform any real " "purchases as your order might be deleted without notice." @@ -19630,7 +19677,7 @@ msgstr "" "worden." #: pretix/presale/templates/pretixpresale/event/base.html:104 -#: pretix/presale/templates/pretixpresale/event/base.html:134 +#: pretix/presale/templates/pretixpresale/event/base.html:138 msgid "" "Orders made through this sales channel cannot be deleted - even if the " "ticket shop is in test mode!" @@ -19638,11 +19685,11 @@ msgstr "" "Bestellingen die via dit verkoopkanaal worden gemaakt kunnen niet worden " "verwijderd - zelfs niet als de ticketwinkel in testmodus staat!" -#: pretix/presale/templates/pretixpresale/event/base.html:142 +#: pretix/presale/templates/pretixpresale/event/base.html:146 msgid "Contact event organizer" msgstr "Neem contact op met organisatie" -#: pretix/presale/templates/pretixpresale/event/base.html:145 +#: pretix/presale/templates/pretixpresale/event/base.html:149 msgid "Imprint" msgstr "Afdruk" @@ -20071,6 +20118,11 @@ msgstr "Aantal van %(item)s om te bestellen" msgid "Go" msgstr "Ga" +#: pretix/presale/templates/pretixpresale/event/fragment_subevent_calendar_week.html:21 +#: pretix/presale/templates/pretixpresale/organizers/calendar_week.html:48 +msgid "W" +msgstr "" + #: pretix/presale/templates/pretixpresale/event/fragment_subevent_list.html:21 #: pretix/presale/templates/pretixpresale/event/fragment_subevent_list.html:30 #: pretix/presale/templates/pretixpresale/fragment_calendar.html:71 @@ -20828,21 +20880,21 @@ msgstr "Voer alleen nummer in." msgid "Please enter positive numbers only." msgstr "Voer alleen positieve nummers in." -#: pretix/presale/views/cart.py:338 +#: pretix/presale/views/cart.py:340 msgid "We applied the voucher to as many products in your cart as we could." msgstr "" "We hebben de voucher op zoveel mogelijk producten in uw winkelwagen " "toegepast." -#: pretix/presale/views/cart.py:360 +#: pretix/presale/views/cart.py:362 msgid "Your cart has been updated." msgstr "Uw winkelwagen is bijgewerkt." -#: pretix/presale/views/cart.py:363 pretix/presale/views/cart.py:385 +#: pretix/presale/views/cart.py:365 pretix/presale/views/cart.py:387 msgid "Your cart is now empty." msgstr "Uw winkelwagen is nu leeg." -#: pretix/presale/views/cart.py:400 +#: pretix/presale/views/cart.py:402 msgid "The products have been successfully added to your cart." msgstr "De producten zijn succesvol aan uw winkelwagen toegevoegd." @@ -21064,6 +21116,23 @@ msgstr "Leestoegang" msgid "Write access" msgstr "Schrijftoegang" +#~ msgid "" +#~ "Only recommended for advanced users. If this feature is enabled, this " +#~ "will not only be a single event but a series of very similar events that " +#~ "are handled within a single shop. The single events inside the series can " +#~ "only differ in date, time, location, prices and quotas, but not in other " +#~ "settings, and buying tickets across multiple of these events at the same " +#~ "time is possible. You cannot change this setting for this event later." +#~ msgstr "" +#~ "Alleen aanbevolen voor geavanceerde gebruikers. Als deze functie is " +#~ "ingeschakeld zal dit niet een enkel evenement zijn, maar een serie zeer " +#~ "gelijkende evenementen die worden afgehandeld in dezelfde winkel. De " +#~ "losse evenementen in de reeks kunnen alleen verschillen in datum, tijd, " +#~ "locatie, prijzen en quota, maar niet in andere instellingen, en " +#~ "tegelijkertijd tickets kopen voor meerdere van deze evenementen in de " +#~ "reeks is mogelijk. U kunt deze instelling voor dit evenement later niet " +#~ "meer veranderen." + #~ msgid "Edit list" #~ msgstr "Lijst bewerken" diff --git a/src/pretix/locale/nl/LC_MESSAGES/djangojs.po b/src/pretix/locale/nl/LC_MESSAGES/djangojs.po index 75c83138a..f690adeee 100644 --- a/src/pretix/locale/nl/LC_MESSAGES/djangojs.po +++ b/src/pretix/locale/nl/LC_MESSAGES/djangojs.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: 1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-05-13 16:45+0000\n" +"POT-Creation-Date: 2020-06-10 16:02+0000\n" "PO-Revision-Date: 2020-05-17 05:00+0000\n" "Last-Translator: Maarten van den Berg \n" "Language-Team: Dutch " msgstr "" -#: pretix/base/pdf.py:343 pretix/base/pdf.py:350 -#: pretix/plugins/badges/exporters.py:238 -#: pretix/plugins/checkinlists/exporters.py:62 -#: pretix/plugins/checkinlists/exporters.py:335 +#: pretix/base/pdf.py:348 pretix/base/pdf.py:355 +#: pretix/plugins/badges/exporters.py:246 +#: pretix/plugins/checkinlists/exporters.py:77 +#: pretix/plugins/checkinlists/exporters.py:394 #: pretix/plugins/ticketoutputpdf/exporters.py:42 #, python-brace-format msgid "Attendee name: {part}" msgstr "" -#: pretix/base/pdf.py:360 +#: pretix/base/pdf.py:365 #, python-brace-format msgid "Invoice address name: {part}" msgstr "" -#: pretix/base/pdf.py:522 pretix/plugins/ticketoutputpdf/ticketoutput.py:78 +#: pretix/base/pdf.py:527 pretix/plugins/ticketoutputpdf/ticketoutput.py:78 msgid "Ticket" msgstr "" @@ -4124,7 +4139,7 @@ msgid "" "busy. Please try again." msgstr "" -#: pretix/base/services/cart.py:54 pretix/presale/views/cart.py:174 +#: pretix/base/services/cart.py:54 pretix/presale/views/cart.py:176 msgid "You did not select any products." msgstr "" @@ -4370,7 +4385,7 @@ msgctxt "invoice" msgid "Attendee: {name}" msgstr "" -#: pretix/base/services/invoices.py:170 pretix/plugins/reports/exporters.py:215 +#: pretix/base/services/invoices.py:170 pretix/plugins/reports/exporters.py:218 msgctxt "subevent" msgid "Date: {}" msgstr "" @@ -4525,7 +4540,7 @@ msgid "" "the position from your cart." msgstr "" -#: pretix/base/services/orders.py:153 pretix/control/forms/orders.py:68 +#: pretix/base/services/orders.py:153 pretix/control/forms/orders.py:69 msgid "The new expiry date needs to be in the future." msgstr "" @@ -4560,7 +4575,7 @@ msgid "" "order has already been redeemed." msgstr "" -#: pretix/base/services/orders.py:391 pretix/control/forms/orders.py:132 +#: pretix/base/services/orders.py:391 pretix/control/forms/orders.py:136 msgid "" "The cancellation fee cannot be higher than the payment credit of this order." msgstr "" @@ -4681,14 +4696,14 @@ msgid "" "contact the event organizer for further information." msgstr "" -#: pretix/base/services/seating.py:35 pretix/base/services/seating.py:90 +#: pretix/base/services/seating.py:35 pretix/base/services/seating.py:94 #, python-format msgid "" "You can not change the plan since seat \"%s\" is not present in the new plan " "and is already sold." msgstr "" -#: pretix/base/services/seating.py:93 +#: pretix/base/services/seating.py:97 #, python-format msgid "" "You can not change the plan since seat \"%s\" is not present in the new plan " @@ -5197,7 +5212,7 @@ msgstr "" msgid "Available languages" msgstr "" -#: pretix/base/settings.py:707 pretix/control/forms/event.py:96 +#: pretix/base/settings.py:707 pretix/control/forms/event.py:91 msgid "Default language" msgstr "" @@ -5233,7 +5248,7 @@ msgstr "" msgid "Hide all products that are sold out" msgstr "" -#: pretix/base/settings.py:757 pretix/control/forms/event.py:1177 +#: pretix/base/settings.py:757 pretix/control/forms/event.py:1176 msgid "Publicly show how many tickets of a certain type are still available." msgstr "" @@ -5249,7 +5264,7 @@ msgstr "" msgid "Enable waiting list" msgstr "" -#: pretix/base/settings.py:785 pretix/control/forms/event.py:1182 +#: pretix/base/settings.py:785 pretix/control/forms/event.py:1181 msgid "" "Once a ticket is sold out, people can add themselves to a waiting list. As " "soon as a ticket becomes available again, it will be reserved for the first " @@ -5333,7 +5348,7 @@ msgid "" msgstr "" #: pretix/base/settings.py:888 pretix/base/settings.py:896 -#: pretix/control/forms/organizer.py:292 +#: pretix/control/forms/organizer.py:293 #: pretix/presale/templates/pretixpresale/organizers/calendar.html:25 #: pretix/presale/templates/pretixpresale/organizers/calendar_week.html:25 #: pretix/presale/templates/pretixpresale/organizers/index.html:34 @@ -5341,16 +5356,16 @@ msgid "List" msgstr "" #: pretix/base/settings.py:889 pretix/base/settings.py:897 -#: pretix/control/forms/organizer.py:293 +#: pretix/control/forms/organizer.py:294 msgid "Week calendar" msgstr "" #: pretix/base/settings.py:890 pretix/base/settings.py:898 -#: pretix/control/forms/organizer.py:294 +#: pretix/control/forms/organizer.py:295 msgid "Month calendar" msgstr "" -#: pretix/base/settings.py:894 pretix/control/forms/organizer.py:290 +#: pretix/base/settings.py:894 pretix/control/forms/organizer.py:291 msgid "Default overview style" msgstr "" @@ -5384,7 +5399,7 @@ msgid "" "Otherwise, a manual refund will be created for you to process manually." msgstr "" -#: pretix/base/settings.py:952 pretix/control/forms/orders.py:586 +#: pretix/base/settings.py:952 pretix/control/forms/orders.py:590 msgid "Keep a fixed cancellation fee" msgstr "" @@ -5392,7 +5407,7 @@ msgstr "" msgid "Keep payment, shipping and service fees" msgstr "" -#: pretix/base/settings.py:973 pretix/control/forms/orders.py:591 +#: pretix/base/settings.py:973 pretix/control/forms/orders.py:595 msgid "Keep a percentual cancellation fee" msgstr "" @@ -5448,19 +5463,19 @@ msgstr "" msgid "Refund method" msgstr "" -#: pretix/base/settings.py:1051 pretix/control/forms/event.py:1205 +#: pretix/base/settings.py:1051 pretix/control/forms/event.py:1204 msgid "Contact address" msgstr "" -#: pretix/base/settings.py:1052 pretix/control/forms/event.py:1207 +#: pretix/base/settings.py:1052 pretix/control/forms/event.py:1206 msgid "We'll show this publicly to allow attendees to contact you." msgstr "" -#: pretix/base/settings.py:1060 pretix/control/forms/event.py:1199 +#: pretix/base/settings.py:1060 pretix/control/forms/event.py:1198 msgid "Imprint URL" msgstr "" -#: pretix/base/settings.py:1061 pretix/control/forms/event.py:1200 +#: pretix/base/settings.py:1061 pretix/control/forms/event.py:1199 msgid "" "This should point e.g. to a part of your website that has your contact " "details and legal information." @@ -5849,100 +5864,100 @@ msgctxt "subevent" msgid "Date ordering" msgstr "" -#: pretix/base/settings.py:1657 +#: pretix/base/settings.py:1665 msgid "Most common English titles" msgstr "" -#: pretix/base/settings.py:1667 +#: pretix/base/settings.py:1675 msgid "Most common German titles" msgstr "" -#: pretix/base/settings.py:1676 pretix/base/settings.py:1689 -#: pretix/base/settings.py:1705 pretix/base/settings.py:1755 -#: pretix/base/settings.py:1768 pretix/base/settings.py:1782 +#: pretix/base/settings.py:1684 pretix/base/settings.py:1697 +#: pretix/base/settings.py:1713 pretix/base/settings.py:1763 +#: pretix/base/settings.py:1776 pretix/base/settings.py:1790 msgid "Given name" msgstr "" -#: pretix/base/settings.py:1677 pretix/base/settings.py:1690 -#: pretix/base/settings.py:1706 pretix/base/settings.py:1722 -#: pretix/base/settings.py:1739 pretix/base/settings.py:1754 -#: pretix/base/settings.py:1769 pretix/base/settings.py:1783 +#: pretix/base/settings.py:1685 pretix/base/settings.py:1698 +#: pretix/base/settings.py:1714 pretix/base/settings.py:1730 +#: pretix/base/settings.py:1747 pretix/base/settings.py:1762 +#: pretix/base/settings.py:1777 pretix/base/settings.py:1791 msgid "Family name" msgstr "" -#: pretix/base/settings.py:1681 pretix/base/settings.py:1697 -#: pretix/base/settings.py:1713 pretix/base/settings.py:1728 -#: pretix/base/settings.py:1746 pretix/base/settings.py:1761 -#: pretix/base/settings.py:1791 pretix/base/settings.py:1814 +#: pretix/base/settings.py:1689 pretix/base/settings.py:1705 +#: pretix/base/settings.py:1721 pretix/base/settings.py:1736 +#: pretix/base/settings.py:1754 pretix/base/settings.py:1769 +#: pretix/base/settings.py:1799 pretix/base/settings.py:1822 msgctxt "person_name_sample" msgid "John" msgstr "" -#: pretix/base/settings.py:1682 pretix/base/settings.py:1698 -#: pretix/base/settings.py:1714 pretix/base/settings.py:1730 -#: pretix/base/settings.py:1748 pretix/base/settings.py:1762 -#: pretix/base/settings.py:1792 +#: pretix/base/settings.py:1690 pretix/base/settings.py:1706 +#: pretix/base/settings.py:1722 pretix/base/settings.py:1738 +#: pretix/base/settings.py:1756 pretix/base/settings.py:1770 +#: pretix/base/settings.py:1800 msgctxt "person_name_sample" msgid "Doe" msgstr "" -#: pretix/base/settings.py:1688 pretix/base/settings.py:1704 -#: pretix/base/settings.py:1736 +#: pretix/base/settings.py:1696 pretix/base/settings.py:1712 +#: pretix/base/settings.py:1744 msgctxt "person_name" msgid "Title" msgstr "" -#: pretix/base/settings.py:1696 pretix/base/settings.py:1712 -#: pretix/base/settings.py:1745 +#: pretix/base/settings.py:1704 pretix/base/settings.py:1720 +#: pretix/base/settings.py:1753 msgctxt "person_name_sample" msgid "Dr" msgstr "" -#: pretix/base/settings.py:1720 pretix/base/settings.py:1737 +#: pretix/base/settings.py:1728 pretix/base/settings.py:1745 msgid "First name" msgstr "" -#: pretix/base/settings.py:1721 pretix/base/settings.py:1738 +#: pretix/base/settings.py:1729 pretix/base/settings.py:1746 msgid "Middle name" msgstr "" -#: pretix/base/settings.py:1802 pretix/base/settings.py:1813 +#: pretix/base/settings.py:1810 pretix/base/settings.py:1821 msgctxt "person_name_sample" msgid "John Doe" msgstr "" -#: pretix/base/settings.py:1808 +#: pretix/base/settings.py:1816 msgid "Calling name" msgstr "" -#: pretix/base/settings.py:1821 +#: pretix/base/settings.py:1829 msgid "Latin transcription" msgstr "" -#: pretix/base/settings.py:1924 pretix/control/forms/event.py:176 +#: pretix/base/settings.py:1932 pretix/control/forms/event.py:172 msgid "" "Your default locale must also be enabled for your event (see box above)." msgstr "" -#: pretix/base/settings.py:1928 +#: pretix/base/settings.py:1936 msgid "" "You cannot require specifying attendee names if you do not ask for them." msgstr "" -#: pretix/base/settings.py:1932 +#: pretix/base/settings.py:1940 msgid "You have to ask for attendee emails if you want to make them required." msgstr "" -#: pretix/base/settings.py:1936 +#: pretix/base/settings.py:1944 msgid "" "You have to ask for invoice addresses if you want to make them required." msgstr "" -#: pretix/base/settings.py:1940 +#: pretix/base/settings.py:1948 msgid "You have to require invoice addresses to require for company names." msgstr "" -#: pretix/base/settings.py:1947 +#: pretix/base/settings.py:1955 msgid "The last payment date cannot be before the end of presale." msgstr "" @@ -6303,16 +6318,21 @@ msgstr "" msgid "The task has been completed." msgstr "" -#: pretix/control/forms/__init__.py:112 +#: pretix/control/forms/__init__.py:115 +#, python-brace-format +msgid "Please do not upload files larger than {size}!" +msgstr "" + +#: pretix/control/forms/__init__.py:136 msgid "Filetype not allowed!" msgstr "" #: pretix/control/forms/checkin.py:38 pretix/control/forms/filter.py:244 -#: pretix/control/forms/filter.py:271 pretix/control/forms/filter.py:979 -#: pretix/control/forms/filter.py:999 pretix/control/forms/filter.py:1091 -#: pretix/control/forms/filter.py:1107 pretix/control/forms/filter.py:1168 -#: pretix/control/forms/filter.py:1203 pretix/control/forms/orders.py:544 -#: pretix/control/forms/orders.py:699 +#: pretix/control/forms/filter.py:271 pretix/control/forms/filter.py:1031 +#: pretix/control/forms/filter.py:1051 pretix/control/forms/filter.py:1143 +#: pretix/control/forms/filter.py:1159 pretix/control/forms/filter.py:1220 +#: pretix/control/forms/filter.py:1255 pretix/control/forms/orders.py:548 +#: pretix/control/forms/orders.py:703 #: pretix/control/templates/pretixcontrol/event/fragment_subevent_choice_simple.html:5 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:47 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:109 @@ -6321,7 +6341,7 @@ msgctxt "subevent" msgid "All dates" msgstr "" -#: pretix/control/forms/event.py:44 pretix/control/forms/organizer.py:310 +#: pretix/control/forms/event.py:44 pretix/control/forms/organizer.py:311 msgid "Use languages" msgstr "" @@ -6333,112 +6353,102 @@ msgstr "" msgid "This is an event series" msgstr "" -#: pretix/control/forms/event.py:50 -msgid "" -"Only recommended for advanced users. If this feature is enabled, this will " -"not only be a single event but a series of very similar events that are " -"handled within a single shop. The single events inside the series can only " -"differ in date, time, location, prices and quotas, but not in other " -"settings, and buying tickets across multiple of these events at the same " -"time is possible. You cannot change this setting for this event later." -msgstr "" - -#: pretix/control/forms/event.py:88 +#: pretix/control/forms/event.py:83 msgid "" "You already used this slug for a different event. Please choose a new one." msgstr "" -#: pretix/control/forms/event.py:92 pretix/control/forms/event.py:394 +#: pretix/control/forms/event.py:87 pretix/control/forms/event.py:390 msgid "Event timezone" msgstr "" -#: pretix/control/forms/event.py:99 +#: pretix/control/forms/event.py:94 msgid "Sales tax rate" msgstr "" -#: pretix/control/forms/event.py:100 +#: pretix/control/forms/event.py:95 msgid "" "Do you need to pay sales tax on your tickets? In this case, please enter the " "applicable tax rate here in percent. If you have a more complicated tax " "situation, you can add more tax rates and detailed configuration later." msgstr "" -#: pretix/control/forms/event.py:107 +#: pretix/control/forms/event.py:102 msgid "Grant access to team" msgstr "" -#: pretix/control/forms/event.py:108 +#: pretix/control/forms/event.py:103 msgid "" "You are allowed to create events under this organizer, however you do not " "have permission to edit all events under this organizer. Please select one " "of your existing teams that will be granted access to this event." msgstr "" -#: pretix/control/forms/event.py:113 +#: pretix/control/forms/event.py:108 msgid "Create a new team for this event with me as the only member" msgstr "" -#: pretix/control/forms/event.py:156 pretix/control/forms/event.py:309 +#: pretix/control/forms/event.py:151 pretix/control/forms/event.py:305 msgid "" "Sample Conference Center\n" "Heidelberg, Germany" msgstr "" -#: pretix/control/forms/event.py:180 +#: pretix/control/forms/event.py:176 msgid "Your default locale must be specified." msgstr "" -#: pretix/control/forms/event.py:254 +#: pretix/control/forms/event.py:250 msgid "Copy configuration from" msgstr "" -#: pretix/control/forms/event.py:260 pretix/control/forms/event.py:263 +#: pretix/control/forms/event.py:256 pretix/control/forms/event.py:259 #: pretix/control/forms/item.py:250 msgid "Do not copy" msgstr "" -#: pretix/control/forms/event.py:314 pretix/control/forms/organizer.py:87 +#: pretix/control/forms/event.py:310 pretix/control/forms/organizer.py:87 msgid "Custom domain" msgstr "" -#: pretix/control/forms/event.py:316 pretix/control/forms/organizer.py:89 +#: pretix/control/forms/event.py:312 pretix/control/forms/organizer.py:89 msgid "You need to configure the custom domain in the webserver beforehand." msgstr "" -#: pretix/control/forms/event.py:324 pretix/control/forms/organizer.py:97 +#: pretix/control/forms/event.py:320 pretix/control/forms/organizer.py:97 msgid "You cannot choose the base domain of this installation." msgstr "" -#: pretix/control/forms/event.py:328 pretix/control/forms/organizer.py:102 +#: pretix/control/forms/event.py:324 pretix/control/forms/organizer.py:102 msgid "This domain is already in use for a different event or organizer." msgstr "" -#: pretix/control/forms/event.py:397 +#: pretix/control/forms/event.py:393 msgid "Name format" msgstr "" -#: pretix/control/forms/event.py:398 +#: pretix/control/forms/event.py:394 msgid "" "This defines how pretix will ask for human names. Changing this after you " "already received orders might lead to unexpected behavior when sorting or " "changing names." msgstr "" -#: pretix/control/forms/event.py:403 +#: pretix/control/forms/event.py:399 msgid "Allowed titles" msgstr "" -#: pretix/control/forms/event.py:404 +#: pretix/control/forms/event.py:400 msgid "" "If the naming scheme you defined above allows users to input a title, you " "can use this to restrict the set of selectable titles." msgstr "" -#: pretix/control/forms/event.py:409 pretix/control/forms/organizer.py:276 +#: pretix/control/forms/event.py:405 pretix/control/forms/organizer.py:276 msgid "Header image" msgstr "" -#: pretix/control/forms/event.py:412 +#: pretix/control/forms/event.py:409 msgid "" "If you provide a logo image, we will by default not show your event name and " "date in the page header. By default, we show your logo with a size of up to " @@ -6447,27 +6457,27 @@ msgid "" "smaller screens." msgstr "" -#: pretix/control/forms/event.py:418 pretix/control/forms/organizer.py:285 +#: pretix/control/forms/event.py:415 pretix/control/forms/organizer.py:286 msgid "Use header image in its full size" msgstr "" -#: pretix/control/forms/event.py:419 pretix/control/forms/organizer.py:286 +#: pretix/control/forms/event.py:416 pretix/control/forms/organizer.py:287 msgid "We recommend to upload a picture at least 1170 pixels wide." msgstr "" -#: pretix/control/forms/event.py:423 +#: pretix/control/forms/event.py:420 msgid "Show event title even if a header image is present" msgstr "" -#: pretix/control/forms/event.py:424 +#: pretix/control/forms/event.py:421 msgid "The title will only be shown on the event front page." msgstr "" -#: pretix/control/forms/event.py:428 +#: pretix/control/forms/event.py:425 msgid "Social media image" msgstr "" -#: pretix/control/forms/event.py:431 +#: pretix/control/forms/event.py:429 msgid "" "This picture will be used as a preview if you post links to your ticket shop " "on social media. Facebook advises to use a picture size of 1200 x 630 " @@ -6476,298 +6486,298 @@ msgid "" "square is shown. If you do not fill this, we will use the logo given above." msgstr "" -#: pretix/control/forms/event.py:437 pretix/control/forms/organizer.py:226 +#: pretix/control/forms/event.py:435 pretix/control/forms/organizer.py:226 msgid "Primary color" msgstr "" -#: pretix/control/forms/event.py:441 pretix/control/forms/event.py:451 -#: pretix/control/forms/event.py:461 pretix/control/forms/event.py:470 +#: pretix/control/forms/event.py:439 pretix/control/forms/event.py:449 +#: pretix/control/forms/event.py:459 pretix/control/forms/event.py:468 #: pretix/control/forms/organizer.py:230 pretix/control/forms/organizer.py:240 #: pretix/control/forms/organizer.py:250 pretix/control/forms/organizer.py:260 msgid "Please enter the hexadecimal code of a color, e.g. #990000." msgstr "" -#: pretix/control/forms/event.py:446 pretix/control/forms/organizer.py:235 +#: pretix/control/forms/event.py:444 pretix/control/forms/organizer.py:235 msgid "Accent color for success" msgstr "" -#: pretix/control/forms/event.py:447 pretix/control/forms/organizer.py:236 +#: pretix/control/forms/event.py:445 pretix/control/forms/organizer.py:236 msgid "We strongly suggest to use a shade of green." msgstr "" -#: pretix/control/forms/event.py:456 pretix/control/forms/organizer.py:245 +#: pretix/control/forms/event.py:454 pretix/control/forms/organizer.py:245 msgid "Accent color for errors" msgstr "" -#: pretix/control/forms/event.py:457 +#: pretix/control/forms/event.py:455 msgid "We strongly suggest to use a dark shade of red." msgstr "" -#: pretix/control/forms/event.py:466 pretix/control/forms/organizer.py:256 +#: pretix/control/forms/event.py:464 pretix/control/forms/organizer.py:256 msgid "Page background color" msgstr "" -#: pretix/control/forms/event.py:476 pretix/control/forms/organizer.py:266 +#: pretix/control/forms/event.py:474 pretix/control/forms/organizer.py:266 msgid "Use round edges" msgstr "" -#: pretix/control/forms/event.py:480 pretix/control/forms/organizer.py:315 +#: pretix/control/forms/event.py:478 pretix/control/forms/organizer.py:316 #: pretix/control/templates/pretixcontrol/pdf/index.html:305 msgid "Font" msgstr "" -#: pretix/control/forms/event.py:485 pretix/control/forms/organizer.py:320 +#: pretix/control/forms/event.py:483 pretix/control/forms/organizer.py:321 msgid "Only respected by modern browsers." msgstr "" -#: pretix/control/forms/event.py:542 +#: pretix/control/forms/event.py:540 msgid "" "e.g. I hereby confirm that I have read and agree with the event organizer's " "terms of service and agree with them." msgstr "" -#: pretix/control/forms/event.py:546 +#: pretix/control/forms/event.py:544 #, python-brace-format msgid "Ask for {fields}, display like {example}" msgstr "" -#: pretix/control/forms/event.py:552 +#: pretix/control/forms/event.py:550 msgid "Free text input" msgstr "" -#: pretix/control/forms/event.py:586 +#: pretix/control/forms/event.py:584 msgid "" "You have configured gift cards to be valid {} years plus the year the gift " "card is issued in." msgstr "" -#: pretix/control/forms/event.py:601 +#: pretix/control/forms/event.py:599 msgid "Tax rule for payment fees" msgstr "" -#: pretix/control/forms/event.py:603 +#: pretix/control/forms/event.py:601 msgid "" "The tax rule that applies for additional fees you configured for single " "payment methods. This will set the tax rate and reverse charge rules, other " "settings of the tax rule are ignored." msgstr "" -#: pretix/control/forms/event.py:695 +#: pretix/control/forms/event.py:693 msgid "Generate invoices for Sales channels" msgstr "" -#: pretix/control/forms/event.py:698 +#: pretix/control/forms/event.py:696 msgid "" "If you have enabled invoice generation in the previous setting, you can " "limit it here to specific sales channels." msgstr "" -#: pretix/control/forms/event.py:702 +#: pretix/control/forms/event.py:700 msgid "Invoice style" msgstr "" -#: pretix/control/forms/event.py:708 +#: pretix/control/forms/event.py:706 msgid "Invoice language" msgstr "" -#: pretix/control/forms/event.py:709 pretix/control/forms/event.py:730 +#: pretix/control/forms/event.py:707 pretix/control/forms/event.py:729 msgid "The user's language" msgstr "" -#: pretix/control/forms/event.py:712 +#: pretix/control/forms/event.py:710 msgid "Logo image" msgstr "" -#: pretix/control/forms/event.py:715 +#: pretix/control/forms/event.py:714 msgid "We will show your logo with a maximal height and width of 2.5 cm." msgstr "" -#: pretix/control/forms/event.py:759 +#: pretix/control/forms/event.py:758 msgid "Bcc address" msgstr "" -#: pretix/control/forms/event.py:760 +#: pretix/control/forms/event.py:759 msgid "All emails will be sent to this address as a Bcc copy" msgstr "" -#: pretix/control/forms/event.py:766 +#: pretix/control/forms/event.py:765 msgid "Signature" msgstr "" -#: pretix/control/forms/event.py:769 +#: pretix/control/forms/event.py:768 #, python-brace-format msgid "This will be attached to every email. Available placeholders: {event}" msgstr "" -#: pretix/control/forms/event.py:774 +#: pretix/control/forms/event.py:773 msgid "e.g. your contact details" msgstr "" -#: pretix/control/forms/event.py:779 +#: pretix/control/forms/event.py:778 msgid "HTML mail renderer" msgstr "" -#: pretix/control/forms/event.py:784 pretix/control/forms/event.py:801 -#: pretix/control/forms/event.py:818 pretix/control/forms/event.py:877 +#: pretix/control/forms/event.py:783 pretix/control/forms/event.py:800 +#: pretix/control/forms/event.py:817 pretix/control/forms/event.py:876 msgid "Text sent to order contact address" msgstr "" +#: pretix/control/forms/event.py:788 pretix/control/forms/event.py:805 +#: pretix/control/forms/event.py:822 pretix/control/forms/event.py:881 +msgid "Send an email to attendees" +msgstr "" + #: pretix/control/forms/event.py:789 pretix/control/forms/event.py:806 #: pretix/control/forms/event.py:823 pretix/control/forms/event.py:882 -msgid "Send an email to attendees" -msgstr "" - -#: pretix/control/forms/event.py:790 pretix/control/forms/event.py:807 -#: pretix/control/forms/event.py:824 pretix/control/forms/event.py:883 msgid "" "If the order contains attendees with email addresses different from the " "person who orders the tickets, the following email will be sent out to the " "attendees." msgstr "" -#: pretix/control/forms/event.py:795 pretix/control/forms/event.py:812 -#: pretix/control/forms/event.py:829 pretix/control/forms/event.py:888 +#: pretix/control/forms/event.py:794 pretix/control/forms/event.py:811 +#: pretix/control/forms/event.py:828 pretix/control/forms/event.py:887 msgid "Text sent to attendees" msgstr "" -#: pretix/control/forms/event.py:835 pretix/control/forms/event.py:857 -#: pretix/control/forms/event.py:862 pretix/control/forms/event.py:867 -#: pretix/control/forms/event.py:872 +#: pretix/control/forms/event.py:834 pretix/control/forms/event.py:856 +#: pretix/control/forms/event.py:861 pretix/control/forms/event.py:866 +#: pretix/control/forms/event.py:871 #: pretix/control/templates/pretixcontrol/organizers/giftcard.html:99 #: pretix/control/templates/pretixcontrol/pdf/index.html:367 msgid "Text" msgstr "" -#: pretix/control/forms/event.py:840 +#: pretix/control/forms/event.py:839 msgid "Text (sent by admin)" msgstr "" -#: pretix/control/forms/event.py:845 +#: pretix/control/forms/event.py:844 msgid "Text (requested by user)" msgstr "" -#: pretix/control/forms/event.py:850 pretix/control/forms/event.py:893 +#: pretix/control/forms/event.py:849 pretix/control/forms/event.py:892 msgid "Number of days" msgstr "" -#: pretix/control/forms/event.py:853 +#: pretix/control/forms/event.py:852 msgid "" "This email will be sent out this many days before the order expires. If the " "value is 0, the mail will never be sent." msgstr "" -#: pretix/control/forms/event.py:896 +#: pretix/control/forms/event.py:895 msgid "" "This email will be sent out this many days before the order event starts. If " "the field is empty, the mail will never be sent." msgstr "" -#: pretix/control/forms/event.py:900 +#: pretix/control/forms/event.py:899 msgid "Received order" msgstr "" -#: pretix/control/forms/event.py:905 +#: pretix/control/forms/event.py:904 msgid "Approved order" msgstr "" -#: pretix/control/forms/event.py:908 +#: pretix/control/forms/event.py:907 msgid "" "This will only be sent out for non-free orders. Free orders will receive the " "free order template from above instead." msgstr "" -#: pretix/control/forms/event.py:912 +#: pretix/control/forms/event.py:911 msgid "Denied order" msgstr "" -#: pretix/control/forms/event.py:917 +#: pretix/control/forms/event.py:916 msgid "Use custom SMTP server" msgstr "" -#: pretix/control/forms/event.py:918 +#: pretix/control/forms/event.py:917 msgid "" "All mail related to your event will be sent over the smtp server specified " "by you." msgstr "" -#: pretix/control/forms/event.py:922 +#: pretix/control/forms/event.py:921 msgid "Hostname" msgstr "" -#: pretix/control/forms/event.py:927 +#: pretix/control/forms/event.py:926 msgid "Port" msgstr "" -#: pretix/control/forms/event.py:932 +#: pretix/control/forms/event.py:931 msgid "Username" msgstr "" -#: pretix/control/forms/event.py:944 +#: pretix/control/forms/event.py:943 msgid "Use STARTTLS" msgstr "" -#: pretix/control/forms/event.py:945 +#: pretix/control/forms/event.py:944 msgid "Commonly enabled on port 587." msgstr "" -#: pretix/control/forms/event.py:949 +#: pretix/control/forms/event.py:948 msgid "Use SSL" msgstr "" -#: pretix/control/forms/event.py:950 +#: pretix/control/forms/event.py:949 msgid "Commonly enabled on port 465." msgstr "" -#: pretix/control/forms/event.py:979 pretix/control/forms/orders.py:465 -#: pretix/control/forms/orders.py:622 pretix/control/forms/vouchers.py:255 +#: pretix/control/forms/event.py:978 pretix/control/forms/orders.py:469 +#: pretix/control/forms/orders.py:626 pretix/control/forms/vouchers.py:255 #: pretix/plugins/sendmail/forms.py:49 #, python-brace-format msgid "Available placeholders: {list}" msgstr "" -#: pretix/control/forms/event.py:1014 +#: pretix/control/forms/event.py:1013 msgid "" "You can activate either SSL or STARTTLS security, but not both at the same " "time." msgstr "" -#: pretix/control/forms/event.py:1063 +#: pretix/control/forms/event.py:1062 msgid "Any country" msgstr "" -#: pretix/control/forms/event.py:1064 +#: pretix/control/forms/event.py:1063 msgid "European Union" msgstr "" -#: pretix/control/forms/event.py:1076 +#: pretix/control/forms/event.py:1075 msgid "Any customer" msgstr "" -#: pretix/control/forms/event.py:1077 +#: pretix/control/forms/event.py:1076 msgid "Individual" msgstr "" -#: pretix/control/forms/event.py:1078 +#: pretix/control/forms/event.py:1077 msgid "Business" msgstr "" -#: pretix/control/forms/event.py:1079 +#: pretix/control/forms/event.py:1078 msgid "Business with valid VAT ID" msgstr "" -#: pretix/control/forms/event.py:1085 +#: pretix/control/forms/event.py:1084 msgid "Charge VAT" msgstr "" -#: pretix/control/forms/event.py:1087 +#: pretix/control/forms/event.py:1086 msgid "No VAT" msgstr "" -#: pretix/control/forms/event.py:1116 +#: pretix/control/forms/event.py:1115 msgid "Pre-selected voucher" msgstr "" -#: pretix/control/forms/event.py:1118 +#: pretix/control/forms/event.py:1117 msgid "" "If set, the widget will show products as if this voucher has been entered " "and when a product is bought via the widget, this voucher will be used. This " @@ -6775,52 +6785,52 @@ msgid "" "secret products." msgstr "" -#: pretix/control/forms/event.py:1123 +#: pretix/control/forms/event.py:1122 msgid "Compatibility mode" msgstr "" -#: pretix/control/forms/event.py:1125 +#: pretix/control/forms/event.py:1124 msgid "" "Our regular widget doesn't work in all website builders. If you run into " "trouble, try using this compatibility mode." msgstr "" -#: pretix/control/forms/event.py:1146 +#: pretix/control/forms/event.py:1145 msgid "The given voucher code does not exist." msgstr "" -#: pretix/control/forms/event.py:1153 pretix/control/forms/organizer.py:48 +#: pretix/control/forms/event.py:1152 pretix/control/forms/organizer.py:48 #: pretix/control/views/shredder.py:108 msgid "The slug you entered was not correct." msgstr "" -#: pretix/control/forms/event.py:1157 pretix/control/forms/organizer.py:52 +#: pretix/control/forms/event.py:1156 pretix/control/forms/organizer.py:52 msgid "Event slug" msgstr "" -#: pretix/control/forms/event.py:1188 +#: pretix/control/forms/event.py:1187 msgid "Ticket downloads" msgstr "" -#: pretix/control/forms/event.py:1189 +#: pretix/control/forms/event.py:1188 msgid "Your customers will be able to download their tickets in PDF format." msgstr "" -#: pretix/control/forms/event.py:1193 +#: pretix/control/forms/event.py:1192 msgid "Require all attendees to fill in their names" msgstr "" -#: pretix/control/forms/event.py:1194 +#: pretix/control/forms/event.py:1193 msgid "" "By default, we will ask for names but not require them. You can turn this " "off completely in the settings." msgstr "" -#: pretix/control/forms/event.py:1220 +#: pretix/control/forms/event.py:1219 msgid "Payment via Stripe" msgstr "" -#: pretix/control/forms/event.py:1221 +#: pretix/control/forms/event.py:1220 msgid "" "Stripe is an online payments processor supporting credit cards and lots of " "other payment options. To accept payments via Stripe, you will need to set " @@ -6828,27 +6838,27 @@ msgid "" "simple interface." msgstr "" -#: pretix/control/forms/event.py:1227 +#: pretix/control/forms/event.py:1226 msgid "Payment by bank transfer" msgstr "" -#: pretix/control/forms/event.py:1228 +#: pretix/control/forms/event.py:1227 msgid "" "Your customers will be instructed to wire the money to your account. You can " "then import your bank statements to process the payments within pretix, or " "mark them as paid manually." msgstr "" -#: pretix/control/forms/event.py:1267 +#: pretix/control/forms/event.py:1266 #: pretix/control/templates/pretixcontrol/event/quick_setup.html:45 msgid "Price (optional)" msgstr "" -#: pretix/control/forms/event.py:1272 +#: pretix/control/forms/event.py:1271 msgid "Free" msgstr "" -#: pretix/control/forms/event.py:1277 +#: pretix/control/forms/event.py:1276 msgid "Quantity available" msgstr "" @@ -6869,7 +6879,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/items/question.html:21 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:8 #: pretix/control/templates/pretixcontrol/orders/overview.html:67 -#: pretix/plugins/reports/exporters.py:223 +#: pretix/plugins/reports/exporters.py:226 msgid "Pending" msgstr "" @@ -6883,13 +6893,13 @@ msgstr "" msgid "Pending or paid" msgstr "" -#: pretix/control/forms/filter.py:111 pretix/control/forms/filter.py:541 -#: pretix/control/forms/filter.py:946 +#: pretix/control/forms/filter.py:111 pretix/control/forms/filter.py:593 +#: pretix/control/forms/filter.py:998 #: pretix/control/templates/pretixcontrol/items/question.html:24 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:17 #: pretix/control/templates/pretixcontrol/orders/overview.html:60 #: pretix/control/templates/pretixcontrol/organizers/giftcards.html:76 -#: pretix/plugins/reports/exporters.py:219 +#: pretix/plugins/reports/exporters.py:222 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:20 msgid "Expired" msgstr "" @@ -6903,7 +6913,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/items/question.html:26 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:19 #: pretix/control/templates/pretixcontrol/orders/overview.html:59 -#: pretix/plugins/reports/exporters.py:219 +#: pretix/plugins/reports/exporters.py:222 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:22 msgid "Canceled" msgstr "" @@ -6930,8 +6940,8 @@ msgstr "" msgid "Pending (but fully paid)" msgstr "" -#: pretix/control/forms/filter.py:119 pretix/control/forms/filter.py:526 -#: pretix/control/forms/filter.py:529 +#: pretix/control/forms/filter.py:119 pretix/control/forms/filter.py:578 +#: pretix/control/forms/filter.py:581 #: pretix/control/templates/pretixcontrol/event/live.html:63 msgid "Test mode" msgstr "" @@ -6940,28 +6950,28 @@ msgstr "" msgid "Cancellation requested" msgstr "" -#: pretix/control/forms/filter.py:278 pretix/control/forms/filter.py:796 -#: pretix/control/forms/filter.py:1006 pretix/control/forms/vouchers.py:112 +#: pretix/control/forms/filter.py:278 pretix/control/forms/filter.py:848 +#: pretix/control/forms/filter.py:1058 pretix/control/forms/vouchers.py:112 #: pretix/control/templates/pretixcontrol/items/question.html:29 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:99 msgid "All products" msgstr "" -#: pretix/control/forms/filter.py:282 pretix/control/forms/filter.py:1010 +#: pretix/control/forms/filter.py:282 pretix/control/forms/filter.py:1062 #: pretix/control/forms/vouchers.py:100 pretix/control/views/typeahead.py:514 #, python-brace-format msgid "{product} – Any variation" msgstr "" #: pretix/control/forms/filter.py:341 pretix/control/forms/filter.py:346 -#: pretix/control/forms/filter.py:617 pretix/control/forms/filter.py:622 +#: pretix/control/forms/filter.py:669 pretix/control/forms/filter.py:674 msgid "All organizers" msgstr "" -#: pretix/control/forms/filter.py:381 pretix/control/forms/filter.py:528 -#: pretix/control/forms/filter.py:537 pretix/control/forms/filter.py:860 -#: pretix/control/forms/filter.py:869 pretix/control/forms/filter.py:941 -#: pretix/control/forms/filter.py:954 +#: pretix/control/forms/filter.py:433 pretix/control/forms/filter.py:580 +#: pretix/control/forms/filter.py:589 pretix/control/forms/filter.py:912 +#: pretix/control/forms/filter.py:921 pretix/control/forms/filter.py:993 +#: pretix/control/forms/filter.py:1006 #: pretix/control/templates/pretixcontrol/checkin/lists.html:104 #: pretix/control/templates/pretixcontrol/checkin/lists.html:116 #: pretix/control/templates/pretixcontrol/organizers/devices.html:72 @@ -6971,202 +6981,202 @@ msgstr "" msgid "All" msgstr "" -#: pretix/control/forms/filter.py:383 pretix/control/forms/filter.py:603 +#: pretix/control/forms/filter.py:435 pretix/control/forms/filter.py:655 msgid "Shop live and presale running" msgstr "" -#: pretix/control/forms/filter.py:384 pretix/control/forms/filter.py:862 +#: pretix/control/forms/filter.py:436 pretix/control/forms/filter.py:914 msgid "Inactive" msgstr "" -#: pretix/control/forms/filter.py:396 pretix/control/forms/subevents.py:287 +#: pretix/control/forms/filter.py:448 pretix/control/forms/subevents.py:287 #: pretix/control/forms/subevents.py:326 msgid "Weekday" msgstr "" -#: pretix/control/forms/filter.py:398 +#: pretix/control/forms/filter.py:450 msgid "All days" msgstr "" -#: pretix/control/forms/filter.py:399 +#: pretix/control/forms/filter.py:451 msgid "Monday" msgstr "" -#: pretix/control/forms/filter.py:400 +#: pretix/control/forms/filter.py:452 msgid "Tuesday" msgstr "" -#: pretix/control/forms/filter.py:401 +#: pretix/control/forms/filter.py:453 msgid "Wednesday" msgstr "" -#: pretix/control/forms/filter.py:402 +#: pretix/control/forms/filter.py:454 msgid "Thursday" msgstr "" -#: pretix/control/forms/filter.py:403 +#: pretix/control/forms/filter.py:455 msgid "Friday" msgstr "" -#: pretix/control/forms/filter.py:404 +#: pretix/control/forms/filter.py:456 msgid "Saturday" msgstr "" -#: pretix/control/forms/filter.py:405 +#: pretix/control/forms/filter.py:457 msgid "Sunday" msgstr "" -#: pretix/control/forms/filter.py:530 +#: pretix/control/forms/filter.py:582 msgid "Live" msgstr "" -#: pretix/control/forms/filter.py:535 pretix/control/forms/filter.py:538 +#: pretix/control/forms/filter.py:587 pretix/control/forms/filter.py:590 msgid "Empty" msgstr "" -#: pretix/control/forms/filter.py:539 +#: pretix/control/forms/filter.py:591 msgid "Valid and with value" msgstr "" -#: pretix/control/forms/filter.py:540 +#: pretix/control/forms/filter.py:592 msgid "Expired and with value" msgstr "" -#: pretix/control/forms/filter.py:546 pretix/control/forms/filter.py:548 -#: pretix/control/forms/filter.py:876 pretix/control/forms/filter.py:878 +#: pretix/control/forms/filter.py:598 pretix/control/forms/filter.py:600 +#: pretix/control/forms/filter.py:928 pretix/control/forms/filter.py:930 msgid "Search query" msgstr "" -#: pretix/control/forms/filter.py:601 +#: pretix/control/forms/filter.py:653 msgid "All events" msgstr "" -#: pretix/control/forms/filter.py:602 +#: pretix/control/forms/filter.py:654 msgid "Shop live" msgstr "" -#: pretix/control/forms/filter.py:604 +#: pretix/control/forms/filter.py:656 msgid "Shop not live" msgstr "" -#: pretix/control/forms/filter.py:607 +#: pretix/control/forms/filter.py:659 msgid "Single event running or in the future" msgstr "" -#: pretix/control/forms/filter.py:608 +#: pretix/control/forms/filter.py:660 msgid "Single event in the past" msgstr "" -#: pretix/control/forms/filter.py:775 pretix/control/forms/filter.py:777 +#: pretix/control/forms/filter.py:827 pretix/control/forms/filter.py:829 msgid "Search attendee…" msgstr "" -#: pretix/control/forms/filter.py:783 +#: pretix/control/forms/filter.py:835 msgid "Check-in status" msgstr "" -#: pretix/control/forms/filter.py:785 +#: pretix/control/forms/filter.py:837 msgid "All attendees" msgstr "" -#: pretix/control/forms/filter.py:786 +#: pretix/control/forms/filter.py:838 msgctxt "checkin state" msgid "Present" msgstr "" -#: pretix/control/forms/filter.py:787 +#: pretix/control/forms/filter.py:839 #: pretix/control/templates/pretixcontrol/checkin/index.html:131 #: pretix/control/templates/pretixcontrol/checkin/lists.html:73 -#: pretix/plugins/checkinlists/exporters.py:337 +#: pretix/plugins/checkinlists/exporters.py:396 msgid "Checked in" msgstr "" -#: pretix/control/forms/filter.py:788 +#: pretix/control/forms/filter.py:840 #: pretix/control/templates/pretixcontrol/checkin/index.html:126 msgid "Not checked in" msgstr "" -#: pretix/control/forms/filter.py:867 pretix/control/forms/filter.py:870 +#: pretix/control/forms/filter.py:919 pretix/control/forms/filter.py:922 #: pretix/control/templates/pretixcontrol/users/index.html:47 msgid "Administrator" msgstr "" -#: pretix/control/forms/filter.py:871 +#: pretix/control/forms/filter.py:923 msgid "No administrator" msgstr "" -#: pretix/control/forms/filter.py:942 +#: pretix/control/forms/filter.py:994 msgid "Valid" msgstr "" -#: pretix/control/forms/filter.py:943 +#: pretix/control/forms/filter.py:995 msgid "Unredeemed" msgstr "" -#: pretix/control/forms/filter.py:944 +#: pretix/control/forms/filter.py:996 msgid "Redeemed at least once" msgstr "" -#: pretix/control/forms/filter.py:945 +#: pretix/control/forms/filter.py:997 msgid "Fully redeemed" msgstr "" -#: pretix/control/forms/filter.py:947 +#: pretix/control/forms/filter.py:999 msgid "Redeemed and checked in with ticket" msgstr "" -#: pretix/control/forms/filter.py:952 +#: pretix/control/forms/filter.py:1004 msgid "Quota handling" msgstr "" -#: pretix/control/forms/filter.py:956 +#: pretix/control/forms/filter.py:1008 msgid "Allow to ignore quota" msgstr "" -#: pretix/control/forms/filter.py:961 pretix/control/forms/filter.py:963 +#: pretix/control/forms/filter.py:1013 pretix/control/forms/filter.py:1015 msgid "Filter by tag" msgstr "" -#: pretix/control/forms/filter.py:968 pretix/control/forms/filter.py:970 +#: pretix/control/forms/filter.py:1020 pretix/control/forms/filter.py:1022 msgid "Search voucher" msgstr "" -#: pretix/control/forms/filter.py:1016 pretix/control/forms/vouchers.py:91 +#: pretix/control/forms/filter.py:1068 pretix/control/forms/vouchers.py:91 #: pretix/control/views/typeahead.py:522 pretix/control/views/typeahead.py:526 #: pretix/control/views/vouchers.py:81 #, python-brace-format msgid "Any product in quota \"{quota}\"" msgstr "" -#: pretix/control/forms/filter.py:1132 +#: pretix/control/forms/filter.py:1184 msgid "Refund status" msgstr "" -#: pretix/control/forms/filter.py:1134 +#: pretix/control/forms/filter.py:1186 msgid "All open refunds" msgstr "" -#: pretix/control/forms/filter.py:1135 +#: pretix/control/forms/filter.py:1187 msgid "All refunds" msgstr "" -#: pretix/control/forms/filter.py:1171 +#: pretix/control/forms/filter.py:1223 msgid "Date filter" msgstr "" -#: pretix/control/forms/filter.py:1173 +#: pretix/control/forms/filter.py:1225 msgid "Filter by…" msgstr "" -#: pretix/control/forms/filter.py:1175 +#: pretix/control/forms/filter.py:1227 msgid "Date of last successful payment" msgstr "" -#: pretix/control/forms/filter.py:1180 +#: pretix/control/forms/filter.py:1232 msgid "Date from" msgstr "" -#: pretix/control/forms/filter.py:1185 +#: pretix/control/forms/filter.py:1237 msgid "Date until" msgstr "" @@ -7367,8 +7377,8 @@ msgstr "" msgid "Bundled product" msgstr "" -#: pretix/control/forms/item.py:735 pretix/control/forms/orders.py:260 -#: pretix/control/forms/orders.py:394 +#: pretix/control/forms/item.py:735 pretix/control/forms/orders.py:264 +#: pretix/control/forms/orders.py:398 msgid "inactive" msgstr "" @@ -7401,21 +7411,21 @@ msgstr "" msgid "CSV column: \"{name}\"" msgstr "" -#: pretix/control/forms/orders.py:33 +#: pretix/control/forms/orders.py:34 msgid "Overbook quota" msgstr "" -#: pretix/control/forms/orders.py:34 +#: pretix/control/forms/orders.py:35 msgid "" "If you check this box, this operation will be performed even if it leads to " "an overbooked quota and you having sold more tickets than you planned!" msgstr "" -#: pretix/control/forms/orders.py:78 +#: pretix/control/forms/orders.py:79 msgid "Overbook quota and ignore late payment" msgstr "" -#: pretix/control/forms/orders.py:79 +#: pretix/control/forms/orders.py:80 msgid "" "If you check this box, this operation will be performed even if it leads to " "an overbooked quota and you having sold more tickets than you planned! The " @@ -7423,16 +7433,16 @@ msgid "" "payments." msgstr "" -#: pretix/control/forms/orders.py:105 +#: pretix/control/forms/orders.py:106 #: pretix/control/templates/pretixcontrol/order/deny.html:19 msgid "Notify user by e-mail" msgstr "" -#: pretix/control/forms/orders.py:112 +#: pretix/control/forms/orders.py:113 msgid "Keep a cancellation fee of" msgstr "" -#: pretix/control/forms/orders.py:113 +#: pretix/control/forms/orders.py:114 msgid "" "If you keep a fee, all positions within this order will be canceled and the " "order will be reduced to a paid cancellation fee. Payment and shipping fees " @@ -7441,24 +7451,24 @@ msgid "" "automatically." msgstr "" -#: pretix/control/forms/orders.py:141 +#: pretix/control/forms/orders.py:145 msgid "Payment amount" msgstr "" -#: pretix/control/forms/orders.py:145 +#: pretix/control/forms/orders.py:149 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/control.html:7 -#: pretix/plugins/reports/exporters.py:319 -#: pretix/plugins/reports/exporters.py:381 -#: pretix/plugins/reports/exporters.py:491 -#: pretix/plugins/reports/exporters.py:520 +#: pretix/plugins/reports/exporters.py:322 +#: pretix/plugins/reports/exporters.py:384 +#: pretix/plugins/reports/exporters.py:494 +#: pretix/plugins/reports/exporters.py:523 msgid "Payment date" msgstr "" -#: pretix/control/forms/orders.py:183 +#: pretix/control/forms/orders.py:187 msgid "Re-calculate taxes" msgstr "" -#: pretix/control/forms/orders.py:186 +#: pretix/control/forms/orders.py:190 msgid "" "This operation re-checks if taxes should be paid to the items due to e.g. " "configured reverse charge rules and changes the prices and tax values " @@ -7467,133 +7477,133 @@ msgid "" "this procedure." msgstr "" -#: pretix/control/forms/orders.py:192 +#: pretix/control/forms/orders.py:196 msgid "Issue a new invoice if required" msgstr "" -#: pretix/control/forms/orders.py:196 +#: pretix/control/forms/orders.py:200 msgid "" "If an invoice exists for this order and this operation would change its " "contents, the old invoice will be canceled and a new invoice will be issued." msgstr "" -#: pretix/control/forms/orders.py:201 +#: pretix/control/forms/orders.py:205 msgid "Notify user" msgstr "" -#: pretix/control/forms/orders.py:205 +#: pretix/control/forms/orders.py:209 msgid "" "Send an email to the customer notifying that their order has been changed." msgstr "" -#: pretix/control/forms/orders.py:209 +#: pretix/control/forms/orders.py:213 msgid "Allow to overbook quotas when performing this operation" msgstr "" -#: pretix/control/forms/orders.py:225 +#: pretix/control/forms/orders.py:229 msgid "Add-on to" msgstr "" -#: pretix/control/forms/orders.py:230 +#: pretix/control/forms/orders.py:234 #: pretix/control/templates/pretixcontrol/checkin/index.html:70 #: pretix/control/templates/pretixcontrol/order/change.html:118 #: pretix/control/views/vouchers.py:70 msgid "Seat" msgstr "" -#: pretix/control/forms/orders.py:237 +#: pretix/control/forms/orders.py:241 msgid "Including taxes, if any. Keep empty for the product's default price" msgstr "" -#: pretix/control/forms/orders.py:335 pretix/control/forms/orders.py:339 -#: pretix/control/forms/orders.py:378 pretix/control/forms/orders.py:389 +#: pretix/control/forms/orders.py:339 pretix/control/forms/orders.py:343 +#: pretix/control/forms/orders.py:382 pretix/control/forms/orders.py:393 msgid "(Unchanged)" msgstr "" -#: pretix/control/forms/orders.py:345 pretix/control/forms/orders.py:412 +#: pretix/control/forms/orders.py:349 pretix/control/forms/orders.py:416 msgid "New price (gross)" msgstr "" -#: pretix/control/forms/orders.py:349 +#: pretix/control/forms/orders.py:353 msgid "Generate a new secret" msgstr "" -#: pretix/control/forms/orders.py:353 +#: pretix/control/forms/orders.py:357 msgid "Cancel this position" msgstr "" -#: pretix/control/forms/orders.py:357 +#: pretix/control/forms/orders.py:361 msgid "Split into new order" msgstr "" -#: pretix/control/forms/orders.py:416 +#: pretix/control/forms/orders.py:420 msgid "Remove this fee" msgstr "" -#: pretix/control/forms/orders.py:430 +#: pretix/control/forms/orders.py:434 msgid "Invalidate secrets" msgstr "" -#: pretix/control/forms/orders.py:431 +#: pretix/control/forms/orders.py:435 msgid "" "Regenerates the order and ticket secrets. You will need to re-send the link " "to the order page to the user and the user will need to download his tickets " "again. The old versions will be invalid." msgstr "" -#: pretix/control/forms/orders.py:456 pretix/control/forms/orders.py:639 -#: pretix/control/forms/orders.py:666 pretix/control/forms/vouchers.py:222 +#: pretix/control/forms/orders.py:460 pretix/control/forms/orders.py:643 +#: pretix/control/forms/orders.py:670 pretix/control/forms/vouchers.py:222 #: pretix/plugins/sendmail/forms.py:21 pretix/plugins/sendmail/forms.py:76 msgid "Subject" msgstr "" -#: pretix/control/forms/orders.py:480 +#: pretix/control/forms/orders.py:484 msgid "Recipient" msgstr "" -#: pretix/control/forms/orders.py:486 pretix/control/forms/orders.py:647 -#: pretix/control/forms/orders.py:674 pretix/control/forms/vouchers.py:228 +#: pretix/control/forms/orders.py:490 pretix/control/forms/orders.py:651 +#: pretix/control/forms/orders.py:678 pretix/control/forms/vouchers.py:228 #: pretix/plugins/sendmail/forms.py:22 pretix/plugins/sendmail/forms.py:81 msgid "Message" msgstr "" -#: pretix/control/forms/orders.py:499 +#: pretix/control/forms/orders.py:503 msgid "" "Cancel the order. All tickets will no longer work. This can not be reverted." msgstr "" -#: pretix/control/forms/orders.py:500 +#: pretix/control/forms/orders.py:504 msgid "" "Mark the order as pending and allow the user to pay the open amount with " "another payment method." msgstr "" -#: pretix/control/forms/orders.py:502 +#: pretix/control/forms/orders.py:506 msgid "Do nothing and keep the order as it is." msgstr "" -#: pretix/control/forms/orders.py:529 +#: pretix/control/forms/orders.py:533 msgid "The refund amount needs to be positive and less than {}." msgstr "" -#: pretix/control/forms/orders.py:535 +#: pretix/control/forms/orders.py:539 msgid "You need to specify an amount for a partial refund." msgstr "" -#: pretix/control/forms/orders.py:547 +#: pretix/control/forms/orders.py:551 msgid "Cancel all dates" msgstr "" -#: pretix/control/forms/orders.py:552 +#: pretix/control/forms/orders.py:556 msgid "Automatically refund money if possible" msgstr "" -#: pretix/control/forms/orders.py:557 +#: pretix/control/forms/orders.py:561 msgid "" "Create manual refund if the payment method odes not support automatic refunds" msgstr "" -#: pretix/control/forms/orders.py:561 +#: pretix/control/forms/orders.py:565 msgid "" "If checked, all payments with a payment method not supporting automatic " "refunds will be on your manual refund to-do list. Do not check if you want " @@ -7601,25 +7611,25 @@ msgid "" "gift cards." msgstr "" -#: pretix/control/forms/orders.py:566 +#: pretix/control/forms/orders.py:570 msgid "" "Refund order value to a gift card instead instead of the original payment " "method" msgstr "" -#: pretix/control/forms/orders.py:572 +#: pretix/control/forms/orders.py:576 msgid "Gift card validity" msgstr "" -#: pretix/control/forms/orders.py:579 +#: pretix/control/forms/orders.py:583 msgid "Special terms and conditions" msgstr "" -#: pretix/control/forms/orders.py:596 +#: pretix/control/forms/orders.py:600 msgid "Keep fees" msgstr "" -#: pretix/control/forms/orders.py:599 +#: pretix/control/forms/orders.py:603 msgid "" "The selected types of fees will not be refunded but instead added to the " "cancellation fee. Fees are never refunded in when an order in an event " @@ -7627,20 +7637,20 @@ msgid "" "dates." msgstr "" -#: pretix/control/forms/orders.py:605 +#: pretix/control/forms/orders.py:609 msgid "Send information via email" msgstr "" -#: pretix/control/forms/orders.py:611 +#: pretix/control/forms/orders.py:615 msgid "Send information to waiting list" msgstr "" -#: pretix/control/forms/orders.py:642 pretix/control/forms/orders.py:668 +#: pretix/control/forms/orders.py:646 pretix/control/forms/orders.py:672 #, python-brace-format msgid "Canceled: {event}" msgstr "" -#: pretix/control/forms/orders.py:653 +#: pretix/control/forms/orders.py:657 #, python-brace-format msgid "" "Hello,\n" @@ -7658,7 +7668,7 @@ msgid "" "Your {event} team" msgstr "" -#: pretix/control/forms/orders.py:680 +#: pretix/control/forms/orders.py:684 #, python-brace-format msgid "" "Hello,\n" @@ -7672,7 +7682,7 @@ msgid "" "Your {event} team" msgstr "" -#: pretix/control/forms/orders.py:711 +#: pretix/control/forms/orders.py:715 msgid "Please confirm that you want to cancel ALL dates in this event series." msgstr "" @@ -7725,7 +7735,7 @@ msgstr "" msgid "This will be displayed on the organizer homepage." msgstr "" -#: pretix/control/forms/organizer.py:279 +#: pretix/control/forms/organizer.py:280 msgid "" "If you provide a logo image, we will by default not show your organization " "name in the page header. By default, we show your logo with a size of up to " @@ -7734,63 +7744,63 @@ msgid "" "smaller screens." msgstr "" -#: pretix/control/forms/organizer.py:298 +#: pretix/control/forms/organizer.py:299 msgid "Show availability in event overviews" msgstr "" -#: pretix/control/forms/organizer.py:299 +#: pretix/control/forms/organizer.py:300 msgid "" "If checked, the list of events will show if events are sold out. This might " "make for longer page loading times if you have lots of events and the shown " "status might be out of date for up to two minutes." msgstr "" -#: pretix/control/forms/organizer.py:305 +#: pretix/control/forms/organizer.py:306 msgid "Link back to organizer overview on all event pages" msgstr "" -#: pretix/control/forms/organizer.py:312 +#: pretix/control/forms/organizer.py:313 msgid "" "Choose all languages that your organizer homepage should be available in." msgstr "" -#: pretix/control/forms/organizer.py:323 +#: pretix/control/forms/organizer.py:324 msgid "Favicon" msgstr "" -#: pretix/control/forms/organizer.py:326 +#: pretix/control/forms/organizer.py:328 msgid "" "If you provide a favicon, we will show it instead of the default pretix " "icon. We recommend a size of at least 200x200px to accommodate most devices." msgstr "" -#: pretix/control/forms/organizer.py:330 +#: pretix/control/forms/organizer.py:332 msgid "Length of gift card codes" msgstr "" -#: pretix/control/forms/organizer.py:331 +#: pretix/control/forms/organizer.py:333 msgid "" "The system generates by default {}-character long gift card codes. However, " "if a different length is required, it can be set here." msgstr "" -#: pretix/control/forms/organizer.py:336 +#: pretix/control/forms/organizer.py:338 msgid "Validity of gift card codes in years" msgstr "" -#: pretix/control/forms/organizer.py:337 +#: pretix/control/forms/organizer.py:339 msgid "" "If you set a number here, gift cards will by default expire at the end of " "the year after this many years. If you keep it empty, gift cards do not have " "an explicit expiry date." msgstr "" -#: pretix/control/forms/organizer.py:352 +#: pretix/control/forms/organizer.py:354 msgctxt "webhooks" msgid "Event types" msgstr "" -#: pretix/control/forms/organizer.py:383 +#: pretix/control/forms/organizer.py:385 msgid "Gift card value" msgstr "" @@ -9368,7 +9378,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/organizers/detail.html:43 #: pretix/control/templates/pretixcontrol/organizers/giftcards.html:38 #: pretix/control/templates/pretixcontrol/organizers/index.html:18 -#: pretix/control/templates/pretixcontrol/search/orders.html:27 +#: pretix/control/templates/pretixcontrol/search/orders.html:33 #: pretix/control/templates/pretixcontrol/subevents/index.html:41 #: pretix/control/templates/pretixcontrol/users/index.html:22 #: pretix/control/templates/pretixcontrol/vouchers/index.html:54 @@ -9452,7 +9462,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/order/pay.html:33 #: pretix/control/templates/pretixcontrol/order/pay_complete.html:28 #: pretix/control/templates/pretixcontrol/order/reactivate.html:30 -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:155 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:169 #: pretix/control/templates/pretixcontrol/order/refund_done.html:26 #: pretix/control/templates/pretixcontrol/order/refund_process.html:47 #: pretix/control/templates/pretixcontrol/order/refund_start.html:51 @@ -9504,9 +9514,9 @@ msgstr "" #: pretix/control/templates/pretixcontrol/checkin/list_edit.html:10 #: pretix/control/templates/pretixcontrol/checkin/list_edit.html:17 -#: pretix/plugins/checkinlists/exporters.py:38 -#: pretix/plugins/checkinlists/exporters.py:88 -#: pretix/plugins/checkinlists/exporters.py:315 +#: pretix/plugins/checkinlists/exporters.py:39 +#: pretix/plugins/checkinlists/exporters.py:107 +#: pretix/plugins/checkinlists/exporters.py:374 #: pretix/plugins/pretixdroid/forms.py:39 #: pretix/plugins/pretixdroid/models.py:24 #: pretix/plugins/pretixdroid/templates/pretixplugins/pretixdroid/configuration.html:79 @@ -10188,7 +10198,7 @@ msgid "Installed plugins" msgstr "" #: pretix/control/templates/pretixcontrol/event/plugins.html:10 -#: pretix/control/views/checkin.py:260 pretix/control/views/event.py:177 +#: pretix/control/views/checkin.py:264 pretix/control/views/event.py:177 #: pretix/control/views/event.py:317 pretix/control/views/event.py:396 #: pretix/control/views/event.py:436 pretix/control/views/event.py:594 #: pretix/control/views/event.py:785 pretix/control/views/event.py:1135 @@ -10351,14 +10361,14 @@ msgid "Basics" msgstr "" #: pretix/control/templates/pretixcontrol/event/settings.html:31 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:44 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:46 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:349 #: pretix/control/templates/pretixcontrol/subevents/detail.html:32 msgid "Geo coordinates" msgstr "" #: pretix/control/templates/pretixcontrol/event/settings.html:32 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:45 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:47 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:271 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:275 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:350 @@ -10367,7 +10377,7 @@ msgid "Optional" msgstr "" #: pretix/control/templates/pretixcontrol/event/settings.html:39 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:52 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:54 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:357 #: pretix/control/templates/pretixcontrol/subevents/detail.html:40 msgid "Geocoding data © OpenStreetMap" @@ -10399,7 +10409,7 @@ msgid "Shop design" msgstr "" #: pretix/control/templates/pretixcontrol/event/settings.html:124 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:74 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:76 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:392 #: pretix/control/templates/pretixcontrol/subevents/detail.html:76 msgid "Timeline" @@ -10637,7 +10647,7 @@ msgid "" "We strongly recommend against using short forms of more then 16 characters." msgstr "" -#: pretix/control/templates/pretixcontrol/events/create_basics.html:68 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:70 msgid "Display settings" msgstr "" @@ -10655,7 +10665,40 @@ msgid "" "that contain the event name." msgstr "" -#: pretix/control/templates/pretixcontrol/events/create_foundation.html:10 +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:13 +msgid "Singular event or non-event shop" +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:15 +msgid "" +"An event with individual configuration. If you create more events later, you " +"can copy the event to save yourself some work." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:21 +msgid "" +"Examples: Conferences, workshops, trade fairs, one-off concerts, sale of " +"digital content, multi-day events with combination tickets." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:32 +msgid "Event series or time slot booking" +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:34 +msgid "" +"A series of events that share the same configuration. They can still be " +"different in their dates, locations, prices, and capacities." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:40 +msgid "" +"Examples: Multiple presentations of the same show, same concert in multiple " +"locations, museums, libraries, or swimming pools, events that need to be " +"booked together in one cart." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:53 msgid "" "Please note that you will only be able to delete your event until the first " "order has been created." @@ -11074,8 +11117,8 @@ msgstr "" #: pretix/control/templates/pretixcontrol/items/question.html:20 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:14 #: pretix/control/templates/pretixcontrol/orders/overview.html:68 -#: pretix/plugins/checkinlists/exporters.py:343 -#: pretix/plugins/reports/exporters.py:223 +#: pretix/plugins/checkinlists/exporters.py:402 +#: pretix/plugins/reports/exporters.py:226 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:17 msgid "Paid" msgstr "" @@ -11877,10 +11920,10 @@ msgstr "" #: pretix/control/templates/pretixcontrol/order/index.html:550 #: pretix/control/templates/pretixcontrol/orders/overview.html:69 #: pretix/control/templates/pretixcontrol/orders/overview.html:146 -#: pretix/plugins/reports/exporters.py:223 -#: pretix/plugins/reports/exporters.py:278 -#: pretix/plugins/reports/exporters.py:447 -#: pretix/plugins/reports/exporters.py:591 +#: pretix/plugins/reports/exporters.py:226 +#: pretix/plugins/reports/exporters.py:281 +#: pretix/plugins/reports/exporters.py:450 +#: pretix/plugins/reports/exporters.py:594 #: pretix/presale/templates/pretixpresale/event/fragment_cart.html:292 msgid "Total" msgstr "" @@ -12075,52 +12118,52 @@ msgctxt "amount_label" msgid "Automatically refund" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:59 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:63 msgid "Automatically refund full amount" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:62 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:66 msgid "This payment method does not support automatic refunds." msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:70 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:74 msgid "Transfer to other order" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:73 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:77 msgctxt "amount_label" msgid "Transfer" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:81 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:85 msgctxt "order_label" msgid "to" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:91 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:95 #: pretix/control/templates/pretixcontrol/organizers/giftcard_create.html:5 msgid "Create a new gift card" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:103 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:113 msgid "" "The gift card can be used to buy tickets for all events of this organizer." msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:111 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:121 msgid "Manual refund" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:114 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:124 msgctxt "amount_label" msgid "Manually refund" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:125 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:139 msgid "Keep transfer as to do" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:129 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:143 #: pretix/control/templates/pretixcontrol/order/refund_done.html:5 #: pretix/control/templates/pretixcontrol/order/refund_done.html:9 #: pretix/control/templates/pretixcontrol/order/refund_process.html:6 @@ -12128,7 +12171,7 @@ msgstr "" msgid "Mark refund as done" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:139 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:153 msgid "" "Any payments that you selected for automatical refunds will be immediately " "communicate the refund request to the respective payment provider. Manual " @@ -12136,7 +12179,7 @@ msgid "" "done once you actually transferred the money back to the customer." msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:160 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:174 msgid "Perform refund" msgstr "" @@ -12362,29 +12405,29 @@ msgid "Remove filter" msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:132 -#: pretix/control/templates/pretixcontrol/search/orders.html:78 +#: pretix/control/templates/pretixcontrol/search/orders.html:83 msgid "CANCELLATION REQUESTED" msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:135 #: pretix/control/templates/pretixcontrol/orders/index.html:137 -#: pretix/control/templates/pretixcontrol/search/orders.html:81 -#: pretix/control/templates/pretixcontrol/search/orders.html:83 +#: pretix/control/templates/pretixcontrol/search/orders.html:86 +#: pretix/control/templates/pretixcontrol/search/orders.html:88 msgid "REFUND PENDING" msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:140 -#: pretix/control/templates/pretixcontrol/search/orders.html:86 +#: pretix/control/templates/pretixcontrol/search/orders.html:91 msgid "OVERPAID" msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:142 -#: pretix/control/templates/pretixcontrol/search/orders.html:88 +#: pretix/control/templates/pretixcontrol/search/orders.html:93 msgid "UNDERPAID" msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:144 -#: pretix/control/templates/pretixcontrol/search/orders.html:90 +#: pretix/control/templates/pretixcontrol/search/orders.html:95 msgid "FULLY PAID" msgstr "" @@ -12424,7 +12467,7 @@ msgid "" msgstr "" #: pretix/control/templates/pretixcontrol/orders/overview.html:61 -#: pretix/plugins/reports/exporters.py:219 +#: pretix/plugins/reports/exporters.py:222 msgid "Purchased" msgstr "" @@ -13074,7 +13117,7 @@ msgstr "" msgid "pretix Logo" msgstr "" -#: pretix/control/templates/pretixcontrol/search/orders.html:99 +#: pretix/control/templates/pretixcontrol/search/orders.html:104 msgid "" "We couldn't find any orders that you have access to and that match your " "search query." @@ -14146,15 +14189,15 @@ msgstr "" msgid "The selected check-ins have been reverted." msgstr "" -#: pretix/control/views/checkin.py:163 +#: pretix/control/views/checkin.py:167 msgid "The selected tickets have been marked as checked in." msgstr "" -#: pretix/control/views/checkin.py:227 +#: pretix/control/views/checkin.py:231 msgid "The new check-in list has been created." msgstr "" -#: pretix/control/views/checkin.py:234 pretix/control/views/checkin.py:277 +#: pretix/control/views/checkin.py:238 pretix/control/views/checkin.py:281 #: pretix/control/views/event.py:206 pretix/control/views/event.py:399 #: pretix/control/views/event.py:439 pretix/control/views/event.py:597 #: pretix/control/views/event.py:754 pretix/control/views/event.py:1094 @@ -14169,11 +14212,11 @@ msgstr "" msgid "We could not save your changes. See below for details." msgstr "" -#: pretix/control/views/checkin.py:256 pretix/control/views/checkin.py:293 +#: pretix/control/views/checkin.py:260 pretix/control/views/checkin.py:297 msgid "The requested list does not exist." msgstr "" -#: pretix/control/views/checkin.py:302 +#: pretix/control/views/checkin.py:306 msgid "The selected list has been deleted." msgstr "" @@ -14399,7 +14442,7 @@ msgstr "" msgid "Could not update the comment." msgstr "" -#: pretix/control/views/event.py:1061 pretix/control/views/main.py:296 +#: pretix/control/views/event.py:1061 pretix/control/views/main.py:276 msgid "VAT" msgstr "" @@ -15350,28 +15393,28 @@ msgstr "" msgid "8 portrait A7 pages on one A4 page" msgstr "" -#: pretix/plugins/badges/exporters.py:186 +#: pretix/plugins/badges/exporters.py:194 msgid "None of the selected products is configured to print badges." msgstr "" -#: pretix/plugins/badges/exporters.py:192 +#: pretix/plugins/badges/exporters.py:200 msgid "Attendee badges" msgstr "" -#: pretix/plugins/badges/exporters.py:212 +#: pretix/plugins/badges/exporters.py:220 #: pretix/plugins/ticketoutputpdf/exporters.py:32 msgid "Include pending orders" msgstr "" -#: pretix/plugins/badges/exporters.py:217 +#: pretix/plugins/badges/exporters.py:225 msgid "Include add-on or bundled positions" msgstr "" -#: pretix/plugins/badges/exporters.py:222 +#: pretix/plugins/badges/exporters.py:230 msgid "Rendering option" msgstr "" -#: pretix/plugins/badges/exporters.py:227 +#: pretix/plugins/badges/exporters.py:235 msgid "" "This option allows you to align multiple badges on one page, for example if " "you want to print to a sheet of stickers with a regular office printer. " @@ -15379,10 +15422,10 @@ msgid "" "correct size." msgstr "" -#: pretix/plugins/badges/exporters.py:233 -#: pretix/plugins/checkinlists/exporters.py:56 -#: pretix/plugins/reports/exporters.py:315 -#: pretix/plugins/reports/exporters.py:487 +#: pretix/plugins/badges/exporters.py:241 +#: pretix/plugins/checkinlists/exporters.py:71 +#: pretix/plugins/reports/exporters.py:318 +#: pretix/plugins/reports/exporters.py:490 #: pretix/plugins/ticketoutputpdf/exporters.py:37 msgid "Sort by" msgstr "" @@ -15905,33 +15948,41 @@ msgstr "" msgid "This plugin allows you to generate check-in lists for your conference." msgstr "" -#: pretix/plugins/checkinlists/exporters.py:46 +#: pretix/plugins/checkinlists/exporters.py:50 +msgid "Only include tickets for dates on or after this date." +msgstr "" + +#: pretix/plugins/checkinlists/exporters.py:57 +msgid "Only include tickets for dates on or before this date." +msgstr "" + +#: pretix/plugins/checkinlists/exporters.py:61 msgid "Include QR-code secret" msgstr "" -#: pretix/plugins/checkinlists/exporters.py:51 +#: pretix/plugins/checkinlists/exporters.py:66 msgid "Only tickets requiring special attention" msgstr "" -#: pretix/plugins/checkinlists/exporters.py:71 +#: pretix/plugins/checkinlists/exporters.py:86 msgid "Include questions" msgstr "" -#: pretix/plugins/checkinlists/exporters.py:183 +#: pretix/plugins/checkinlists/exporters.py:222 msgid "Check-in list (PDF)" msgstr "" #. Translators: maximum 5 characters -#: pretix/plugins/checkinlists/exporters.py:234 +#: pretix/plugins/checkinlists/exporters.py:284 msgctxt "tablehead" msgid "paid" msgstr "" -#: pretix/plugins/checkinlists/exporters.py:337 +#: pretix/plugins/checkinlists/exporters.py:396 msgid "Automatically checked in" msgstr "" -#: pretix/plugins/checkinlists/exporters.py:346 +#: pretix/plugins/checkinlists/exporters.py:405 #: pretix/plugins/paypal/payment.py:86 msgid "Secret" msgstr "" @@ -16012,43 +16063,43 @@ msgid "" "to send any payments." msgstr "" -#: pretix/plugins/paypal/payment.py:205 pretix/plugins/paypal/payment.py:291 -#: pretix/plugins/paypal/payment.py:306 pretix/plugins/paypal/payment.py:309 -#: pretix/plugins/paypal/payment.py:367 +#: pretix/plugins/paypal/payment.py:205 pretix/plugins/paypal/payment.py:298 +#: pretix/plugins/paypal/payment.py:313 pretix/plugins/paypal/payment.py:316 +#: pretix/plugins/paypal/payment.py:374 pretix/plugins/paypal/payment.py:515 msgid "We had trouble communicating with PayPal" msgstr "" -#: pretix/plugins/paypal/payment.py:323 pretix/plugins/paypal/payment.py:332 -#: pretix/plugins/paypal/payment.py:393 +#: pretix/plugins/paypal/payment.py:330 pretix/plugins/paypal/payment.py:339 +#: pretix/plugins/paypal/payment.py:400 msgid "" "We were unable to process your payment. See below for details on how to " "proceed." msgstr "" -#: pretix/plugins/paypal/payment.py:374 pretix/plugins/paypal/payment.py:383 +#: pretix/plugins/paypal/payment.py:381 pretix/plugins/paypal/payment.py:390 msgid "" "PayPal has not yet approved the payment. We will inform you as soon as the " "payment completed." msgstr "" -#: pretix/plugins/paypal/payment.py:408 pretix/plugins/stripe/payment.py:435 +#: pretix/plugins/paypal/payment.py:415 pretix/plugins/stripe/payment.py:435 #: pretix/plugins/stripe/payment.py:787 msgid "There was an error sending the confirmation mail." msgstr "" -#: pretix/plugins/paypal/payment.py:485 pretix/plugins/paypal/payment.py:492 +#: pretix/plugins/paypal/payment.py:492 pretix/plugins/paypal/payment.py:499 msgid "Refunding the amount via PayPal failed: {}" msgstr "" -#: pretix/plugins/paypal/payment.py:591 pretix/plugins/paypal/payment.py:599 +#: pretix/plugins/paypal/payment.py:615 pretix/plugins/paypal/payment.py:623 msgid "The payment for this invoice has already been received." msgstr "" -#: pretix/plugins/paypal/payment.py:592 pretix/plugins/paypal/payment.py:600 +#: pretix/plugins/paypal/payment.py:616 pretix/plugins/paypal/payment.py:624 msgid "PayPal payment ID" msgstr "" -#: pretix/plugins/paypal/payment.py:594 +#: pretix/plugins/paypal/payment.py:618 msgid "PayPal sale ID" msgstr "" @@ -16417,48 +16468,48 @@ msgstr "" msgid "Created: %s" msgstr "" -#: pretix/plugins/reports/exporters.py:153 +#: pretix/plugins/reports/exporters.py:156 msgid "Order overview (PDF)" msgstr "" -#: pretix/plugins/reports/exporters.py:197 +#: pretix/plugins/reports/exporters.py:200 #: pretix/plugins/statistics/templates/pretixplugins/statistics/index.html:58 msgid "Orders by product" msgstr "" -#: pretix/plugins/reports/exporters.py:202 +#: pretix/plugins/reports/exporters.py:205 #, python-brace-format msgid "{axis} between {start} and {end}" msgstr "" -#: pretix/plugins/reports/exporters.py:227 -#: pretix/plugins/reports/exporters.py:228 -#: pretix/plugins/reports/exporters.py:229 #: pretix/plugins/reports/exporters.py:230 #: pretix/plugins/reports/exporters.py:231 +#: pretix/plugins/reports/exporters.py:232 +#: pretix/plugins/reports/exporters.py:233 +#: pretix/plugins/reports/exporters.py:234 msgid "#" msgstr "" -#: pretix/plugins/reports/exporters.py:299 +#: pretix/plugins/reports/exporters.py:302 msgid "List of orders with taxes (PDF)" msgstr "" -#: pretix/plugins/reports/exporters.py:376 +#: pretix/plugins/reports/exporters.py:379 #, python-brace-format msgid "Orders by tax rate ({currency})" msgstr "" -#: pretix/plugins/reports/exporters.py:385 -#: pretix/plugins/reports/exporters.py:521 +#: pretix/plugins/reports/exporters.py:388 +#: pretix/plugins/reports/exporters.py:524 msgid "Gross" msgstr "" -#: pretix/plugins/reports/exporters.py:385 -#: pretix/plugins/reports/exporters.py:521 +#: pretix/plugins/reports/exporters.py:388 +#: pretix/plugins/reports/exporters.py:524 msgid "Tax" msgstr "" -#: pretix/plugins/reports/exporters.py:470 +#: pretix/plugins/reports/exporters.py:473 msgid "List of orders with taxes" msgstr "" @@ -17515,24 +17566,24 @@ msgid "Show all events of %(name)s" msgstr "" #: pretix/presale/templates/pretixpresale/event/base.html:98 -#: pretix/presale/templates/pretixpresale/event/base.html:128 +#: pretix/presale/templates/pretixpresale/event/base.html:132 msgid "" "This ticket shop is currently in test mode. Please do not perform any real " "purchases as your order might be deleted without notice." msgstr "" #: pretix/presale/templates/pretixpresale/event/base.html:104 -#: pretix/presale/templates/pretixpresale/event/base.html:134 +#: pretix/presale/templates/pretixpresale/event/base.html:138 msgid "" "Orders made through this sales channel cannot be deleted - even if the " "ticket shop is in test mode!" msgstr "" -#: pretix/presale/templates/pretixpresale/event/base.html:142 +#: pretix/presale/templates/pretixpresale/event/base.html:146 msgid "Contact event organizer" msgstr "" -#: pretix/presale/templates/pretixpresale/event/base.html:145 +#: pretix/presale/templates/pretixpresale/event/base.html:149 msgid "Imprint" msgstr "" @@ -17932,6 +17983,11 @@ msgstr "" msgid "Go" msgstr "" +#: pretix/presale/templates/pretixpresale/event/fragment_subevent_calendar_week.html:21 +#: pretix/presale/templates/pretixpresale/organizers/calendar_week.html:48 +msgid "W" +msgstr "" + #: pretix/presale/templates/pretixpresale/event/fragment_subevent_list.html:21 #: pretix/presale/templates/pretixpresale/event/fragment_subevent_list.html:30 #: pretix/presale/templates/pretixpresale/fragment_calendar.html:71 @@ -18597,19 +18653,19 @@ msgstr "" msgid "Please enter positive numbers only." msgstr "" -#: pretix/presale/views/cart.py:338 +#: pretix/presale/views/cart.py:340 msgid "We applied the voucher to as many products in your cart as we could." msgstr "" -#: pretix/presale/views/cart.py:360 +#: pretix/presale/views/cart.py:362 msgid "Your cart has been updated." msgstr "" -#: pretix/presale/views/cart.py:363 pretix/presale/views/cart.py:385 +#: pretix/presale/views/cart.py:365 pretix/presale/views/cart.py:387 msgid "Your cart is now empty." msgstr "" -#: pretix/presale/views/cart.py:400 +#: pretix/presale/views/cart.py:402 msgid "The products have been successfully added to your cart." msgstr "" diff --git a/src/pretix/locale/nl_BE/LC_MESSAGES/djangojs.po b/src/pretix/locale/nl_BE/LC_MESSAGES/djangojs.po index c1fc1bd0f..46a7455bd 100644 --- a/src/pretix/locale/nl_BE/LC_MESSAGES/djangojs.po +++ b/src/pretix/locale/nl_BE/LC_MESSAGES/djangojs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-05-13 16:45+0000\n" +"POT-Creation-Date: 2020-06-10 16:02+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/src/pretix/locale/nl_Informal/LC_MESSAGES/django.po b/src/pretix/locale/nl_Informal/LC_MESSAGES/django.po index b3cbbd070..06af186f8 100644 --- a/src/pretix/locale/nl_Informal/LC_MESSAGES/django.po +++ b/src/pretix/locale/nl_Informal/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-05-13 16:44+0000\n" +"POT-Creation-Date: 2020-06-10 16:02+0000\n" "PO-Revision-Date: 2020-06-02 04:00+0000\n" "Last-Translator: Maarten van den Berg \n" "Language-Team: Dutch (informal) " msgid "Empty, if this product is not an admission ticket" msgstr "Leeg, als dit product geen toegangsbewijs is" -#: pretix/base/models/orders.py:1069 pretix/base/models/orders.py:2110 +#: pretix/base/models/orders.py:1069 pretix/base/models/orders.py:2137 #: pretix/base/settings.py:537 msgid "Company name" msgstr "Bedrijfsnaam" -#: pretix/base/models/orders.py:1073 pretix/base/models/orders.py:2117 +#: pretix/base/models/orders.py:1073 pretix/base/models/orders.py:2144 #: pretix/base/settings.py:32 pretix/plugins/stripe/payment.py:150 msgid "Select country" msgstr "Selecteer land" -#: pretix/base/models/orders.py:1204 +#: pretix/base/models/orders.py:1231 msgctxt "payment_state" msgid "created" msgstr "aangemaakt" -#: pretix/base/models/orders.py:1205 +#: pretix/base/models/orders.py:1232 msgctxt "payment_state" msgid "pending" msgstr "openstaand" -#: pretix/base/models/orders.py:1206 +#: pretix/base/models/orders.py:1233 msgctxt "payment_state" msgid "confirmed" msgstr "bevestigd" -#: pretix/base/models/orders.py:1207 +#: pretix/base/models/orders.py:1234 msgctxt "payment_state" msgid "canceled" msgstr "geannuleerd" -#: pretix/base/models/orders.py:1208 +#: pretix/base/models/orders.py:1235 msgctxt "payment_state" msgid "failed" msgstr "mislukt" -#: pretix/base/models/orders.py:1209 +#: pretix/base/models/orders.py:1236 msgctxt "payment_state" msgid "refunded" msgstr "terugbetaald" -#: pretix/base/models/orders.py:1237 pretix/base/models/orders.py:1608 +#: pretix/base/models/orders.py:1264 pretix/base/models/orders.py:1635 #: pretix/base/shredder.py:352 msgid "Payment information" msgstr "Betalingsinformatie" -#: pretix/base/models/orders.py:1430 +#: pretix/base/models/orders.py:1457 #, python-format msgid "Event registration confirmed: %(code)s" msgstr "Aanmelding voor evenement bevestigd: %(code)s" -#: pretix/base/models/orders.py:1448 +#: pretix/base/models/orders.py:1475 #, python-format msgid "Payment received for your order: %(code)s" msgstr "Betaling ontvangen voor je bestelling: %(code)s" -#: pretix/base/models/orders.py:1554 +#: pretix/base/models/orders.py:1581 msgctxt "refund_state" msgid "started externally" msgstr "extern begonnen" -#: pretix/base/models/orders.py:1555 +#: pretix/base/models/orders.py:1582 msgctxt "refund_state" msgid "created" msgstr "aangemaakt" -#: pretix/base/models/orders.py:1556 +#: pretix/base/models/orders.py:1583 msgctxt "refund_state" msgid "in transit" msgstr "onderweg" -#: pretix/base/models/orders.py:1557 +#: pretix/base/models/orders.py:1584 msgctxt "refund_state" msgid "done" msgstr "klaar" -#: pretix/base/models/orders.py:1558 +#: pretix/base/models/orders.py:1585 msgctxt "refund_state" msgid "failed" msgstr "mislukt" -#: pretix/base/models/orders.py:1560 +#: pretix/base/models/orders.py:1587 msgctxt "refund_state" msgid "canceled" msgstr "geannuleerd" -#: pretix/base/models/orders.py:1568 +#: pretix/base/models/orders.py:1595 msgctxt "refund_source" msgid "Organizer" msgstr "Organisator" -#: pretix/base/models/orders.py:1569 +#: pretix/base/models/orders.py:1596 msgctxt "refund_source" msgid "Customer" msgstr "Klant" -#: pretix/base/models/orders.py:1570 +#: pretix/base/models/orders.py:1597 msgctxt "refund_source" msgid "External" msgstr "Extern" -#: pretix/base/models/orders.py:1714 +#: pretix/base/models/orders.py:1741 msgid "Payment fee" msgstr "Betalingskosten" -#: pretix/base/models/orders.py:1715 +#: pretix/base/models/orders.py:1742 msgid "Shipping fee" msgstr "Verzendkosten" -#: pretix/base/models/orders.py:1716 +#: pretix/base/models/orders.py:1743 msgid "Service fee" msgstr "Servicekosten" -#: pretix/base/models/orders.py:1717 +#: pretix/base/models/orders.py:1744 #: pretix/control/templates/pretixcontrol/order/index.html:133 msgid "Cancellation fee" msgstr "Annuleringskosten" -#: pretix/base/models/orders.py:1718 +#: pretix/base/models/orders.py:1745 msgid "Other fees" msgstr "Overige kosten" -#: pretix/base/models/orders.py:1719 pretix/base/payment.py:1005 +#: pretix/base/models/orders.py:1746 pretix/base/payment.py:1005 #: pretix/control/templates/pretixcontrol/order/index.html:128 msgid "Gift card" msgstr "Cadeaubon" -#: pretix/base/models/orders.py:1724 +#: pretix/base/models/orders.py:1751 #: pretix/control/templates/pretixcontrol/organizers/giftcard.html:65 #: pretix/control/templates/pretixcontrol/organizers/giftcard.html:103 #: pretix/control/views/vouchers.py:70 msgid "Value" msgstr "Waarde" -#: pretix/base/models/orders.py:1861 +#: pretix/base/models/orders.py:1888 msgid "Order position" msgstr "Besteld product" -#: pretix/base/models/orders.py:2036 pretix/base/services/orders.py:846 +#: pretix/base/models/orders.py:2063 pretix/base/services/orders.py:846 #, python-format msgid "Your event registration: %(code)s" msgstr "Je aanmelding: %(code)s" -#: pretix/base/models/orders.py:2065 +#: pretix/base/models/orders.py:2092 msgid "Cart ID (e.g. session key)" msgstr "Winkelwagen-ID (bijv. sessiesleutel)" -#: pretix/base/models/orders.py:2083 +#: pretix/base/models/orders.py:2110 msgid "Cart position" msgstr "Product in winkelwagen" -#: pretix/base/models/orders.py:2084 +#: pretix/base/models/orders.py:2111 msgid "Cart positions" msgstr "Producten in winkelwagen" -#: pretix/base/models/orders.py:2121 +#: pretix/base/models/orders.py:2148 msgid "Only for business customers within the EU." msgstr "Alleen voor zakelijke klanten binnen de EU." -#: pretix/base/models/orders.py:2126 +#: pretix/base/models/orders.py:2153 msgid "This reference will be printed on your invoice for your convenience." msgstr "Dit kenmerk wordt voor je op de factuur afgedrukt." @@ -3054,9 +3056,9 @@ msgstr "" "gebruikt in URL's om te verwijzen naar jouw organisatoraccounts en je " "evenementen." -#: pretix/base/models/organizer.py:52 pretix/control/forms/event.py:68 -#: pretix/control/forms/event.py:74 pretix/control/forms/filter.py:338 -#: pretix/control/forms/filter.py:614 +#: pretix/base/models/organizer.py:52 pretix/control/forms/event.py:63 +#: pretix/control/forms/event.py:69 pretix/control/forms/filter.py:338 +#: pretix/control/forms/filter.py:666 #: pretix/control/templates/pretixcontrol/events/index.html:68 #: pretix/control/templates/pretixcontrol/organizers/base.html:4 #: pretix/control/templates/pretixcontrol/organizers/edit.html:9 @@ -3135,7 +3137,7 @@ msgid "%(name)s on %(object)s" msgstr "%(name)s op %(object)s" #: pretix/base/models/organizer.py:252 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:82 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:84 msgid "Team" msgstr "Team" @@ -3149,20 +3151,20 @@ msgstr "Teams" msgid "Invite to team '{team}' for '{email}'" msgstr "Uitnodiging voor team '{team}' voor '{email}'" -#: pretix/base/models/seating.py:23 +#: pretix/base/models/seating.py:24 msgid "Your layout file is not a valid JSON file." msgstr "Je lay-outbestand is geen geldig JSON-bestand." -#: pretix/base/models/seating.py:32 +#: pretix/base/models/seating.py:33 msgid "Your layout file is not a valid seating plan. Error message: {}" msgstr "Je lay-outbestand is geen geldige stoelplattegrond. Foutmelding: {}" -#: pretix/base/models/seating.py:145 +#: pretix/base/models/seating.py:152 #, python-brace-format msgid "Row {number}" msgstr "Rij {number}" -#: pretix/base/models/seating.py:150 +#: pretix/base/models/seating.py:157 #, python-brace-format msgid "Seat {number}" msgstr "Stoel {number}" @@ -3246,7 +3248,7 @@ msgstr "Verlaag productprijs met (%)" #: pretix/control/templates/pretixcontrol/vouchers/index.html:19 #: pretix/control/templates/pretixcontrol/vouchers/index.html:100 #: pretix/control/views/vouchers.py:69 pretix/control/views/waitinglist.py:199 -#: pretix/plugins/checkinlists/exporters.py:359 +#: pretix/plugins/checkinlists/exporters.py:418 #: pretix/presale/templates/pretixpresale/event/fragment_cart.html:316 #: pretix/presale/templates/pretixpresale/event/index.html:278 msgid "Voucher code" @@ -3282,7 +3284,7 @@ msgstr "" msgid "Valid until" msgstr "Geldig tot" -#: pretix/base/models/vouchers.py:131 pretix/control/forms/filter.py:955 +#: pretix/base/models/vouchers.py:131 pretix/control/forms/filter.py:1007 msgid "Reserve ticket from quota" msgstr "Reserveer kaartje uit quotum" @@ -3570,7 +3572,7 @@ msgctxt "subevent" msgid "Dates" msgstr "Datums" -#: pretix/base/notifications.py:184 pretix/base/pdf.py:130 +#: pretix/base/notifications.py:184 pretix/base/pdf.py:135 msgid "Event date" msgstr "Evenementdatum" @@ -4122,7 +4124,7 @@ msgstr "Kaartjescode (waarde van QR-code)" msgid "Order position number" msgstr "Plaatsnummer van bestelling" -#: pretix/base/pdf.py:64 pretix/control/forms/event.py:1263 +#: pretix/base/pdf.py:64 pretix/control/forms/event.py:1262 #: pretix/control/templates/pretixcontrol/items/index.html:33 msgid "Product name" msgstr "Productnaam" @@ -4176,112 +4178,127 @@ msgstr "Prijs inclusief add-ons" msgid "Attendee company" msgstr "Bedrijf van gast" -#: pretix/base/pdf.py:114 pretix/base/pdf.py:212 +#: pretix/base/pdf.py:114 pretix/base/pdf.py:217 #: pretix/base/services/tickets.py:96 pretix/control/views/pdf.py:80 msgid "Sample company" msgstr "Voorbeeldbedrijf" #: pretix/base/pdf.py:118 +#, fuzzy +#| msgid "Attendee address" +msgid "Full attendee address" +msgstr "Adres van gast" + +#: pretix/base/pdf.py:119 +msgid "" +"John Doe\n" +"Sample company\n" +"Sesame Street 42\n" +"12345 Any City\n" +"Atlantis" +msgstr "" + +#: pretix/base/pdf.py:123 msgid "Attendee country" msgstr "Land van gast" -#: pretix/base/pdf.py:126 +#: pretix/base/pdf.py:131 msgid "Sample event name" msgstr "Voorbeeld evenementnaam" -#: pretix/base/pdf.py:131 +#: pretix/base/pdf.py:136 msgid "May 31st, 2017" msgstr "31 mei 2017" -#: pretix/base/pdf.py:135 +#: pretix/base/pdf.py:140 msgid "Event date range" msgstr "Datumbereik evenement" -#: pretix/base/pdf.py:136 +#: pretix/base/pdf.py:141 msgid "May 31st – June 4th, 2017" msgstr "31 mei – 4 juni 2017" -#: pretix/base/pdf.py:140 +#: pretix/base/pdf.py:145 msgid "Event begin date and time" msgstr "Begindatum en tijd van evenement" -#: pretix/base/pdf.py:141 +#: pretix/base/pdf.py:146 msgid "2017-05-31 20:00" msgstr "31-05-2017 20:00" -#: pretix/base/pdf.py:148 +#: pretix/base/pdf.py:153 msgid "Event begin date" msgstr "Begindatum van evenement" -#: pretix/base/pdf.py:149 pretix/base/pdf.py:170 pretix/base/pdf.py:244 +#: pretix/base/pdf.py:154 pretix/base/pdf.py:175 pretix/base/pdf.py:249 msgid "2017-05-31" msgstr "31-05-2017" -#: pretix/base/pdf.py:156 +#: pretix/base/pdf.py:161 msgid "Event begin time" msgstr "Begintijd van evenement" -#: pretix/base/pdf.py:157 +#: pretix/base/pdf.py:162 msgid "20:00" msgstr "20:00" -#: pretix/base/pdf.py:161 +#: pretix/base/pdf.py:166 msgid "Event end date and time" msgstr "Einddatum en -tijd van het evenement" -#: pretix/base/pdf.py:162 +#: pretix/base/pdf.py:167 msgid "2017-05-31 22:00" msgstr "31-05-2017 22:00" -#: pretix/base/pdf.py:169 +#: pretix/base/pdf.py:174 msgid "Event end date" msgstr "Einddatum van het evenement" -#: pretix/base/pdf.py:178 +#: pretix/base/pdf.py:183 msgid "22:00" msgstr "22:00" -#: pretix/base/pdf.py:185 +#: pretix/base/pdf.py:190 msgid "Event admission date and time" msgstr "Toegangsdatum en tijd van evenement" -#: pretix/base/pdf.py:186 pretix/base/pdf.py:252 +#: pretix/base/pdf.py:191 pretix/base/pdf.py:257 msgid "2017-05-31 19:00" msgstr "31-05-2017 19:00" -#: pretix/base/pdf.py:193 +#: pretix/base/pdf.py:198 msgid "Event admission time" msgstr "Toegangstijd van evenement" -#: pretix/base/pdf.py:194 pretix/base/pdf.py:260 +#: pretix/base/pdf.py:199 pretix/base/pdf.py:265 msgid "19:00" msgstr "19:00" -#: pretix/base/pdf.py:201 +#: pretix/base/pdf.py:206 msgid "Event location" msgstr "Evenementlocatie" -#: pretix/base/pdf.py:202 pretix/base/settings.py:559 +#: pretix/base/pdf.py:207 pretix/base/settings.py:559 msgid "Random City" msgstr "Voorbeeldstad" -#: pretix/base/pdf.py:211 +#: pretix/base/pdf.py:216 msgid "Invoice address company" msgstr "Bedrijf factuuradres" -#: pretix/base/pdf.py:216 +#: pretix/base/pdf.py:221 msgid "Invoice address city" msgstr "Stad factuuradres" -#: pretix/base/pdf.py:217 pretix/base/services/invoices.py:340 +#: pretix/base/pdf.py:222 pretix/base/services/invoices.py:340 msgid "Sample city" msgstr "Voorbeeldstad" -#: pretix/base/pdf.py:221 +#: pretix/base/pdf.py:226 msgid "List of Add-Ons" msgstr "Lijst met add-ons" -#: pretix/base/pdf.py:222 +#: pretix/base/pdf.py:227 msgid "" "Add-on 1\n" "Add-on 2" @@ -4289,90 +4306,90 @@ msgstr "" "Add-on 1\n" "Add-on 2" -#: pretix/base/pdf.py:233 pretix/control/forms/filter.py:490 -#: pretix/control/forms/filter.py:492 +#: pretix/base/pdf.py:238 pretix/control/forms/filter.py:542 +#: pretix/control/forms/filter.py:544 #: pretix/control/templates/pretixcontrol/organizers/index.html:35 msgid "Organizer name" msgstr "Naam van de organisator" -#: pretix/base/pdf.py:234 +#: pretix/base/pdf.py:239 msgid "Event organizer company" msgstr "Bedrijf dat het evenement organiseert" -#: pretix/base/pdf.py:238 +#: pretix/base/pdf.py:243 msgid "Organizer info text" msgstr "Informatietekst organisator" -#: pretix/base/pdf.py:239 +#: pretix/base/pdf.py:244 msgid "Event organizer info text" msgstr "Informatietekst van de evenementorganisator" -#: pretix/base/pdf.py:243 +#: pretix/base/pdf.py:248 msgid "Printing date" msgstr "Printdatum" -#: pretix/base/pdf.py:251 +#: pretix/base/pdf.py:256 msgid "Printing date and time" msgstr "Printdatum en -tijd" -#: pretix/base/pdf.py:259 +#: pretix/base/pdf.py:264 msgid "Printing time" msgstr "Printtijd" -#: pretix/base/pdf.py:267 +#: pretix/base/pdf.py:272 msgid "Seat: Full name" msgstr "Stoel: Volledige naam" -#: pretix/base/pdf.py:268 +#: pretix/base/pdf.py:273 msgid "Ground floor, Row 3, Seat 4" msgstr "Begane grond, Rij 3, Stoel 4" -#: pretix/base/pdf.py:270 pretix/base/pdf.py:276 -#: pretix/control/forms/orders.py:229 +#: pretix/base/pdf.py:275 pretix/base/pdf.py:281 +#: pretix/control/forms/orders.py:233 msgid "General admission" msgstr "Vrije plaatskeuze" -#: pretix/base/pdf.py:273 +#: pretix/base/pdf.py:278 msgid "Seat: zone" msgstr "Stoel: gebied" -#: pretix/base/pdf.py:274 +#: pretix/base/pdf.py:279 msgid "Ground floor" msgstr "Begane grond" -#: pretix/base/pdf.py:279 +#: pretix/base/pdf.py:284 msgid "Seat: row" msgstr "Stoel: rij" -#: pretix/base/pdf.py:284 +#: pretix/base/pdf.py:289 msgid "Seat: seat number" msgstr "Stoel: stoelnummer" -#: pretix/base/pdf.py:320 +#: pretix/base/pdf.py:325 #, python-brace-format msgid "Question: {question}" msgstr "Vraag: {question}" -#: pretix/base/pdf.py:321 +#: pretix/base/pdf.py:326 #, python-brace-format msgid "" msgstr "" -#: pretix/base/pdf.py:343 pretix/base/pdf.py:350 -#: pretix/plugins/badges/exporters.py:238 -#: pretix/plugins/checkinlists/exporters.py:62 -#: pretix/plugins/checkinlists/exporters.py:335 +#: pretix/base/pdf.py:348 pretix/base/pdf.py:355 +#: pretix/plugins/badges/exporters.py:246 +#: pretix/plugins/checkinlists/exporters.py:77 +#: pretix/plugins/checkinlists/exporters.py:394 #: pretix/plugins/ticketoutputpdf/exporters.py:42 #, python-brace-format msgid "Attendee name: {part}" msgstr "Naam van gast: {part}" -#: pretix/base/pdf.py:360 +#: pretix/base/pdf.py:365 #, python-brace-format msgid "Invoice address name: {part}" msgstr "Naam factuuradres: {part}" -#: pretix/base/pdf.py:522 pretix/plugins/ticketoutputpdf/ticketoutput.py:78 +#: pretix/base/pdf.py:527 pretix/plugins/ticketoutputpdf/ticketoutput.py:78 msgid "Ticket" msgstr "Kaartje" @@ -4416,7 +4433,7 @@ msgstr "" "We konden je verzoek niet verwerken omdat de server overbelast was. Probeer " "het opnieuw." -#: pretix/base/services/cart.py:54 pretix/presale/views/cart.py:174 +#: pretix/base/services/cart.py:54 pretix/presale/views/cart.py:176 msgid "You did not select any products." msgstr "Je hebt geen producten geselecteerd." @@ -4699,7 +4716,7 @@ msgctxt "invoice" msgid "Attendee: {name}" msgstr "Gast: {name}" -#: pretix/base/services/invoices.py:170 pretix/plugins/reports/exporters.py:215 +#: pretix/base/services/invoices.py:170 pretix/plugins/reports/exporters.py:218 msgctxt "subevent" msgid "Date: {}" msgstr "Datum: {}" @@ -4893,7 +4910,7 @@ msgstr "" "De stoel die je koos voor een van de items in je bestelling is in de " "tussentijd bezet geworden. We hebben dit item uit je winkelwagen verwijderd." -#: pretix/base/services/orders.py:153 pretix/control/forms/orders.py:68 +#: pretix/base/services/orders.py:153 pretix/control/forms/orders.py:69 msgid "The new expiry date needs to be in the future." msgstr "De nieuwe verloopdatum moet in de toekomst zijn." @@ -4930,7 +4947,7 @@ msgstr "" "Deze bestelling kan niet worden geannuleerd, omdat de in deze bestelling " "gekochte cadeaubon {card} al is gebruikt." -#: pretix/base/services/orders.py:391 pretix/control/forms/orders.py:132 +#: pretix/base/services/orders.py:391 pretix/control/forms/orders.py:136 msgid "" "The cancellation fee cannot be higher than the payment credit of this order." msgstr "" @@ -5078,7 +5095,7 @@ msgstr "" "Er is iets misgegaan toen we het geld naar je over probeerden te maken. Neem " "contact op met de organisator van het evenement voor meer informatie." -#: pretix/base/services/seating.py:35 pretix/base/services/seating.py:90 +#: pretix/base/services/seating.py:35 pretix/base/services/seating.py:94 #, python-format msgid "" "You can not change the plan since seat \"%s\" is not present in the new plan " @@ -5087,7 +5104,7 @@ msgstr "" "Je kan de plattegrond niet veranderen, omdat stoel \"%s\" niet aanwezig is " "in de nieuwe plattegrond, en deze stoel al is verkocht." -#: pretix/base/services/seating.py:93 +#: pretix/base/services/seating.py:97 #, python-format msgid "" "You can not change the plan since seat \"%s\" is not present in the new plan " @@ -5711,7 +5728,7 @@ msgstr "" msgid "Available languages" msgstr "Beschikbare talen" -#: pretix/base/settings.py:707 pretix/control/forms/event.py:96 +#: pretix/base/settings.py:707 pretix/control/forms/event.py:91 msgid "Default language" msgstr "Standaardtaal" @@ -5754,7 +5771,7 @@ msgstr "" msgid "Hide all products that are sold out" msgstr "Verberg alle uitverkochte producten" -#: pretix/base/settings.py:757 pretix/control/forms/event.py:1177 +#: pretix/base/settings.py:757 pretix/control/forms/event.py:1176 msgid "Publicly show how many tickets of a certain type are still available." msgstr "" "Laat aan klanten zien hoeveel kaartjes van een bepaald type nog beschikbaar " @@ -5772,7 +5789,7 @@ msgstr "Toon variaties van een product standaard uitgeklapt" msgid "Enable waiting list" msgstr "Wachtlijst inschakelen" -#: pretix/base/settings.py:785 pretix/control/forms/event.py:1182 +#: pretix/base/settings.py:785 pretix/control/forms/event.py:1181 msgid "" "Once a ticket is sold out, people can add themselves to a waiting list. As " "soon as a ticket becomes available again, it will be reserved for the first " @@ -5881,7 +5898,7 @@ msgstr "" "nadat een bestelling is betaald." #: pretix/base/settings.py:888 pretix/base/settings.py:896 -#: pretix/control/forms/organizer.py:292 +#: pretix/control/forms/organizer.py:293 #: pretix/presale/templates/pretixpresale/organizers/calendar.html:25 #: pretix/presale/templates/pretixpresale/organizers/calendar_week.html:25 #: pretix/presale/templates/pretixpresale/organizers/index.html:34 @@ -5889,16 +5906,16 @@ msgid "List" msgstr "Lijst" #: pretix/base/settings.py:889 pretix/base/settings.py:897 -#: pretix/control/forms/organizer.py:293 +#: pretix/control/forms/organizer.py:294 msgid "Week calendar" msgstr "Weekkalender" #: pretix/base/settings.py:890 pretix/base/settings.py:898 -#: pretix/control/forms/organizer.py:294 +#: pretix/control/forms/organizer.py:295 msgid "Month calendar" msgstr "Maandkalender" -#: pretix/base/settings.py:894 pretix/control/forms/organizer.py:290 +#: pretix/base/settings.py:894 pretix/control/forms/organizer.py:291 msgid "Default overview style" msgstr "Standaard overzichtsstijl" @@ -5939,7 +5956,7 @@ msgstr "" "betalingsmethode dit toestaat. Als dit niet zo is zal er een handmatige " "terugbetaling worden aangemaakt, die je zelf zal moeten verwerken." -#: pretix/base/settings.py:952 pretix/control/forms/orders.py:586 +#: pretix/base/settings.py:952 pretix/control/forms/orders.py:590 msgid "Keep a fixed cancellation fee" msgstr "Houd een vast bedrag als annuleringskosten in" @@ -5947,7 +5964,7 @@ msgstr "Houd een vast bedrag als annuleringskosten in" msgid "Keep payment, shipping and service fees" msgstr "Houd betalings-, verzend- en servicekosten in" -#: pretix/base/settings.py:973 pretix/control/forms/orders.py:591 +#: pretix/base/settings.py:973 pretix/control/forms/orders.py:595 msgid "Keep a percentual cancellation fee" msgstr "Houd een percentage van het bedrag in als annuleringskosten" @@ -6018,21 +6035,21 @@ msgstr "Alle terugbetalingen worden omgezet in cadeaubonnen" msgid "Refund method" msgstr "Terugbetalingsmethode" -#: pretix/base/settings.py:1051 pretix/control/forms/event.py:1205 +#: pretix/base/settings.py:1051 pretix/control/forms/event.py:1204 msgid "Contact address" msgstr "Contactadres" -#: pretix/base/settings.py:1052 pretix/control/forms/event.py:1207 +#: pretix/base/settings.py:1052 pretix/control/forms/event.py:1206 msgid "We'll show this publicly to allow attendees to contact you." msgstr "" "We zullen dit publiek tonen om gasten toe te staan contact met je op te " "nemen." -#: pretix/base/settings.py:1060 pretix/control/forms/event.py:1199 +#: pretix/base/settings.py:1060 pretix/control/forms/event.py:1198 msgid "Imprint URL" msgstr "Imprint-URL" -#: pretix/base/settings.py:1061 pretix/control/forms/event.py:1200 +#: pretix/base/settings.py:1061 pretix/control/forms/event.py:1199 msgid "" "This should point e.g. to a part of your website that has your contact " "details and legal information." @@ -6631,109 +6648,109 @@ msgctxt "subevent" msgid "Date ordering" msgstr "Sorteren op datum" -#: pretix/base/settings.py:1657 +#: pretix/base/settings.py:1665 msgid "Most common English titles" msgstr "Meest voorkomende Engelse titels" -#: pretix/base/settings.py:1667 +#: pretix/base/settings.py:1675 msgid "Most common German titles" msgstr "Meest voorkomende Duitse titels" -#: pretix/base/settings.py:1676 pretix/base/settings.py:1689 -#: pretix/base/settings.py:1705 pretix/base/settings.py:1755 -#: pretix/base/settings.py:1768 pretix/base/settings.py:1782 +#: pretix/base/settings.py:1684 pretix/base/settings.py:1697 +#: pretix/base/settings.py:1713 pretix/base/settings.py:1763 +#: pretix/base/settings.py:1776 pretix/base/settings.py:1790 msgid "Given name" msgstr "Voornaam" -#: pretix/base/settings.py:1677 pretix/base/settings.py:1690 -#: pretix/base/settings.py:1706 pretix/base/settings.py:1722 -#: pretix/base/settings.py:1739 pretix/base/settings.py:1754 -#: pretix/base/settings.py:1769 pretix/base/settings.py:1783 +#: pretix/base/settings.py:1685 pretix/base/settings.py:1698 +#: pretix/base/settings.py:1714 pretix/base/settings.py:1730 +#: pretix/base/settings.py:1747 pretix/base/settings.py:1762 +#: pretix/base/settings.py:1777 pretix/base/settings.py:1791 msgid "Family name" msgstr "Achternaam" -#: pretix/base/settings.py:1681 pretix/base/settings.py:1697 -#: pretix/base/settings.py:1713 pretix/base/settings.py:1728 -#: pretix/base/settings.py:1746 pretix/base/settings.py:1761 -#: pretix/base/settings.py:1791 pretix/base/settings.py:1814 +#: pretix/base/settings.py:1689 pretix/base/settings.py:1705 +#: pretix/base/settings.py:1721 pretix/base/settings.py:1736 +#: pretix/base/settings.py:1754 pretix/base/settings.py:1769 +#: pretix/base/settings.py:1799 pretix/base/settings.py:1822 msgctxt "person_name_sample" msgid "John" msgstr "John" -#: pretix/base/settings.py:1682 pretix/base/settings.py:1698 -#: pretix/base/settings.py:1714 pretix/base/settings.py:1730 -#: pretix/base/settings.py:1748 pretix/base/settings.py:1762 -#: pretix/base/settings.py:1792 +#: pretix/base/settings.py:1690 pretix/base/settings.py:1706 +#: pretix/base/settings.py:1722 pretix/base/settings.py:1738 +#: pretix/base/settings.py:1756 pretix/base/settings.py:1770 +#: pretix/base/settings.py:1800 msgctxt "person_name_sample" msgid "Doe" msgstr "Doe" -#: pretix/base/settings.py:1688 pretix/base/settings.py:1704 -#: pretix/base/settings.py:1736 +#: pretix/base/settings.py:1696 pretix/base/settings.py:1712 +#: pretix/base/settings.py:1744 msgctxt "person_name" msgid "Title" msgstr "Titel" -#: pretix/base/settings.py:1696 pretix/base/settings.py:1712 -#: pretix/base/settings.py:1745 +#: pretix/base/settings.py:1704 pretix/base/settings.py:1720 +#: pretix/base/settings.py:1753 msgctxt "person_name_sample" msgid "Dr" msgstr "Dr." -#: pretix/base/settings.py:1720 pretix/base/settings.py:1737 +#: pretix/base/settings.py:1728 pretix/base/settings.py:1745 msgid "First name" msgstr "Voornaam" -#: pretix/base/settings.py:1721 pretix/base/settings.py:1738 +#: pretix/base/settings.py:1729 pretix/base/settings.py:1746 msgid "Middle name" msgstr "Tweede naam" -#: pretix/base/settings.py:1802 pretix/base/settings.py:1813 +#: pretix/base/settings.py:1810 pretix/base/settings.py:1821 msgctxt "person_name_sample" msgid "John Doe" msgstr "John Doe" -#: pretix/base/settings.py:1808 +#: pretix/base/settings.py:1816 msgid "Calling name" msgstr "Roepnaam" -#: pretix/base/settings.py:1821 +#: pretix/base/settings.py:1829 msgid "Latin transcription" msgstr "Transcriptie" -#: pretix/base/settings.py:1924 pretix/control/forms/event.py:176 +#: pretix/base/settings.py:1932 pretix/control/forms/event.py:172 msgid "" "Your default locale must also be enabled for your event (see box above)." msgstr "" "Je standaardtaal moet ook zijn ingeschakeld voor je evenement (zie " "hierboven)." -#: pretix/base/settings.py:1928 +#: pretix/base/settings.py:1936 msgid "" "You cannot require specifying attendee names if you do not ask for them." msgstr "" "Je het invullen van namen van aanwezigen niet verplichten als je er niet om " "vraagt." -#: pretix/base/settings.py:1932 +#: pretix/base/settings.py:1940 msgid "You have to ask for attendee emails if you want to make them required." msgstr "" "Je moet om de e-mailadressen van deelnemers vragen als je de vraag verplicht " "wilt maken." -#: pretix/base/settings.py:1936 +#: pretix/base/settings.py:1944 msgid "" "You have to ask for invoice addresses if you want to make them required." msgstr "" "Je moet om factuuradressen vragen als je factuuradressen verplicht wilt " "maken." -#: pretix/base/settings.py:1940 +#: pretix/base/settings.py:1948 msgid "You have to require invoice addresses to require for company names." msgstr "" "Je moet om factuuradressen vragen als je bedrijfsnamen verplicht wilt maken." -#: pretix/base/settings.py:1947 +#: pretix/base/settings.py:1955 msgid "The last payment date cannot be before the end of presale." msgstr "" "De laatste datum van betalingen kan niet voor het eind van de verkoopperiode " @@ -7137,16 +7154,22 @@ msgstr "Er is een onverwachte fout opgetreden, probeer het later opnieuw." msgid "The task has been completed." msgstr "De taak is voltooid." -#: pretix/control/forms/__init__.py:112 +#: pretix/control/forms/__init__.py:115 +#, fuzzy, python-brace-format +#| msgid "Please do not upload files larger than 10 MB." +msgid "Please do not upload files larger than {size}!" +msgstr "Upload geen bestanden groter dan 10MB." + +#: pretix/control/forms/__init__.py:136 msgid "Filetype not allowed!" msgstr "Bestandstype niet toegestaan!" #: pretix/control/forms/checkin.py:38 pretix/control/forms/filter.py:244 -#: pretix/control/forms/filter.py:271 pretix/control/forms/filter.py:979 -#: pretix/control/forms/filter.py:999 pretix/control/forms/filter.py:1091 -#: pretix/control/forms/filter.py:1107 pretix/control/forms/filter.py:1168 -#: pretix/control/forms/filter.py:1203 pretix/control/forms/orders.py:544 -#: pretix/control/forms/orders.py:699 +#: pretix/control/forms/filter.py:271 pretix/control/forms/filter.py:1031 +#: pretix/control/forms/filter.py:1051 pretix/control/forms/filter.py:1143 +#: pretix/control/forms/filter.py:1159 pretix/control/forms/filter.py:1220 +#: pretix/control/forms/filter.py:1255 pretix/control/forms/orders.py:548 +#: pretix/control/forms/orders.py:703 #: pretix/control/templates/pretixcontrol/event/fragment_subevent_choice_simple.html:5 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:47 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:109 @@ -7155,7 +7178,7 @@ msgctxt "subevent" msgid "All dates" msgstr "Alle data" -#: pretix/control/forms/event.py:44 pretix/control/forms/organizer.py:310 +#: pretix/control/forms/event.py:44 pretix/control/forms/organizer.py:311 msgid "Use languages" msgstr "Gebruik talen" @@ -7167,38 +7190,21 @@ msgstr "Kies alle talen waarin je evenement beschikbaar moet zijn." msgid "This is an event series" msgstr "Dit is een evenementenreeks" -#: pretix/control/forms/event.py:50 -msgid "" -"Only recommended for advanced users. If this feature is enabled, this will " -"not only be a single event but a series of very similar events that are " -"handled within a single shop. The single events inside the series can only " -"differ in date, time, location, prices and quotas, but not in other " -"settings, and buying tickets across multiple of these events at the same " -"time is possible. You cannot change this setting for this event later." -msgstr "" -"Alleen aanbevolen voor geavanceerde gebruikers. Als deze functie is " -"ingeschakeld zal dit niet een enkel evenement zijn, maar een serie zeer " -"gelijkende evenementen die worden afgehandeld in dezelfde winkel. De losse " -"evenementen in de reeks kunnen alleen verschillen in datum, tijd, locatie, " -"prijzen en quota, maar niet in andere instellingen, en tegelijkertijd " -"kaartjes kopen voor meerdere van deze evenementen in de reeks is mogelijk. " -"Je kan deze instelling voor dit evenement later niet meer veranderen." - -#: pretix/control/forms/event.py:88 +#: pretix/control/forms/event.py:83 msgid "" "You already used this slug for a different event. Please choose a new one." msgstr "" "Je hebt deze slug al gebruikt voor een ander evenement. Kies een nieuwe slug." -#: pretix/control/forms/event.py:92 pretix/control/forms/event.py:394 +#: pretix/control/forms/event.py:87 pretix/control/forms/event.py:390 msgid "Event timezone" msgstr "Tijdzone evenement" -#: pretix/control/forms/event.py:99 +#: pretix/control/forms/event.py:94 msgid "Sales tax rate" msgstr "Btw-tarief" -#: pretix/control/forms/event.py:100 +#: pretix/control/forms/event.py:95 msgid "" "Do you need to pay sales tax on your tickets? In this case, please enter the " "applicable tax rate here in percent. If you have a more complicated tax " @@ -7209,11 +7215,11 @@ msgstr "" "hebt kan je later meer belastingtarieven en gedetailleerde instellingen " "toevoegen." -#: pretix/control/forms/event.py:107 +#: pretix/control/forms/event.py:102 msgid "Grant access to team" msgstr "Geef toegang aan team" -#: pretix/control/forms/event.py:108 +#: pretix/control/forms/event.py:103 msgid "" "You are allowed to create events under this organizer, however you do not " "have permission to edit all events under this organizer. Please select one " @@ -7223,11 +7229,11 @@ msgstr "" "toestemming om alle evenementen van deze organisator te bewerken. Geef één " "van de teams waar je in zit toegang tot dit evenement." -#: pretix/control/forms/event.py:113 +#: pretix/control/forms/event.py:108 msgid "Create a new team for this event with me as the only member" msgstr "Maak een nieuw team voor dit evenement aan met mij als het enige lid" -#: pretix/control/forms/event.py:156 pretix/control/forms/event.py:309 +#: pretix/control/forms/event.py:151 pretix/control/forms/event.py:305 msgid "" "Sample Conference Center\n" "Heidelberg, Germany" @@ -7235,41 +7241,41 @@ msgstr "" "Voorbeeldlocatie\n" "Amsterdam, Nederland" -#: pretix/control/forms/event.py:180 +#: pretix/control/forms/event.py:176 msgid "Your default locale must be specified." msgstr "Je standaardtaal moet zijn opgegeven." -#: pretix/control/forms/event.py:254 +#: pretix/control/forms/event.py:250 msgid "Copy configuration from" msgstr "Kopieer instellingen van" -#: pretix/control/forms/event.py:260 pretix/control/forms/event.py:263 +#: pretix/control/forms/event.py:256 pretix/control/forms/event.py:259 #: pretix/control/forms/item.py:250 msgid "Do not copy" msgstr "Niet kopiëren" -#: pretix/control/forms/event.py:314 pretix/control/forms/organizer.py:87 +#: pretix/control/forms/event.py:310 pretix/control/forms/organizer.py:87 msgid "Custom domain" msgstr "Aangepast domein" -#: pretix/control/forms/event.py:316 pretix/control/forms/organizer.py:89 +#: pretix/control/forms/event.py:312 pretix/control/forms/organizer.py:89 msgid "You need to configure the custom domain in the webserver beforehand." msgstr "Je moet vooraf het aangepaste domein in de webserver instellen." -#: pretix/control/forms/event.py:324 pretix/control/forms/organizer.py:97 +#: pretix/control/forms/event.py:320 pretix/control/forms/organizer.py:97 msgid "You cannot choose the base domain of this installation." msgstr "Je kan niet het basisdomein van deze installatie kiezen." -#: pretix/control/forms/event.py:328 pretix/control/forms/organizer.py:102 +#: pretix/control/forms/event.py:324 pretix/control/forms/organizer.py:102 msgid "This domain is already in use for a different event or organizer." msgstr "" "Dit domein is al in gebruik voor een ander evenement of andere organisator." -#: pretix/control/forms/event.py:397 +#: pretix/control/forms/event.py:393 msgid "Name format" msgstr "Naamformaat" -#: pretix/control/forms/event.py:398 +#: pretix/control/forms/event.py:394 msgid "" "This defines how pretix will ask for human names. Changing this after you " "already received orders might lead to unexpected behavior when sorting or " @@ -7279,11 +7285,11 @@ msgstr "" "verandert wanneer je al bestellingen hebt ontvangen kan dit leiden tot " "onverwacht gedrag bij het sorteren of wijzigen van namen." -#: pretix/control/forms/event.py:403 +#: pretix/control/forms/event.py:399 msgid "Allowed titles" msgstr "Te kiezen titels" -#: pretix/control/forms/event.py:404 +#: pretix/control/forms/event.py:400 msgid "" "If the naming scheme you defined above allows users to input a title, you " "can use this to restrict the set of selectable titles." @@ -7291,11 +7297,11 @@ msgstr "" "Wanneer het hierboven gekozen naamformaat gebruikers toestaat om een titel " "in te voeren kan je hier de titels die gekozen kunnen worden beperken." -#: pretix/control/forms/event.py:409 pretix/control/forms/organizer.py:276 +#: pretix/control/forms/event.py:405 pretix/control/forms/organizer.py:276 msgid "Header image" msgstr "Header-afbeelding" -#: pretix/control/forms/event.py:412 +#: pretix/control/forms/event.py:409 msgid "" "If you provide a logo image, we will by default not show your event name and " "date in the page header. By default, we show your logo with a size of up to " @@ -7309,31 +7315,31 @@ msgstr "" "aanpassen. We raden aan om geen kleine details te gebruiken op de " "afbeelding, omdat de afbeelding zal worden geschaald op kleinere schermen." -#: pretix/control/forms/event.py:418 pretix/control/forms/organizer.py:285 +#: pretix/control/forms/event.py:415 pretix/control/forms/organizer.py:286 msgid "Use header image in its full size" msgstr "Gebruik volledige grootte van headerafbeelding" -#: pretix/control/forms/event.py:419 pretix/control/forms/organizer.py:286 +#: pretix/control/forms/event.py:416 pretix/control/forms/organizer.py:287 msgid "We recommend to upload a picture at least 1170 pixels wide." msgstr "" "We raden aan om een afbeelding die ten minste 1170 pixels breed is te " "uploaden." -#: pretix/control/forms/event.py:423 +#: pretix/control/forms/event.py:420 msgid "Show event title even if a header image is present" msgstr "Toon evenementsnaam ook als er een headerafbeelding is ingesteld" -#: pretix/control/forms/event.py:424 +#: pretix/control/forms/event.py:421 msgid "The title will only be shown on the event front page." msgstr "" "De naam van het evenement zal alleen op de voorpagina van het evenement " "worden getoond." -#: pretix/control/forms/event.py:428 +#: pretix/control/forms/event.py:425 msgid "Social media image" msgstr "Social media-afbeelding" -#: pretix/control/forms/event.py:431 +#: pretix/control/forms/event.py:429 msgid "" "This picture will be used as a preview if you post links to your ticket shop " "on social media. Facebook advises to use a picture size of 1200 x 630 " @@ -7349,51 +7355,51 @@ msgstr "" "uitziet als alleen het middelste vierkant wordt getoond. Als je hier geen " "afbeelding uploadt zullen we het logo dat hierboven is geüpload gebruiken." -#: pretix/control/forms/event.py:437 pretix/control/forms/organizer.py:226 +#: pretix/control/forms/event.py:435 pretix/control/forms/organizer.py:226 msgid "Primary color" msgstr "Hoofdkleur" -#: pretix/control/forms/event.py:441 pretix/control/forms/event.py:451 -#: pretix/control/forms/event.py:461 pretix/control/forms/event.py:470 +#: pretix/control/forms/event.py:439 pretix/control/forms/event.py:449 +#: pretix/control/forms/event.py:459 pretix/control/forms/event.py:468 #: pretix/control/forms/organizer.py:230 pretix/control/forms/organizer.py:240 #: pretix/control/forms/organizer.py:250 pretix/control/forms/organizer.py:260 msgid "Please enter the hexadecimal code of a color, e.g. #990000." msgstr "Voer de hexadecimale code van een kleur in, bijv. #990000." -#: pretix/control/forms/event.py:446 pretix/control/forms/organizer.py:235 +#: pretix/control/forms/event.py:444 pretix/control/forms/organizer.py:235 msgid "Accent color for success" msgstr "Accentkleur voor succes" -#: pretix/control/forms/event.py:447 pretix/control/forms/organizer.py:236 +#: pretix/control/forms/event.py:445 pretix/control/forms/organizer.py:236 msgid "We strongly suggest to use a shade of green." msgstr "We raden sterk aan om een groentint te gebruiken." -#: pretix/control/forms/event.py:456 pretix/control/forms/organizer.py:245 +#: pretix/control/forms/event.py:454 pretix/control/forms/organizer.py:245 msgid "Accent color for errors" msgstr "Accentkleur voor fouten" -#: pretix/control/forms/event.py:457 +#: pretix/control/forms/event.py:455 msgid "We strongly suggest to use a dark shade of red." msgstr "We raden sterk aan om een roodtint te gebruiken." -#: pretix/control/forms/event.py:466 pretix/control/forms/organizer.py:256 +#: pretix/control/forms/event.py:464 pretix/control/forms/organizer.py:256 msgid "Page background color" msgstr "Websiteachtergrondkleur" -#: pretix/control/forms/event.py:476 pretix/control/forms/organizer.py:266 +#: pretix/control/forms/event.py:474 pretix/control/forms/organizer.py:266 msgid "Use round edges" msgstr "Gebruik afgeronde hoeken" -#: pretix/control/forms/event.py:480 pretix/control/forms/organizer.py:315 +#: pretix/control/forms/event.py:478 pretix/control/forms/organizer.py:316 #: pretix/control/templates/pretixcontrol/pdf/index.html:305 msgid "Font" msgstr "Lettertype" -#: pretix/control/forms/event.py:485 pretix/control/forms/organizer.py:320 +#: pretix/control/forms/event.py:483 pretix/control/forms/organizer.py:321 msgid "Only respected by modern browsers." msgstr "Wordt alleen gebruikt door moderne browsers." -#: pretix/control/forms/event.py:542 +#: pretix/control/forms/event.py:540 msgid "" "e.g. I hereby confirm that I have read and agree with the event organizer's " "terms of service and agree with them." @@ -7401,16 +7407,16 @@ msgstr "" "bijv. Ik bevestig dat ik de voorwaarden van de organisator heb gelezen, en " "ga ermee akkoord." -#: pretix/control/forms/event.py:546 +#: pretix/control/forms/event.py:544 #, python-brace-format msgid "Ask for {fields}, display like {example}" msgstr "Vraag naar {fields}, toon als {example}" -#: pretix/control/forms/event.py:552 +#: pretix/control/forms/event.py:550 msgid "Free text input" msgstr "Vrije tekstinvoer" -#: pretix/control/forms/event.py:586 +#: pretix/control/forms/event.py:584 msgid "" "You have configured gift cards to be valid {} years plus the year the gift " "card is issued in." @@ -7418,11 +7424,11 @@ msgstr "" "Je hebt ingesteld dat cadeaubonnen {} jaar na het jaar waarin de cadeaubon " "is uitgegeven verlopen." -#: pretix/control/forms/event.py:601 +#: pretix/control/forms/event.py:599 msgid "Tax rule for payment fees" msgstr "Belastingregel voor betalingstoeslagen" -#: pretix/control/forms/event.py:603 +#: pretix/control/forms/event.py:601 msgid "" "The tax rule that applies for additional fees you configured for single " "payment methods. This will set the tax rate and reverse charge rules, other " @@ -7433,11 +7439,11 @@ msgstr "" "omgekeerde-heffingsregels instellen, andere instellingen van de " "belastingregel worden genegeerd." -#: pretix/control/forms/event.py:695 +#: pretix/control/forms/event.py:693 msgid "Generate invoices for Sales channels" msgstr "Genereer facturen voor verkoopkanalen" -#: pretix/control/forms/event.py:698 +#: pretix/control/forms/event.py:696 msgid "" "If you have enabled invoice generation in the previous setting, you can " "limit it here to specific sales channels." @@ -7445,65 +7451,65 @@ msgstr "" "Als je facturen genereren met de vorige instelling hebt ingeschakeld kan je " "dit hier beperken tot specifieke verkoopkanalen." -#: pretix/control/forms/event.py:702 +#: pretix/control/forms/event.py:700 msgid "Invoice style" msgstr "Factuurstijl" -#: pretix/control/forms/event.py:708 +#: pretix/control/forms/event.py:706 msgid "Invoice language" msgstr "Factuurtaal" -#: pretix/control/forms/event.py:709 pretix/control/forms/event.py:730 +#: pretix/control/forms/event.py:707 pretix/control/forms/event.py:729 msgid "The user's language" msgstr "De taal van de gebruiker" -#: pretix/control/forms/event.py:712 +#: pretix/control/forms/event.py:710 msgid "Logo image" msgstr "Logo-plaatje" -#: pretix/control/forms/event.py:715 +#: pretix/control/forms/event.py:714 msgid "We will show your logo with a maximal height and width of 2.5 cm." msgstr "We tonen je logo met een maximale breedte en hoogte van 2,5 cm." -#: pretix/control/forms/event.py:759 +#: pretix/control/forms/event.py:758 msgid "Bcc address" msgstr "BCC-adres" -#: pretix/control/forms/event.py:760 +#: pretix/control/forms/event.py:759 msgid "All emails will be sent to this address as a Bcc copy" msgstr "Alle e-mails zullen als BCC-kopie worden verstuurd naar dit adres" -#: pretix/control/forms/event.py:766 +#: pretix/control/forms/event.py:765 msgid "Signature" msgstr "Handtekening" -#: pretix/control/forms/event.py:769 +#: pretix/control/forms/event.py:768 #, python-brace-format msgid "This will be attached to every email. Available placeholders: {event}" msgstr "" "Dit zal worden toegevoegd aan iedere e-mail. Beschikbare plaatsaanduidingen: " "{event}" -#: pretix/control/forms/event.py:774 +#: pretix/control/forms/event.py:773 msgid "e.g. your contact details" msgstr "bijv. je contactgegevens" -#: pretix/control/forms/event.py:779 +#: pretix/control/forms/event.py:778 msgid "HTML mail renderer" msgstr "HTML-e-mail-renderer" -#: pretix/control/forms/event.py:784 pretix/control/forms/event.py:801 -#: pretix/control/forms/event.py:818 pretix/control/forms/event.py:877 +#: pretix/control/forms/event.py:783 pretix/control/forms/event.py:800 +#: pretix/control/forms/event.py:817 pretix/control/forms/event.py:876 msgid "Text sent to order contact address" msgstr "Tekst verstuurd naar adres van besteller" -#: pretix/control/forms/event.py:789 pretix/control/forms/event.py:806 -#: pretix/control/forms/event.py:823 pretix/control/forms/event.py:882 +#: pretix/control/forms/event.py:788 pretix/control/forms/event.py:805 +#: pretix/control/forms/event.py:822 pretix/control/forms/event.py:881 msgid "Send an email to attendees" msgstr "Stuur een e-mail naar gasten" -#: pretix/control/forms/event.py:790 pretix/control/forms/event.py:807 -#: pretix/control/forms/event.py:824 pretix/control/forms/event.py:883 +#: pretix/control/forms/event.py:789 pretix/control/forms/event.py:806 +#: pretix/control/forms/event.py:823 pretix/control/forms/event.py:882 msgid "" "If the order contains attendees with email addresses different from the " "person who orders the tickets, the following email will be sent out to the " @@ -7513,32 +7519,32 @@ msgstr "" "die de kaartjes bestelt zal de volgende e-mail naar de gasten worden " "verzonden." -#: pretix/control/forms/event.py:795 pretix/control/forms/event.py:812 -#: pretix/control/forms/event.py:829 pretix/control/forms/event.py:888 +#: pretix/control/forms/event.py:794 pretix/control/forms/event.py:811 +#: pretix/control/forms/event.py:828 pretix/control/forms/event.py:887 msgid "Text sent to attendees" msgstr "Tekst verstuurd naar gasten" -#: pretix/control/forms/event.py:835 pretix/control/forms/event.py:857 -#: pretix/control/forms/event.py:862 pretix/control/forms/event.py:867 -#: pretix/control/forms/event.py:872 +#: pretix/control/forms/event.py:834 pretix/control/forms/event.py:856 +#: pretix/control/forms/event.py:861 pretix/control/forms/event.py:866 +#: pretix/control/forms/event.py:871 #: pretix/control/templates/pretixcontrol/organizers/giftcard.html:99 #: pretix/control/templates/pretixcontrol/pdf/index.html:367 msgid "Text" msgstr "Tekst" -#: pretix/control/forms/event.py:840 +#: pretix/control/forms/event.py:839 msgid "Text (sent by admin)" msgstr "Tekst (verstuurd door administrator)" -#: pretix/control/forms/event.py:845 +#: pretix/control/forms/event.py:844 msgid "Text (requested by user)" msgstr "Tekst (aangevraagd door gebruiker)" -#: pretix/control/forms/event.py:850 pretix/control/forms/event.py:893 +#: pretix/control/forms/event.py:849 pretix/control/forms/event.py:892 msgid "Number of days" msgstr "Aantal dagen" -#: pretix/control/forms/event.py:853 +#: pretix/control/forms/event.py:852 msgid "" "This email will be sent out this many days before the order expires. If the " "value is 0, the mail will never be sent." @@ -7546,7 +7552,7 @@ msgstr "" "Deze e-mail zal dit aantal dagen voor de bestelling verloopt worden " "verstuurd. Als de waarde 0 is zal de e-mail nooit worden verstuurd." -#: pretix/control/forms/event.py:896 +#: pretix/control/forms/event.py:895 msgid "" "This email will be sent out this many days before the order event starts. If " "the field is empty, the mail will never be sent." @@ -7554,15 +7560,15 @@ msgstr "" "Deze e-mail zal dit aantal dagen voor het evenement start worden verstuurd. " "Als dit veld leeg is zal de mail nooit worden verstuurd." -#: pretix/control/forms/event.py:900 +#: pretix/control/forms/event.py:899 msgid "Received order" msgstr "Bestelling ontvangen" -#: pretix/control/forms/event.py:905 +#: pretix/control/forms/event.py:904 msgid "Approved order" msgstr "Bestelling goedgekeurd" -#: pretix/control/forms/event.py:908 +#: pretix/control/forms/event.py:907 msgid "" "This will only be sent out for non-free orders. Free orders will receive the " "free order template from above instead." @@ -7571,15 +7577,15 @@ msgstr "" "bestellingen zullen in plaats hiervan het sjabloon voor gratis bestellingen " "hierboven ontvangen." -#: pretix/control/forms/event.py:912 +#: pretix/control/forms/event.py:911 msgid "Denied order" msgstr "Bestelling geweigerd" -#: pretix/control/forms/event.py:917 +#: pretix/control/forms/event.py:916 msgid "Use custom SMTP server" msgstr "Gebruik aangepaste SMTP-server" -#: pretix/control/forms/event.py:918 +#: pretix/control/forms/event.py:917 msgid "" "All mail related to your event will be sent over the smtp server specified " "by you." @@ -7587,42 +7593,42 @@ msgstr "" "Alle email gerelateerd aan je evenement zal worden verstuurd via de SMTP-" "server die je hebt opgegeven." -#: pretix/control/forms/event.py:922 +#: pretix/control/forms/event.py:921 msgid "Hostname" msgstr "Hostnaam" -#: pretix/control/forms/event.py:927 +#: pretix/control/forms/event.py:926 msgid "Port" msgstr "Poort" -#: pretix/control/forms/event.py:932 +#: pretix/control/forms/event.py:931 msgid "Username" msgstr "Gebruikersnaam" -#: pretix/control/forms/event.py:944 +#: pretix/control/forms/event.py:943 msgid "Use STARTTLS" msgstr "Gebruik STARTTLS" -#: pretix/control/forms/event.py:945 +#: pretix/control/forms/event.py:944 msgid "Commonly enabled on port 587." msgstr "Vaak ingeschakeld op poort 587." -#: pretix/control/forms/event.py:949 +#: pretix/control/forms/event.py:948 msgid "Use SSL" msgstr "Gebruik SSL" -#: pretix/control/forms/event.py:950 +#: pretix/control/forms/event.py:949 msgid "Commonly enabled on port 465." msgstr "Vaak ingeschakeld op poort 465." -#: pretix/control/forms/event.py:979 pretix/control/forms/orders.py:465 -#: pretix/control/forms/orders.py:622 pretix/control/forms/vouchers.py:255 +#: pretix/control/forms/event.py:978 pretix/control/forms/orders.py:469 +#: pretix/control/forms/orders.py:626 pretix/control/forms/vouchers.py:255 #: pretix/plugins/sendmail/forms.py:49 #, python-brace-format msgid "Available placeholders: {list}" msgstr "Beschikbare plaatsaanduidingen: {list}" -#: pretix/control/forms/event.py:1014 +#: pretix/control/forms/event.py:1013 msgid "" "You can activate either SSL or STARTTLS security, but not both at the same " "time." @@ -7630,43 +7636,43 @@ msgstr "" "Je kan óf SSL óf STARTTLS-beveiliging inschakelen, maar niet allebei " "tegelijkertijd." -#: pretix/control/forms/event.py:1063 +#: pretix/control/forms/event.py:1062 msgid "Any country" msgstr "Ieder land" -#: pretix/control/forms/event.py:1064 +#: pretix/control/forms/event.py:1063 msgid "European Union" msgstr "Europese Unie" -#: pretix/control/forms/event.py:1076 +#: pretix/control/forms/event.py:1075 msgid "Any customer" msgstr "Iedere klant" -#: pretix/control/forms/event.py:1077 +#: pretix/control/forms/event.py:1076 msgid "Individual" msgstr "Particulier" -#: pretix/control/forms/event.py:1078 +#: pretix/control/forms/event.py:1077 msgid "Business" msgstr "Zakelijk" -#: pretix/control/forms/event.py:1079 +#: pretix/control/forms/event.py:1078 msgid "Business with valid VAT ID" msgstr "Zakelijk met geldig btw-nummer" -#: pretix/control/forms/event.py:1085 +#: pretix/control/forms/event.py:1084 msgid "Charge VAT" msgstr "Reken btw" -#: pretix/control/forms/event.py:1087 +#: pretix/control/forms/event.py:1086 msgid "No VAT" msgstr "Geen btw" -#: pretix/control/forms/event.py:1116 +#: pretix/control/forms/event.py:1115 msgid "Pre-selected voucher" msgstr "Voorgekozen voucher" -#: pretix/control/forms/event.py:1118 +#: pretix/control/forms/event.py:1117 msgid "" "If set, the widget will show products as if this voucher has been entered " "and when a product is bought via the widget, this voucher will be used. This " @@ -7678,11 +7684,11 @@ msgstr "" "voucher worden gebruikt. Dit kan bijvoorbeeld worden gebruikt om widgets te " "maken die korting geven of geheime producten aanbieden." -#: pretix/control/forms/event.py:1123 +#: pretix/control/forms/event.py:1122 msgid "Compatibility mode" msgstr "Compatibiliteitsmodus" -#: pretix/control/forms/event.py:1125 +#: pretix/control/forms/event.py:1124 msgid "" "Our regular widget doesn't work in all website builders. If you run into " "trouble, try using this compatibility mode." @@ -7690,33 +7696,33 @@ msgstr "" "Onze standaardwidget werkt niet in alle websitebouwers. Probeer deze " "compatibiliteitsmodus te gebruiken als je problemen ervaart." -#: pretix/control/forms/event.py:1146 +#: pretix/control/forms/event.py:1145 msgid "The given voucher code does not exist." msgstr "De gegeven vouchercode bestaat niet." -#: pretix/control/forms/event.py:1153 pretix/control/forms/organizer.py:48 +#: pretix/control/forms/event.py:1152 pretix/control/forms/organizer.py:48 #: pretix/control/views/shredder.py:108 msgid "The slug you entered was not correct." msgstr "De slug die je invoerde was onjuist." -#: pretix/control/forms/event.py:1157 pretix/control/forms/organizer.py:52 +#: pretix/control/forms/event.py:1156 pretix/control/forms/organizer.py:52 msgid "Event slug" msgstr "Evenementsslug" -#: pretix/control/forms/event.py:1188 +#: pretix/control/forms/event.py:1187 msgid "Ticket downloads" msgstr "Kaartjedownloads" -#: pretix/control/forms/event.py:1189 +#: pretix/control/forms/event.py:1188 msgid "Your customers will be able to download their tickets in PDF format." msgstr "" "Je klanten zullen in staat zijn om hun kaartjes in PDF-formaat te downloaden." -#: pretix/control/forms/event.py:1193 +#: pretix/control/forms/event.py:1192 msgid "Require all attendees to fill in their names" msgstr "Verplicht alle gasten om hun naam in te vullen" -#: pretix/control/forms/event.py:1194 +#: pretix/control/forms/event.py:1193 msgid "" "By default, we will ask for names but not require them. You can turn this " "off completely in the settings." @@ -7724,11 +7730,11 @@ msgstr "" "Standaard vragen we om namen maar verplichten we ze niet. Je kan het vragen " "naar namen uitschakelen in de instellingen." -#: pretix/control/forms/event.py:1220 +#: pretix/control/forms/event.py:1219 msgid "Payment via Stripe" msgstr "Betaling via Stripe" -#: pretix/control/forms/event.py:1221 +#: pretix/control/forms/event.py:1220 msgid "" "Stripe is an online payments processor supporting credit cards and lots of " "other payment options. To accept payments via Stripe, you will need to set " @@ -7740,11 +7746,11 @@ msgstr "" "je een Stripe-account aanmaken, wat minder dan vijf minuten duurt door hun " "simpele interface." -#: pretix/control/forms/event.py:1227 +#: pretix/control/forms/event.py:1226 msgid "Payment by bank transfer" msgstr "Betaling via bankoverschrijving" -#: pretix/control/forms/event.py:1228 +#: pretix/control/forms/event.py:1227 msgid "" "Your customers will be instructed to wire the money to your account. You can " "then import your bank statements to process the payments within pretix, or " @@ -7754,16 +7760,16 @@ msgstr "" "te maken. Je kan hierna je bankafschriften importeren om de betalingen in " "pretix te verwerken, of bestellingen handmatig als betaald aanmerken." -#: pretix/control/forms/event.py:1267 +#: pretix/control/forms/event.py:1266 #: pretix/control/templates/pretixcontrol/event/quick_setup.html:45 msgid "Price (optional)" msgstr "Prijs (optioneel)" -#: pretix/control/forms/event.py:1272 +#: pretix/control/forms/event.py:1271 msgid "Free" msgstr "Gratis" -#: pretix/control/forms/event.py:1277 +#: pretix/control/forms/event.py:1276 msgid "Quantity available" msgstr "Hoeveelheid beschikbaar" @@ -7784,7 +7790,7 @@ msgstr "Betaald (of geannuleerd met betaalde toeslag)" #: pretix/control/templates/pretixcontrol/items/question.html:21 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:8 #: pretix/control/templates/pretixcontrol/orders/overview.html:67 -#: pretix/plugins/reports/exporters.py:223 +#: pretix/plugins/reports/exporters.py:226 msgid "Pending" msgstr "Openstaand" @@ -7798,13 +7804,13 @@ msgstr "Openstaand (achterstallig)" msgid "Pending or paid" msgstr "Openstaand of betaald" -#: pretix/control/forms/filter.py:111 pretix/control/forms/filter.py:541 -#: pretix/control/forms/filter.py:946 +#: pretix/control/forms/filter.py:111 pretix/control/forms/filter.py:593 +#: pretix/control/forms/filter.py:998 #: pretix/control/templates/pretixcontrol/items/question.html:24 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:17 #: pretix/control/templates/pretixcontrol/orders/overview.html:60 #: pretix/control/templates/pretixcontrol/organizers/giftcards.html:76 -#: pretix/plugins/reports/exporters.py:219 +#: pretix/plugins/reports/exporters.py:222 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:20 msgid "Expired" msgstr "Verlopen" @@ -7818,7 +7824,7 @@ msgstr "Openstaand of verlopen" #: pretix/control/templates/pretixcontrol/items/question.html:26 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:19 #: pretix/control/templates/pretixcontrol/orders/overview.html:59 -#: pretix/plugins/reports/exporters.py:219 +#: pretix/plugins/reports/exporters.py:222 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:22 msgid "Canceled" msgstr "Geannuleerd" @@ -7845,8 +7851,8 @@ msgstr "Onderbetaald" msgid "Pending (but fully paid)" msgstr "Openstaand (maar volledig betaald)" -#: pretix/control/forms/filter.py:119 pretix/control/forms/filter.py:526 -#: pretix/control/forms/filter.py:529 +#: pretix/control/forms/filter.py:119 pretix/control/forms/filter.py:578 +#: pretix/control/forms/filter.py:581 #: pretix/control/templates/pretixcontrol/event/live.html:63 msgid "Test mode" msgstr "Testmodus" @@ -7855,28 +7861,28 @@ msgstr "Testmodus" msgid "Cancellation requested" msgstr "Annulering aangevraagd" -#: pretix/control/forms/filter.py:278 pretix/control/forms/filter.py:796 -#: pretix/control/forms/filter.py:1006 pretix/control/forms/vouchers.py:112 +#: pretix/control/forms/filter.py:278 pretix/control/forms/filter.py:848 +#: pretix/control/forms/filter.py:1058 pretix/control/forms/vouchers.py:112 #: pretix/control/templates/pretixcontrol/items/question.html:29 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:99 msgid "All products" msgstr "Alle producten" -#: pretix/control/forms/filter.py:282 pretix/control/forms/filter.py:1010 +#: pretix/control/forms/filter.py:282 pretix/control/forms/filter.py:1062 #: pretix/control/forms/vouchers.py:100 pretix/control/views/typeahead.py:514 #, python-brace-format msgid "{product} – Any variation" msgstr "{product} – Elke variant" #: pretix/control/forms/filter.py:341 pretix/control/forms/filter.py:346 -#: pretix/control/forms/filter.py:617 pretix/control/forms/filter.py:622 +#: pretix/control/forms/filter.py:669 pretix/control/forms/filter.py:674 msgid "All organizers" msgstr "Alle organisatoren" -#: pretix/control/forms/filter.py:381 pretix/control/forms/filter.py:528 -#: pretix/control/forms/filter.py:537 pretix/control/forms/filter.py:860 -#: pretix/control/forms/filter.py:869 pretix/control/forms/filter.py:941 -#: pretix/control/forms/filter.py:954 +#: pretix/control/forms/filter.py:433 pretix/control/forms/filter.py:580 +#: pretix/control/forms/filter.py:589 pretix/control/forms/filter.py:912 +#: pretix/control/forms/filter.py:921 pretix/control/forms/filter.py:993 +#: pretix/control/forms/filter.py:1006 #: pretix/control/templates/pretixcontrol/checkin/lists.html:104 #: pretix/control/templates/pretixcontrol/checkin/lists.html:116 #: pretix/control/templates/pretixcontrol/organizers/devices.html:72 @@ -7886,202 +7892,202 @@ msgstr "Alle organisatoren" msgid "All" msgstr "Alle" -#: pretix/control/forms/filter.py:383 pretix/control/forms/filter.py:603 +#: pretix/control/forms/filter.py:435 pretix/control/forms/filter.py:655 msgid "Shop live and presale running" msgstr "Winkel live en voorverkoop actief" -#: pretix/control/forms/filter.py:384 pretix/control/forms/filter.py:862 +#: pretix/control/forms/filter.py:436 pretix/control/forms/filter.py:914 msgid "Inactive" msgstr "Uitgeschakeld" -#: pretix/control/forms/filter.py:396 pretix/control/forms/subevents.py:287 +#: pretix/control/forms/filter.py:448 pretix/control/forms/subevents.py:287 #: pretix/control/forms/subevents.py:326 msgid "Weekday" msgstr "Weekdag" -#: pretix/control/forms/filter.py:398 +#: pretix/control/forms/filter.py:450 msgid "All days" msgstr "Alle dagen" -#: pretix/control/forms/filter.py:399 +#: pretix/control/forms/filter.py:451 msgid "Monday" msgstr "Maandag" -#: pretix/control/forms/filter.py:400 +#: pretix/control/forms/filter.py:452 msgid "Tuesday" msgstr "Dinsdag" -#: pretix/control/forms/filter.py:401 +#: pretix/control/forms/filter.py:453 msgid "Wednesday" msgstr "Woensdag" -#: pretix/control/forms/filter.py:402 +#: pretix/control/forms/filter.py:454 msgid "Thursday" msgstr "Donderdag" -#: pretix/control/forms/filter.py:403 +#: pretix/control/forms/filter.py:455 msgid "Friday" msgstr "Vrijdag" -#: pretix/control/forms/filter.py:404 +#: pretix/control/forms/filter.py:456 msgid "Saturday" msgstr "Zaterdag" -#: pretix/control/forms/filter.py:405 +#: pretix/control/forms/filter.py:457 msgid "Sunday" msgstr "Zondag" -#: pretix/control/forms/filter.py:530 +#: pretix/control/forms/filter.py:582 msgid "Live" msgstr "Live" -#: pretix/control/forms/filter.py:535 pretix/control/forms/filter.py:538 +#: pretix/control/forms/filter.py:587 pretix/control/forms/filter.py:590 msgid "Empty" msgstr "Leeg" -#: pretix/control/forms/filter.py:539 +#: pretix/control/forms/filter.py:591 msgid "Valid and with value" msgstr "Geldig en met waarde" -#: pretix/control/forms/filter.py:540 +#: pretix/control/forms/filter.py:592 msgid "Expired and with value" msgstr "Verlopen en met waarde" -#: pretix/control/forms/filter.py:546 pretix/control/forms/filter.py:548 -#: pretix/control/forms/filter.py:876 pretix/control/forms/filter.py:878 +#: pretix/control/forms/filter.py:598 pretix/control/forms/filter.py:600 +#: pretix/control/forms/filter.py:928 pretix/control/forms/filter.py:930 msgid "Search query" msgstr "Zoekopdracht" -#: pretix/control/forms/filter.py:601 +#: pretix/control/forms/filter.py:653 msgid "All events" msgstr "Alle evenementen" -#: pretix/control/forms/filter.py:602 +#: pretix/control/forms/filter.py:654 msgid "Shop live" msgstr "Winkel is live" -#: pretix/control/forms/filter.py:604 +#: pretix/control/forms/filter.py:656 msgid "Shop not live" msgstr "Winkel is niet live" -#: pretix/control/forms/filter.py:607 +#: pretix/control/forms/filter.py:659 msgid "Single event running or in the future" msgstr "Enkel evenement bezig of in de toekomst" -#: pretix/control/forms/filter.py:608 +#: pretix/control/forms/filter.py:660 msgid "Single event in the past" msgstr "Enkel evenement in het verleden" -#: pretix/control/forms/filter.py:775 pretix/control/forms/filter.py:777 +#: pretix/control/forms/filter.py:827 pretix/control/forms/filter.py:829 msgid "Search attendee…" msgstr "Zoek gast…" -#: pretix/control/forms/filter.py:783 +#: pretix/control/forms/filter.py:835 msgid "Check-in status" msgstr "Incheckstatus" -#: pretix/control/forms/filter.py:785 +#: pretix/control/forms/filter.py:837 msgid "All attendees" msgstr "Alle gasten" -#: pretix/control/forms/filter.py:786 +#: pretix/control/forms/filter.py:838 msgctxt "checkin state" msgid "Present" msgstr "Aanwezig" -#: pretix/control/forms/filter.py:787 +#: pretix/control/forms/filter.py:839 #: pretix/control/templates/pretixcontrol/checkin/index.html:131 #: pretix/control/templates/pretixcontrol/checkin/lists.html:73 -#: pretix/plugins/checkinlists/exporters.py:337 +#: pretix/plugins/checkinlists/exporters.py:396 msgid "Checked in" msgstr "Ingecheckt" -#: pretix/control/forms/filter.py:788 +#: pretix/control/forms/filter.py:840 #: pretix/control/templates/pretixcontrol/checkin/index.html:126 msgid "Not checked in" msgstr "Niet ingecheckt" -#: pretix/control/forms/filter.py:867 pretix/control/forms/filter.py:870 +#: pretix/control/forms/filter.py:919 pretix/control/forms/filter.py:922 #: pretix/control/templates/pretixcontrol/users/index.html:47 msgid "Administrator" msgstr "Beheerder" -#: pretix/control/forms/filter.py:871 +#: pretix/control/forms/filter.py:923 msgid "No administrator" msgstr "Geen beheerder" -#: pretix/control/forms/filter.py:942 +#: pretix/control/forms/filter.py:994 msgid "Valid" msgstr "Geldig" -#: pretix/control/forms/filter.py:943 +#: pretix/control/forms/filter.py:995 msgid "Unredeemed" msgstr "Onverzilverd" -#: pretix/control/forms/filter.py:944 +#: pretix/control/forms/filter.py:996 msgid "Redeemed at least once" msgstr "Ten minste één keer verzilverd" -#: pretix/control/forms/filter.py:945 +#: pretix/control/forms/filter.py:997 msgid "Fully redeemed" msgstr "Volledig verzilverd" -#: pretix/control/forms/filter.py:947 +#: pretix/control/forms/filter.py:999 msgid "Redeemed and checked in with ticket" msgstr "Verzilverd en ingecheckt met kaartje" -#: pretix/control/forms/filter.py:952 +#: pretix/control/forms/filter.py:1004 msgid "Quota handling" msgstr "Quotumgedrag" -#: pretix/control/forms/filter.py:956 +#: pretix/control/forms/filter.py:1008 msgid "Allow to ignore quota" msgstr "Sta toe om quotum te negeren" -#: pretix/control/forms/filter.py:961 pretix/control/forms/filter.py:963 +#: pretix/control/forms/filter.py:1013 pretix/control/forms/filter.py:1015 msgid "Filter by tag" msgstr "Filteren op tag" -#: pretix/control/forms/filter.py:968 pretix/control/forms/filter.py:970 +#: pretix/control/forms/filter.py:1020 pretix/control/forms/filter.py:1022 msgid "Search voucher" msgstr "Zoek voucher" -#: pretix/control/forms/filter.py:1016 pretix/control/forms/vouchers.py:91 +#: pretix/control/forms/filter.py:1068 pretix/control/forms/vouchers.py:91 #: pretix/control/views/typeahead.py:522 pretix/control/views/typeahead.py:526 #: pretix/control/views/vouchers.py:81 #, python-brace-format msgid "Any product in quota \"{quota}\"" msgstr "Ieder product in quotum \"{quota}\"" -#: pretix/control/forms/filter.py:1132 +#: pretix/control/forms/filter.py:1184 msgid "Refund status" msgstr "Terugbetalingsstatus" -#: pretix/control/forms/filter.py:1134 +#: pretix/control/forms/filter.py:1186 msgid "All open refunds" msgstr "Alle openstaande terugbetalingen" -#: pretix/control/forms/filter.py:1135 +#: pretix/control/forms/filter.py:1187 msgid "All refunds" msgstr "Alle terugbetalingen" -#: pretix/control/forms/filter.py:1171 +#: pretix/control/forms/filter.py:1223 msgid "Date filter" msgstr "Datumfilter" -#: pretix/control/forms/filter.py:1173 +#: pretix/control/forms/filter.py:1225 msgid "Filter by…" msgstr "Filteren op…" -#: pretix/control/forms/filter.py:1175 +#: pretix/control/forms/filter.py:1227 msgid "Date of last successful payment" msgstr "Datum van laatste geslaagde betaling" -#: pretix/control/forms/filter.py:1180 +#: pretix/control/forms/filter.py:1232 msgid "Date from" msgstr "Datum vanaf" -#: pretix/control/forms/filter.py:1185 +#: pretix/control/forms/filter.py:1237 msgid "Date until" msgstr "Datum tot" @@ -8304,8 +8310,8 @@ msgstr "Je hebt twee keer hetzelfde gebundelde product geselecteerd" msgid "Bundled product" msgstr "Gebundeld product" -#: pretix/control/forms/item.py:735 pretix/control/forms/orders.py:260 -#: pretix/control/forms/orders.py:394 +#: pretix/control/forms/item.py:735 pretix/control/forms/orders.py:264 +#: pretix/control/forms/orders.py:398 msgid "inactive" msgstr "uitgeschakeld" @@ -8338,11 +8344,11 @@ msgstr "Maak bestellingen als bestellingen uit de testmodus aan" msgid "CSV column: \"{name}\"" msgstr "CSV-kolom: \"{name}\"" -#: pretix/control/forms/orders.py:33 +#: pretix/control/forms/orders.py:34 msgid "Overbook quota" msgstr "Overboek quotum" -#: pretix/control/forms/orders.py:34 +#: pretix/control/forms/orders.py:35 msgid "" "If you check this box, this operation will be performed even if it leads to " "an overbooked quota and you having sold more tickets than you planned!" @@ -8350,11 +8356,11 @@ msgstr "" "Als je deze optie kiest wordt de actie uitgevoerd zelfs als dit tot een " "overboekt quotum en dus meer kaartjes hebben verkocht dan je van plan was!" -#: pretix/control/forms/orders.py:78 +#: pretix/control/forms/orders.py:79 msgid "Overbook quota and ignore late payment" msgstr "Overboek quotum en negeer late betaling" -#: pretix/control/forms/orders.py:79 +#: pretix/control/forms/orders.py:80 msgid "" "If you check this box, this operation will be performed even if it leads to " "an overbooked quota and you having sold more tickets than you planned! The " @@ -8366,16 +8372,16 @@ msgstr "" "leidt! De actie zal ook onafhankelijk van de instellingen voor late " "betalingen worden uitgevoerd." -#: pretix/control/forms/orders.py:105 +#: pretix/control/forms/orders.py:106 #: pretix/control/templates/pretixcontrol/order/deny.html:19 msgid "Notify user by e-mail" msgstr "Stel de gebruiker per e-mail op de hoogte" -#: pretix/control/forms/orders.py:112 +#: pretix/control/forms/orders.py:113 msgid "Keep a cancellation fee of" msgstr "Houd annuleringskosten in van" -#: pretix/control/forms/orders.py:113 +#: pretix/control/forms/orders.py:114 msgid "" "If you keep a fee, all positions within this order will be canceled and the " "order will be reduced to a paid cancellation fee. Payment and shipping fees " @@ -8389,24 +8395,24 @@ msgstr "" "tel deze op bij de annuleringskosten als je deze kosten niet terug wilt " "betalen. Voer een bruto bedrag in, belasting zal automatisch worden berekend." -#: pretix/control/forms/orders.py:141 +#: pretix/control/forms/orders.py:145 msgid "Payment amount" msgstr "Te betalen bedrag" -#: pretix/control/forms/orders.py:145 +#: pretix/control/forms/orders.py:149 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/control.html:7 -#: pretix/plugins/reports/exporters.py:319 -#: pretix/plugins/reports/exporters.py:381 -#: pretix/plugins/reports/exporters.py:491 -#: pretix/plugins/reports/exporters.py:520 +#: pretix/plugins/reports/exporters.py:322 +#: pretix/plugins/reports/exporters.py:384 +#: pretix/plugins/reports/exporters.py:494 +#: pretix/plugins/reports/exporters.py:523 msgid "Payment date" msgstr "Betaaldatum" -#: pretix/control/forms/orders.py:183 +#: pretix/control/forms/orders.py:187 msgid "Re-calculate taxes" msgstr "Herbereken belasting" -#: pretix/control/forms/orders.py:186 +#: pretix/control/forms/orders.py:190 msgid "" "This operation re-checks if taxes should be paid to the items due to e.g. " "configured reverse charge rules and changes the prices and tax values " @@ -8421,11 +8427,11 @@ msgstr "" "wanneer je het nodig hebt. Merk op dat afrondverschillen kunnen optreden in " "deze procedure." -#: pretix/control/forms/orders.py:192 +#: pretix/control/forms/orders.py:196 msgid "Issue a new invoice if required" msgstr "Genereer indien nodig een nieuwe factuur" -#: pretix/control/forms/orders.py:196 +#: pretix/control/forms/orders.py:200 msgid "" "If an invoice exists for this order and this operation would change its " "contents, the old invoice will be canceled and a new invoice will be issued." @@ -8434,68 +8440,68 @@ msgstr "" "handeling wordt aangepast annuleren we de oude factuur en genereren we een " "nieuwe factuur." -#: pretix/control/forms/orders.py:201 +#: pretix/control/forms/orders.py:205 msgid "Notify user" msgstr "Stel gebruiker op de hoogte" -#: pretix/control/forms/orders.py:205 +#: pretix/control/forms/orders.py:209 msgid "" "Send an email to the customer notifying that their order has been changed." msgstr "" "Stuur een e-mail naar de gebruiker om te melden dat de bestelling is " "veranderd." -#: pretix/control/forms/orders.py:209 +#: pretix/control/forms/orders.py:213 msgid "Allow to overbook quotas when performing this operation" msgstr "Quota overboeken bij deze actie toestaan" -#: pretix/control/forms/orders.py:225 +#: pretix/control/forms/orders.py:229 msgid "Add-on to" msgstr "Add-on voor" -#: pretix/control/forms/orders.py:230 +#: pretix/control/forms/orders.py:234 #: pretix/control/templates/pretixcontrol/checkin/index.html:70 #: pretix/control/templates/pretixcontrol/order/change.html:118 #: pretix/control/views/vouchers.py:70 msgid "Seat" msgstr "Zitplaats" -#: pretix/control/forms/orders.py:237 +#: pretix/control/forms/orders.py:241 msgid "Including taxes, if any. Keep empty for the product's default price" msgstr "" "Inclusief belasting, indien van toepassing. Laat dit leeg voor de " "standaardprijs van het product" -#: pretix/control/forms/orders.py:335 pretix/control/forms/orders.py:339 -#: pretix/control/forms/orders.py:378 pretix/control/forms/orders.py:389 +#: pretix/control/forms/orders.py:339 pretix/control/forms/orders.py:343 +#: pretix/control/forms/orders.py:382 pretix/control/forms/orders.py:393 msgid "(Unchanged)" msgstr "(Onveranderd)" -#: pretix/control/forms/orders.py:345 pretix/control/forms/orders.py:412 +#: pretix/control/forms/orders.py:349 pretix/control/forms/orders.py:416 msgid "New price (gross)" msgstr "Nieuwe prijs (bruto)" -#: pretix/control/forms/orders.py:349 +#: pretix/control/forms/orders.py:353 msgid "Generate a new secret" msgstr "Genereer een nieuw geheim" -#: pretix/control/forms/orders.py:353 +#: pretix/control/forms/orders.py:357 msgid "Cancel this position" msgstr "Annuleer deze plaats" -#: pretix/control/forms/orders.py:357 +#: pretix/control/forms/orders.py:361 msgid "Split into new order" msgstr "Splitsen naar nieuwe bestelling" -#: pretix/control/forms/orders.py:416 +#: pretix/control/forms/orders.py:420 msgid "Remove this fee" msgstr "Verwijder deze toeslag" -#: pretix/control/forms/orders.py:430 +#: pretix/control/forms/orders.py:434 msgid "Invalidate secrets" msgstr "Hergenereer geheimen" -#: pretix/control/forms/orders.py:431 +#: pretix/control/forms/orders.py:435 msgid "" "Regenerates the order and ticket secrets. You will need to re-send the link " "to the order page to the user and the user will need to download his tickets " @@ -8505,30 +8511,30 @@ msgstr "" "opnieuw de link naar de bestelpagina verzenden, en de gebruikers moeten " "opnieuw hun kaartjes downloaden. Oude versies zullen ongeldig zijn." -#: pretix/control/forms/orders.py:456 pretix/control/forms/orders.py:639 -#: pretix/control/forms/orders.py:666 pretix/control/forms/vouchers.py:222 +#: pretix/control/forms/orders.py:460 pretix/control/forms/orders.py:643 +#: pretix/control/forms/orders.py:670 pretix/control/forms/vouchers.py:222 #: pretix/plugins/sendmail/forms.py:21 pretix/plugins/sendmail/forms.py:76 msgid "Subject" msgstr "Onderwerp" -#: pretix/control/forms/orders.py:480 +#: pretix/control/forms/orders.py:484 msgid "Recipient" msgstr "Ontvanger" -#: pretix/control/forms/orders.py:486 pretix/control/forms/orders.py:647 -#: pretix/control/forms/orders.py:674 pretix/control/forms/vouchers.py:228 +#: pretix/control/forms/orders.py:490 pretix/control/forms/orders.py:651 +#: pretix/control/forms/orders.py:678 pretix/control/forms/vouchers.py:228 #: pretix/plugins/sendmail/forms.py:22 pretix/plugins/sendmail/forms.py:81 msgid "Message" msgstr "Bericht" -#: pretix/control/forms/orders.py:499 +#: pretix/control/forms/orders.py:503 msgid "" "Cancel the order. All tickets will no longer work. This can not be reverted." msgstr "" "Annuleer de bestelling. Alle kaartjes zullen niet meer werken. Dit kan niet " "worden teruggedraaid." -#: pretix/control/forms/orders.py:500 +#: pretix/control/forms/orders.py:504 msgid "" "Mark the order as pending and allow the user to pay the open amount with " "another payment method." @@ -8536,34 +8542,34 @@ msgstr "" "Markeer de bestelling als 'openstaand' en sta de gebruiker toe het " "openstaande bedrag met een andere betalingsmethode te betalen." -#: pretix/control/forms/orders.py:502 +#: pretix/control/forms/orders.py:506 msgid "Do nothing and keep the order as it is." msgstr "Doe niets en houd de bestelling in de huidige staat." -#: pretix/control/forms/orders.py:529 +#: pretix/control/forms/orders.py:533 msgid "The refund amount needs to be positive and less than {}." msgstr "Het bedrag van de terugbetaling moet positief zijn en minder dan {}." -#: pretix/control/forms/orders.py:535 +#: pretix/control/forms/orders.py:539 msgid "You need to specify an amount for a partial refund." msgstr "Je moet een bedrag opgeven voor een gedeeltelijke terugbetaling." -#: pretix/control/forms/orders.py:547 +#: pretix/control/forms/orders.py:551 msgid "Cancel all dates" msgstr "Annuleer alle datums" -#: pretix/control/forms/orders.py:552 +#: pretix/control/forms/orders.py:556 msgid "Automatically refund money if possible" msgstr "Geld automatisch terugbetalen indien mogelijk" -#: pretix/control/forms/orders.py:557 +#: pretix/control/forms/orders.py:561 msgid "" "Create manual refund if the payment method odes not support automatic refunds" msgstr "" "Maak handmatige terugbetaling als de betalingsmethode geen automatische " "terugbetalingen ondersteunt" -#: pretix/control/forms/orders.py:561 +#: pretix/control/forms/orders.py:565 msgid "" "If checked, all payments with a payment method not supporting automatic " "refunds will be on your manual refund to-do list. Do not check if you want " @@ -8576,7 +8582,7 @@ msgstr "" "bestellingen wilt terugbetalen door het bedrag te verrekenen met andere " "bestellingen of door cadeaubonnen uit te geven." -#: pretix/control/forms/orders.py:566 +#: pretix/control/forms/orders.py:570 msgid "" "Refund order value to a gift card instead instead of the original payment " "method" @@ -8584,19 +8590,19 @@ msgstr "" "Geldbedrag als cadeaubon uitgeven in plaats van een terugbetaling naar de " "oorspronkelijke betalingsmethode" -#: pretix/control/forms/orders.py:572 +#: pretix/control/forms/orders.py:576 msgid "Gift card validity" msgstr "Geldigheid van cadeaubonnen" -#: pretix/control/forms/orders.py:579 +#: pretix/control/forms/orders.py:583 msgid "Special terms and conditions" msgstr "Bijzondere voorwaarden" -#: pretix/control/forms/orders.py:596 +#: pretix/control/forms/orders.py:600 msgid "Keep fees" msgstr "Houd toeslagen in" -#: pretix/control/forms/orders.py:599 +#: pretix/control/forms/orders.py:603 msgid "" "The selected types of fees will not be refunded but instead added to the " "cancellation fee. Fees are never refunded in when an order in an event " @@ -8609,20 +8615,20 @@ msgstr "" "gedeeltelijk wordt geannuleerd, omdat de bestelling dan uit kaartjes voor " "meerdere datums bestaat." -#: pretix/control/forms/orders.py:605 +#: pretix/control/forms/orders.py:609 msgid "Send information via email" msgstr "Stuur informatie via e-mail" -#: pretix/control/forms/orders.py:611 +#: pretix/control/forms/orders.py:615 msgid "Send information to waiting list" msgstr "Stuur informatie naar wachtlijst" -#: pretix/control/forms/orders.py:642 pretix/control/forms/orders.py:668 +#: pretix/control/forms/orders.py:646 pretix/control/forms/orders.py:672 #, python-brace-format msgid "Canceled: {event}" msgstr "Geannuleerd: {event}" -#: pretix/control/forms/orders.py:653 +#: pretix/control/forms/orders.py:657 #, python-brace-format msgid "" "Hello,\n" @@ -8653,7 +8659,7 @@ msgstr "" "Met vriendelijke groet,\n" "Organisatie van {event}" -#: pretix/control/forms/orders.py:680 +#: pretix/control/forms/orders.py:684 #, python-brace-format msgid "" "Hello,\n" @@ -8675,7 +8681,7 @@ msgstr "" "Met vriendelijke groet,\n" "Organisatie van {event}" -#: pretix/control/forms/orders.py:711 +#: pretix/control/forms/orders.py:715 msgid "Please confirm that you want to cancel ALL dates in this event series." msgstr "Bevestig dat je ALLE datums in deze evenementenreeks wilt annuleren." @@ -8737,7 +8743,7 @@ msgstr "Homepagina-tekst" msgid "This will be displayed on the organizer homepage." msgstr "Dit zal worden getoond op de homepagina van de organisator." -#: pretix/control/forms/organizer.py:279 +#: pretix/control/forms/organizer.py:280 msgid "" "If you provide a logo image, we will by default not show your organization " "name in the page header. By default, we show your logo with a size of up to " @@ -8751,11 +8757,11 @@ msgstr "" "We raden aan om geen kleine details op de afbeelding te gebruiken, omdat de " "afbeelding op kleinere schermen zal worden geschaald." -#: pretix/control/forms/organizer.py:298 +#: pretix/control/forms/organizer.py:299 msgid "Show availability in event overviews" msgstr "Toon beschikbaarheid in evenementsoverzichten" -#: pretix/control/forms/organizer.py:299 +#: pretix/control/forms/organizer.py:300 msgid "" "If checked, the list of events will show if events are sold out. This might " "make for longer page loading times if you have lots of events and the shown " @@ -8766,20 +8772,20 @@ msgstr "" "laden van je pagina langer duurt, en de getoonde status kan tot twee minuten " "achterlopen." -#: pretix/control/forms/organizer.py:305 +#: pretix/control/forms/organizer.py:306 msgid "Link back to organizer overview on all event pages" msgstr "Link terug naar het organisatoroverzicht op alle evenementspagina's" -#: pretix/control/forms/organizer.py:312 +#: pretix/control/forms/organizer.py:313 msgid "" "Choose all languages that your organizer homepage should be available in." msgstr "Kies alle talen waarin je organisatorpagina beschikbaar moet zijn." -#: pretix/control/forms/organizer.py:323 +#: pretix/control/forms/organizer.py:324 msgid "Favicon" msgstr "Favicon" -#: pretix/control/forms/organizer.py:326 +#: pretix/control/forms/organizer.py:328 msgid "" "If you provide a favicon, we will show it instead of the default pretix " "icon. We recommend a size of at least 200x200px to accommodate most devices." @@ -8788,11 +8794,11 @@ msgstr "" "pretix-icoon. We raden een grootte van ten minste 200x200px aan, om de " "meeste apparaten te ondersteunen." -#: pretix/control/forms/organizer.py:330 +#: pretix/control/forms/organizer.py:332 msgid "Length of gift card codes" msgstr "Lengte van cadeauboncodes" -#: pretix/control/forms/organizer.py:331 +#: pretix/control/forms/organizer.py:333 msgid "" "The system generates by default {}-character long gift card codes. However, " "if a different length is required, it can be set here." @@ -8800,11 +8806,11 @@ msgstr "" "Het systeem genereert standaard cadeauboncodes van {} tekens. Als je een " "andere lengte in wilt stellen kan dit hier." -#: pretix/control/forms/organizer.py:336 +#: pretix/control/forms/organizer.py:338 msgid "Validity of gift card codes in years" msgstr "Geldigheid van cadeauboncodes in jaren" -#: pretix/control/forms/organizer.py:337 +#: pretix/control/forms/organizer.py:339 msgid "" "If you set a number here, gift cards will by default expire at the end of " "the year after this many years. If you keep it empty, gift cards do not have " @@ -8814,12 +8820,12 @@ msgstr "" "het jaar verlopen na dit aantal jaren. Als je deze waarde leeg laat hebben " "cadeaubonnen geen expliciete verloopdatum." -#: pretix/control/forms/organizer.py:352 +#: pretix/control/forms/organizer.py:354 msgctxt "webhooks" msgid "Event types" msgstr "Evenementstypes" -#: pretix/control/forms/organizer.py:383 +#: pretix/control/forms/organizer.py:385 msgid "Gift card value" msgstr "Waarde van cadeaubon" @@ -10502,7 +10508,7 @@ msgstr "CSV" #: pretix/control/templates/pretixcontrol/organizers/detail.html:43 #: pretix/control/templates/pretixcontrol/organizers/giftcards.html:38 #: pretix/control/templates/pretixcontrol/organizers/index.html:18 -#: pretix/control/templates/pretixcontrol/search/orders.html:27 +#: pretix/control/templates/pretixcontrol/search/orders.html:33 #: pretix/control/templates/pretixcontrol/subevents/index.html:41 #: pretix/control/templates/pretixcontrol/users/index.html:22 #: pretix/control/templates/pretixcontrol/vouchers/index.html:54 @@ -10589,7 +10595,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/order/pay.html:33 #: pretix/control/templates/pretixcontrol/order/pay_complete.html:28 #: pretix/control/templates/pretixcontrol/order/reactivate.html:30 -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:155 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:169 #: pretix/control/templates/pretixcontrol/order/refund_done.html:26 #: pretix/control/templates/pretixcontrol/order/refund_process.html:47 #: pretix/control/templates/pretixcontrol/order/refund_start.html:51 @@ -10641,9 +10647,9 @@ msgstr "Verwijderen" #: pretix/control/templates/pretixcontrol/checkin/list_edit.html:10 #: pretix/control/templates/pretixcontrol/checkin/list_edit.html:17 -#: pretix/plugins/checkinlists/exporters.py:38 -#: pretix/plugins/checkinlists/exporters.py:88 -#: pretix/plugins/checkinlists/exporters.py:315 +#: pretix/plugins/checkinlists/exporters.py:39 +#: pretix/plugins/checkinlists/exporters.py:107 +#: pretix/plugins/checkinlists/exporters.py:374 #: pretix/plugins/pretixdroid/forms.py:39 #: pretix/plugins/pretixdroid/models.py:24 #: pretix/plugins/pretixdroid/templates/pretixplugins/pretixdroid/configuration.html:79 @@ -11465,7 +11471,7 @@ msgid "Installed plugins" msgstr "Geïnstalleerde plugins" #: pretix/control/templates/pretixcontrol/event/plugins.html:10 -#: pretix/control/views/checkin.py:260 pretix/control/views/event.py:177 +#: pretix/control/views/checkin.py:264 pretix/control/views/event.py:177 #: pretix/control/views/event.py:317 pretix/control/views/event.py:396 #: pretix/control/views/event.py:436 pretix/control/views/event.py:594 #: pretix/control/views/event.py:785 pretix/control/views/event.py:1135 @@ -11653,14 +11659,14 @@ msgid "Basics" msgstr "Basisinstellingen" #: pretix/control/templates/pretixcontrol/event/settings.html:31 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:44 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:46 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:349 #: pretix/control/templates/pretixcontrol/subevents/detail.html:32 msgid "Geo coordinates" msgstr "Geo-coördinaten" #: pretix/control/templates/pretixcontrol/event/settings.html:32 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:45 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:47 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:271 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:275 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:350 @@ -11669,7 +11675,7 @@ msgid "Optional" msgstr "Optioneel" #: pretix/control/templates/pretixcontrol/event/settings.html:39 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:52 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:54 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:357 #: pretix/control/templates/pretixcontrol/subevents/detail.html:40 msgid "Geocoding data © OpenStreetMap" @@ -11701,7 +11707,7 @@ msgid "Shop design" msgstr "Winkelontwerp" #: pretix/control/templates/pretixcontrol/event/settings.html:124 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:74 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:76 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:392 #: pretix/control/templates/pretixcontrol/subevents/detail.html:76 msgid "Timeline" @@ -11985,7 +11991,7 @@ msgid "" "We strongly recommend against using short forms of more then 16 characters." msgstr "We raden sterk af om korte vormen te gebruiken van meer dan 16 tekens." -#: pretix/control/templates/pretixcontrol/events/create_basics.html:68 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:70 msgid "Display settings" msgstr "Weergaveinstellingen" @@ -12009,7 +12015,40 @@ msgstr "" "instellingen handmatig aanpassen, bijvoorbeeld datum- en tijdsinstellingen, " "en teksten die de evenementsnaam bevatten." -#: pretix/control/templates/pretixcontrol/events/create_foundation.html:10 +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:13 +msgid "Singular event or non-event shop" +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:15 +msgid "" +"An event with individual configuration. If you create more events later, you " +"can copy the event to save yourself some work." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:21 +msgid "" +"Examples: Conferences, workshops, trade fairs, one-off concerts, sale of " +"digital content, multi-day events with combination tickets." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:32 +msgid "Event series or time slot booking" +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:34 +msgid "" +"A series of events that share the same configuration. They can still be " +"different in their dates, locations, prices, and capacities." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:40 +msgid "" +"Examples: Multiple presentations of the same show, same concert in multiple " +"locations, museums, libraries, or swimming pools, events that need to be " +"booked together in one cart." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:53 msgid "" "Please note that you will only be able to delete your event until the first " "order has been created." @@ -12485,8 +12524,8 @@ msgstr "Vraag bewerken" #: pretix/control/templates/pretixcontrol/items/question.html:20 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:14 #: pretix/control/templates/pretixcontrol/orders/overview.html:68 -#: pretix/plugins/checkinlists/exporters.py:343 -#: pretix/plugins/reports/exporters.py:223 +#: pretix/plugins/checkinlists/exporters.py:402 +#: pretix/plugins/reports/exporters.py:226 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:17 msgid "Paid" msgstr "Betaald" @@ -13381,10 +13420,10 @@ msgstr "Belastingen" #: pretix/control/templates/pretixcontrol/order/index.html:550 #: pretix/control/templates/pretixcontrol/orders/overview.html:69 #: pretix/control/templates/pretixcontrol/orders/overview.html:146 -#: pretix/plugins/reports/exporters.py:223 -#: pretix/plugins/reports/exporters.py:278 -#: pretix/plugins/reports/exporters.py:447 -#: pretix/plugins/reports/exporters.py:591 +#: pretix/plugins/reports/exporters.py:226 +#: pretix/plugins/reports/exporters.py:281 +#: pretix/plugins/reports/exporters.py:450 +#: pretix/plugins/reports/exporters.py:594 #: pretix/presale/templates/pretixpresale/event/fragment_cart.html:292 msgid "Total" msgstr "Totaal" @@ -13596,54 +13635,54 @@ msgctxt "amount_label" msgid "Automatically refund" msgstr "Automatisch terugbetalen" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:59 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:63 msgid "Automatically refund full amount" msgstr "Automatisch volledig bedrag terugbetalen" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:62 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:66 msgid "This payment method does not support automatic refunds." msgstr "Deze betalingsmethode ondersteunt geen automatische terugbetalingen." -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:70 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:74 msgid "Transfer to other order" msgstr "Overdragen aan andere bestelling" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:73 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:77 msgctxt "amount_label" msgid "Transfer" msgstr "Overdragen" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:81 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:85 msgctxt "order_label" msgid "to" msgstr "aan" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:91 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:95 #: pretix/control/templates/pretixcontrol/organizers/giftcard_create.html:5 msgid "Create a new gift card" msgstr "Nieuwe cadeaubon aanmaken" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:103 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:113 msgid "" "The gift card can be used to buy tickets for all events of this organizer." msgstr "" "Deze cadeaubon kan worden gebruikt om kaartjes te kopen voor alle " "evenementen van deze organisator." -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:111 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:121 msgid "Manual refund" msgstr "Handmatige terugbetaling" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:114 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:124 msgctxt "amount_label" msgid "Manually refund" msgstr "Handmatig terugbetalen" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:125 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:139 msgid "Keep transfer as to do" msgstr "Houd overschrijving als uit te voeren" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:129 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:143 #: pretix/control/templates/pretixcontrol/order/refund_done.html:5 #: pretix/control/templates/pretixcontrol/order/refund_done.html:9 #: pretix/control/templates/pretixcontrol/order/refund_process.html:6 @@ -13651,7 +13690,7 @@ msgstr "Houd overschrijving als uit te voeren" msgid "Mark refund as done" msgstr "Markeer terugbetaling als uitgevoerd" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:139 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:153 msgid "" "Any payments that you selected for automatical refunds will be immediately " "communicate the refund request to the respective payment provider. Manual " @@ -13664,7 +13703,7 @@ msgstr "" "terugbetalingen, je kan deze later als uitgevoerd markeren, wanneer je " "daadwerkelijk het geld hebt overgemaakt naar de klant." -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:160 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:174 msgid "Perform refund" msgstr "Terugbetaling uitvoeren" @@ -13920,29 +13959,29 @@ msgid "Remove filter" msgstr "Verwijder filter" #: pretix/control/templates/pretixcontrol/orders/index.html:132 -#: pretix/control/templates/pretixcontrol/search/orders.html:78 +#: pretix/control/templates/pretixcontrol/search/orders.html:83 msgid "CANCELLATION REQUESTED" msgstr "ANNULERING AANGEVRAAGD" #: pretix/control/templates/pretixcontrol/orders/index.html:135 #: pretix/control/templates/pretixcontrol/orders/index.html:137 -#: pretix/control/templates/pretixcontrol/search/orders.html:81 -#: pretix/control/templates/pretixcontrol/search/orders.html:83 +#: pretix/control/templates/pretixcontrol/search/orders.html:86 +#: pretix/control/templates/pretixcontrol/search/orders.html:88 msgid "REFUND PENDING" msgstr "OPENSTAANDE TERUGBETALING" #: pretix/control/templates/pretixcontrol/orders/index.html:140 -#: pretix/control/templates/pretixcontrol/search/orders.html:86 +#: pretix/control/templates/pretixcontrol/search/orders.html:91 msgid "OVERPAID" msgstr "OVERBETAALD" #: pretix/control/templates/pretixcontrol/orders/index.html:142 -#: pretix/control/templates/pretixcontrol/search/orders.html:88 +#: pretix/control/templates/pretixcontrol/search/orders.html:93 msgid "UNDERPAID" msgstr "ONDERBETAALD" #: pretix/control/templates/pretixcontrol/orders/index.html:144 -#: pretix/control/templates/pretixcontrol/search/orders.html:90 +#: pretix/control/templates/pretixcontrol/search/orders.html:95 msgid "FULLY PAID" msgstr "VOLLEDIG BETAALD" @@ -13984,7 +14023,7 @@ msgstr "" "worden, omdat het onduidelijk kan zijn bij welke datum ze horen." #: pretix/control/templates/pretixcontrol/orders/overview.html:61 -#: pretix/plugins/reports/exporters.py:219 +#: pretix/plugins/reports/exporters.py:222 msgid "Purchased" msgstr "Gekocht" @@ -14709,7 +14748,7 @@ msgstr "QR-code voor lead-scanning" msgid "pretix Logo" msgstr "pretix-logo" -#: pretix/control/templates/pretixcontrol/search/orders.html:99 +#: pretix/control/templates/pretixcontrol/search/orders.html:104 msgid "" "We couldn't find any orders that you have access to and that match your " "search query." @@ -15911,15 +15950,15 @@ msgstr "Je hebt geen toestemming om deze actie uit te voeren." msgid "The selected check-ins have been reverted." msgstr "De gekozen check-ins zijn teruggedraaid." -#: pretix/control/views/checkin.py:163 +#: pretix/control/views/checkin.py:167 msgid "The selected tickets have been marked as checked in." msgstr "De geselecteerde kaartjes zijn aangemerkt als ingecheckt." -#: pretix/control/views/checkin.py:227 +#: pretix/control/views/checkin.py:231 msgid "The new check-in list has been created." msgstr "De nieuwe inchecklijst is aangemaakt." -#: pretix/control/views/checkin.py:234 pretix/control/views/checkin.py:277 +#: pretix/control/views/checkin.py:238 pretix/control/views/checkin.py:281 #: pretix/control/views/event.py:206 pretix/control/views/event.py:399 #: pretix/control/views/event.py:439 pretix/control/views/event.py:597 #: pretix/control/views/event.py:754 pretix/control/views/event.py:1094 @@ -15934,11 +15973,11 @@ msgstr "De nieuwe inchecklijst is aangemaakt." msgid "We could not save your changes. See below for details." msgstr "We konden je wijzigingen niet opslaan. Zie hieronder voor details." -#: pretix/control/views/checkin.py:256 pretix/control/views/checkin.py:293 +#: pretix/control/views/checkin.py:260 pretix/control/views/checkin.py:297 msgid "The requested list does not exist." msgstr "De gevraagde lijst bestaat niet." -#: pretix/control/views/checkin.py:302 +#: pretix/control/views/checkin.py:306 msgid "The selected list has been deleted." msgstr "De gekozen lijst is verwijderd." @@ -16185,7 +16224,7 @@ msgstr "Het commentaar is bijgewerkt." msgid "Could not update the comment." msgstr "Kon de opmerking niet bijwerken." -#: pretix/control/views/event.py:1061 pretix/control/views/main.py:296 +#: pretix/control/views/event.py:1061 pretix/control/views/main.py:276 msgid "VAT" msgstr "Btw" @@ -17223,28 +17262,28 @@ msgstr "8 liggende A7-pagina's op één A5-pagina" msgid "8 portrait A7 pages on one A4 page" msgstr "8 staande A7-pagina's op één A4-pagina" -#: pretix/plugins/badges/exporters.py:186 +#: pretix/plugins/badges/exporters.py:194 msgid "None of the selected products is configured to print badges." msgstr "Geen van de gekozen producten is ingesteld om badges te printen." -#: pretix/plugins/badges/exporters.py:192 +#: pretix/plugins/badges/exporters.py:200 msgid "Attendee badges" msgstr "Badges van gasten" -#: pretix/plugins/badges/exporters.py:212 +#: pretix/plugins/badges/exporters.py:220 #: pretix/plugins/ticketoutputpdf/exporters.py:32 msgid "Include pending orders" msgstr "Inclusief openstaande bestellingen" -#: pretix/plugins/badges/exporters.py:217 +#: pretix/plugins/badges/exporters.py:225 msgid "Include add-on or bundled positions" msgstr "Inclusief add-on of gebundelde plaatsen" -#: pretix/plugins/badges/exporters.py:222 +#: pretix/plugins/badges/exporters.py:230 msgid "Rendering option" msgstr "Weergaveoptie" -#: pretix/plugins/badges/exporters.py:227 +#: pretix/plugins/badges/exporters.py:235 msgid "" "This option allows you to align multiple badges on one page, for example if " "you want to print to a sheet of stickers with a regular office printer. " @@ -17256,10 +17295,10 @@ msgstr "" "printer. Merk op dat de losse badgelay-outs al de juiste grootte moeten " "hebben." -#: pretix/plugins/badges/exporters.py:233 -#: pretix/plugins/checkinlists/exporters.py:56 -#: pretix/plugins/reports/exporters.py:315 -#: pretix/plugins/reports/exporters.py:487 +#: pretix/plugins/badges/exporters.py:241 +#: pretix/plugins/checkinlists/exporters.py:71 +#: pretix/plugins/reports/exporters.py:318 +#: pretix/plugins/reports/exporters.py:490 #: pretix/plugins/ticketoutputpdf/exporters.py:37 msgid "Sort by" msgstr "Sorteren op" @@ -17841,33 +17880,41 @@ msgid "This plugin allows you to generate check-in lists for your conference." msgstr "" "Deze plug-in staat je toe om inchecklijsten te genereren voor je conferentie." -#: pretix/plugins/checkinlists/exporters.py:46 +#: pretix/plugins/checkinlists/exporters.py:50 +msgid "Only include tickets for dates on or after this date." +msgstr "" + +#: pretix/plugins/checkinlists/exporters.py:57 +msgid "Only include tickets for dates on or before this date." +msgstr "" + +#: pretix/plugins/checkinlists/exporters.py:61 msgid "Include QR-code secret" msgstr "Inclusief QR-codegeheim" -#: pretix/plugins/checkinlists/exporters.py:51 +#: pretix/plugins/checkinlists/exporters.py:66 msgid "Only tickets requiring special attention" msgstr "Alleen kaartjes waarvoor speciale aandacht nodig is" -#: pretix/plugins/checkinlists/exporters.py:71 +#: pretix/plugins/checkinlists/exporters.py:86 msgid "Include questions" msgstr "Inclusief vragen" -#: pretix/plugins/checkinlists/exporters.py:183 +#: pretix/plugins/checkinlists/exporters.py:222 msgid "Check-in list (PDF)" msgstr "Inchecklijst (PDF)" #. Translators: maximum 5 characters -#: pretix/plugins/checkinlists/exporters.py:234 +#: pretix/plugins/checkinlists/exporters.py:284 msgctxt "tablehead" msgid "paid" msgstr "betaald" -#: pretix/plugins/checkinlists/exporters.py:337 +#: pretix/plugins/checkinlists/exporters.py:396 msgid "Automatically checked in" msgstr "Automatisch ingecheckt" -#: pretix/plugins/checkinlists/exporters.py:346 +#: pretix/plugins/checkinlists/exporters.py:405 #: pretix/plugins/paypal/payment.py:86 msgid "Secret" msgstr "Geheim" @@ -17965,14 +18012,14 @@ msgstr "" "aangemaakt en dezelfde munteenheid moeten gebruiken. Buitenlandse PayPal-" "accounts zullen geen betalingen kunnen versturen." -#: pretix/plugins/paypal/payment.py:205 pretix/plugins/paypal/payment.py:291 -#: pretix/plugins/paypal/payment.py:306 pretix/plugins/paypal/payment.py:309 -#: pretix/plugins/paypal/payment.py:367 +#: pretix/plugins/paypal/payment.py:205 pretix/plugins/paypal/payment.py:298 +#: pretix/plugins/paypal/payment.py:313 pretix/plugins/paypal/payment.py:316 +#: pretix/plugins/paypal/payment.py:374 pretix/plugins/paypal/payment.py:515 msgid "We had trouble communicating with PayPal" msgstr "We hadden moeite met met PayPal communiceren" -#: pretix/plugins/paypal/payment.py:323 pretix/plugins/paypal/payment.py:332 -#: pretix/plugins/paypal/payment.py:393 +#: pretix/plugins/paypal/payment.py:330 pretix/plugins/paypal/payment.py:339 +#: pretix/plugins/paypal/payment.py:400 msgid "" "We were unable to process your payment. See below for details on how to " "proceed." @@ -17980,7 +18027,7 @@ msgstr "" "We konden je betaling niet verwerken. Zie hieronder voor details over hoe " "verder te gaan." -#: pretix/plugins/paypal/payment.py:374 pretix/plugins/paypal/payment.py:383 +#: pretix/plugins/paypal/payment.py:381 pretix/plugins/paypal/payment.py:390 msgid "" "PayPal has not yet approved the payment. We will inform you as soon as the " "payment completed." @@ -17988,24 +18035,24 @@ msgstr "" "PayPal heeft de betaling nog niet goedgekeurd. We zullen het aan je melden " "zodra de betaling is voltooid." -#: pretix/plugins/paypal/payment.py:408 pretix/plugins/stripe/payment.py:435 +#: pretix/plugins/paypal/payment.py:415 pretix/plugins/stripe/payment.py:435 #: pretix/plugins/stripe/payment.py:787 msgid "There was an error sending the confirmation mail." msgstr "Er is een fout opgetreden bij het versturen van de bevestigingsmail." -#: pretix/plugins/paypal/payment.py:485 pretix/plugins/paypal/payment.py:492 +#: pretix/plugins/paypal/payment.py:492 pretix/plugins/paypal/payment.py:499 msgid "Refunding the amount via PayPal failed: {}" msgstr "Het bedrag via PayPal terugbetalen is mislukt: {}" -#: pretix/plugins/paypal/payment.py:591 pretix/plugins/paypal/payment.py:599 +#: pretix/plugins/paypal/payment.py:615 pretix/plugins/paypal/payment.py:623 msgid "The payment for this invoice has already been received." msgstr "De betaling voor deze factuur is al ontvangen." -#: pretix/plugins/paypal/payment.py:592 pretix/plugins/paypal/payment.py:600 +#: pretix/plugins/paypal/payment.py:616 pretix/plugins/paypal/payment.py:624 msgid "PayPal payment ID" msgstr "PayPal-betalingskenmerk" -#: pretix/plugins/paypal/payment.py:594 +#: pretix/plugins/paypal/payment.py:618 msgid "PayPal sale ID" msgstr "PayPal-verkoopkenmerk" @@ -18420,48 +18467,48 @@ msgstr "Pagina %d" msgid "Created: %s" msgstr "Aangemaakt: %s" -#: pretix/plugins/reports/exporters.py:153 +#: pretix/plugins/reports/exporters.py:156 msgid "Order overview (PDF)" msgstr "Overzicht van bestellingen (PDF)" -#: pretix/plugins/reports/exporters.py:197 +#: pretix/plugins/reports/exporters.py:200 #: pretix/plugins/statistics/templates/pretixplugins/statistics/index.html:58 msgid "Orders by product" msgstr "Bestellingen per product" -#: pretix/plugins/reports/exporters.py:202 +#: pretix/plugins/reports/exporters.py:205 #, python-brace-format msgid "{axis} between {start} and {end}" msgstr "{axis} tussen {start} en {end}" -#: pretix/plugins/reports/exporters.py:227 -#: pretix/plugins/reports/exporters.py:228 -#: pretix/plugins/reports/exporters.py:229 #: pretix/plugins/reports/exporters.py:230 #: pretix/plugins/reports/exporters.py:231 +#: pretix/plugins/reports/exporters.py:232 +#: pretix/plugins/reports/exporters.py:233 +#: pretix/plugins/reports/exporters.py:234 msgid "#" msgstr "#" -#: pretix/plugins/reports/exporters.py:299 +#: pretix/plugins/reports/exporters.py:302 msgid "List of orders with taxes (PDF)" msgstr "Lijst van bestellingen met belasting (PDF)" -#: pretix/plugins/reports/exporters.py:376 +#: pretix/plugins/reports/exporters.py:379 #, python-brace-format msgid "Orders by tax rate ({currency})" msgstr "Bestellingen per belastingtarief ({currency})" -#: pretix/plugins/reports/exporters.py:385 -#: pretix/plugins/reports/exporters.py:521 +#: pretix/plugins/reports/exporters.py:388 +#: pretix/plugins/reports/exporters.py:524 msgid "Gross" msgstr "Bruto" -#: pretix/plugins/reports/exporters.py:385 -#: pretix/plugins/reports/exporters.py:521 +#: pretix/plugins/reports/exporters.py:388 +#: pretix/plugins/reports/exporters.py:524 msgid "Tax" msgstr "Belasting" -#: pretix/plugins/reports/exporters.py:470 +#: pretix/plugins/reports/exporters.py:473 msgid "List of orders with taxes" msgstr "Lijst van bestellingen met belasting" @@ -19616,7 +19663,7 @@ msgid "Show all events of %(name)s" msgstr "Toon alle evenementen van %(name)s" #: pretix/presale/templates/pretixpresale/event/base.html:98 -#: pretix/presale/templates/pretixpresale/event/base.html:128 +#: pretix/presale/templates/pretixpresale/event/base.html:132 msgid "" "This ticket shop is currently in test mode. Please do not perform any real " "purchases as your order might be deleted without notice." @@ -19626,7 +19673,7 @@ msgstr "" "worden." #: pretix/presale/templates/pretixpresale/event/base.html:104 -#: pretix/presale/templates/pretixpresale/event/base.html:134 +#: pretix/presale/templates/pretixpresale/event/base.html:138 msgid "" "Orders made through this sales channel cannot be deleted - even if the " "ticket shop is in test mode!" @@ -19634,11 +19681,11 @@ msgstr "" "Bestellingen die via dit verkoopkanaal worden gemaakt kunnen niet worden " "verwijderd - zelfs niet als de kaartjeswinkel in testmodus staat!" -#: pretix/presale/templates/pretixpresale/event/base.html:142 +#: pretix/presale/templates/pretixpresale/event/base.html:146 msgid "Contact event organizer" msgstr "Neem contact op met de organisator" -#: pretix/presale/templates/pretixpresale/event/base.html:145 +#: pretix/presale/templates/pretixpresale/event/base.html:149 msgid "Imprint" msgstr "Colofon" @@ -20067,6 +20114,11 @@ msgstr "Aantal van %(item)s om te bestellen" msgid "Go" msgstr "Ga" +#: pretix/presale/templates/pretixpresale/event/fragment_subevent_calendar_week.html:21 +#: pretix/presale/templates/pretixpresale/organizers/calendar_week.html:48 +msgid "W" +msgstr "" + #: pretix/presale/templates/pretixpresale/event/fragment_subevent_list.html:21 #: pretix/presale/templates/pretixpresale/event/fragment_subevent_list.html:30 #: pretix/presale/templates/pretixpresale/fragment_calendar.html:71 @@ -20825,21 +20877,21 @@ msgstr "Voer alleen getallen in." msgid "Please enter positive numbers only." msgstr "Voer alleen positieve getallen in." -#: pretix/presale/views/cart.py:338 +#: pretix/presale/views/cart.py:340 msgid "We applied the voucher to as many products in your cart as we could." msgstr "" "We hebben de voucher op zoveel mogelijk producten in je winkelwagen " "toegepast." -#: pretix/presale/views/cart.py:360 +#: pretix/presale/views/cart.py:362 msgid "Your cart has been updated." msgstr "Je winkelwagen is bijgewerkt." -#: pretix/presale/views/cart.py:363 pretix/presale/views/cart.py:385 +#: pretix/presale/views/cart.py:365 pretix/presale/views/cart.py:387 msgid "Your cart is now empty." msgstr "Je winkelwagen is nu leeg." -#: pretix/presale/views/cart.py:400 +#: pretix/presale/views/cart.py:402 msgid "The products have been successfully added to your cart." msgstr "De producten zijn succesvol aan je winkelwagen toegevoegd." @@ -21061,6 +21113,23 @@ msgstr "Leestoegang" msgid "Write access" msgstr "Schrijftoegang" +#~ msgid "" +#~ "Only recommended for advanced users. If this feature is enabled, this " +#~ "will not only be a single event but a series of very similar events that " +#~ "are handled within a single shop. The single events inside the series can " +#~ "only differ in date, time, location, prices and quotas, but not in other " +#~ "settings, and buying tickets across multiple of these events at the same " +#~ "time is possible. You cannot change this setting for this event later." +#~ msgstr "" +#~ "Alleen aanbevolen voor geavanceerde gebruikers. Als deze functie is " +#~ "ingeschakeld zal dit niet een enkel evenement zijn, maar een serie zeer " +#~ "gelijkende evenementen die worden afgehandeld in dezelfde winkel. De " +#~ "losse evenementen in de reeks kunnen alleen verschillen in datum, tijd, " +#~ "locatie, prijzen en quota, maar niet in andere instellingen, en " +#~ "tegelijkertijd kaartjes kopen voor meerdere van deze evenementen in de " +#~ "reeks is mogelijk. Je kan deze instelling voor dit evenement later niet " +#~ "meer veranderen." + #~ msgid "Edit list" #~ msgstr "Lijst bewerken" diff --git a/src/pretix/locale/nl_Informal/LC_MESSAGES/djangojs.po b/src/pretix/locale/nl_Informal/LC_MESSAGES/djangojs.po index 2f180aa65..23bad76c7 100644 --- a/src/pretix/locale/nl_Informal/LC_MESSAGES/djangojs.po +++ b/src/pretix/locale/nl_Informal/LC_MESSAGES/djangojs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-05-13 16:45+0000\n" +"POT-Creation-Date: 2020-06-10 16:02+0000\n" "PO-Revision-Date: 2020-05-29 20:00+0000\n" "Last-Translator: Maarten van den Berg \n" "Language-Team: Dutch (informal) \n" "Language-Team: Polish " msgid "Empty, if this product is not an admission ticket" msgstr "Puste jeśli przedmiot nie jest biletem wejściowym" -#: pretix/base/models/orders.py:1069 pretix/base/models/orders.py:2110 +#: pretix/base/models/orders.py:1069 pretix/base/models/orders.py:2137 #: pretix/base/settings.py:537 msgid "Company name" msgstr "Nazwa firmy" -#: pretix/base/models/orders.py:1073 pretix/base/models/orders.py:2117 +#: pretix/base/models/orders.py:1073 pretix/base/models/orders.py:2144 #: pretix/base/settings.py:32 pretix/plugins/stripe/payment.py:150 msgid "Select country" msgstr "Proszę wybrać kraj" -#: pretix/base/models/orders.py:1204 +#: pretix/base/models/orders.py:1231 msgctxt "payment_state" msgid "created" msgstr "stworzone" -#: pretix/base/models/orders.py:1205 +#: pretix/base/models/orders.py:1232 msgctxt "payment_state" msgid "pending" msgstr "w toku" -#: pretix/base/models/orders.py:1206 +#: pretix/base/models/orders.py:1233 msgctxt "payment_state" msgid "confirmed" msgstr "potwierdzone" -#: pretix/base/models/orders.py:1207 +#: pretix/base/models/orders.py:1234 msgctxt "payment_state" msgid "canceled" msgstr "anulowane" -#: pretix/base/models/orders.py:1208 +#: pretix/base/models/orders.py:1235 msgctxt "payment_state" msgid "failed" msgstr "nieudane" -#: pretix/base/models/orders.py:1209 +#: pretix/base/models/orders.py:1236 msgctxt "payment_state" msgid "refunded" msgstr "zwrócone" -#: pretix/base/models/orders.py:1237 pretix/base/models/orders.py:1608 +#: pretix/base/models/orders.py:1264 pretix/base/models/orders.py:1635 #: pretix/base/shredder.py:352 msgid "Payment information" msgstr "Informacje o płatności" -#: pretix/base/models/orders.py:1430 +#: pretix/base/models/orders.py:1457 #, python-format msgid "Event registration confirmed: %(code)s" msgstr "" -#: pretix/base/models/orders.py:1448 +#: pretix/base/models/orders.py:1475 #, python-format msgid "Payment received for your order: %(code)s" msgstr "Płatność otrzymana dla zamówienia: %(code)s" -#: pretix/base/models/orders.py:1554 +#: pretix/base/models/orders.py:1581 msgctxt "refund_state" msgid "started externally" msgstr "rozpoczęty zewnętrznie" -#: pretix/base/models/orders.py:1555 +#: pretix/base/models/orders.py:1582 msgctxt "refund_state" msgid "created" msgstr "stworzony" -#: pretix/base/models/orders.py:1556 +#: pretix/base/models/orders.py:1583 msgctxt "refund_state" msgid "in transit" msgstr "w tranzycie" -#: pretix/base/models/orders.py:1557 +#: pretix/base/models/orders.py:1584 msgctxt "refund_state" msgid "done" msgstr "skończony" -#: pretix/base/models/orders.py:1558 +#: pretix/base/models/orders.py:1585 msgctxt "refund_state" msgid "failed" msgstr "nieudany" -#: pretix/base/models/orders.py:1560 +#: pretix/base/models/orders.py:1587 msgctxt "refund_state" msgid "canceled" msgstr "anulowany" -#: pretix/base/models/orders.py:1568 +#: pretix/base/models/orders.py:1595 msgctxt "refund_source" msgid "Organizer" msgstr "Organizator" -#: pretix/base/models/orders.py:1569 +#: pretix/base/models/orders.py:1596 msgctxt "refund_source" msgid "Customer" msgstr "Klient" -#: pretix/base/models/orders.py:1570 +#: pretix/base/models/orders.py:1597 msgctxt "refund_source" msgid "External" msgstr "Zewnętrzne" -#: pretix/base/models/orders.py:1714 +#: pretix/base/models/orders.py:1741 msgid "Payment fee" msgstr "Prowizja płatności" -#: pretix/base/models/orders.py:1715 +#: pretix/base/models/orders.py:1742 msgid "Shipping fee" msgstr "Koszt dostawy" -#: pretix/base/models/orders.py:1716 +#: pretix/base/models/orders.py:1743 msgid "Service fee" msgstr "Koszt dostarczenie usługi" -#: pretix/base/models/orders.py:1717 +#: pretix/base/models/orders.py:1744 #: pretix/control/templates/pretixcontrol/order/index.html:133 msgid "Cancellation fee" msgstr "Koszt anulowania" -#: pretix/base/models/orders.py:1718 +#: pretix/base/models/orders.py:1745 msgid "Other fees" msgstr "Inne opłaty" -#: pretix/base/models/orders.py:1719 pretix/base/payment.py:1005 +#: pretix/base/models/orders.py:1746 pretix/base/payment.py:1005 #: pretix/control/templates/pretixcontrol/order/index.html:128 msgid "Gift card" msgstr "Karta prezentowa" -#: pretix/base/models/orders.py:1724 +#: pretix/base/models/orders.py:1751 #: pretix/control/templates/pretixcontrol/organizers/giftcard.html:65 #: pretix/control/templates/pretixcontrol/organizers/giftcard.html:103 #: pretix/control/views/vouchers.py:70 msgid "Value" msgstr "Wartość" -#: pretix/base/models/orders.py:1861 +#: pretix/base/models/orders.py:1888 msgid "Order position" msgstr "Pozycja zamówienia" -#: pretix/base/models/orders.py:2036 pretix/base/services/orders.py:846 +#: pretix/base/models/orders.py:2063 pretix/base/services/orders.py:846 #, fuzzy, python-format #| msgid "Presale not started" msgid "Your event registration: %(code)s" msgstr "Przedsprzedaż nierozpoczęta" -#: pretix/base/models/orders.py:2065 +#: pretix/base/models/orders.py:2092 msgid "Cart ID (e.g. session key)" msgstr "ID wózka (np. klucz sesji)" -#: pretix/base/models/orders.py:2083 +#: pretix/base/models/orders.py:2110 msgid "Cart position" msgstr "Pozycja wózka" -#: pretix/base/models/orders.py:2084 +#: pretix/base/models/orders.py:2111 msgid "Cart positions" msgstr "Pozycje wózka" -#: pretix/base/models/orders.py:2121 +#: pretix/base/models/orders.py:2148 msgid "Only for business customers within the EU." msgstr "Tylko dla klientów biznesowych wewnątrz UE." -#: pretix/base/models/orders.py:2126 +#: pretix/base/models/orders.py:2153 msgid "This reference will be printed on your invoice for your convenience." msgstr "Ta adnotacja zostanie wydrukowana na fakturze." @@ -3078,9 +3080,9 @@ msgstr "" "Każda krótka forma może być użyta tylko raz. Użyta w URLach jako odniesienie " "do konta organizatora i utworzonych wydarzeń." -#: pretix/base/models/organizer.py:52 pretix/control/forms/event.py:68 -#: pretix/control/forms/event.py:74 pretix/control/forms/filter.py:338 -#: pretix/control/forms/filter.py:614 +#: pretix/base/models/organizer.py:52 pretix/control/forms/event.py:63 +#: pretix/control/forms/event.py:69 pretix/control/forms/filter.py:338 +#: pretix/control/forms/filter.py:666 #: pretix/control/templates/pretixcontrol/events/index.html:68 #: pretix/control/templates/pretixcontrol/organizers/base.html:4 #: pretix/control/templates/pretixcontrol/organizers/edit.html:9 @@ -3159,7 +3161,7 @@ msgid "%(name)s on %(object)s" msgstr "" #: pretix/base/models/organizer.py:252 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:82 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:84 msgid "Team" msgstr "" @@ -3173,21 +3175,21 @@ msgstr "" msgid "Invite to team '{team}' for '{email}'" msgstr "" -#: pretix/base/models/seating.py:23 +#: pretix/base/models/seating.py:24 msgid "Your layout file is not a valid JSON file." msgstr "" -#: pretix/base/models/seating.py:32 +#: pretix/base/models/seating.py:33 msgid "Your layout file is not a valid seating plan. Error message: {}" msgstr "" -#: pretix/base/models/seating.py:145 +#: pretix/base/models/seating.py:152 #, fuzzy, python-brace-format #| msgid "Invoice number" msgid "Row {number}" msgstr "Numer faktury" -#: pretix/base/models/seating.py:150 +#: pretix/base/models/seating.py:157 #, fuzzy, python-brace-format #| msgid "Team name" msgid "Seat {number}" @@ -3263,7 +3265,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/vouchers/index.html:19 #: pretix/control/templates/pretixcontrol/vouchers/index.html:100 #: pretix/control/views/vouchers.py:69 pretix/control/views/waitinglist.py:199 -#: pretix/plugins/checkinlists/exporters.py:359 +#: pretix/plugins/checkinlists/exporters.py:418 #: pretix/presale/templates/pretixpresale/event/fragment_cart.html:316 #: pretix/presale/templates/pretixpresale/event/index.html:278 msgid "Voucher code" @@ -3298,7 +3300,7 @@ msgstr "" msgid "Valid until" msgstr "" -#: pretix/base/models/vouchers.py:131 pretix/control/forms/filter.py:955 +#: pretix/base/models/vouchers.py:131 pretix/control/forms/filter.py:1007 msgid "Reserve ticket from quota" msgstr "" @@ -3576,7 +3578,7 @@ msgctxt "subevent" msgid "Dates" msgstr "" -#: pretix/base/notifications.py:184 pretix/base/pdf.py:130 +#: pretix/base/notifications.py:184 pretix/base/pdf.py:135 msgid "Event date" msgstr "" @@ -4115,7 +4117,7 @@ msgstr "" msgid "Order position number" msgstr "Pozycja zamówienia" -#: pretix/base/pdf.py:64 pretix/control/forms/event.py:1263 +#: pretix/base/pdf.py:64 pretix/control/forms/event.py:1262 #: pretix/control/templates/pretixcontrol/items/index.html:33 msgid "Product name" msgstr "" @@ -4171,7 +4173,7 @@ msgstr "" msgid "Attendee company" msgstr "Adres email uczestnika" -#: pretix/base/pdf.py:114 pretix/base/pdf.py:212 +#: pretix/base/pdf.py:114 pretix/base/pdf.py:217 #: pretix/base/services/tickets.py:96 pretix/control/views/pdf.py:80 msgid "Sample company" msgstr "" @@ -4179,203 +4181,218 @@ msgstr "" #: pretix/base/pdf.py:118 #, fuzzy #| msgid "Attendee email" +msgid "Full attendee address" +msgstr "Adres email uczestnika" + +#: pretix/base/pdf.py:119 +msgid "" +"John Doe\n" +"Sample company\n" +"Sesame Street 42\n" +"12345 Any City\n" +"Atlantis" +msgstr "" + +#: pretix/base/pdf.py:123 +#, fuzzy +#| msgid "Attendee email" msgid "Attendee country" msgstr "Adres email uczestnika" -#: pretix/base/pdf.py:126 +#: pretix/base/pdf.py:131 msgid "Sample event name" msgstr "" -#: pretix/base/pdf.py:131 +#: pretix/base/pdf.py:136 msgid "May 31st, 2017" msgstr "" -#: pretix/base/pdf.py:135 +#: pretix/base/pdf.py:140 msgid "Event date range" msgstr "" -#: pretix/base/pdf.py:136 +#: pretix/base/pdf.py:141 msgid "May 31st – June 4th, 2017" msgstr "" -#: pretix/base/pdf.py:140 +#: pretix/base/pdf.py:145 msgid "Event begin date and time" msgstr "" -#: pretix/base/pdf.py:141 +#: pretix/base/pdf.py:146 msgid "2017-05-31 20:00" msgstr "" -#: pretix/base/pdf.py:148 +#: pretix/base/pdf.py:153 msgid "Event begin date" msgstr "" -#: pretix/base/pdf.py:149 pretix/base/pdf.py:170 pretix/base/pdf.py:244 +#: pretix/base/pdf.py:154 pretix/base/pdf.py:175 pretix/base/pdf.py:249 msgid "2017-05-31" msgstr "" -#: pretix/base/pdf.py:156 +#: pretix/base/pdf.py:161 msgid "Event begin time" msgstr "" -#: pretix/base/pdf.py:157 +#: pretix/base/pdf.py:162 msgid "20:00" msgstr "" -#: pretix/base/pdf.py:161 +#: pretix/base/pdf.py:166 msgid "Event end date and time" msgstr "" -#: pretix/base/pdf.py:162 +#: pretix/base/pdf.py:167 msgid "2017-05-31 22:00" msgstr "" -#: pretix/base/pdf.py:169 +#: pretix/base/pdf.py:174 msgid "Event end date" msgstr "" -#: pretix/base/pdf.py:178 +#: pretix/base/pdf.py:183 msgid "22:00" msgstr "" -#: pretix/base/pdf.py:185 +#: pretix/base/pdf.py:190 msgid "Event admission date and time" msgstr "" -#: pretix/base/pdf.py:186 pretix/base/pdf.py:252 +#: pretix/base/pdf.py:191 pretix/base/pdf.py:257 msgid "2017-05-31 19:00" msgstr "" -#: pretix/base/pdf.py:193 +#: pretix/base/pdf.py:198 msgid "Event admission time" msgstr "" -#: pretix/base/pdf.py:194 pretix/base/pdf.py:260 +#: pretix/base/pdf.py:199 pretix/base/pdf.py:265 msgid "19:00" msgstr "" -#: pretix/base/pdf.py:201 +#: pretix/base/pdf.py:206 msgid "Event location" msgstr "" -#: pretix/base/pdf.py:202 pretix/base/settings.py:559 +#: pretix/base/pdf.py:207 pretix/base/settings.py:559 msgid "Random City" msgstr "" -#: pretix/base/pdf.py:211 +#: pretix/base/pdf.py:216 msgid "Invoice address company" msgstr "" -#: pretix/base/pdf.py:216 +#: pretix/base/pdf.py:221 #, fuzzy #| msgid "Invoice address name" msgid "Invoice address city" msgstr "Nazwa adresu faktury" -#: pretix/base/pdf.py:217 pretix/base/services/invoices.py:340 +#: pretix/base/pdf.py:222 pretix/base/services/invoices.py:340 msgid "Sample city" msgstr "" -#: pretix/base/pdf.py:221 +#: pretix/base/pdf.py:226 msgid "List of Add-Ons" msgstr "" -#: pretix/base/pdf.py:222 +#: pretix/base/pdf.py:227 msgid "" "Add-on 1\n" "Add-on 2" msgstr "" -#: pretix/base/pdf.py:233 pretix/control/forms/filter.py:490 -#: pretix/control/forms/filter.py:492 +#: pretix/base/pdf.py:238 pretix/control/forms/filter.py:542 +#: pretix/control/forms/filter.py:544 #: pretix/control/templates/pretixcontrol/organizers/index.html:35 msgid "Organizer name" msgstr "" -#: pretix/base/pdf.py:234 +#: pretix/base/pdf.py:239 msgid "Event organizer company" msgstr "" -#: pretix/base/pdf.py:238 +#: pretix/base/pdf.py:243 msgid "Organizer info text" msgstr "" -#: pretix/base/pdf.py:239 +#: pretix/base/pdf.py:244 msgid "Event organizer info text" msgstr "" -#: pretix/base/pdf.py:243 +#: pretix/base/pdf.py:248 msgid "Printing date" msgstr "" -#: pretix/base/pdf.py:251 +#: pretix/base/pdf.py:256 msgid "Printing date and time" msgstr "" -#: pretix/base/pdf.py:259 +#: pretix/base/pdf.py:264 msgid "Printing time" msgstr "" -#: pretix/base/pdf.py:267 +#: pretix/base/pdf.py:272 #, fuzzy #| msgid "Full name" msgid "Seat: Full name" msgstr "Imię i nazwisko" -#: pretix/base/pdf.py:268 +#: pretix/base/pdf.py:273 msgid "Ground floor, Row 3, Seat 4" msgstr "" -#: pretix/base/pdf.py:270 pretix/base/pdf.py:276 -#: pretix/control/forms/orders.py:229 +#: pretix/base/pdf.py:275 pretix/base/pdf.py:281 +#: pretix/control/forms/orders.py:233 msgid "General admission" msgstr "Miejsca stojące" -#: pretix/base/pdf.py:273 +#: pretix/base/pdf.py:278 #, fuzzy #| msgid "Team name" msgid "Seat: zone" msgstr "Nazwa ekipy" -#: pretix/base/pdf.py:274 +#: pretix/base/pdf.py:279 msgid "Ground floor" msgstr "" -#: pretix/base/pdf.py:279 +#: pretix/base/pdf.py:284 msgid "Seat: row" msgstr "" -#: pretix/base/pdf.py:284 +#: pretix/base/pdf.py:289 #, fuzzy #| msgid "Street and Number" msgid "Seat: seat number" msgstr "Ulica i numer domu" -#: pretix/base/pdf.py:320 +#: pretix/base/pdf.py:325 #, python-brace-format msgid "Question: {question}" msgstr "" -#: pretix/base/pdf.py:321 +#: pretix/base/pdf.py:326 #, python-brace-format msgid "" msgstr "" -#: pretix/base/pdf.py:343 pretix/base/pdf.py:350 -#: pretix/plugins/badges/exporters.py:238 -#: pretix/plugins/checkinlists/exporters.py:62 -#: pretix/plugins/checkinlists/exporters.py:335 +#: pretix/base/pdf.py:348 pretix/base/pdf.py:355 +#: pretix/plugins/badges/exporters.py:246 +#: pretix/plugins/checkinlists/exporters.py:77 +#: pretix/plugins/checkinlists/exporters.py:394 #: pretix/plugins/ticketoutputpdf/exporters.py:42 #, python-brace-format msgid "Attendee name: {part}" msgstr "" -#: pretix/base/pdf.py:360 +#: pretix/base/pdf.py:365 #, python-brace-format msgid "Invoice address name: {part}" msgstr "" -#: pretix/base/pdf.py:522 pretix/plugins/ticketoutputpdf/ticketoutput.py:78 +#: pretix/base/pdf.py:527 pretix/plugins/ticketoutputpdf/ticketoutput.py:78 msgid "Ticket" msgstr "" @@ -4417,7 +4434,7 @@ msgid "" "busy. Please try again." msgstr "" -#: pretix/base/services/cart.py:54 pretix/presale/views/cart.py:174 +#: pretix/base/services/cart.py:54 pretix/presale/views/cart.py:176 msgid "You did not select any products." msgstr "" @@ -4671,7 +4688,7 @@ msgctxt "invoice" msgid "Attendee: {name}" msgstr "" -#: pretix/base/services/invoices.py:170 pretix/plugins/reports/exporters.py:215 +#: pretix/base/services/invoices.py:170 pretix/plugins/reports/exporters.py:218 msgctxt "subevent" msgid "Date: {}" msgstr "" @@ -4827,7 +4844,7 @@ msgid "" "the position from your cart." msgstr "" -#: pretix/base/services/orders.py:153 pretix/control/forms/orders.py:68 +#: pretix/base/services/orders.py:153 pretix/control/forms/orders.py:69 msgid "The new expiry date needs to be in the future." msgstr "" @@ -4862,7 +4879,7 @@ msgid "" "order has already been redeemed." msgstr "" -#: pretix/base/services/orders.py:391 pretix/control/forms/orders.py:132 +#: pretix/base/services/orders.py:391 pretix/control/forms/orders.py:136 msgid "" "The cancellation fee cannot be higher than the payment credit of this order." msgstr "" @@ -4985,14 +5002,14 @@ msgid "" "contact the event organizer for further information." msgstr "" -#: pretix/base/services/seating.py:35 pretix/base/services/seating.py:90 +#: pretix/base/services/seating.py:35 pretix/base/services/seating.py:94 #, python-format msgid "" "You can not change the plan since seat \"%s\" is not present in the new plan " "and is already sold." msgstr "" -#: pretix/base/services/seating.py:93 +#: pretix/base/services/seating.py:97 #, python-format msgid "" "You can not change the plan since seat \"%s\" is not present in the new plan " @@ -5510,7 +5527,7 @@ msgstr "" msgid "Available languages" msgstr "" -#: pretix/base/settings.py:707 pretix/control/forms/event.py:96 +#: pretix/base/settings.py:707 pretix/control/forms/event.py:91 msgid "Default language" msgstr "" @@ -5546,7 +5563,7 @@ msgstr "" msgid "Hide all products that are sold out" msgstr "" -#: pretix/base/settings.py:757 pretix/control/forms/event.py:1177 +#: pretix/base/settings.py:757 pretix/control/forms/event.py:1176 msgid "Publicly show how many tickets of a certain type are still available." msgstr "" @@ -5562,7 +5579,7 @@ msgstr "" msgid "Enable waiting list" msgstr "" -#: pretix/base/settings.py:785 pretix/control/forms/event.py:1182 +#: pretix/base/settings.py:785 pretix/control/forms/event.py:1181 msgid "" "Once a ticket is sold out, people can add themselves to a waiting list. As " "soon as a ticket becomes available again, it will be reserved for the first " @@ -5653,7 +5670,7 @@ msgid "" msgstr "" #: pretix/base/settings.py:888 pretix/base/settings.py:896 -#: pretix/control/forms/organizer.py:292 +#: pretix/control/forms/organizer.py:293 #: pretix/presale/templates/pretixpresale/organizers/calendar.html:25 #: pretix/presale/templates/pretixpresale/organizers/calendar_week.html:25 #: pretix/presale/templates/pretixpresale/organizers/index.html:34 @@ -5661,16 +5678,16 @@ msgid "List" msgstr "" #: pretix/base/settings.py:889 pretix/base/settings.py:897 -#: pretix/control/forms/organizer.py:293 +#: pretix/control/forms/organizer.py:294 msgid "Week calendar" msgstr "" #: pretix/base/settings.py:890 pretix/base/settings.py:898 -#: pretix/control/forms/organizer.py:294 +#: pretix/control/forms/organizer.py:295 msgid "Month calendar" msgstr "" -#: pretix/base/settings.py:894 pretix/control/forms/organizer.py:290 +#: pretix/base/settings.py:894 pretix/control/forms/organizer.py:291 msgid "Default overview style" msgstr "" @@ -5704,7 +5721,7 @@ msgid "" "Otherwise, a manual refund will be created for you to process manually." msgstr "" -#: pretix/base/settings.py:952 pretix/control/forms/orders.py:586 +#: pretix/base/settings.py:952 pretix/control/forms/orders.py:590 msgid "Keep a fixed cancellation fee" msgstr "" @@ -5712,7 +5729,7 @@ msgstr "" msgid "Keep payment, shipping and service fees" msgstr "" -#: pretix/base/settings.py:973 pretix/control/forms/orders.py:591 +#: pretix/base/settings.py:973 pretix/control/forms/orders.py:595 msgid "Keep a percentual cancellation fee" msgstr "" @@ -5772,19 +5789,19 @@ msgstr "Karta prezentowa" msgid "Refund method" msgstr "Metoda płatności" -#: pretix/base/settings.py:1051 pretix/control/forms/event.py:1205 +#: pretix/base/settings.py:1051 pretix/control/forms/event.py:1204 msgid "Contact address" msgstr "" -#: pretix/base/settings.py:1052 pretix/control/forms/event.py:1207 +#: pretix/base/settings.py:1052 pretix/control/forms/event.py:1206 msgid "We'll show this publicly to allow attendees to contact you." msgstr "" -#: pretix/base/settings.py:1060 pretix/control/forms/event.py:1199 +#: pretix/base/settings.py:1060 pretix/control/forms/event.py:1198 msgid "Imprint URL" msgstr "" -#: pretix/base/settings.py:1061 pretix/control/forms/event.py:1200 +#: pretix/base/settings.py:1061 pretix/control/forms/event.py:1199 msgid "" "This should point e.g. to a part of your website that has your contact " "details and legal information." @@ -6175,100 +6192,100 @@ msgctxt "subevent" msgid "Date ordering" msgstr "" -#: pretix/base/settings.py:1657 +#: pretix/base/settings.py:1665 msgid "Most common English titles" msgstr "" -#: pretix/base/settings.py:1667 +#: pretix/base/settings.py:1675 msgid "Most common German titles" msgstr "" -#: pretix/base/settings.py:1676 pretix/base/settings.py:1689 -#: pretix/base/settings.py:1705 pretix/base/settings.py:1755 -#: pretix/base/settings.py:1768 pretix/base/settings.py:1782 +#: pretix/base/settings.py:1684 pretix/base/settings.py:1697 +#: pretix/base/settings.py:1713 pretix/base/settings.py:1763 +#: pretix/base/settings.py:1776 pretix/base/settings.py:1790 msgid "Given name" msgstr "" -#: pretix/base/settings.py:1677 pretix/base/settings.py:1690 -#: pretix/base/settings.py:1706 pretix/base/settings.py:1722 -#: pretix/base/settings.py:1739 pretix/base/settings.py:1754 -#: pretix/base/settings.py:1769 pretix/base/settings.py:1783 +#: pretix/base/settings.py:1685 pretix/base/settings.py:1698 +#: pretix/base/settings.py:1714 pretix/base/settings.py:1730 +#: pretix/base/settings.py:1747 pretix/base/settings.py:1762 +#: pretix/base/settings.py:1777 pretix/base/settings.py:1791 msgid "Family name" msgstr "" -#: pretix/base/settings.py:1681 pretix/base/settings.py:1697 -#: pretix/base/settings.py:1713 pretix/base/settings.py:1728 -#: pretix/base/settings.py:1746 pretix/base/settings.py:1761 -#: pretix/base/settings.py:1791 pretix/base/settings.py:1814 +#: pretix/base/settings.py:1689 pretix/base/settings.py:1705 +#: pretix/base/settings.py:1721 pretix/base/settings.py:1736 +#: pretix/base/settings.py:1754 pretix/base/settings.py:1769 +#: pretix/base/settings.py:1799 pretix/base/settings.py:1822 msgctxt "person_name_sample" msgid "John" msgstr "" -#: pretix/base/settings.py:1682 pretix/base/settings.py:1698 -#: pretix/base/settings.py:1714 pretix/base/settings.py:1730 -#: pretix/base/settings.py:1748 pretix/base/settings.py:1762 -#: pretix/base/settings.py:1792 +#: pretix/base/settings.py:1690 pretix/base/settings.py:1706 +#: pretix/base/settings.py:1722 pretix/base/settings.py:1738 +#: pretix/base/settings.py:1756 pretix/base/settings.py:1770 +#: pretix/base/settings.py:1800 msgctxt "person_name_sample" msgid "Doe" msgstr "" -#: pretix/base/settings.py:1688 pretix/base/settings.py:1704 -#: pretix/base/settings.py:1736 +#: pretix/base/settings.py:1696 pretix/base/settings.py:1712 +#: pretix/base/settings.py:1744 msgctxt "person_name" msgid "Title" msgstr "" -#: pretix/base/settings.py:1696 pretix/base/settings.py:1712 -#: pretix/base/settings.py:1745 +#: pretix/base/settings.py:1704 pretix/base/settings.py:1720 +#: pretix/base/settings.py:1753 msgctxt "person_name_sample" msgid "Dr" msgstr "" -#: pretix/base/settings.py:1720 pretix/base/settings.py:1737 +#: pretix/base/settings.py:1728 pretix/base/settings.py:1745 msgid "First name" msgstr "" -#: pretix/base/settings.py:1721 pretix/base/settings.py:1738 +#: pretix/base/settings.py:1729 pretix/base/settings.py:1746 msgid "Middle name" msgstr "" -#: pretix/base/settings.py:1802 pretix/base/settings.py:1813 +#: pretix/base/settings.py:1810 pretix/base/settings.py:1821 msgctxt "person_name_sample" msgid "John Doe" msgstr "" -#: pretix/base/settings.py:1808 +#: pretix/base/settings.py:1816 msgid "Calling name" msgstr "" -#: pretix/base/settings.py:1821 +#: pretix/base/settings.py:1829 msgid "Latin transcription" msgstr "" -#: pretix/base/settings.py:1924 pretix/control/forms/event.py:176 +#: pretix/base/settings.py:1932 pretix/control/forms/event.py:172 msgid "" "Your default locale must also be enabled for your event (see box above)." msgstr "" -#: pretix/base/settings.py:1928 +#: pretix/base/settings.py:1936 msgid "" "You cannot require specifying attendee names if you do not ask for them." msgstr "" -#: pretix/base/settings.py:1932 +#: pretix/base/settings.py:1940 msgid "You have to ask for attendee emails if you want to make them required." msgstr "" -#: pretix/base/settings.py:1936 +#: pretix/base/settings.py:1944 msgid "" "You have to ask for invoice addresses if you want to make them required." msgstr "" -#: pretix/base/settings.py:1940 +#: pretix/base/settings.py:1948 msgid "You have to require invoice addresses to require for company names." msgstr "" -#: pretix/base/settings.py:1947 +#: pretix/base/settings.py:1955 msgid "The last payment date cannot be before the end of presale." msgstr "" @@ -6637,16 +6654,21 @@ msgstr "" msgid "The task has been completed." msgstr "" -#: pretix/control/forms/__init__.py:112 +#: pretix/control/forms/__init__.py:115 +#, python-brace-format +msgid "Please do not upload files larger than {size}!" +msgstr "" + +#: pretix/control/forms/__init__.py:136 msgid "Filetype not allowed!" msgstr "" #: pretix/control/forms/checkin.py:38 pretix/control/forms/filter.py:244 -#: pretix/control/forms/filter.py:271 pretix/control/forms/filter.py:979 -#: pretix/control/forms/filter.py:999 pretix/control/forms/filter.py:1091 -#: pretix/control/forms/filter.py:1107 pretix/control/forms/filter.py:1168 -#: pretix/control/forms/filter.py:1203 pretix/control/forms/orders.py:544 -#: pretix/control/forms/orders.py:699 +#: pretix/control/forms/filter.py:271 pretix/control/forms/filter.py:1031 +#: pretix/control/forms/filter.py:1051 pretix/control/forms/filter.py:1143 +#: pretix/control/forms/filter.py:1159 pretix/control/forms/filter.py:1220 +#: pretix/control/forms/filter.py:1255 pretix/control/forms/orders.py:548 +#: pretix/control/forms/orders.py:703 #: pretix/control/templates/pretixcontrol/event/fragment_subevent_choice_simple.html:5 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:47 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:109 @@ -6655,7 +6677,7 @@ msgctxt "subevent" msgid "All dates" msgstr "" -#: pretix/control/forms/event.py:44 pretix/control/forms/organizer.py:310 +#: pretix/control/forms/event.py:44 pretix/control/forms/organizer.py:311 msgid "Use languages" msgstr "" @@ -6667,116 +6689,106 @@ msgstr "" msgid "This is an event series" msgstr "" -#: pretix/control/forms/event.py:50 -msgid "" -"Only recommended for advanced users. If this feature is enabled, this will " -"not only be a single event but a series of very similar events that are " -"handled within a single shop. The single events inside the series can only " -"differ in date, time, location, prices and quotas, but not in other " -"settings, and buying tickets across multiple of these events at the same " -"time is possible. You cannot change this setting for this event later." -msgstr "" - -#: pretix/control/forms/event.py:88 +#: pretix/control/forms/event.py:83 msgid "" "You already used this slug for a different event. Please choose a new one." msgstr "" -#: pretix/control/forms/event.py:92 pretix/control/forms/event.py:394 +#: pretix/control/forms/event.py:87 pretix/control/forms/event.py:390 msgid "Event timezone" msgstr "" -#: pretix/control/forms/event.py:99 +#: pretix/control/forms/event.py:94 msgid "Sales tax rate" msgstr "" -#: pretix/control/forms/event.py:100 +#: pretix/control/forms/event.py:95 msgid "" "Do you need to pay sales tax on your tickets? In this case, please enter the " "applicable tax rate here in percent. If you have a more complicated tax " "situation, you can add more tax rates and detailed configuration later." msgstr "" -#: pretix/control/forms/event.py:107 +#: pretix/control/forms/event.py:102 msgid "Grant access to team" msgstr "" -#: pretix/control/forms/event.py:108 +#: pretix/control/forms/event.py:103 msgid "" "You are allowed to create events under this organizer, however you do not " "have permission to edit all events under this organizer. Please select one " "of your existing teams that will be granted access to this event." msgstr "" -#: pretix/control/forms/event.py:113 +#: pretix/control/forms/event.py:108 msgid "Create a new team for this event with me as the only member" msgstr "" -#: pretix/control/forms/event.py:156 pretix/control/forms/event.py:309 +#: pretix/control/forms/event.py:151 pretix/control/forms/event.py:305 msgid "" "Sample Conference Center\n" "Heidelberg, Germany" msgstr "" -#: pretix/control/forms/event.py:180 +#: pretix/control/forms/event.py:176 msgid "Your default locale must be specified." msgstr "" -#: pretix/control/forms/event.py:254 +#: pretix/control/forms/event.py:250 msgid "Copy configuration from" msgstr "" -#: pretix/control/forms/event.py:260 pretix/control/forms/event.py:263 +#: pretix/control/forms/event.py:256 pretix/control/forms/event.py:259 #: pretix/control/forms/item.py:250 msgid "Do not copy" msgstr "" -#: pretix/control/forms/event.py:314 pretix/control/forms/organizer.py:87 +#: pretix/control/forms/event.py:310 pretix/control/forms/organizer.py:87 msgid "Custom domain" msgstr "" -#: pretix/control/forms/event.py:316 pretix/control/forms/organizer.py:89 +#: pretix/control/forms/event.py:312 pretix/control/forms/organizer.py:89 msgid "You need to configure the custom domain in the webserver beforehand." msgstr "" -#: pretix/control/forms/event.py:324 pretix/control/forms/organizer.py:97 +#: pretix/control/forms/event.py:320 pretix/control/forms/organizer.py:97 msgid "You cannot choose the base domain of this installation." msgstr "" -#: pretix/control/forms/event.py:328 pretix/control/forms/organizer.py:102 +#: pretix/control/forms/event.py:324 pretix/control/forms/organizer.py:102 #, fuzzy #| msgid "This slug has already been used for a different event." msgid "This domain is already in use for a different event or organizer." msgstr "Krótka forma eventu już została użyta przez inne wydarzenie." -#: pretix/control/forms/event.py:397 +#: pretix/control/forms/event.py:393 msgid "Name format" msgstr "" -#: pretix/control/forms/event.py:398 +#: pretix/control/forms/event.py:394 msgid "" "This defines how pretix will ask for human names. Changing this after you " "already received orders might lead to unexpected behavior when sorting or " "changing names." msgstr "" -#: pretix/control/forms/event.py:403 +#: pretix/control/forms/event.py:399 msgid "Allowed titles" msgstr "" -#: pretix/control/forms/event.py:404 +#: pretix/control/forms/event.py:400 msgid "" "If the naming scheme you defined above allows users to input a title, you " "can use this to restrict the set of selectable titles." msgstr "" -#: pretix/control/forms/event.py:409 pretix/control/forms/organizer.py:276 +#: pretix/control/forms/event.py:405 pretix/control/forms/organizer.py:276 #, fuzzy #| msgid "Attendee name" msgid "Header image" msgstr "Imię uczstnika" -#: pretix/control/forms/event.py:412 +#: pretix/control/forms/event.py:409 msgid "" "If you provide a logo image, we will by default not show your event name and " "date in the page header. By default, we show your logo with a size of up to " @@ -6785,29 +6797,29 @@ msgid "" "smaller screens." msgstr "" -#: pretix/control/forms/event.py:418 pretix/control/forms/organizer.py:285 +#: pretix/control/forms/event.py:415 pretix/control/forms/organizer.py:286 msgid "Use header image in its full size" msgstr "" -#: pretix/control/forms/event.py:419 pretix/control/forms/organizer.py:286 +#: pretix/control/forms/event.py:416 pretix/control/forms/organizer.py:287 msgid "We recommend to upload a picture at least 1170 pixels wide." msgstr "" -#: pretix/control/forms/event.py:423 +#: pretix/control/forms/event.py:420 msgid "Show event title even if a header image is present" msgstr "" -#: pretix/control/forms/event.py:424 +#: pretix/control/forms/event.py:421 #, fuzzy #| msgid "This question will be asked to buyers of the selected products" msgid "The title will only be shown on the event front page." msgstr "Pytanie zostanie zadane użytkownikom kupującym wybrane produkty" -#: pretix/control/forms/event.py:428 +#: pretix/control/forms/event.py:425 msgid "Social media image" msgstr "" -#: pretix/control/forms/event.py:431 +#: pretix/control/forms/event.py:429 msgid "" "This picture will be used as a preview if you post links to your ticket shop " "on social media. Facebook advises to use a picture size of 1200 x 630 " @@ -6816,303 +6828,303 @@ msgid "" "square is shown. If you do not fill this, we will use the logo given above." msgstr "" -#: pretix/control/forms/event.py:437 pretix/control/forms/organizer.py:226 +#: pretix/control/forms/event.py:435 pretix/control/forms/organizer.py:226 msgid "Primary color" msgstr "" -#: pretix/control/forms/event.py:441 pretix/control/forms/event.py:451 -#: pretix/control/forms/event.py:461 pretix/control/forms/event.py:470 +#: pretix/control/forms/event.py:439 pretix/control/forms/event.py:449 +#: pretix/control/forms/event.py:459 pretix/control/forms/event.py:468 #: pretix/control/forms/organizer.py:230 pretix/control/forms/organizer.py:240 #: pretix/control/forms/organizer.py:250 pretix/control/forms/organizer.py:260 msgid "Please enter the hexadecimal code of a color, e.g. #990000." msgstr "" -#: pretix/control/forms/event.py:446 pretix/control/forms/organizer.py:235 +#: pretix/control/forms/event.py:444 pretix/control/forms/organizer.py:235 msgid "Accent color for success" msgstr "" -#: pretix/control/forms/event.py:447 pretix/control/forms/organizer.py:236 +#: pretix/control/forms/event.py:445 pretix/control/forms/organizer.py:236 msgid "We strongly suggest to use a shade of green." msgstr "" -#: pretix/control/forms/event.py:456 pretix/control/forms/organizer.py:245 +#: pretix/control/forms/event.py:454 pretix/control/forms/organizer.py:245 msgid "Accent color for errors" msgstr "" -#: pretix/control/forms/event.py:457 +#: pretix/control/forms/event.py:455 msgid "We strongly suggest to use a dark shade of red." msgstr "" -#: pretix/control/forms/event.py:466 pretix/control/forms/organizer.py:256 +#: pretix/control/forms/event.py:464 pretix/control/forms/organizer.py:256 msgid "Page background color" msgstr "" -#: pretix/control/forms/event.py:476 pretix/control/forms/organizer.py:266 +#: pretix/control/forms/event.py:474 pretix/control/forms/organizer.py:266 msgid "Use round edges" msgstr "" -#: pretix/control/forms/event.py:480 pretix/control/forms/organizer.py:315 +#: pretix/control/forms/event.py:478 pretix/control/forms/organizer.py:316 #: pretix/control/templates/pretixcontrol/pdf/index.html:305 msgid "Font" msgstr "" -#: pretix/control/forms/event.py:485 pretix/control/forms/organizer.py:320 +#: pretix/control/forms/event.py:483 pretix/control/forms/organizer.py:321 msgid "Only respected by modern browsers." msgstr "" -#: pretix/control/forms/event.py:542 +#: pretix/control/forms/event.py:540 msgid "" "e.g. I hereby confirm that I have read and agree with the event organizer's " "terms of service and agree with them." msgstr "" -#: pretix/control/forms/event.py:546 +#: pretix/control/forms/event.py:544 #, python-brace-format msgid "Ask for {fields}, display like {example}" msgstr "" -#: pretix/control/forms/event.py:552 +#: pretix/control/forms/event.py:550 #, fuzzy #| msgid "Free price input" msgid "Free text input" msgstr "Dowolna cena" -#: pretix/control/forms/event.py:586 +#: pretix/control/forms/event.py:584 msgid "" "You have configured gift cards to be valid {} years plus the year the gift " "card is issued in." msgstr "" -#: pretix/control/forms/event.py:601 +#: pretix/control/forms/event.py:599 msgid "Tax rule for payment fees" msgstr "" -#: pretix/control/forms/event.py:603 +#: pretix/control/forms/event.py:601 msgid "" "The tax rule that applies for additional fees you configured for single " "payment methods. This will set the tax rate and reverse charge rules, other " "settings of the tax rule are ignored." msgstr "" -#: pretix/control/forms/event.py:695 +#: pretix/control/forms/event.py:693 msgid "Generate invoices for Sales channels" msgstr "" -#: pretix/control/forms/event.py:698 +#: pretix/control/forms/event.py:696 msgid "" "If you have enabled invoice generation in the previous setting, you can " "limit it here to specific sales channels." msgstr "" -#: pretix/control/forms/event.py:702 +#: pretix/control/forms/event.py:700 msgid "Invoice style" msgstr "" -#: pretix/control/forms/event.py:708 +#: pretix/control/forms/event.py:706 msgid "Invoice language" msgstr "" -#: pretix/control/forms/event.py:709 pretix/control/forms/event.py:730 +#: pretix/control/forms/event.py:707 pretix/control/forms/event.py:729 msgid "The user's language" msgstr "" -#: pretix/control/forms/event.py:712 +#: pretix/control/forms/event.py:710 msgid "Logo image" msgstr "" -#: pretix/control/forms/event.py:715 +#: pretix/control/forms/event.py:714 msgid "We will show your logo with a maximal height and width of 2.5 cm." msgstr "" -#: pretix/control/forms/event.py:759 +#: pretix/control/forms/event.py:758 msgid "Bcc address" msgstr "" -#: pretix/control/forms/event.py:760 +#: pretix/control/forms/event.py:759 msgid "All emails will be sent to this address as a Bcc copy" msgstr "" -#: pretix/control/forms/event.py:766 +#: pretix/control/forms/event.py:765 msgid "Signature" msgstr "" -#: pretix/control/forms/event.py:769 +#: pretix/control/forms/event.py:768 #, python-brace-format msgid "This will be attached to every email. Available placeholders: {event}" msgstr "" -#: pretix/control/forms/event.py:774 +#: pretix/control/forms/event.py:773 msgid "e.g. your contact details" msgstr "" -#: pretix/control/forms/event.py:779 +#: pretix/control/forms/event.py:778 msgid "HTML mail renderer" msgstr "" -#: pretix/control/forms/event.py:784 pretix/control/forms/event.py:801 -#: pretix/control/forms/event.py:818 pretix/control/forms/event.py:877 +#: pretix/control/forms/event.py:783 pretix/control/forms/event.py:800 +#: pretix/control/forms/event.py:817 pretix/control/forms/event.py:876 #, fuzzy #| msgid "Order contact address changed" msgid "Text sent to order contact address" msgstr "Adres kontaktowy zamówienia został zmieniony" -#: pretix/control/forms/event.py:789 pretix/control/forms/event.py:806 -#: pretix/control/forms/event.py:823 pretix/control/forms/event.py:882 +#: pretix/control/forms/event.py:788 pretix/control/forms/event.py:805 +#: pretix/control/forms/event.py:822 pretix/control/forms/event.py:881 msgid "Send an email to attendees" msgstr "" -#: pretix/control/forms/event.py:790 pretix/control/forms/event.py:807 -#: pretix/control/forms/event.py:824 pretix/control/forms/event.py:883 +#: pretix/control/forms/event.py:789 pretix/control/forms/event.py:806 +#: pretix/control/forms/event.py:823 pretix/control/forms/event.py:882 msgid "" "If the order contains attendees with email addresses different from the " "person who orders the tickets, the following email will be sent out to the " "attendees." msgstr "" -#: pretix/control/forms/event.py:795 pretix/control/forms/event.py:812 -#: pretix/control/forms/event.py:829 pretix/control/forms/event.py:888 +#: pretix/control/forms/event.py:794 pretix/control/forms/event.py:811 +#: pretix/control/forms/event.py:828 pretix/control/forms/event.py:887 msgid "Text sent to attendees" msgstr "" -#: pretix/control/forms/event.py:835 pretix/control/forms/event.py:857 -#: pretix/control/forms/event.py:862 pretix/control/forms/event.py:867 -#: pretix/control/forms/event.py:872 +#: pretix/control/forms/event.py:834 pretix/control/forms/event.py:856 +#: pretix/control/forms/event.py:861 pretix/control/forms/event.py:866 +#: pretix/control/forms/event.py:871 #: pretix/control/templates/pretixcontrol/organizers/giftcard.html:99 #: pretix/control/templates/pretixcontrol/pdf/index.html:367 msgid "Text" msgstr "" -#: pretix/control/forms/event.py:840 +#: pretix/control/forms/event.py:839 msgid "Text (sent by admin)" msgstr "" -#: pretix/control/forms/event.py:845 +#: pretix/control/forms/event.py:844 msgid "Text (requested by user)" msgstr "" -#: pretix/control/forms/event.py:850 pretix/control/forms/event.py:893 +#: pretix/control/forms/event.py:849 pretix/control/forms/event.py:892 msgid "Number of days" msgstr "" -#: pretix/control/forms/event.py:853 +#: pretix/control/forms/event.py:852 msgid "" "This email will be sent out this many days before the order expires. If the " "value is 0, the mail will never be sent." msgstr "" -#: pretix/control/forms/event.py:896 +#: pretix/control/forms/event.py:895 msgid "" "This email will be sent out this many days before the order event starts. If " "the field is empty, the mail will never be sent." msgstr "" -#: pretix/control/forms/event.py:900 +#: pretix/control/forms/event.py:899 msgid "Received order" msgstr "" -#: pretix/control/forms/event.py:905 +#: pretix/control/forms/event.py:904 msgid "Approved order" msgstr "" -#: pretix/control/forms/event.py:908 +#: pretix/control/forms/event.py:907 msgid "" "This will only be sent out for non-free orders. Free orders will receive the " "free order template from above instead." msgstr "" -#: pretix/control/forms/event.py:912 +#: pretix/control/forms/event.py:911 msgid "Denied order" msgstr "" -#: pretix/control/forms/event.py:917 +#: pretix/control/forms/event.py:916 msgid "Use custom SMTP server" msgstr "" -#: pretix/control/forms/event.py:918 +#: pretix/control/forms/event.py:917 msgid "" "All mail related to your event will be sent over the smtp server specified " "by you." msgstr "" -#: pretix/control/forms/event.py:922 +#: pretix/control/forms/event.py:921 msgid "Hostname" msgstr "" -#: pretix/control/forms/event.py:927 +#: pretix/control/forms/event.py:926 msgid "Port" msgstr "" -#: pretix/control/forms/event.py:932 +#: pretix/control/forms/event.py:931 msgid "Username" msgstr "" -#: pretix/control/forms/event.py:944 +#: pretix/control/forms/event.py:943 msgid "Use STARTTLS" msgstr "" -#: pretix/control/forms/event.py:945 +#: pretix/control/forms/event.py:944 msgid "Commonly enabled on port 587." msgstr "" -#: pretix/control/forms/event.py:949 +#: pretix/control/forms/event.py:948 msgid "Use SSL" msgstr "" -#: pretix/control/forms/event.py:950 +#: pretix/control/forms/event.py:949 msgid "Commonly enabled on port 465." msgstr "" -#: pretix/control/forms/event.py:979 pretix/control/forms/orders.py:465 -#: pretix/control/forms/orders.py:622 pretix/control/forms/vouchers.py:255 +#: pretix/control/forms/event.py:978 pretix/control/forms/orders.py:469 +#: pretix/control/forms/orders.py:626 pretix/control/forms/vouchers.py:255 #: pretix/plugins/sendmail/forms.py:49 #, fuzzy, python-brace-format #| msgid "Invalid placeholder(s): %(value)s" msgid "Available placeholders: {list}" msgstr "Nieprawidłowy(e) symbol(e) zastępstwa: %(value)s" -#: pretix/control/forms/event.py:1014 +#: pretix/control/forms/event.py:1013 msgid "" "You can activate either SSL or STARTTLS security, but not both at the same " "time." msgstr "" -#: pretix/control/forms/event.py:1063 +#: pretix/control/forms/event.py:1062 msgid "Any country" msgstr "" -#: pretix/control/forms/event.py:1064 +#: pretix/control/forms/event.py:1063 msgid "European Union" msgstr "" -#: pretix/control/forms/event.py:1076 +#: pretix/control/forms/event.py:1075 msgid "Any customer" msgstr "" -#: pretix/control/forms/event.py:1077 +#: pretix/control/forms/event.py:1076 msgid "Individual" msgstr "" -#: pretix/control/forms/event.py:1078 +#: pretix/control/forms/event.py:1077 msgid "Business" msgstr "" -#: pretix/control/forms/event.py:1079 +#: pretix/control/forms/event.py:1078 msgid "Business with valid VAT ID" msgstr "" -#: pretix/control/forms/event.py:1085 +#: pretix/control/forms/event.py:1084 msgid "Charge VAT" msgstr "" -#: pretix/control/forms/event.py:1087 +#: pretix/control/forms/event.py:1086 msgid "No VAT" msgstr "" -#: pretix/control/forms/event.py:1116 +#: pretix/control/forms/event.py:1115 msgid "Pre-selected voucher" msgstr "" -#: pretix/control/forms/event.py:1118 +#: pretix/control/forms/event.py:1117 msgid "" "If set, the widget will show products as if this voucher has been entered " "and when a product is bought via the widget, this voucher will be used. This " @@ -7120,52 +7132,52 @@ msgid "" "secret products." msgstr "" -#: pretix/control/forms/event.py:1123 +#: pretix/control/forms/event.py:1122 msgid "Compatibility mode" msgstr "" -#: pretix/control/forms/event.py:1125 +#: pretix/control/forms/event.py:1124 msgid "" "Our regular widget doesn't work in all website builders. If you run into " "trouble, try using this compatibility mode." msgstr "" -#: pretix/control/forms/event.py:1146 +#: pretix/control/forms/event.py:1145 msgid "The given voucher code does not exist." msgstr "" -#: pretix/control/forms/event.py:1153 pretix/control/forms/organizer.py:48 +#: pretix/control/forms/event.py:1152 pretix/control/forms/organizer.py:48 #: pretix/control/views/shredder.py:108 msgid "The slug you entered was not correct." msgstr "" -#: pretix/control/forms/event.py:1157 pretix/control/forms/organizer.py:52 +#: pretix/control/forms/event.py:1156 pretix/control/forms/organizer.py:52 msgid "Event slug" msgstr "" -#: pretix/control/forms/event.py:1188 +#: pretix/control/forms/event.py:1187 msgid "Ticket downloads" msgstr "" -#: pretix/control/forms/event.py:1189 +#: pretix/control/forms/event.py:1188 msgid "Your customers will be able to download their tickets in PDF format." msgstr "" -#: pretix/control/forms/event.py:1193 +#: pretix/control/forms/event.py:1192 msgid "Require all attendees to fill in their names" msgstr "" -#: pretix/control/forms/event.py:1194 +#: pretix/control/forms/event.py:1193 msgid "" "By default, we will ask for names but not require them. You can turn this " "off completely in the settings." msgstr "" -#: pretix/control/forms/event.py:1220 +#: pretix/control/forms/event.py:1219 msgid "Payment via Stripe" msgstr "" -#: pretix/control/forms/event.py:1221 +#: pretix/control/forms/event.py:1220 msgid "" "Stripe is an online payments processor supporting credit cards and lots of " "other payment options. To accept payments via Stripe, you will need to set " @@ -7173,27 +7185,27 @@ msgid "" "simple interface." msgstr "" -#: pretix/control/forms/event.py:1227 +#: pretix/control/forms/event.py:1226 msgid "Payment by bank transfer" msgstr "" -#: pretix/control/forms/event.py:1228 +#: pretix/control/forms/event.py:1227 msgid "" "Your customers will be instructed to wire the money to your account. You can " "then import your bank statements to process the payments within pretix, or " "mark them as paid manually." msgstr "" -#: pretix/control/forms/event.py:1267 +#: pretix/control/forms/event.py:1266 #: pretix/control/templates/pretixcontrol/event/quick_setup.html:45 msgid "Price (optional)" msgstr "" -#: pretix/control/forms/event.py:1272 +#: pretix/control/forms/event.py:1271 msgid "Free" msgstr "" -#: pretix/control/forms/event.py:1277 +#: pretix/control/forms/event.py:1276 msgid "Quantity available" msgstr "" @@ -7214,7 +7226,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/items/question.html:21 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:8 #: pretix/control/templates/pretixcontrol/orders/overview.html:67 -#: pretix/plugins/reports/exporters.py:223 +#: pretix/plugins/reports/exporters.py:226 msgid "Pending" msgstr "" @@ -7228,13 +7240,13 @@ msgstr "" msgid "Pending or paid" msgstr "" -#: pretix/control/forms/filter.py:111 pretix/control/forms/filter.py:541 -#: pretix/control/forms/filter.py:946 +#: pretix/control/forms/filter.py:111 pretix/control/forms/filter.py:593 +#: pretix/control/forms/filter.py:998 #: pretix/control/templates/pretixcontrol/items/question.html:24 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:17 #: pretix/control/templates/pretixcontrol/orders/overview.html:60 #: pretix/control/templates/pretixcontrol/organizers/giftcards.html:76 -#: pretix/plugins/reports/exporters.py:219 +#: pretix/plugins/reports/exporters.py:222 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:20 msgid "Expired" msgstr "" @@ -7248,7 +7260,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/items/question.html:26 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:19 #: pretix/control/templates/pretixcontrol/orders/overview.html:59 -#: pretix/plugins/reports/exporters.py:219 +#: pretix/plugins/reports/exporters.py:222 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:22 msgid "Canceled" msgstr "" @@ -7275,8 +7287,8 @@ msgstr "" msgid "Pending (but fully paid)" msgstr "" -#: pretix/control/forms/filter.py:119 pretix/control/forms/filter.py:526 -#: pretix/control/forms/filter.py:529 +#: pretix/control/forms/filter.py:119 pretix/control/forms/filter.py:578 +#: pretix/control/forms/filter.py:581 #: pretix/control/templates/pretixcontrol/event/live.html:63 msgid "Test mode" msgstr "" @@ -7287,28 +7299,28 @@ msgstr "" msgid "Cancellation requested" msgstr "Koszt anulowania" -#: pretix/control/forms/filter.py:278 pretix/control/forms/filter.py:796 -#: pretix/control/forms/filter.py:1006 pretix/control/forms/vouchers.py:112 +#: pretix/control/forms/filter.py:278 pretix/control/forms/filter.py:848 +#: pretix/control/forms/filter.py:1058 pretix/control/forms/vouchers.py:112 #: pretix/control/templates/pretixcontrol/items/question.html:29 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:99 msgid "All products" msgstr "" -#: pretix/control/forms/filter.py:282 pretix/control/forms/filter.py:1010 +#: pretix/control/forms/filter.py:282 pretix/control/forms/filter.py:1062 #: pretix/control/forms/vouchers.py:100 pretix/control/views/typeahead.py:514 #, python-brace-format msgid "{product} – Any variation" msgstr "" #: pretix/control/forms/filter.py:341 pretix/control/forms/filter.py:346 -#: pretix/control/forms/filter.py:617 pretix/control/forms/filter.py:622 +#: pretix/control/forms/filter.py:669 pretix/control/forms/filter.py:674 msgid "All organizers" msgstr "" -#: pretix/control/forms/filter.py:381 pretix/control/forms/filter.py:528 -#: pretix/control/forms/filter.py:537 pretix/control/forms/filter.py:860 -#: pretix/control/forms/filter.py:869 pretix/control/forms/filter.py:941 -#: pretix/control/forms/filter.py:954 +#: pretix/control/forms/filter.py:433 pretix/control/forms/filter.py:580 +#: pretix/control/forms/filter.py:589 pretix/control/forms/filter.py:912 +#: pretix/control/forms/filter.py:921 pretix/control/forms/filter.py:993 +#: pretix/control/forms/filter.py:1006 #: pretix/control/templates/pretixcontrol/checkin/lists.html:104 #: pretix/control/templates/pretixcontrol/checkin/lists.html:116 #: pretix/control/templates/pretixcontrol/organizers/devices.html:72 @@ -7318,210 +7330,210 @@ msgstr "" msgid "All" msgstr "Zaznacz wszystko" -#: pretix/control/forms/filter.py:383 pretix/control/forms/filter.py:603 +#: pretix/control/forms/filter.py:435 pretix/control/forms/filter.py:655 msgid "Shop live and presale running" msgstr "" -#: pretix/control/forms/filter.py:384 pretix/control/forms/filter.py:862 +#: pretix/control/forms/filter.py:436 pretix/control/forms/filter.py:914 msgid "Inactive" msgstr "" -#: pretix/control/forms/filter.py:396 pretix/control/forms/subevents.py:287 +#: pretix/control/forms/filter.py:448 pretix/control/forms/subevents.py:287 #: pretix/control/forms/subevents.py:326 msgid "Weekday" msgstr "" -#: pretix/control/forms/filter.py:398 +#: pretix/control/forms/filter.py:450 msgid "All days" msgstr "" -#: pretix/control/forms/filter.py:399 +#: pretix/control/forms/filter.py:451 msgid "Monday" msgstr "" -#: pretix/control/forms/filter.py:400 +#: pretix/control/forms/filter.py:452 msgid "Tuesday" msgstr "" -#: pretix/control/forms/filter.py:401 +#: pretix/control/forms/filter.py:453 msgid "Wednesday" msgstr "" -#: pretix/control/forms/filter.py:402 +#: pretix/control/forms/filter.py:454 msgid "Thursday" msgstr "" -#: pretix/control/forms/filter.py:403 +#: pretix/control/forms/filter.py:455 msgid "Friday" msgstr "" -#: pretix/control/forms/filter.py:404 +#: pretix/control/forms/filter.py:456 msgid "Saturday" msgstr "" -#: pretix/control/forms/filter.py:405 +#: pretix/control/forms/filter.py:457 msgid "Sunday" msgstr "" -#: pretix/control/forms/filter.py:530 +#: pretix/control/forms/filter.py:582 msgid "Live" msgstr "" -#: pretix/control/forms/filter.py:535 pretix/control/forms/filter.py:538 +#: pretix/control/forms/filter.py:587 pretix/control/forms/filter.py:590 msgid "Empty" msgstr "" -#: pretix/control/forms/filter.py:539 +#: pretix/control/forms/filter.py:591 msgid "Valid and with value" msgstr "" -#: pretix/control/forms/filter.py:540 +#: pretix/control/forms/filter.py:592 msgid "Expired and with value" msgstr "" -#: pretix/control/forms/filter.py:546 pretix/control/forms/filter.py:548 -#: pretix/control/forms/filter.py:876 pretix/control/forms/filter.py:878 +#: pretix/control/forms/filter.py:598 pretix/control/forms/filter.py:600 +#: pretix/control/forms/filter.py:928 pretix/control/forms/filter.py:930 msgid "Search query" msgstr "" -#: pretix/control/forms/filter.py:601 +#: pretix/control/forms/filter.py:653 msgid "All events" msgstr "" -#: pretix/control/forms/filter.py:602 +#: pretix/control/forms/filter.py:654 msgid "Shop live" msgstr "" -#: pretix/control/forms/filter.py:604 +#: pretix/control/forms/filter.py:656 msgid "Shop not live" msgstr "" -#: pretix/control/forms/filter.py:607 +#: pretix/control/forms/filter.py:659 msgid "Single event running or in the future" msgstr "" -#: pretix/control/forms/filter.py:608 +#: pretix/control/forms/filter.py:660 msgid "Single event in the past" msgstr "" -#: pretix/control/forms/filter.py:775 pretix/control/forms/filter.py:777 +#: pretix/control/forms/filter.py:827 pretix/control/forms/filter.py:829 msgid "Search attendee…" msgstr "" -#: pretix/control/forms/filter.py:783 +#: pretix/control/forms/filter.py:835 msgid "Check-in status" msgstr "" -#: pretix/control/forms/filter.py:785 +#: pretix/control/forms/filter.py:837 msgid "All attendees" msgstr "" -#: pretix/control/forms/filter.py:786 +#: pretix/control/forms/filter.py:838 msgctxt "checkin state" msgid "Present" msgstr "" -#: pretix/control/forms/filter.py:787 +#: pretix/control/forms/filter.py:839 #: pretix/control/templates/pretixcontrol/checkin/index.html:131 #: pretix/control/templates/pretixcontrol/checkin/lists.html:73 -#: pretix/plugins/checkinlists/exporters.py:337 +#: pretix/plugins/checkinlists/exporters.py:396 msgid "Checked in" msgstr "" -#: pretix/control/forms/filter.py:788 +#: pretix/control/forms/filter.py:840 #: pretix/control/templates/pretixcontrol/checkin/index.html:126 msgid "Not checked in" msgstr "" -#: pretix/control/forms/filter.py:867 pretix/control/forms/filter.py:870 +#: pretix/control/forms/filter.py:919 pretix/control/forms/filter.py:922 #: pretix/control/templates/pretixcontrol/users/index.html:47 msgid "Administrator" msgstr "" -#: pretix/control/forms/filter.py:871 +#: pretix/control/forms/filter.py:923 msgid "No administrator" msgstr "" -#: pretix/control/forms/filter.py:942 +#: pretix/control/forms/filter.py:994 msgid "Valid" msgstr "" -#: pretix/control/forms/filter.py:943 +#: pretix/control/forms/filter.py:995 msgid "Unredeemed" msgstr "" -#: pretix/control/forms/filter.py:944 +#: pretix/control/forms/filter.py:996 msgid "Redeemed at least once" msgstr "" -#: pretix/control/forms/filter.py:945 +#: pretix/control/forms/filter.py:997 msgid "Fully redeemed" msgstr "" -#: pretix/control/forms/filter.py:947 +#: pretix/control/forms/filter.py:999 msgid "Redeemed and checked in with ticket" msgstr "" -#: pretix/control/forms/filter.py:952 +#: pretix/control/forms/filter.py:1004 msgid "Quota handling" msgstr "" -#: pretix/control/forms/filter.py:956 +#: pretix/control/forms/filter.py:1008 msgid "Allow to ignore quota" msgstr "" -#: pretix/control/forms/filter.py:961 pretix/control/forms/filter.py:963 +#: pretix/control/forms/filter.py:1013 pretix/control/forms/filter.py:1015 msgid "Filter by tag" msgstr "" -#: pretix/control/forms/filter.py:968 pretix/control/forms/filter.py:970 +#: pretix/control/forms/filter.py:1020 pretix/control/forms/filter.py:1022 msgid "Search voucher" msgstr "" -#: pretix/control/forms/filter.py:1016 pretix/control/forms/vouchers.py:91 +#: pretix/control/forms/filter.py:1068 pretix/control/forms/vouchers.py:91 #: pretix/control/views/typeahead.py:522 pretix/control/views/typeahead.py:526 #: pretix/control/views/vouchers.py:81 #, python-brace-format msgid "Any product in quota \"{quota}\"" msgstr "" -#: pretix/control/forms/filter.py:1132 +#: pretix/control/forms/filter.py:1184 msgid "Refund status" msgstr "" -#: pretix/control/forms/filter.py:1134 +#: pretix/control/forms/filter.py:1186 msgid "All open refunds" msgstr "" -#: pretix/control/forms/filter.py:1135 +#: pretix/control/forms/filter.py:1187 msgid "All refunds" msgstr "" -#: pretix/control/forms/filter.py:1171 +#: pretix/control/forms/filter.py:1223 #, fuzzy #| msgid "Date joined" msgid "Date filter" msgstr "Data dołączenia" -#: pretix/control/forms/filter.py:1173 +#: pretix/control/forms/filter.py:1225 #, fuzzy #| msgid "Filter by status" msgid "Filter by…" msgstr "Filtruj po statusie" -#: pretix/control/forms/filter.py:1175 +#: pretix/control/forms/filter.py:1227 #, fuzzy #| msgid "Date of last payment" msgid "Date of last successful payment" msgstr "Data ostatniej płatności" -#: pretix/control/forms/filter.py:1180 +#: pretix/control/forms/filter.py:1232 #, fuzzy #| msgid "Date" msgid "Date from" msgstr "Data" -#: pretix/control/forms/filter.py:1185 +#: pretix/control/forms/filter.py:1237 #, fuzzy #| msgid "Date and time" msgid "Date until" @@ -7726,8 +7738,8 @@ msgstr "" msgid "Bundled product" msgstr "" -#: pretix/control/forms/item.py:735 pretix/control/forms/orders.py:260 -#: pretix/control/forms/orders.py:394 +#: pretix/control/forms/item.py:735 pretix/control/forms/orders.py:264 +#: pretix/control/forms/orders.py:398 msgid "inactive" msgstr "" @@ -7760,21 +7772,21 @@ msgstr "" msgid "CSV column: \"{name}\"" msgstr "" -#: pretix/control/forms/orders.py:33 +#: pretix/control/forms/orders.py:34 msgid "Overbook quota" msgstr "" -#: pretix/control/forms/orders.py:34 +#: pretix/control/forms/orders.py:35 msgid "" "If you check this box, this operation will be performed even if it leads to " "an overbooked quota and you having sold more tickets than you planned!" msgstr "" -#: pretix/control/forms/orders.py:78 +#: pretix/control/forms/orders.py:79 msgid "Overbook quota and ignore late payment" msgstr "" -#: pretix/control/forms/orders.py:79 +#: pretix/control/forms/orders.py:80 msgid "" "If you check this box, this operation will be performed even if it leads to " "an overbooked quota and you having sold more tickets than you planned! The " @@ -7782,16 +7794,16 @@ msgid "" "payments." msgstr "" -#: pretix/control/forms/orders.py:105 +#: pretix/control/forms/orders.py:106 #: pretix/control/templates/pretixcontrol/order/deny.html:19 msgid "Notify user by e-mail" msgstr "" -#: pretix/control/forms/orders.py:112 +#: pretix/control/forms/orders.py:113 msgid "Keep a cancellation fee of" msgstr "" -#: pretix/control/forms/orders.py:113 +#: pretix/control/forms/orders.py:114 msgid "" "If you keep a fee, all positions within this order will be canceled and the " "order will be reduced to a paid cancellation fee. Payment and shipping fees " @@ -7800,24 +7812,24 @@ msgid "" "automatically." msgstr "" -#: pretix/control/forms/orders.py:141 +#: pretix/control/forms/orders.py:145 msgid "Payment amount" msgstr "" -#: pretix/control/forms/orders.py:145 +#: pretix/control/forms/orders.py:149 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/control.html:7 -#: pretix/plugins/reports/exporters.py:319 -#: pretix/plugins/reports/exporters.py:381 -#: pretix/plugins/reports/exporters.py:491 -#: pretix/plugins/reports/exporters.py:520 +#: pretix/plugins/reports/exporters.py:322 +#: pretix/plugins/reports/exporters.py:384 +#: pretix/plugins/reports/exporters.py:494 +#: pretix/plugins/reports/exporters.py:523 msgid "Payment date" msgstr "" -#: pretix/control/forms/orders.py:183 +#: pretix/control/forms/orders.py:187 msgid "Re-calculate taxes" msgstr "" -#: pretix/control/forms/orders.py:186 +#: pretix/control/forms/orders.py:190 msgid "" "This operation re-checks if taxes should be paid to the items due to e.g. " "configured reverse charge rules and changes the prices and tax values " @@ -7826,137 +7838,137 @@ msgid "" "this procedure." msgstr "" -#: pretix/control/forms/orders.py:192 +#: pretix/control/forms/orders.py:196 msgid "Issue a new invoice if required" msgstr "" -#: pretix/control/forms/orders.py:196 +#: pretix/control/forms/orders.py:200 msgid "" "If an invoice exists for this order and this operation would change its " "contents, the old invoice will be canceled and a new invoice will be issued." msgstr "" -#: pretix/control/forms/orders.py:201 +#: pretix/control/forms/orders.py:205 msgid "Notify user" msgstr "" -#: pretix/control/forms/orders.py:205 +#: pretix/control/forms/orders.py:209 msgid "" "Send an email to the customer notifying that their order has been changed." msgstr "" -#: pretix/control/forms/orders.py:209 +#: pretix/control/forms/orders.py:213 msgid "Allow to overbook quotas when performing this operation" msgstr "" -#: pretix/control/forms/orders.py:225 +#: pretix/control/forms/orders.py:229 msgid "Add-on to" msgstr "" -#: pretix/control/forms/orders.py:230 +#: pretix/control/forms/orders.py:234 #: pretix/control/templates/pretixcontrol/checkin/index.html:70 #: pretix/control/templates/pretixcontrol/order/change.html:118 #: pretix/control/views/vouchers.py:70 msgid "Seat" msgstr "Miejsce" -#: pretix/control/forms/orders.py:237 +#: pretix/control/forms/orders.py:241 msgid "Including taxes, if any. Keep empty for the product's default price" msgstr "" -#: pretix/control/forms/orders.py:335 pretix/control/forms/orders.py:339 -#: pretix/control/forms/orders.py:378 pretix/control/forms/orders.py:389 +#: pretix/control/forms/orders.py:339 pretix/control/forms/orders.py:343 +#: pretix/control/forms/orders.py:382 pretix/control/forms/orders.py:393 msgid "(Unchanged)" msgstr "" -#: pretix/control/forms/orders.py:345 pretix/control/forms/orders.py:412 +#: pretix/control/forms/orders.py:349 pretix/control/forms/orders.py:416 msgid "New price (gross)" msgstr "" -#: pretix/control/forms/orders.py:349 +#: pretix/control/forms/orders.py:353 msgid "Generate a new secret" msgstr "" -#: pretix/control/forms/orders.py:353 +#: pretix/control/forms/orders.py:357 #, fuzzy #| msgid "Cart position" msgid "Cancel this position" msgstr "Pozycja wózka" -#: pretix/control/forms/orders.py:357 +#: pretix/control/forms/orders.py:361 msgid "Split into new order" msgstr "" -#: pretix/control/forms/orders.py:416 +#: pretix/control/forms/orders.py:420 msgid "Remove this fee" msgstr "" -#: pretix/control/forms/orders.py:430 +#: pretix/control/forms/orders.py:434 msgid "Invalidate secrets" msgstr "" -#: pretix/control/forms/orders.py:431 +#: pretix/control/forms/orders.py:435 msgid "" "Regenerates the order and ticket secrets. You will need to re-send the link " "to the order page to the user and the user will need to download his tickets " "again. The old versions will be invalid." msgstr "" -#: pretix/control/forms/orders.py:456 pretix/control/forms/orders.py:639 -#: pretix/control/forms/orders.py:666 pretix/control/forms/vouchers.py:222 +#: pretix/control/forms/orders.py:460 pretix/control/forms/orders.py:643 +#: pretix/control/forms/orders.py:670 pretix/control/forms/vouchers.py:222 #: pretix/plugins/sendmail/forms.py:21 pretix/plugins/sendmail/forms.py:76 msgid "Subject" msgstr "" -#: pretix/control/forms/orders.py:480 +#: pretix/control/forms/orders.py:484 msgid "Recipient" msgstr "" -#: pretix/control/forms/orders.py:486 pretix/control/forms/orders.py:647 -#: pretix/control/forms/orders.py:674 pretix/control/forms/vouchers.py:228 +#: pretix/control/forms/orders.py:490 pretix/control/forms/orders.py:651 +#: pretix/control/forms/orders.py:678 pretix/control/forms/vouchers.py:228 #: pretix/plugins/sendmail/forms.py:22 pretix/plugins/sendmail/forms.py:81 msgid "Message" msgstr "" -#: pretix/control/forms/orders.py:499 +#: pretix/control/forms/orders.py:503 msgid "" "Cancel the order. All tickets will no longer work. This can not be reverted." msgstr "" -#: pretix/control/forms/orders.py:500 +#: pretix/control/forms/orders.py:504 msgid "" "Mark the order as pending and allow the user to pay the open amount with " "another payment method." msgstr "" -#: pretix/control/forms/orders.py:502 +#: pretix/control/forms/orders.py:506 msgid "Do nothing and keep the order as it is." msgstr "" -#: pretix/control/forms/orders.py:529 +#: pretix/control/forms/orders.py:533 msgid "The refund amount needs to be positive and less than {}." msgstr "" -#: pretix/control/forms/orders.py:535 +#: pretix/control/forms/orders.py:539 msgid "You need to specify an amount for a partial refund." msgstr "" -#: pretix/control/forms/orders.py:547 +#: pretix/control/forms/orders.py:551 #, fuzzy #| msgid "Can view orders" msgid "Cancel all dates" msgstr "Może edytować" -#: pretix/control/forms/orders.py:552 +#: pretix/control/forms/orders.py:556 msgid "Automatically refund money if possible" msgstr "" -#: pretix/control/forms/orders.py:557 +#: pretix/control/forms/orders.py:561 msgid "" "Create manual refund if the payment method odes not support automatic refunds" msgstr "" -#: pretix/control/forms/orders.py:561 +#: pretix/control/forms/orders.py:565 msgid "" "If checked, all payments with a payment method not supporting automatic " "refunds will be on your manual refund to-do list. Do not check if you want " @@ -7964,29 +7976,29 @@ msgid "" "gift cards." msgstr "" -#: pretix/control/forms/orders.py:566 +#: pretix/control/forms/orders.py:570 msgid "" "Refund order value to a gift card instead instead of the original payment " "method" msgstr "" -#: pretix/control/forms/orders.py:572 +#: pretix/control/forms/orders.py:576 #, fuzzy #| msgid "Gift card" msgid "Gift card validity" msgstr "Karta prezentowa" -#: pretix/control/forms/orders.py:579 +#: pretix/control/forms/orders.py:583 msgid "Special terms and conditions" msgstr "" -#: pretix/control/forms/orders.py:596 +#: pretix/control/forms/orders.py:600 #, fuzzy #| msgid "Order fees" msgid "Keep fees" msgstr "Prowizje zamówienia" -#: pretix/control/forms/orders.py:599 +#: pretix/control/forms/orders.py:603 msgid "" "The selected types of fees will not be refunded but instead added to the " "cancellation fee. Fees are never refunded in when an order in an event " @@ -7994,25 +8006,25 @@ msgid "" "dates." msgstr "" -#: pretix/control/forms/orders.py:605 +#: pretix/control/forms/orders.py:609 #, fuzzy #| msgid "Order information changed" msgid "Send information via email" msgstr "Informacje o zamówieniu zostały zmienione" -#: pretix/control/forms/orders.py:611 +#: pretix/control/forms/orders.py:615 #, fuzzy #| msgid "Order information changed" msgid "Send information to waiting list" msgstr "Informacje o zamówieniu zostały zmienione" -#: pretix/control/forms/orders.py:642 pretix/control/forms/orders.py:668 +#: pretix/control/forms/orders.py:646 pretix/control/forms/orders.py:672 #, fuzzy, python-brace-format #| msgid "Can create events" msgid "Canceled: {event}" msgstr "Może tworzyć wydarzenia" -#: pretix/control/forms/orders.py:653 +#: pretix/control/forms/orders.py:657 #, python-brace-format msgid "" "Hello,\n" @@ -8030,7 +8042,7 @@ msgid "" "Your {event} team" msgstr "" -#: pretix/control/forms/orders.py:680 +#: pretix/control/forms/orders.py:684 #, python-brace-format msgid "" "Hello,\n" @@ -8044,7 +8056,7 @@ msgid "" "Your {event} team" msgstr "" -#: pretix/control/forms/orders.py:711 +#: pretix/control/forms/orders.py:715 msgid "Please confirm that you want to cancel ALL dates in this event series." msgstr "" @@ -8097,7 +8109,7 @@ msgstr "" msgid "This will be displayed on the organizer homepage." msgstr "" -#: pretix/control/forms/organizer.py:279 +#: pretix/control/forms/organizer.py:280 msgid "" "If you provide a logo image, we will by default not show your organization " "name in the page header. By default, we show your logo with a size of up to " @@ -8106,67 +8118,67 @@ msgid "" "smaller screens." msgstr "" -#: pretix/control/forms/organizer.py:298 +#: pretix/control/forms/organizer.py:299 msgid "Show availability in event overviews" msgstr "" -#: pretix/control/forms/organizer.py:299 +#: pretix/control/forms/organizer.py:300 msgid "" "If checked, the list of events will show if events are sold out. This might " "make for longer page loading times if you have lots of events and the shown " "status might be out of date for up to two minutes." msgstr "" -#: pretix/control/forms/organizer.py:305 +#: pretix/control/forms/organizer.py:306 msgid "Link back to organizer overview on all event pages" msgstr "" -#: pretix/control/forms/organizer.py:312 +#: pretix/control/forms/organizer.py:313 msgid "" "Choose all languages that your organizer homepage should be available in." msgstr "" -#: pretix/control/forms/organizer.py:323 +#: pretix/control/forms/organizer.py:324 msgid "Favicon" msgstr "" -#: pretix/control/forms/organizer.py:326 +#: pretix/control/forms/organizer.py:328 msgid "" "If you provide a favicon, we will show it instead of the default pretix " "icon. We recommend a size of at least 200x200px to accommodate most devices." msgstr "" -#: pretix/control/forms/organizer.py:330 +#: pretix/control/forms/organizer.py:332 #, fuzzy #| msgid "Gift card" msgid "Length of gift card codes" msgstr "Karta prezentowa" -#: pretix/control/forms/organizer.py:331 +#: pretix/control/forms/organizer.py:333 msgid "" "The system generates by default {}-character long gift card codes. However, " "if a different length is required, it can be set here." msgstr "" -#: pretix/control/forms/organizer.py:336 +#: pretix/control/forms/organizer.py:338 #, fuzzy #| msgid "Gift card" msgid "Validity of gift card codes in years" msgstr "Karta prezentowa" -#: pretix/control/forms/organizer.py:337 +#: pretix/control/forms/organizer.py:339 msgid "" "If you set a number here, gift cards will by default expire at the end of " "the year after this many years. If you keep it empty, gift cards do not have " "an explicit expiry date." msgstr "" -#: pretix/control/forms/organizer.py:352 +#: pretix/control/forms/organizer.py:354 msgctxt "webhooks" msgid "Event types" msgstr "" -#: pretix/control/forms/organizer.py:383 +#: pretix/control/forms/organizer.py:385 #, fuzzy #| msgid "Gift card" msgid "Gift card value" @@ -9769,7 +9781,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/organizers/detail.html:43 #: pretix/control/templates/pretixcontrol/organizers/giftcards.html:38 #: pretix/control/templates/pretixcontrol/organizers/index.html:18 -#: pretix/control/templates/pretixcontrol/search/orders.html:27 +#: pretix/control/templates/pretixcontrol/search/orders.html:33 #: pretix/control/templates/pretixcontrol/subevents/index.html:41 #: pretix/control/templates/pretixcontrol/users/index.html:22 #: pretix/control/templates/pretixcontrol/vouchers/index.html:54 @@ -9854,7 +9866,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/order/pay.html:33 #: pretix/control/templates/pretixcontrol/order/pay_complete.html:28 #: pretix/control/templates/pretixcontrol/order/reactivate.html:30 -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:155 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:169 #: pretix/control/templates/pretixcontrol/order/refund_done.html:26 #: pretix/control/templates/pretixcontrol/order/refund_process.html:47 #: pretix/control/templates/pretixcontrol/order/refund_start.html:51 @@ -9906,9 +9918,9 @@ msgstr "" #: pretix/control/templates/pretixcontrol/checkin/list_edit.html:10 #: pretix/control/templates/pretixcontrol/checkin/list_edit.html:17 -#: pretix/plugins/checkinlists/exporters.py:38 -#: pretix/plugins/checkinlists/exporters.py:88 -#: pretix/plugins/checkinlists/exporters.py:315 +#: pretix/plugins/checkinlists/exporters.py:39 +#: pretix/plugins/checkinlists/exporters.py:107 +#: pretix/plugins/checkinlists/exporters.py:374 #: pretix/plugins/pretixdroid/forms.py:39 #: pretix/plugins/pretixdroid/models.py:24 #: pretix/plugins/pretixdroid/templates/pretixplugins/pretixdroid/configuration.html:79 @@ -10602,7 +10614,7 @@ msgid "Installed plugins" msgstr "" #: pretix/control/templates/pretixcontrol/event/plugins.html:10 -#: pretix/control/views/checkin.py:260 pretix/control/views/event.py:177 +#: pretix/control/views/checkin.py:264 pretix/control/views/event.py:177 #: pretix/control/views/event.py:317 pretix/control/views/event.py:396 #: pretix/control/views/event.py:436 pretix/control/views/event.py:594 #: pretix/control/views/event.py:785 pretix/control/views/event.py:1135 @@ -10765,14 +10777,14 @@ msgid "Basics" msgstr "" #: pretix/control/templates/pretixcontrol/event/settings.html:31 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:44 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:46 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:349 #: pretix/control/templates/pretixcontrol/subevents/detail.html:32 msgid "Geo coordinates" msgstr "" #: pretix/control/templates/pretixcontrol/event/settings.html:32 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:45 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:47 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:271 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:275 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:350 @@ -10781,7 +10793,7 @@ msgid "Optional" msgstr "" #: pretix/control/templates/pretixcontrol/event/settings.html:39 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:52 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:54 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:357 #: pretix/control/templates/pretixcontrol/subevents/detail.html:40 msgid "Geocoding data © OpenStreetMap" @@ -10817,7 +10829,7 @@ msgid "Shop design" msgstr "" #: pretix/control/templates/pretixcontrol/event/settings.html:124 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:74 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:76 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:392 #: pretix/control/templates/pretixcontrol/subevents/detail.html:76 msgid "Timeline" @@ -11059,7 +11071,7 @@ msgid "" "We strongly recommend against using short forms of more then 16 characters." msgstr "" -#: pretix/control/templates/pretixcontrol/events/create_basics.html:68 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:70 msgid "Display settings" msgstr "" @@ -11077,7 +11089,40 @@ msgid "" "that contain the event name." msgstr "" -#: pretix/control/templates/pretixcontrol/events/create_foundation.html:10 +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:13 +msgid "Singular event or non-event shop" +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:15 +msgid "" +"An event with individual configuration. If you create more events later, you " +"can copy the event to save yourself some work." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:21 +msgid "" +"Examples: Conferences, workshops, trade fairs, one-off concerts, sale of " +"digital content, multi-day events with combination tickets." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:32 +msgid "Event series or time slot booking" +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:34 +msgid "" +"A series of events that share the same configuration. They can still be " +"different in their dates, locations, prices, and capacities." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:40 +msgid "" +"Examples: Multiple presentations of the same show, same concert in multiple " +"locations, museums, libraries, or swimming pools, events that need to be " +"booked together in one cart." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:53 msgid "" "Please note that you will only be able to delete your event until the first " "order has been created." @@ -11499,8 +11544,8 @@ msgstr "" #: pretix/control/templates/pretixcontrol/items/question.html:20 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:14 #: pretix/control/templates/pretixcontrol/orders/overview.html:68 -#: pretix/plugins/checkinlists/exporters.py:343 -#: pretix/plugins/reports/exporters.py:223 +#: pretix/plugins/checkinlists/exporters.py:402 +#: pretix/plugins/reports/exporters.py:226 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:17 msgid "Paid" msgstr "" @@ -12324,10 +12369,10 @@ msgstr "" #: pretix/control/templates/pretixcontrol/order/index.html:550 #: pretix/control/templates/pretixcontrol/orders/overview.html:69 #: pretix/control/templates/pretixcontrol/orders/overview.html:146 -#: pretix/plugins/reports/exporters.py:223 -#: pretix/plugins/reports/exporters.py:278 -#: pretix/plugins/reports/exporters.py:447 -#: pretix/plugins/reports/exporters.py:591 +#: pretix/plugins/reports/exporters.py:226 +#: pretix/plugins/reports/exporters.py:281 +#: pretix/plugins/reports/exporters.py:450 +#: pretix/plugins/reports/exporters.py:594 #: pretix/presale/templates/pretixpresale/event/fragment_cart.html:292 msgid "Total" msgstr "Razem" @@ -12524,54 +12569,54 @@ msgctxt "amount_label" msgid "Automatically refund" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:59 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:63 msgid "Automatically refund full amount" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:62 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:66 msgid "This payment method does not support automatic refunds." msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:70 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:74 msgid "Transfer to other order" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:73 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:77 msgctxt "amount_label" msgid "Transfer" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:81 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:85 msgctxt "order_label" msgid "to" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:91 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:95 #: pretix/control/templates/pretixcontrol/organizers/giftcard_create.html:5 msgid "Create a new gift card" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:103 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:113 #, fuzzy #| msgid "This order is not yet approved by the event organizer." msgid "" "The gift card can be used to buy tickets for all events of this organizer." msgstr "Zamówienie nie zostało jeszcze potwierdzone przez organizatora." -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:111 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:121 msgid "Manual refund" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:114 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:124 msgctxt "amount_label" msgid "Manually refund" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:125 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:139 msgid "Keep transfer as to do" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:129 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:143 #: pretix/control/templates/pretixcontrol/order/refund_done.html:5 #: pretix/control/templates/pretixcontrol/order/refund_done.html:9 #: pretix/control/templates/pretixcontrol/order/refund_process.html:6 @@ -12579,7 +12624,7 @@ msgstr "" msgid "Mark refund as done" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:139 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:153 msgid "" "Any payments that you selected for automatical refunds will be immediately " "communicate the refund request to the respective payment provider. Manual " @@ -12587,7 +12632,7 @@ msgid "" "done once you actually transferred the money back to the customer." msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:160 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:174 msgid "Perform refund" msgstr "" @@ -12821,29 +12866,29 @@ msgid "Remove filter" msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:132 -#: pretix/control/templates/pretixcontrol/search/orders.html:78 +#: pretix/control/templates/pretixcontrol/search/orders.html:83 msgid "CANCELLATION REQUESTED" msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:135 #: pretix/control/templates/pretixcontrol/orders/index.html:137 -#: pretix/control/templates/pretixcontrol/search/orders.html:81 -#: pretix/control/templates/pretixcontrol/search/orders.html:83 +#: pretix/control/templates/pretixcontrol/search/orders.html:86 +#: pretix/control/templates/pretixcontrol/search/orders.html:88 msgid "REFUND PENDING" msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:140 -#: pretix/control/templates/pretixcontrol/search/orders.html:86 +#: pretix/control/templates/pretixcontrol/search/orders.html:91 msgid "OVERPAID" msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:142 -#: pretix/control/templates/pretixcontrol/search/orders.html:88 +#: pretix/control/templates/pretixcontrol/search/orders.html:93 msgid "UNDERPAID" msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:144 -#: pretix/control/templates/pretixcontrol/search/orders.html:90 +#: pretix/control/templates/pretixcontrol/search/orders.html:95 msgid "FULLY PAID" msgstr "" @@ -12884,7 +12929,7 @@ msgid "" msgstr "" #: pretix/control/templates/pretixcontrol/orders/overview.html:61 -#: pretix/plugins/reports/exporters.py:219 +#: pretix/plugins/reports/exporters.py:222 msgid "Purchased" msgstr "" @@ -13545,7 +13590,7 @@ msgstr "" msgid "pretix Logo" msgstr "" -#: pretix/control/templates/pretixcontrol/search/orders.html:99 +#: pretix/control/templates/pretixcontrol/search/orders.html:104 msgid "" "We couldn't find any orders that you have access to and that match your " "search query." @@ -14625,15 +14670,15 @@ msgstr "" msgid "The selected check-ins have been reverted." msgstr "" -#: pretix/control/views/checkin.py:163 +#: pretix/control/views/checkin.py:167 msgid "The selected tickets have been marked as checked in." msgstr "" -#: pretix/control/views/checkin.py:227 +#: pretix/control/views/checkin.py:231 msgid "The new check-in list has been created." msgstr "" -#: pretix/control/views/checkin.py:234 pretix/control/views/checkin.py:277 +#: pretix/control/views/checkin.py:238 pretix/control/views/checkin.py:281 #: pretix/control/views/event.py:206 pretix/control/views/event.py:399 #: pretix/control/views/event.py:439 pretix/control/views/event.py:597 #: pretix/control/views/event.py:754 pretix/control/views/event.py:1094 @@ -14648,11 +14693,11 @@ msgstr "" msgid "We could not save your changes. See below for details." msgstr "" -#: pretix/control/views/checkin.py:256 pretix/control/views/checkin.py:293 +#: pretix/control/views/checkin.py:260 pretix/control/views/checkin.py:297 msgid "The requested list does not exist." msgstr "" -#: pretix/control/views/checkin.py:302 +#: pretix/control/views/checkin.py:306 msgid "The selected list has been deleted." msgstr "" @@ -14887,7 +14932,7 @@ msgstr "" msgid "Could not update the comment." msgstr "" -#: pretix/control/views/event.py:1061 pretix/control/views/main.py:296 +#: pretix/control/views/event.py:1061 pretix/control/views/main.py:276 msgid "VAT" msgstr "" @@ -15856,30 +15901,30 @@ msgstr "" msgid "8 portrait A7 pages on one A4 page" msgstr "" -#: pretix/plugins/badges/exporters.py:186 +#: pretix/plugins/badges/exporters.py:194 msgid "None of the selected products is configured to print badges." msgstr "" -#: pretix/plugins/badges/exporters.py:192 +#: pretix/plugins/badges/exporters.py:200 msgid "Attendee badges" msgstr "" -#: pretix/plugins/badges/exporters.py:212 +#: pretix/plugins/badges/exporters.py:220 #: pretix/plugins/ticketoutputpdf/exporters.py:32 msgid "Include pending orders" msgstr "" -#: pretix/plugins/badges/exporters.py:217 +#: pretix/plugins/badges/exporters.py:225 msgid "Include add-on or bundled positions" msgstr "" -#: pretix/plugins/badges/exporters.py:222 +#: pretix/plugins/badges/exporters.py:230 #, fuzzy #| msgid "Question option" msgid "Rendering option" msgstr "Opcja pytania" -#: pretix/plugins/badges/exporters.py:227 +#: pretix/plugins/badges/exporters.py:235 msgid "" "This option allows you to align multiple badges on one page, for example if " "you want to print to a sheet of stickers with a regular office printer. " @@ -15887,10 +15932,10 @@ msgid "" "correct size." msgstr "" -#: pretix/plugins/badges/exporters.py:233 -#: pretix/plugins/checkinlists/exporters.py:56 -#: pretix/plugins/reports/exporters.py:315 -#: pretix/plugins/reports/exporters.py:487 +#: pretix/plugins/badges/exporters.py:241 +#: pretix/plugins/checkinlists/exporters.py:71 +#: pretix/plugins/reports/exporters.py:318 +#: pretix/plugins/reports/exporters.py:490 #: pretix/plugins/ticketoutputpdf/exporters.py:37 msgid "Sort by" msgstr "" @@ -16413,37 +16458,45 @@ msgstr "" msgid "This plugin allows you to generate check-in lists for your conference." msgstr "" -#: pretix/plugins/checkinlists/exporters.py:46 +#: pretix/plugins/checkinlists/exporters.py:50 +msgid "Only include tickets for dates on or after this date." +msgstr "" + +#: pretix/plugins/checkinlists/exporters.py:57 +msgid "Only include tickets for dates on or before this date." +msgstr "" + +#: pretix/plugins/checkinlists/exporters.py:61 msgid "Include QR-code secret" msgstr "" -#: pretix/plugins/checkinlists/exporters.py:51 +#: pretix/plugins/checkinlists/exporters.py:66 #, fuzzy #| msgid "Requires special attention" msgid "Only tickets requiring special attention" msgstr "Wymaga specjalnej uwagi" -#: pretix/plugins/checkinlists/exporters.py:71 +#: pretix/plugins/checkinlists/exporters.py:86 msgid "Include questions" msgstr "" -#: pretix/plugins/checkinlists/exporters.py:183 +#: pretix/plugins/checkinlists/exporters.py:222 msgid "Check-in list (PDF)" msgstr "" #. Translators: maximum 5 characters -#: pretix/plugins/checkinlists/exporters.py:234 +#: pretix/plugins/checkinlists/exporters.py:284 msgctxt "tablehead" msgid "paid" msgstr "" -#: pretix/plugins/checkinlists/exporters.py:337 +#: pretix/plugins/checkinlists/exporters.py:396 #, fuzzy #| msgid "Ticket checked in" msgid "Automatically checked in" msgstr "Bilet zameldowany" -#: pretix/plugins/checkinlists/exporters.py:346 +#: pretix/plugins/checkinlists/exporters.py:405 #: pretix/plugins/paypal/payment.py:86 msgid "Secret" msgstr "" @@ -16524,45 +16577,45 @@ msgid "" "to send any payments." msgstr "" -#: pretix/plugins/paypal/payment.py:205 pretix/plugins/paypal/payment.py:291 -#: pretix/plugins/paypal/payment.py:306 pretix/plugins/paypal/payment.py:309 -#: pretix/plugins/paypal/payment.py:367 +#: pretix/plugins/paypal/payment.py:205 pretix/plugins/paypal/payment.py:298 +#: pretix/plugins/paypal/payment.py:313 pretix/plugins/paypal/payment.py:316 +#: pretix/plugins/paypal/payment.py:374 pretix/plugins/paypal/payment.py:515 msgid "We had trouble communicating with PayPal" msgstr "" -#: pretix/plugins/paypal/payment.py:323 pretix/plugins/paypal/payment.py:332 -#: pretix/plugins/paypal/payment.py:393 +#: pretix/plugins/paypal/payment.py:330 pretix/plugins/paypal/payment.py:339 +#: pretix/plugins/paypal/payment.py:400 msgid "" "We were unable to process your payment. See below for details on how to " "proceed." msgstr "" -#: pretix/plugins/paypal/payment.py:374 pretix/plugins/paypal/payment.py:383 +#: pretix/plugins/paypal/payment.py:381 pretix/plugins/paypal/payment.py:390 msgid "" "PayPal has not yet approved the payment. We will inform you as soon as the " "payment completed." msgstr "" -#: pretix/plugins/paypal/payment.py:408 pretix/plugins/stripe/payment.py:435 +#: pretix/plugins/paypal/payment.py:415 pretix/plugins/stripe/payment.py:435 #: pretix/plugins/stripe/payment.py:787 msgid "There was an error sending the confirmation mail." msgstr "" -#: pretix/plugins/paypal/payment.py:485 pretix/plugins/paypal/payment.py:492 +#: pretix/plugins/paypal/payment.py:492 pretix/plugins/paypal/payment.py:499 msgid "Refunding the amount via PayPal failed: {}" msgstr "" -#: pretix/plugins/paypal/payment.py:591 pretix/plugins/paypal/payment.py:599 +#: pretix/plugins/paypal/payment.py:615 pretix/plugins/paypal/payment.py:623 msgid "The payment for this invoice has already been received." msgstr "" -#: pretix/plugins/paypal/payment.py:592 pretix/plugins/paypal/payment.py:600 +#: pretix/plugins/paypal/payment.py:616 pretix/plugins/paypal/payment.py:624 #, fuzzy #| msgid "Payment ID" msgid "PayPal payment ID" msgstr "ID płatności" -#: pretix/plugins/paypal/payment.py:594 +#: pretix/plugins/paypal/payment.py:618 msgid "PayPal sale ID" msgstr "" @@ -16933,48 +16986,48 @@ msgstr "" msgid "Created: %s" msgstr "" -#: pretix/plugins/reports/exporters.py:153 +#: pretix/plugins/reports/exporters.py:156 msgid "Order overview (PDF)" msgstr "" -#: pretix/plugins/reports/exporters.py:197 +#: pretix/plugins/reports/exporters.py:200 #: pretix/plugins/statistics/templates/pretixplugins/statistics/index.html:58 msgid "Orders by product" msgstr "" -#: pretix/plugins/reports/exporters.py:202 +#: pretix/plugins/reports/exporters.py:205 #, python-brace-format msgid "{axis} between {start} and {end}" msgstr "" -#: pretix/plugins/reports/exporters.py:227 -#: pretix/plugins/reports/exporters.py:228 -#: pretix/plugins/reports/exporters.py:229 #: pretix/plugins/reports/exporters.py:230 #: pretix/plugins/reports/exporters.py:231 +#: pretix/plugins/reports/exporters.py:232 +#: pretix/plugins/reports/exporters.py:233 +#: pretix/plugins/reports/exporters.py:234 msgid "#" msgstr "" -#: pretix/plugins/reports/exporters.py:299 +#: pretix/plugins/reports/exporters.py:302 msgid "List of orders with taxes (PDF)" msgstr "" -#: pretix/plugins/reports/exporters.py:376 +#: pretix/plugins/reports/exporters.py:379 #, python-brace-format msgid "Orders by tax rate ({currency})" msgstr "" -#: pretix/plugins/reports/exporters.py:385 -#: pretix/plugins/reports/exporters.py:521 +#: pretix/plugins/reports/exporters.py:388 +#: pretix/plugins/reports/exporters.py:524 msgid "Gross" msgstr "" -#: pretix/plugins/reports/exporters.py:385 -#: pretix/plugins/reports/exporters.py:521 +#: pretix/plugins/reports/exporters.py:388 +#: pretix/plugins/reports/exporters.py:524 msgid "Tax" msgstr "" -#: pretix/plugins/reports/exporters.py:470 +#: pretix/plugins/reports/exporters.py:473 msgid "List of orders with taxes" msgstr "" @@ -18059,24 +18112,24 @@ msgid "Show all events of %(name)s" msgstr "" #: pretix/presale/templates/pretixpresale/event/base.html:98 -#: pretix/presale/templates/pretixpresale/event/base.html:128 +#: pretix/presale/templates/pretixpresale/event/base.html:132 msgid "" "This ticket shop is currently in test mode. Please do not perform any real " "purchases as your order might be deleted without notice." msgstr "" #: pretix/presale/templates/pretixpresale/event/base.html:104 -#: pretix/presale/templates/pretixpresale/event/base.html:134 +#: pretix/presale/templates/pretixpresale/event/base.html:138 msgid "" "Orders made through this sales channel cannot be deleted - even if the " "ticket shop is in test mode!" msgstr "" -#: pretix/presale/templates/pretixpresale/event/base.html:142 +#: pretix/presale/templates/pretixpresale/event/base.html:146 msgid "Contact event organizer" msgstr "" -#: pretix/presale/templates/pretixpresale/event/base.html:145 +#: pretix/presale/templates/pretixpresale/event/base.html:149 msgid "Imprint" msgstr "" @@ -18497,6 +18550,11 @@ msgstr "" msgid "Go" msgstr "" +#: pretix/presale/templates/pretixpresale/event/fragment_subevent_calendar_week.html:21 +#: pretix/presale/templates/pretixpresale/organizers/calendar_week.html:48 +msgid "W" +msgstr "" + #: pretix/presale/templates/pretixpresale/event/fragment_subevent_list.html:21 #: pretix/presale/templates/pretixpresale/event/fragment_subevent_list.html:30 #: pretix/presale/templates/pretixpresale/fragment_calendar.html:71 @@ -19176,19 +19234,19 @@ msgstr "" msgid "Please enter positive numbers only." msgstr "" -#: pretix/presale/views/cart.py:338 +#: pretix/presale/views/cart.py:340 msgid "We applied the voucher to as many products in your cart as we could." msgstr "" -#: pretix/presale/views/cart.py:360 +#: pretix/presale/views/cart.py:362 msgid "Your cart has been updated." msgstr "" -#: pretix/presale/views/cart.py:363 pretix/presale/views/cart.py:385 +#: pretix/presale/views/cart.py:365 pretix/presale/views/cart.py:387 msgid "Your cart is now empty." msgstr "" -#: pretix/presale/views/cart.py:400 +#: pretix/presale/views/cart.py:402 msgid "The products have been successfully added to your cart." msgstr "" diff --git a/src/pretix/locale/pl/LC_MESSAGES/djangojs.po b/src/pretix/locale/pl/LC_MESSAGES/djangojs.po index c6803baf4..c4ae21cb2 100644 --- a/src/pretix/locale/pl/LC_MESSAGES/djangojs.po +++ b/src/pretix/locale/pl/LC_MESSAGES/djangojs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-05-13 16:45+0000\n" +"POT-Creation-Date: 2020-06-10 16:02+0000\n" "PO-Revision-Date: 2019-09-24 19:00+0000\n" "Last-Translator: Serge Bazanski \n" "Language-Team: Polish " msgstr "" -#: pretix/base/pdf.py:343 pretix/base/pdf.py:350 -#: pretix/plugins/badges/exporters.py:238 -#: pretix/plugins/checkinlists/exporters.py:62 -#: pretix/plugins/checkinlists/exporters.py:335 +#: pretix/base/pdf.py:348 pretix/base/pdf.py:355 +#: pretix/plugins/badges/exporters.py:246 +#: pretix/plugins/checkinlists/exporters.py:77 +#: pretix/plugins/checkinlists/exporters.py:394 #: pretix/plugins/ticketoutputpdf/exporters.py:42 #, python-brace-format msgid "Attendee name: {part}" msgstr "" -#: pretix/base/pdf.py:360 +#: pretix/base/pdf.py:365 #, python-brace-format msgid "Invoice address name: {part}" msgstr "" -#: pretix/base/pdf.py:522 pretix/plugins/ticketoutputpdf/ticketoutput.py:78 +#: pretix/base/pdf.py:527 pretix/plugins/ticketoutputpdf/ticketoutput.py:78 msgid "Ticket" msgstr "" @@ -4125,7 +4140,7 @@ msgid "" "busy. Please try again." msgstr "" -#: pretix/base/services/cart.py:54 pretix/presale/views/cart.py:174 +#: pretix/base/services/cart.py:54 pretix/presale/views/cart.py:176 msgid "You did not select any products." msgstr "" @@ -4371,7 +4386,7 @@ msgctxt "invoice" msgid "Attendee: {name}" msgstr "" -#: pretix/base/services/invoices.py:170 pretix/plugins/reports/exporters.py:215 +#: pretix/base/services/invoices.py:170 pretix/plugins/reports/exporters.py:218 msgctxt "subevent" msgid "Date: {}" msgstr "" @@ -4526,7 +4541,7 @@ msgid "" "the position from your cart." msgstr "" -#: pretix/base/services/orders.py:153 pretix/control/forms/orders.py:68 +#: pretix/base/services/orders.py:153 pretix/control/forms/orders.py:69 msgid "The new expiry date needs to be in the future." msgstr "" @@ -4561,7 +4576,7 @@ msgid "" "order has already been redeemed." msgstr "" -#: pretix/base/services/orders.py:391 pretix/control/forms/orders.py:132 +#: pretix/base/services/orders.py:391 pretix/control/forms/orders.py:136 msgid "" "The cancellation fee cannot be higher than the payment credit of this order." msgstr "" @@ -4682,14 +4697,14 @@ msgid "" "contact the event organizer for further information." msgstr "" -#: pretix/base/services/seating.py:35 pretix/base/services/seating.py:90 +#: pretix/base/services/seating.py:35 pretix/base/services/seating.py:94 #, python-format msgid "" "You can not change the plan since seat \"%s\" is not present in the new plan " "and is already sold." msgstr "" -#: pretix/base/services/seating.py:93 +#: pretix/base/services/seating.py:97 #, python-format msgid "" "You can not change the plan since seat \"%s\" is not present in the new plan " @@ -5198,7 +5213,7 @@ msgstr "" msgid "Available languages" msgstr "" -#: pretix/base/settings.py:707 pretix/control/forms/event.py:96 +#: pretix/base/settings.py:707 pretix/control/forms/event.py:91 msgid "Default language" msgstr "" @@ -5234,7 +5249,7 @@ msgstr "" msgid "Hide all products that are sold out" msgstr "" -#: pretix/base/settings.py:757 pretix/control/forms/event.py:1177 +#: pretix/base/settings.py:757 pretix/control/forms/event.py:1176 msgid "Publicly show how many tickets of a certain type are still available." msgstr "" @@ -5250,7 +5265,7 @@ msgstr "" msgid "Enable waiting list" msgstr "" -#: pretix/base/settings.py:785 pretix/control/forms/event.py:1182 +#: pretix/base/settings.py:785 pretix/control/forms/event.py:1181 msgid "" "Once a ticket is sold out, people can add themselves to a waiting list. As " "soon as a ticket becomes available again, it will be reserved for the first " @@ -5334,7 +5349,7 @@ msgid "" msgstr "" #: pretix/base/settings.py:888 pretix/base/settings.py:896 -#: pretix/control/forms/organizer.py:292 +#: pretix/control/forms/organizer.py:293 #: pretix/presale/templates/pretixpresale/organizers/calendar.html:25 #: pretix/presale/templates/pretixpresale/organizers/calendar_week.html:25 #: pretix/presale/templates/pretixpresale/organizers/index.html:34 @@ -5342,16 +5357,16 @@ msgid "List" msgstr "" #: pretix/base/settings.py:889 pretix/base/settings.py:897 -#: pretix/control/forms/organizer.py:293 +#: pretix/control/forms/organizer.py:294 msgid "Week calendar" msgstr "" #: pretix/base/settings.py:890 pretix/base/settings.py:898 -#: pretix/control/forms/organizer.py:294 +#: pretix/control/forms/organizer.py:295 msgid "Month calendar" msgstr "" -#: pretix/base/settings.py:894 pretix/control/forms/organizer.py:290 +#: pretix/base/settings.py:894 pretix/control/forms/organizer.py:291 msgid "Default overview style" msgstr "" @@ -5385,7 +5400,7 @@ msgid "" "Otherwise, a manual refund will be created for you to process manually." msgstr "" -#: pretix/base/settings.py:952 pretix/control/forms/orders.py:586 +#: pretix/base/settings.py:952 pretix/control/forms/orders.py:590 msgid "Keep a fixed cancellation fee" msgstr "" @@ -5393,7 +5408,7 @@ msgstr "" msgid "Keep payment, shipping and service fees" msgstr "" -#: pretix/base/settings.py:973 pretix/control/forms/orders.py:591 +#: pretix/base/settings.py:973 pretix/control/forms/orders.py:595 msgid "Keep a percentual cancellation fee" msgstr "" @@ -5449,19 +5464,19 @@ msgstr "" msgid "Refund method" msgstr "" -#: pretix/base/settings.py:1051 pretix/control/forms/event.py:1205 +#: pretix/base/settings.py:1051 pretix/control/forms/event.py:1204 msgid "Contact address" msgstr "" -#: pretix/base/settings.py:1052 pretix/control/forms/event.py:1207 +#: pretix/base/settings.py:1052 pretix/control/forms/event.py:1206 msgid "We'll show this publicly to allow attendees to contact you." msgstr "" -#: pretix/base/settings.py:1060 pretix/control/forms/event.py:1199 +#: pretix/base/settings.py:1060 pretix/control/forms/event.py:1198 msgid "Imprint URL" msgstr "" -#: pretix/base/settings.py:1061 pretix/control/forms/event.py:1200 +#: pretix/base/settings.py:1061 pretix/control/forms/event.py:1199 msgid "" "This should point e.g. to a part of your website that has your contact " "details and legal information." @@ -5850,100 +5865,100 @@ msgctxt "subevent" msgid "Date ordering" msgstr "" -#: pretix/base/settings.py:1657 +#: pretix/base/settings.py:1665 msgid "Most common English titles" msgstr "" -#: pretix/base/settings.py:1667 +#: pretix/base/settings.py:1675 msgid "Most common German titles" msgstr "" -#: pretix/base/settings.py:1676 pretix/base/settings.py:1689 -#: pretix/base/settings.py:1705 pretix/base/settings.py:1755 -#: pretix/base/settings.py:1768 pretix/base/settings.py:1782 +#: pretix/base/settings.py:1684 pretix/base/settings.py:1697 +#: pretix/base/settings.py:1713 pretix/base/settings.py:1763 +#: pretix/base/settings.py:1776 pretix/base/settings.py:1790 msgid "Given name" msgstr "" -#: pretix/base/settings.py:1677 pretix/base/settings.py:1690 -#: pretix/base/settings.py:1706 pretix/base/settings.py:1722 -#: pretix/base/settings.py:1739 pretix/base/settings.py:1754 -#: pretix/base/settings.py:1769 pretix/base/settings.py:1783 +#: pretix/base/settings.py:1685 pretix/base/settings.py:1698 +#: pretix/base/settings.py:1714 pretix/base/settings.py:1730 +#: pretix/base/settings.py:1747 pretix/base/settings.py:1762 +#: pretix/base/settings.py:1777 pretix/base/settings.py:1791 msgid "Family name" msgstr "" -#: pretix/base/settings.py:1681 pretix/base/settings.py:1697 -#: pretix/base/settings.py:1713 pretix/base/settings.py:1728 -#: pretix/base/settings.py:1746 pretix/base/settings.py:1761 -#: pretix/base/settings.py:1791 pretix/base/settings.py:1814 +#: pretix/base/settings.py:1689 pretix/base/settings.py:1705 +#: pretix/base/settings.py:1721 pretix/base/settings.py:1736 +#: pretix/base/settings.py:1754 pretix/base/settings.py:1769 +#: pretix/base/settings.py:1799 pretix/base/settings.py:1822 msgctxt "person_name_sample" msgid "John" msgstr "" -#: pretix/base/settings.py:1682 pretix/base/settings.py:1698 -#: pretix/base/settings.py:1714 pretix/base/settings.py:1730 -#: pretix/base/settings.py:1748 pretix/base/settings.py:1762 -#: pretix/base/settings.py:1792 +#: pretix/base/settings.py:1690 pretix/base/settings.py:1706 +#: pretix/base/settings.py:1722 pretix/base/settings.py:1738 +#: pretix/base/settings.py:1756 pretix/base/settings.py:1770 +#: pretix/base/settings.py:1800 msgctxt "person_name_sample" msgid "Doe" msgstr "" -#: pretix/base/settings.py:1688 pretix/base/settings.py:1704 -#: pretix/base/settings.py:1736 +#: pretix/base/settings.py:1696 pretix/base/settings.py:1712 +#: pretix/base/settings.py:1744 msgctxt "person_name" msgid "Title" msgstr "" -#: pretix/base/settings.py:1696 pretix/base/settings.py:1712 -#: pretix/base/settings.py:1745 +#: pretix/base/settings.py:1704 pretix/base/settings.py:1720 +#: pretix/base/settings.py:1753 msgctxt "person_name_sample" msgid "Dr" msgstr "" -#: pretix/base/settings.py:1720 pretix/base/settings.py:1737 +#: pretix/base/settings.py:1728 pretix/base/settings.py:1745 msgid "First name" msgstr "" -#: pretix/base/settings.py:1721 pretix/base/settings.py:1738 +#: pretix/base/settings.py:1729 pretix/base/settings.py:1746 msgid "Middle name" msgstr "" -#: pretix/base/settings.py:1802 pretix/base/settings.py:1813 +#: pretix/base/settings.py:1810 pretix/base/settings.py:1821 msgctxt "person_name_sample" msgid "John Doe" msgstr "" -#: pretix/base/settings.py:1808 +#: pretix/base/settings.py:1816 msgid "Calling name" msgstr "" -#: pretix/base/settings.py:1821 +#: pretix/base/settings.py:1829 msgid "Latin transcription" msgstr "" -#: pretix/base/settings.py:1924 pretix/control/forms/event.py:176 +#: pretix/base/settings.py:1932 pretix/control/forms/event.py:172 msgid "" "Your default locale must also be enabled for your event (see box above)." msgstr "" -#: pretix/base/settings.py:1928 +#: pretix/base/settings.py:1936 msgid "" "You cannot require specifying attendee names if you do not ask for them." msgstr "" -#: pretix/base/settings.py:1932 +#: pretix/base/settings.py:1940 msgid "You have to ask for attendee emails if you want to make them required." msgstr "" -#: pretix/base/settings.py:1936 +#: pretix/base/settings.py:1944 msgid "" "You have to ask for invoice addresses if you want to make them required." msgstr "" -#: pretix/base/settings.py:1940 +#: pretix/base/settings.py:1948 msgid "You have to require invoice addresses to require for company names." msgstr "" -#: pretix/base/settings.py:1947 +#: pretix/base/settings.py:1955 msgid "The last payment date cannot be before the end of presale." msgstr "" @@ -6304,16 +6319,21 @@ msgstr "" msgid "The task has been completed." msgstr "" -#: pretix/control/forms/__init__.py:112 +#: pretix/control/forms/__init__.py:115 +#, python-brace-format +msgid "Please do not upload files larger than {size}!" +msgstr "" + +#: pretix/control/forms/__init__.py:136 msgid "Filetype not allowed!" msgstr "" #: pretix/control/forms/checkin.py:38 pretix/control/forms/filter.py:244 -#: pretix/control/forms/filter.py:271 pretix/control/forms/filter.py:979 -#: pretix/control/forms/filter.py:999 pretix/control/forms/filter.py:1091 -#: pretix/control/forms/filter.py:1107 pretix/control/forms/filter.py:1168 -#: pretix/control/forms/filter.py:1203 pretix/control/forms/orders.py:544 -#: pretix/control/forms/orders.py:699 +#: pretix/control/forms/filter.py:271 pretix/control/forms/filter.py:1031 +#: pretix/control/forms/filter.py:1051 pretix/control/forms/filter.py:1143 +#: pretix/control/forms/filter.py:1159 pretix/control/forms/filter.py:1220 +#: pretix/control/forms/filter.py:1255 pretix/control/forms/orders.py:548 +#: pretix/control/forms/orders.py:703 #: pretix/control/templates/pretixcontrol/event/fragment_subevent_choice_simple.html:5 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:47 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:109 @@ -6322,7 +6342,7 @@ msgctxt "subevent" msgid "All dates" msgstr "" -#: pretix/control/forms/event.py:44 pretix/control/forms/organizer.py:310 +#: pretix/control/forms/event.py:44 pretix/control/forms/organizer.py:311 msgid "Use languages" msgstr "" @@ -6334,112 +6354,102 @@ msgstr "" msgid "This is an event series" msgstr "" -#: pretix/control/forms/event.py:50 -msgid "" -"Only recommended for advanced users. If this feature is enabled, this will " -"not only be a single event but a series of very similar events that are " -"handled within a single shop. The single events inside the series can only " -"differ in date, time, location, prices and quotas, but not in other " -"settings, and buying tickets across multiple of these events at the same " -"time is possible. You cannot change this setting for this event later." -msgstr "" - -#: pretix/control/forms/event.py:88 +#: pretix/control/forms/event.py:83 msgid "" "You already used this slug for a different event. Please choose a new one." msgstr "" -#: pretix/control/forms/event.py:92 pretix/control/forms/event.py:394 +#: pretix/control/forms/event.py:87 pretix/control/forms/event.py:390 msgid "Event timezone" msgstr "" -#: pretix/control/forms/event.py:99 +#: pretix/control/forms/event.py:94 msgid "Sales tax rate" msgstr "" -#: pretix/control/forms/event.py:100 +#: pretix/control/forms/event.py:95 msgid "" "Do you need to pay sales tax on your tickets? In this case, please enter the " "applicable tax rate here in percent. If you have a more complicated tax " "situation, you can add more tax rates and detailed configuration later." msgstr "" -#: pretix/control/forms/event.py:107 +#: pretix/control/forms/event.py:102 msgid "Grant access to team" msgstr "" -#: pretix/control/forms/event.py:108 +#: pretix/control/forms/event.py:103 msgid "" "You are allowed to create events under this organizer, however you do not " "have permission to edit all events under this organizer. Please select one " "of your existing teams that will be granted access to this event." msgstr "" -#: pretix/control/forms/event.py:113 +#: pretix/control/forms/event.py:108 msgid "Create a new team for this event with me as the only member" msgstr "" -#: pretix/control/forms/event.py:156 pretix/control/forms/event.py:309 +#: pretix/control/forms/event.py:151 pretix/control/forms/event.py:305 msgid "" "Sample Conference Center\n" "Heidelberg, Germany" msgstr "" -#: pretix/control/forms/event.py:180 +#: pretix/control/forms/event.py:176 msgid "Your default locale must be specified." msgstr "" -#: pretix/control/forms/event.py:254 +#: pretix/control/forms/event.py:250 msgid "Copy configuration from" msgstr "" -#: pretix/control/forms/event.py:260 pretix/control/forms/event.py:263 +#: pretix/control/forms/event.py:256 pretix/control/forms/event.py:259 #: pretix/control/forms/item.py:250 msgid "Do not copy" msgstr "" -#: pretix/control/forms/event.py:314 pretix/control/forms/organizer.py:87 +#: pretix/control/forms/event.py:310 pretix/control/forms/organizer.py:87 msgid "Custom domain" msgstr "" -#: pretix/control/forms/event.py:316 pretix/control/forms/organizer.py:89 +#: pretix/control/forms/event.py:312 pretix/control/forms/organizer.py:89 msgid "You need to configure the custom domain in the webserver beforehand." msgstr "" -#: pretix/control/forms/event.py:324 pretix/control/forms/organizer.py:97 +#: pretix/control/forms/event.py:320 pretix/control/forms/organizer.py:97 msgid "You cannot choose the base domain of this installation." msgstr "" -#: pretix/control/forms/event.py:328 pretix/control/forms/organizer.py:102 +#: pretix/control/forms/event.py:324 pretix/control/forms/organizer.py:102 msgid "This domain is already in use for a different event or organizer." msgstr "" -#: pretix/control/forms/event.py:397 +#: pretix/control/forms/event.py:393 msgid "Name format" msgstr "" -#: pretix/control/forms/event.py:398 +#: pretix/control/forms/event.py:394 msgid "" "This defines how pretix will ask for human names. Changing this after you " "already received orders might lead to unexpected behavior when sorting or " "changing names." msgstr "" -#: pretix/control/forms/event.py:403 +#: pretix/control/forms/event.py:399 msgid "Allowed titles" msgstr "" -#: pretix/control/forms/event.py:404 +#: pretix/control/forms/event.py:400 msgid "" "If the naming scheme you defined above allows users to input a title, you " "can use this to restrict the set of selectable titles." msgstr "" -#: pretix/control/forms/event.py:409 pretix/control/forms/organizer.py:276 +#: pretix/control/forms/event.py:405 pretix/control/forms/organizer.py:276 msgid "Header image" msgstr "" -#: pretix/control/forms/event.py:412 +#: pretix/control/forms/event.py:409 msgid "" "If you provide a logo image, we will by default not show your event name and " "date in the page header. By default, we show your logo with a size of up to " @@ -6448,27 +6458,27 @@ msgid "" "smaller screens." msgstr "" -#: pretix/control/forms/event.py:418 pretix/control/forms/organizer.py:285 +#: pretix/control/forms/event.py:415 pretix/control/forms/organizer.py:286 msgid "Use header image in its full size" msgstr "" -#: pretix/control/forms/event.py:419 pretix/control/forms/organizer.py:286 +#: pretix/control/forms/event.py:416 pretix/control/forms/organizer.py:287 msgid "We recommend to upload a picture at least 1170 pixels wide." msgstr "" -#: pretix/control/forms/event.py:423 +#: pretix/control/forms/event.py:420 msgid "Show event title even if a header image is present" msgstr "" -#: pretix/control/forms/event.py:424 +#: pretix/control/forms/event.py:421 msgid "The title will only be shown on the event front page." msgstr "" -#: pretix/control/forms/event.py:428 +#: pretix/control/forms/event.py:425 msgid "Social media image" msgstr "" -#: pretix/control/forms/event.py:431 +#: pretix/control/forms/event.py:429 msgid "" "This picture will be used as a preview if you post links to your ticket shop " "on social media. Facebook advises to use a picture size of 1200 x 630 " @@ -6477,298 +6487,298 @@ msgid "" "square is shown. If you do not fill this, we will use the logo given above." msgstr "" -#: pretix/control/forms/event.py:437 pretix/control/forms/organizer.py:226 +#: pretix/control/forms/event.py:435 pretix/control/forms/organizer.py:226 msgid "Primary color" msgstr "" -#: pretix/control/forms/event.py:441 pretix/control/forms/event.py:451 -#: pretix/control/forms/event.py:461 pretix/control/forms/event.py:470 +#: pretix/control/forms/event.py:439 pretix/control/forms/event.py:449 +#: pretix/control/forms/event.py:459 pretix/control/forms/event.py:468 #: pretix/control/forms/organizer.py:230 pretix/control/forms/organizer.py:240 #: pretix/control/forms/organizer.py:250 pretix/control/forms/organizer.py:260 msgid "Please enter the hexadecimal code of a color, e.g. #990000." msgstr "" -#: pretix/control/forms/event.py:446 pretix/control/forms/organizer.py:235 +#: pretix/control/forms/event.py:444 pretix/control/forms/organizer.py:235 msgid "Accent color for success" msgstr "" -#: pretix/control/forms/event.py:447 pretix/control/forms/organizer.py:236 +#: pretix/control/forms/event.py:445 pretix/control/forms/organizer.py:236 msgid "We strongly suggest to use a shade of green." msgstr "" -#: pretix/control/forms/event.py:456 pretix/control/forms/organizer.py:245 +#: pretix/control/forms/event.py:454 pretix/control/forms/organizer.py:245 msgid "Accent color for errors" msgstr "" -#: pretix/control/forms/event.py:457 +#: pretix/control/forms/event.py:455 msgid "We strongly suggest to use a dark shade of red." msgstr "" -#: pretix/control/forms/event.py:466 pretix/control/forms/organizer.py:256 +#: pretix/control/forms/event.py:464 pretix/control/forms/organizer.py:256 msgid "Page background color" msgstr "" -#: pretix/control/forms/event.py:476 pretix/control/forms/organizer.py:266 +#: pretix/control/forms/event.py:474 pretix/control/forms/organizer.py:266 msgid "Use round edges" msgstr "" -#: pretix/control/forms/event.py:480 pretix/control/forms/organizer.py:315 +#: pretix/control/forms/event.py:478 pretix/control/forms/organizer.py:316 #: pretix/control/templates/pretixcontrol/pdf/index.html:305 msgid "Font" msgstr "" -#: pretix/control/forms/event.py:485 pretix/control/forms/organizer.py:320 +#: pretix/control/forms/event.py:483 pretix/control/forms/organizer.py:321 msgid "Only respected by modern browsers." msgstr "" -#: pretix/control/forms/event.py:542 +#: pretix/control/forms/event.py:540 msgid "" "e.g. I hereby confirm that I have read and agree with the event organizer's " "terms of service and agree with them." msgstr "" -#: pretix/control/forms/event.py:546 +#: pretix/control/forms/event.py:544 #, python-brace-format msgid "Ask for {fields}, display like {example}" msgstr "" -#: pretix/control/forms/event.py:552 +#: pretix/control/forms/event.py:550 msgid "Free text input" msgstr "" -#: pretix/control/forms/event.py:586 +#: pretix/control/forms/event.py:584 msgid "" "You have configured gift cards to be valid {} years plus the year the gift " "card is issued in." msgstr "" -#: pretix/control/forms/event.py:601 +#: pretix/control/forms/event.py:599 msgid "Tax rule for payment fees" msgstr "" -#: pretix/control/forms/event.py:603 +#: pretix/control/forms/event.py:601 msgid "" "The tax rule that applies for additional fees you configured for single " "payment methods. This will set the tax rate and reverse charge rules, other " "settings of the tax rule are ignored." msgstr "" -#: pretix/control/forms/event.py:695 +#: pretix/control/forms/event.py:693 msgid "Generate invoices for Sales channels" msgstr "" -#: pretix/control/forms/event.py:698 +#: pretix/control/forms/event.py:696 msgid "" "If you have enabled invoice generation in the previous setting, you can " "limit it here to specific sales channels." msgstr "" -#: pretix/control/forms/event.py:702 +#: pretix/control/forms/event.py:700 msgid "Invoice style" msgstr "" -#: pretix/control/forms/event.py:708 +#: pretix/control/forms/event.py:706 msgid "Invoice language" msgstr "" -#: pretix/control/forms/event.py:709 pretix/control/forms/event.py:730 +#: pretix/control/forms/event.py:707 pretix/control/forms/event.py:729 msgid "The user's language" msgstr "" -#: pretix/control/forms/event.py:712 +#: pretix/control/forms/event.py:710 msgid "Logo image" msgstr "" -#: pretix/control/forms/event.py:715 +#: pretix/control/forms/event.py:714 msgid "We will show your logo with a maximal height and width of 2.5 cm." msgstr "" -#: pretix/control/forms/event.py:759 +#: pretix/control/forms/event.py:758 msgid "Bcc address" msgstr "" -#: pretix/control/forms/event.py:760 +#: pretix/control/forms/event.py:759 msgid "All emails will be sent to this address as a Bcc copy" msgstr "" -#: pretix/control/forms/event.py:766 +#: pretix/control/forms/event.py:765 msgid "Signature" msgstr "" -#: pretix/control/forms/event.py:769 +#: pretix/control/forms/event.py:768 #, python-brace-format msgid "This will be attached to every email. Available placeholders: {event}" msgstr "" -#: pretix/control/forms/event.py:774 +#: pretix/control/forms/event.py:773 msgid "e.g. your contact details" msgstr "" -#: pretix/control/forms/event.py:779 +#: pretix/control/forms/event.py:778 msgid "HTML mail renderer" msgstr "" -#: pretix/control/forms/event.py:784 pretix/control/forms/event.py:801 -#: pretix/control/forms/event.py:818 pretix/control/forms/event.py:877 +#: pretix/control/forms/event.py:783 pretix/control/forms/event.py:800 +#: pretix/control/forms/event.py:817 pretix/control/forms/event.py:876 msgid "Text sent to order contact address" msgstr "" +#: pretix/control/forms/event.py:788 pretix/control/forms/event.py:805 +#: pretix/control/forms/event.py:822 pretix/control/forms/event.py:881 +msgid "Send an email to attendees" +msgstr "" + #: pretix/control/forms/event.py:789 pretix/control/forms/event.py:806 #: pretix/control/forms/event.py:823 pretix/control/forms/event.py:882 -msgid "Send an email to attendees" -msgstr "" - -#: pretix/control/forms/event.py:790 pretix/control/forms/event.py:807 -#: pretix/control/forms/event.py:824 pretix/control/forms/event.py:883 msgid "" "If the order contains attendees with email addresses different from the " "person who orders the tickets, the following email will be sent out to the " "attendees." msgstr "" -#: pretix/control/forms/event.py:795 pretix/control/forms/event.py:812 -#: pretix/control/forms/event.py:829 pretix/control/forms/event.py:888 +#: pretix/control/forms/event.py:794 pretix/control/forms/event.py:811 +#: pretix/control/forms/event.py:828 pretix/control/forms/event.py:887 msgid "Text sent to attendees" msgstr "" -#: pretix/control/forms/event.py:835 pretix/control/forms/event.py:857 -#: pretix/control/forms/event.py:862 pretix/control/forms/event.py:867 -#: pretix/control/forms/event.py:872 +#: pretix/control/forms/event.py:834 pretix/control/forms/event.py:856 +#: pretix/control/forms/event.py:861 pretix/control/forms/event.py:866 +#: pretix/control/forms/event.py:871 #: pretix/control/templates/pretixcontrol/organizers/giftcard.html:99 #: pretix/control/templates/pretixcontrol/pdf/index.html:367 msgid "Text" msgstr "" -#: pretix/control/forms/event.py:840 +#: pretix/control/forms/event.py:839 msgid "Text (sent by admin)" msgstr "" -#: pretix/control/forms/event.py:845 +#: pretix/control/forms/event.py:844 msgid "Text (requested by user)" msgstr "" -#: pretix/control/forms/event.py:850 pretix/control/forms/event.py:893 +#: pretix/control/forms/event.py:849 pretix/control/forms/event.py:892 msgid "Number of days" msgstr "" -#: pretix/control/forms/event.py:853 +#: pretix/control/forms/event.py:852 msgid "" "This email will be sent out this many days before the order expires. If the " "value is 0, the mail will never be sent." msgstr "" -#: pretix/control/forms/event.py:896 +#: pretix/control/forms/event.py:895 msgid "" "This email will be sent out this many days before the order event starts. If " "the field is empty, the mail will never be sent." msgstr "" -#: pretix/control/forms/event.py:900 +#: pretix/control/forms/event.py:899 msgid "Received order" msgstr "" -#: pretix/control/forms/event.py:905 +#: pretix/control/forms/event.py:904 msgid "Approved order" msgstr "" -#: pretix/control/forms/event.py:908 +#: pretix/control/forms/event.py:907 msgid "" "This will only be sent out for non-free orders. Free orders will receive the " "free order template from above instead." msgstr "" -#: pretix/control/forms/event.py:912 +#: pretix/control/forms/event.py:911 msgid "Denied order" msgstr "" -#: pretix/control/forms/event.py:917 +#: pretix/control/forms/event.py:916 msgid "Use custom SMTP server" msgstr "" -#: pretix/control/forms/event.py:918 +#: pretix/control/forms/event.py:917 msgid "" "All mail related to your event will be sent over the smtp server specified " "by you." msgstr "" -#: pretix/control/forms/event.py:922 +#: pretix/control/forms/event.py:921 msgid "Hostname" msgstr "" -#: pretix/control/forms/event.py:927 +#: pretix/control/forms/event.py:926 msgid "Port" msgstr "" -#: pretix/control/forms/event.py:932 +#: pretix/control/forms/event.py:931 msgid "Username" msgstr "" -#: pretix/control/forms/event.py:944 +#: pretix/control/forms/event.py:943 msgid "Use STARTTLS" msgstr "" -#: pretix/control/forms/event.py:945 +#: pretix/control/forms/event.py:944 msgid "Commonly enabled on port 587." msgstr "" -#: pretix/control/forms/event.py:949 +#: pretix/control/forms/event.py:948 msgid "Use SSL" msgstr "" -#: pretix/control/forms/event.py:950 +#: pretix/control/forms/event.py:949 msgid "Commonly enabled on port 465." msgstr "" -#: pretix/control/forms/event.py:979 pretix/control/forms/orders.py:465 -#: pretix/control/forms/orders.py:622 pretix/control/forms/vouchers.py:255 +#: pretix/control/forms/event.py:978 pretix/control/forms/orders.py:469 +#: pretix/control/forms/orders.py:626 pretix/control/forms/vouchers.py:255 #: pretix/plugins/sendmail/forms.py:49 #, python-brace-format msgid "Available placeholders: {list}" msgstr "" -#: pretix/control/forms/event.py:1014 +#: pretix/control/forms/event.py:1013 msgid "" "You can activate either SSL or STARTTLS security, but not both at the same " "time." msgstr "" -#: pretix/control/forms/event.py:1063 +#: pretix/control/forms/event.py:1062 msgid "Any country" msgstr "" -#: pretix/control/forms/event.py:1064 +#: pretix/control/forms/event.py:1063 msgid "European Union" msgstr "" -#: pretix/control/forms/event.py:1076 +#: pretix/control/forms/event.py:1075 msgid "Any customer" msgstr "" -#: pretix/control/forms/event.py:1077 +#: pretix/control/forms/event.py:1076 msgid "Individual" msgstr "" -#: pretix/control/forms/event.py:1078 +#: pretix/control/forms/event.py:1077 msgid "Business" msgstr "" -#: pretix/control/forms/event.py:1079 +#: pretix/control/forms/event.py:1078 msgid "Business with valid VAT ID" msgstr "" -#: pretix/control/forms/event.py:1085 +#: pretix/control/forms/event.py:1084 msgid "Charge VAT" msgstr "" -#: pretix/control/forms/event.py:1087 +#: pretix/control/forms/event.py:1086 msgid "No VAT" msgstr "" -#: pretix/control/forms/event.py:1116 +#: pretix/control/forms/event.py:1115 msgid "Pre-selected voucher" msgstr "" -#: pretix/control/forms/event.py:1118 +#: pretix/control/forms/event.py:1117 msgid "" "If set, the widget will show products as if this voucher has been entered " "and when a product is bought via the widget, this voucher will be used. This " @@ -6776,52 +6786,52 @@ msgid "" "secret products." msgstr "" -#: pretix/control/forms/event.py:1123 +#: pretix/control/forms/event.py:1122 msgid "Compatibility mode" msgstr "" -#: pretix/control/forms/event.py:1125 +#: pretix/control/forms/event.py:1124 msgid "" "Our regular widget doesn't work in all website builders. If you run into " "trouble, try using this compatibility mode." msgstr "" -#: pretix/control/forms/event.py:1146 +#: pretix/control/forms/event.py:1145 msgid "The given voucher code does not exist." msgstr "" -#: pretix/control/forms/event.py:1153 pretix/control/forms/organizer.py:48 +#: pretix/control/forms/event.py:1152 pretix/control/forms/organizer.py:48 #: pretix/control/views/shredder.py:108 msgid "The slug you entered was not correct." msgstr "" -#: pretix/control/forms/event.py:1157 pretix/control/forms/organizer.py:52 +#: pretix/control/forms/event.py:1156 pretix/control/forms/organizer.py:52 msgid "Event slug" msgstr "" -#: pretix/control/forms/event.py:1188 +#: pretix/control/forms/event.py:1187 msgid "Ticket downloads" msgstr "" -#: pretix/control/forms/event.py:1189 +#: pretix/control/forms/event.py:1188 msgid "Your customers will be able to download their tickets in PDF format." msgstr "" -#: pretix/control/forms/event.py:1193 +#: pretix/control/forms/event.py:1192 msgid "Require all attendees to fill in their names" msgstr "" -#: pretix/control/forms/event.py:1194 +#: pretix/control/forms/event.py:1193 msgid "" "By default, we will ask for names but not require them. You can turn this " "off completely in the settings." msgstr "" -#: pretix/control/forms/event.py:1220 +#: pretix/control/forms/event.py:1219 msgid "Payment via Stripe" msgstr "" -#: pretix/control/forms/event.py:1221 +#: pretix/control/forms/event.py:1220 msgid "" "Stripe is an online payments processor supporting credit cards and lots of " "other payment options. To accept payments via Stripe, you will need to set " @@ -6829,27 +6839,27 @@ msgid "" "simple interface." msgstr "" -#: pretix/control/forms/event.py:1227 +#: pretix/control/forms/event.py:1226 msgid "Payment by bank transfer" msgstr "" -#: pretix/control/forms/event.py:1228 +#: pretix/control/forms/event.py:1227 msgid "" "Your customers will be instructed to wire the money to your account. You can " "then import your bank statements to process the payments within pretix, or " "mark them as paid manually." msgstr "" -#: pretix/control/forms/event.py:1267 +#: pretix/control/forms/event.py:1266 #: pretix/control/templates/pretixcontrol/event/quick_setup.html:45 msgid "Price (optional)" msgstr "" -#: pretix/control/forms/event.py:1272 +#: pretix/control/forms/event.py:1271 msgid "Free" msgstr "" -#: pretix/control/forms/event.py:1277 +#: pretix/control/forms/event.py:1276 msgid "Quantity available" msgstr "" @@ -6870,7 +6880,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/items/question.html:21 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:8 #: pretix/control/templates/pretixcontrol/orders/overview.html:67 -#: pretix/plugins/reports/exporters.py:223 +#: pretix/plugins/reports/exporters.py:226 msgid "Pending" msgstr "" @@ -6884,13 +6894,13 @@ msgstr "" msgid "Pending or paid" msgstr "" -#: pretix/control/forms/filter.py:111 pretix/control/forms/filter.py:541 -#: pretix/control/forms/filter.py:946 +#: pretix/control/forms/filter.py:111 pretix/control/forms/filter.py:593 +#: pretix/control/forms/filter.py:998 #: pretix/control/templates/pretixcontrol/items/question.html:24 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:17 #: pretix/control/templates/pretixcontrol/orders/overview.html:60 #: pretix/control/templates/pretixcontrol/organizers/giftcards.html:76 -#: pretix/plugins/reports/exporters.py:219 +#: pretix/plugins/reports/exporters.py:222 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:20 msgid "Expired" msgstr "" @@ -6904,7 +6914,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/items/question.html:26 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:19 #: pretix/control/templates/pretixcontrol/orders/overview.html:59 -#: pretix/plugins/reports/exporters.py:219 +#: pretix/plugins/reports/exporters.py:222 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:22 msgid "Canceled" msgstr "" @@ -6931,8 +6941,8 @@ msgstr "" msgid "Pending (but fully paid)" msgstr "" -#: pretix/control/forms/filter.py:119 pretix/control/forms/filter.py:526 -#: pretix/control/forms/filter.py:529 +#: pretix/control/forms/filter.py:119 pretix/control/forms/filter.py:578 +#: pretix/control/forms/filter.py:581 #: pretix/control/templates/pretixcontrol/event/live.html:63 msgid "Test mode" msgstr "" @@ -6941,28 +6951,28 @@ msgstr "" msgid "Cancellation requested" msgstr "" -#: pretix/control/forms/filter.py:278 pretix/control/forms/filter.py:796 -#: pretix/control/forms/filter.py:1006 pretix/control/forms/vouchers.py:112 +#: pretix/control/forms/filter.py:278 pretix/control/forms/filter.py:848 +#: pretix/control/forms/filter.py:1058 pretix/control/forms/vouchers.py:112 #: pretix/control/templates/pretixcontrol/items/question.html:29 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:99 msgid "All products" msgstr "" -#: pretix/control/forms/filter.py:282 pretix/control/forms/filter.py:1010 +#: pretix/control/forms/filter.py:282 pretix/control/forms/filter.py:1062 #: pretix/control/forms/vouchers.py:100 pretix/control/views/typeahead.py:514 #, python-brace-format msgid "{product} – Any variation" msgstr "" #: pretix/control/forms/filter.py:341 pretix/control/forms/filter.py:346 -#: pretix/control/forms/filter.py:617 pretix/control/forms/filter.py:622 +#: pretix/control/forms/filter.py:669 pretix/control/forms/filter.py:674 msgid "All organizers" msgstr "" -#: pretix/control/forms/filter.py:381 pretix/control/forms/filter.py:528 -#: pretix/control/forms/filter.py:537 pretix/control/forms/filter.py:860 -#: pretix/control/forms/filter.py:869 pretix/control/forms/filter.py:941 -#: pretix/control/forms/filter.py:954 +#: pretix/control/forms/filter.py:433 pretix/control/forms/filter.py:580 +#: pretix/control/forms/filter.py:589 pretix/control/forms/filter.py:912 +#: pretix/control/forms/filter.py:921 pretix/control/forms/filter.py:993 +#: pretix/control/forms/filter.py:1006 #: pretix/control/templates/pretixcontrol/checkin/lists.html:104 #: pretix/control/templates/pretixcontrol/checkin/lists.html:116 #: pretix/control/templates/pretixcontrol/organizers/devices.html:72 @@ -6972,202 +6982,202 @@ msgstr "" msgid "All" msgstr "" -#: pretix/control/forms/filter.py:383 pretix/control/forms/filter.py:603 +#: pretix/control/forms/filter.py:435 pretix/control/forms/filter.py:655 msgid "Shop live and presale running" msgstr "" -#: pretix/control/forms/filter.py:384 pretix/control/forms/filter.py:862 +#: pretix/control/forms/filter.py:436 pretix/control/forms/filter.py:914 msgid "Inactive" msgstr "" -#: pretix/control/forms/filter.py:396 pretix/control/forms/subevents.py:287 +#: pretix/control/forms/filter.py:448 pretix/control/forms/subevents.py:287 #: pretix/control/forms/subevents.py:326 msgid "Weekday" msgstr "" -#: pretix/control/forms/filter.py:398 +#: pretix/control/forms/filter.py:450 msgid "All days" msgstr "" -#: pretix/control/forms/filter.py:399 +#: pretix/control/forms/filter.py:451 msgid "Monday" msgstr "" -#: pretix/control/forms/filter.py:400 +#: pretix/control/forms/filter.py:452 msgid "Tuesday" msgstr "" -#: pretix/control/forms/filter.py:401 +#: pretix/control/forms/filter.py:453 msgid "Wednesday" msgstr "" -#: pretix/control/forms/filter.py:402 +#: pretix/control/forms/filter.py:454 msgid "Thursday" msgstr "" -#: pretix/control/forms/filter.py:403 +#: pretix/control/forms/filter.py:455 msgid "Friday" msgstr "" -#: pretix/control/forms/filter.py:404 +#: pretix/control/forms/filter.py:456 msgid "Saturday" msgstr "" -#: pretix/control/forms/filter.py:405 +#: pretix/control/forms/filter.py:457 msgid "Sunday" msgstr "" -#: pretix/control/forms/filter.py:530 +#: pretix/control/forms/filter.py:582 msgid "Live" msgstr "" -#: pretix/control/forms/filter.py:535 pretix/control/forms/filter.py:538 +#: pretix/control/forms/filter.py:587 pretix/control/forms/filter.py:590 msgid "Empty" msgstr "" -#: pretix/control/forms/filter.py:539 +#: pretix/control/forms/filter.py:591 msgid "Valid and with value" msgstr "" -#: pretix/control/forms/filter.py:540 +#: pretix/control/forms/filter.py:592 msgid "Expired and with value" msgstr "" -#: pretix/control/forms/filter.py:546 pretix/control/forms/filter.py:548 -#: pretix/control/forms/filter.py:876 pretix/control/forms/filter.py:878 +#: pretix/control/forms/filter.py:598 pretix/control/forms/filter.py:600 +#: pretix/control/forms/filter.py:928 pretix/control/forms/filter.py:930 msgid "Search query" msgstr "" -#: pretix/control/forms/filter.py:601 +#: pretix/control/forms/filter.py:653 msgid "All events" msgstr "" -#: pretix/control/forms/filter.py:602 +#: pretix/control/forms/filter.py:654 msgid "Shop live" msgstr "" -#: pretix/control/forms/filter.py:604 +#: pretix/control/forms/filter.py:656 msgid "Shop not live" msgstr "" -#: pretix/control/forms/filter.py:607 +#: pretix/control/forms/filter.py:659 msgid "Single event running or in the future" msgstr "" -#: pretix/control/forms/filter.py:608 +#: pretix/control/forms/filter.py:660 msgid "Single event in the past" msgstr "" -#: pretix/control/forms/filter.py:775 pretix/control/forms/filter.py:777 +#: pretix/control/forms/filter.py:827 pretix/control/forms/filter.py:829 msgid "Search attendee…" msgstr "" -#: pretix/control/forms/filter.py:783 +#: pretix/control/forms/filter.py:835 msgid "Check-in status" msgstr "" -#: pretix/control/forms/filter.py:785 +#: pretix/control/forms/filter.py:837 msgid "All attendees" msgstr "" -#: pretix/control/forms/filter.py:786 +#: pretix/control/forms/filter.py:838 msgctxt "checkin state" msgid "Present" msgstr "" -#: pretix/control/forms/filter.py:787 +#: pretix/control/forms/filter.py:839 #: pretix/control/templates/pretixcontrol/checkin/index.html:131 #: pretix/control/templates/pretixcontrol/checkin/lists.html:73 -#: pretix/plugins/checkinlists/exporters.py:337 +#: pretix/plugins/checkinlists/exporters.py:396 msgid "Checked in" msgstr "" -#: pretix/control/forms/filter.py:788 +#: pretix/control/forms/filter.py:840 #: pretix/control/templates/pretixcontrol/checkin/index.html:126 msgid "Not checked in" msgstr "" -#: pretix/control/forms/filter.py:867 pretix/control/forms/filter.py:870 +#: pretix/control/forms/filter.py:919 pretix/control/forms/filter.py:922 #: pretix/control/templates/pretixcontrol/users/index.html:47 msgid "Administrator" msgstr "" -#: pretix/control/forms/filter.py:871 +#: pretix/control/forms/filter.py:923 msgid "No administrator" msgstr "" -#: pretix/control/forms/filter.py:942 +#: pretix/control/forms/filter.py:994 msgid "Valid" msgstr "" -#: pretix/control/forms/filter.py:943 +#: pretix/control/forms/filter.py:995 msgid "Unredeemed" msgstr "" -#: pretix/control/forms/filter.py:944 +#: pretix/control/forms/filter.py:996 msgid "Redeemed at least once" msgstr "" -#: pretix/control/forms/filter.py:945 +#: pretix/control/forms/filter.py:997 msgid "Fully redeemed" msgstr "" -#: pretix/control/forms/filter.py:947 +#: pretix/control/forms/filter.py:999 msgid "Redeemed and checked in with ticket" msgstr "" -#: pretix/control/forms/filter.py:952 +#: pretix/control/forms/filter.py:1004 msgid "Quota handling" msgstr "" -#: pretix/control/forms/filter.py:956 +#: pretix/control/forms/filter.py:1008 msgid "Allow to ignore quota" msgstr "" -#: pretix/control/forms/filter.py:961 pretix/control/forms/filter.py:963 +#: pretix/control/forms/filter.py:1013 pretix/control/forms/filter.py:1015 msgid "Filter by tag" msgstr "" -#: pretix/control/forms/filter.py:968 pretix/control/forms/filter.py:970 +#: pretix/control/forms/filter.py:1020 pretix/control/forms/filter.py:1022 msgid "Search voucher" msgstr "" -#: pretix/control/forms/filter.py:1016 pretix/control/forms/vouchers.py:91 +#: pretix/control/forms/filter.py:1068 pretix/control/forms/vouchers.py:91 #: pretix/control/views/typeahead.py:522 pretix/control/views/typeahead.py:526 #: pretix/control/views/vouchers.py:81 #, python-brace-format msgid "Any product in quota \"{quota}\"" msgstr "" -#: pretix/control/forms/filter.py:1132 +#: pretix/control/forms/filter.py:1184 msgid "Refund status" msgstr "" -#: pretix/control/forms/filter.py:1134 +#: pretix/control/forms/filter.py:1186 msgid "All open refunds" msgstr "" -#: pretix/control/forms/filter.py:1135 +#: pretix/control/forms/filter.py:1187 msgid "All refunds" msgstr "" -#: pretix/control/forms/filter.py:1171 +#: pretix/control/forms/filter.py:1223 msgid "Date filter" msgstr "" -#: pretix/control/forms/filter.py:1173 +#: pretix/control/forms/filter.py:1225 msgid "Filter by…" msgstr "" -#: pretix/control/forms/filter.py:1175 +#: pretix/control/forms/filter.py:1227 msgid "Date of last successful payment" msgstr "" -#: pretix/control/forms/filter.py:1180 +#: pretix/control/forms/filter.py:1232 msgid "Date from" msgstr "" -#: pretix/control/forms/filter.py:1185 +#: pretix/control/forms/filter.py:1237 msgid "Date until" msgstr "" @@ -7368,8 +7378,8 @@ msgstr "" msgid "Bundled product" msgstr "" -#: pretix/control/forms/item.py:735 pretix/control/forms/orders.py:260 -#: pretix/control/forms/orders.py:394 +#: pretix/control/forms/item.py:735 pretix/control/forms/orders.py:264 +#: pretix/control/forms/orders.py:398 msgid "inactive" msgstr "" @@ -7402,21 +7412,21 @@ msgstr "" msgid "CSV column: \"{name}\"" msgstr "" -#: pretix/control/forms/orders.py:33 +#: pretix/control/forms/orders.py:34 msgid "Overbook quota" msgstr "" -#: pretix/control/forms/orders.py:34 +#: pretix/control/forms/orders.py:35 msgid "" "If you check this box, this operation will be performed even if it leads to " "an overbooked quota and you having sold more tickets than you planned!" msgstr "" -#: pretix/control/forms/orders.py:78 +#: pretix/control/forms/orders.py:79 msgid "Overbook quota and ignore late payment" msgstr "" -#: pretix/control/forms/orders.py:79 +#: pretix/control/forms/orders.py:80 msgid "" "If you check this box, this operation will be performed even if it leads to " "an overbooked quota and you having sold more tickets than you planned! The " @@ -7424,16 +7434,16 @@ msgid "" "payments." msgstr "" -#: pretix/control/forms/orders.py:105 +#: pretix/control/forms/orders.py:106 #: pretix/control/templates/pretixcontrol/order/deny.html:19 msgid "Notify user by e-mail" msgstr "" -#: pretix/control/forms/orders.py:112 +#: pretix/control/forms/orders.py:113 msgid "Keep a cancellation fee of" msgstr "" -#: pretix/control/forms/orders.py:113 +#: pretix/control/forms/orders.py:114 msgid "" "If you keep a fee, all positions within this order will be canceled and the " "order will be reduced to a paid cancellation fee. Payment and shipping fees " @@ -7442,24 +7452,24 @@ msgid "" "automatically." msgstr "" -#: pretix/control/forms/orders.py:141 +#: pretix/control/forms/orders.py:145 msgid "Payment amount" msgstr "" -#: pretix/control/forms/orders.py:145 +#: pretix/control/forms/orders.py:149 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/control.html:7 -#: pretix/plugins/reports/exporters.py:319 -#: pretix/plugins/reports/exporters.py:381 -#: pretix/plugins/reports/exporters.py:491 -#: pretix/plugins/reports/exporters.py:520 +#: pretix/plugins/reports/exporters.py:322 +#: pretix/plugins/reports/exporters.py:384 +#: pretix/plugins/reports/exporters.py:494 +#: pretix/plugins/reports/exporters.py:523 msgid "Payment date" msgstr "" -#: pretix/control/forms/orders.py:183 +#: pretix/control/forms/orders.py:187 msgid "Re-calculate taxes" msgstr "" -#: pretix/control/forms/orders.py:186 +#: pretix/control/forms/orders.py:190 msgid "" "This operation re-checks if taxes should be paid to the items due to e.g. " "configured reverse charge rules and changes the prices and tax values " @@ -7468,133 +7478,133 @@ msgid "" "this procedure." msgstr "" -#: pretix/control/forms/orders.py:192 +#: pretix/control/forms/orders.py:196 msgid "Issue a new invoice if required" msgstr "" -#: pretix/control/forms/orders.py:196 +#: pretix/control/forms/orders.py:200 msgid "" "If an invoice exists for this order and this operation would change its " "contents, the old invoice will be canceled and a new invoice will be issued." msgstr "" -#: pretix/control/forms/orders.py:201 +#: pretix/control/forms/orders.py:205 msgid "Notify user" msgstr "" -#: pretix/control/forms/orders.py:205 +#: pretix/control/forms/orders.py:209 msgid "" "Send an email to the customer notifying that their order has been changed." msgstr "" -#: pretix/control/forms/orders.py:209 +#: pretix/control/forms/orders.py:213 msgid "Allow to overbook quotas when performing this operation" msgstr "" -#: pretix/control/forms/orders.py:225 +#: pretix/control/forms/orders.py:229 msgid "Add-on to" msgstr "" -#: pretix/control/forms/orders.py:230 +#: pretix/control/forms/orders.py:234 #: pretix/control/templates/pretixcontrol/checkin/index.html:70 #: pretix/control/templates/pretixcontrol/order/change.html:118 #: pretix/control/views/vouchers.py:70 msgid "Seat" msgstr "" -#: pretix/control/forms/orders.py:237 +#: pretix/control/forms/orders.py:241 msgid "Including taxes, if any. Keep empty for the product's default price" msgstr "" -#: pretix/control/forms/orders.py:335 pretix/control/forms/orders.py:339 -#: pretix/control/forms/orders.py:378 pretix/control/forms/orders.py:389 +#: pretix/control/forms/orders.py:339 pretix/control/forms/orders.py:343 +#: pretix/control/forms/orders.py:382 pretix/control/forms/orders.py:393 msgid "(Unchanged)" msgstr "" -#: pretix/control/forms/orders.py:345 pretix/control/forms/orders.py:412 +#: pretix/control/forms/orders.py:349 pretix/control/forms/orders.py:416 msgid "New price (gross)" msgstr "" -#: pretix/control/forms/orders.py:349 +#: pretix/control/forms/orders.py:353 msgid "Generate a new secret" msgstr "" -#: pretix/control/forms/orders.py:353 +#: pretix/control/forms/orders.py:357 msgid "Cancel this position" msgstr "" -#: pretix/control/forms/orders.py:357 +#: pretix/control/forms/orders.py:361 msgid "Split into new order" msgstr "" -#: pretix/control/forms/orders.py:416 +#: pretix/control/forms/orders.py:420 msgid "Remove this fee" msgstr "" -#: pretix/control/forms/orders.py:430 +#: pretix/control/forms/orders.py:434 msgid "Invalidate secrets" msgstr "" -#: pretix/control/forms/orders.py:431 +#: pretix/control/forms/orders.py:435 msgid "" "Regenerates the order and ticket secrets. You will need to re-send the link " "to the order page to the user and the user will need to download his tickets " "again. The old versions will be invalid." msgstr "" -#: pretix/control/forms/orders.py:456 pretix/control/forms/orders.py:639 -#: pretix/control/forms/orders.py:666 pretix/control/forms/vouchers.py:222 +#: pretix/control/forms/orders.py:460 pretix/control/forms/orders.py:643 +#: pretix/control/forms/orders.py:670 pretix/control/forms/vouchers.py:222 #: pretix/plugins/sendmail/forms.py:21 pretix/plugins/sendmail/forms.py:76 msgid "Subject" msgstr "" -#: pretix/control/forms/orders.py:480 +#: pretix/control/forms/orders.py:484 msgid "Recipient" msgstr "" -#: pretix/control/forms/orders.py:486 pretix/control/forms/orders.py:647 -#: pretix/control/forms/orders.py:674 pretix/control/forms/vouchers.py:228 +#: pretix/control/forms/orders.py:490 pretix/control/forms/orders.py:651 +#: pretix/control/forms/orders.py:678 pretix/control/forms/vouchers.py:228 #: pretix/plugins/sendmail/forms.py:22 pretix/plugins/sendmail/forms.py:81 msgid "Message" msgstr "" -#: pretix/control/forms/orders.py:499 +#: pretix/control/forms/orders.py:503 msgid "" "Cancel the order. All tickets will no longer work. This can not be reverted." msgstr "" -#: pretix/control/forms/orders.py:500 +#: pretix/control/forms/orders.py:504 msgid "" "Mark the order as pending and allow the user to pay the open amount with " "another payment method." msgstr "" -#: pretix/control/forms/orders.py:502 +#: pretix/control/forms/orders.py:506 msgid "Do nothing and keep the order as it is." msgstr "" -#: pretix/control/forms/orders.py:529 +#: pretix/control/forms/orders.py:533 msgid "The refund amount needs to be positive and less than {}." msgstr "" -#: pretix/control/forms/orders.py:535 +#: pretix/control/forms/orders.py:539 msgid "You need to specify an amount for a partial refund." msgstr "" -#: pretix/control/forms/orders.py:547 +#: pretix/control/forms/orders.py:551 msgid "Cancel all dates" msgstr "" -#: pretix/control/forms/orders.py:552 +#: pretix/control/forms/orders.py:556 msgid "Automatically refund money if possible" msgstr "" -#: pretix/control/forms/orders.py:557 +#: pretix/control/forms/orders.py:561 msgid "" "Create manual refund if the payment method odes not support automatic refunds" msgstr "" -#: pretix/control/forms/orders.py:561 +#: pretix/control/forms/orders.py:565 msgid "" "If checked, all payments with a payment method not supporting automatic " "refunds will be on your manual refund to-do list. Do not check if you want " @@ -7602,25 +7612,25 @@ msgid "" "gift cards." msgstr "" -#: pretix/control/forms/orders.py:566 +#: pretix/control/forms/orders.py:570 msgid "" "Refund order value to a gift card instead instead of the original payment " "method" msgstr "" -#: pretix/control/forms/orders.py:572 +#: pretix/control/forms/orders.py:576 msgid "Gift card validity" msgstr "" -#: pretix/control/forms/orders.py:579 +#: pretix/control/forms/orders.py:583 msgid "Special terms and conditions" msgstr "" -#: pretix/control/forms/orders.py:596 +#: pretix/control/forms/orders.py:600 msgid "Keep fees" msgstr "" -#: pretix/control/forms/orders.py:599 +#: pretix/control/forms/orders.py:603 msgid "" "The selected types of fees will not be refunded but instead added to the " "cancellation fee. Fees are never refunded in when an order in an event " @@ -7628,20 +7638,20 @@ msgid "" "dates." msgstr "" -#: pretix/control/forms/orders.py:605 +#: pretix/control/forms/orders.py:609 msgid "Send information via email" msgstr "" -#: pretix/control/forms/orders.py:611 +#: pretix/control/forms/orders.py:615 msgid "Send information to waiting list" msgstr "" -#: pretix/control/forms/orders.py:642 pretix/control/forms/orders.py:668 +#: pretix/control/forms/orders.py:646 pretix/control/forms/orders.py:672 #, python-brace-format msgid "Canceled: {event}" msgstr "" -#: pretix/control/forms/orders.py:653 +#: pretix/control/forms/orders.py:657 #, python-brace-format msgid "" "Hello,\n" @@ -7659,7 +7669,7 @@ msgid "" "Your {event} team" msgstr "" -#: pretix/control/forms/orders.py:680 +#: pretix/control/forms/orders.py:684 #, python-brace-format msgid "" "Hello,\n" @@ -7673,7 +7683,7 @@ msgid "" "Your {event} team" msgstr "" -#: pretix/control/forms/orders.py:711 +#: pretix/control/forms/orders.py:715 msgid "Please confirm that you want to cancel ALL dates in this event series." msgstr "" @@ -7726,7 +7736,7 @@ msgstr "" msgid "This will be displayed on the organizer homepage." msgstr "" -#: pretix/control/forms/organizer.py:279 +#: pretix/control/forms/organizer.py:280 msgid "" "If you provide a logo image, we will by default not show your organization " "name in the page header. By default, we show your logo with a size of up to " @@ -7735,63 +7745,63 @@ msgid "" "smaller screens." msgstr "" -#: pretix/control/forms/organizer.py:298 +#: pretix/control/forms/organizer.py:299 msgid "Show availability in event overviews" msgstr "" -#: pretix/control/forms/organizer.py:299 +#: pretix/control/forms/organizer.py:300 msgid "" "If checked, the list of events will show if events are sold out. This might " "make for longer page loading times if you have lots of events and the shown " "status might be out of date for up to two minutes." msgstr "" -#: pretix/control/forms/organizer.py:305 +#: pretix/control/forms/organizer.py:306 msgid "Link back to organizer overview on all event pages" msgstr "" -#: pretix/control/forms/organizer.py:312 +#: pretix/control/forms/organizer.py:313 msgid "" "Choose all languages that your organizer homepage should be available in." msgstr "" -#: pretix/control/forms/organizer.py:323 +#: pretix/control/forms/organizer.py:324 msgid "Favicon" msgstr "" -#: pretix/control/forms/organizer.py:326 +#: pretix/control/forms/organizer.py:328 msgid "" "If you provide a favicon, we will show it instead of the default pretix " "icon. We recommend a size of at least 200x200px to accommodate most devices." msgstr "" -#: pretix/control/forms/organizer.py:330 +#: pretix/control/forms/organizer.py:332 msgid "Length of gift card codes" msgstr "" -#: pretix/control/forms/organizer.py:331 +#: pretix/control/forms/organizer.py:333 msgid "" "The system generates by default {}-character long gift card codes. However, " "if a different length is required, it can be set here." msgstr "" -#: pretix/control/forms/organizer.py:336 +#: pretix/control/forms/organizer.py:338 msgid "Validity of gift card codes in years" msgstr "" -#: pretix/control/forms/organizer.py:337 +#: pretix/control/forms/organizer.py:339 msgid "" "If you set a number here, gift cards will by default expire at the end of " "the year after this many years. If you keep it empty, gift cards do not have " "an explicit expiry date." msgstr "" -#: pretix/control/forms/organizer.py:352 +#: pretix/control/forms/organizer.py:354 msgctxt "webhooks" msgid "Event types" msgstr "" -#: pretix/control/forms/organizer.py:383 +#: pretix/control/forms/organizer.py:385 msgid "Gift card value" msgstr "" @@ -9369,7 +9379,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/organizers/detail.html:43 #: pretix/control/templates/pretixcontrol/organizers/giftcards.html:38 #: pretix/control/templates/pretixcontrol/organizers/index.html:18 -#: pretix/control/templates/pretixcontrol/search/orders.html:27 +#: pretix/control/templates/pretixcontrol/search/orders.html:33 #: pretix/control/templates/pretixcontrol/subevents/index.html:41 #: pretix/control/templates/pretixcontrol/users/index.html:22 #: pretix/control/templates/pretixcontrol/vouchers/index.html:54 @@ -9453,7 +9463,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/order/pay.html:33 #: pretix/control/templates/pretixcontrol/order/pay_complete.html:28 #: pretix/control/templates/pretixcontrol/order/reactivate.html:30 -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:155 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:169 #: pretix/control/templates/pretixcontrol/order/refund_done.html:26 #: pretix/control/templates/pretixcontrol/order/refund_process.html:47 #: pretix/control/templates/pretixcontrol/order/refund_start.html:51 @@ -9505,9 +9515,9 @@ msgstr "" #: pretix/control/templates/pretixcontrol/checkin/list_edit.html:10 #: pretix/control/templates/pretixcontrol/checkin/list_edit.html:17 -#: pretix/plugins/checkinlists/exporters.py:38 -#: pretix/plugins/checkinlists/exporters.py:88 -#: pretix/plugins/checkinlists/exporters.py:315 +#: pretix/plugins/checkinlists/exporters.py:39 +#: pretix/plugins/checkinlists/exporters.py:107 +#: pretix/plugins/checkinlists/exporters.py:374 #: pretix/plugins/pretixdroid/forms.py:39 #: pretix/plugins/pretixdroid/models.py:24 #: pretix/plugins/pretixdroid/templates/pretixplugins/pretixdroid/configuration.html:79 @@ -10189,7 +10199,7 @@ msgid "Installed plugins" msgstr "" #: pretix/control/templates/pretixcontrol/event/plugins.html:10 -#: pretix/control/views/checkin.py:260 pretix/control/views/event.py:177 +#: pretix/control/views/checkin.py:264 pretix/control/views/event.py:177 #: pretix/control/views/event.py:317 pretix/control/views/event.py:396 #: pretix/control/views/event.py:436 pretix/control/views/event.py:594 #: pretix/control/views/event.py:785 pretix/control/views/event.py:1135 @@ -10352,14 +10362,14 @@ msgid "Basics" msgstr "" #: pretix/control/templates/pretixcontrol/event/settings.html:31 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:44 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:46 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:349 #: pretix/control/templates/pretixcontrol/subevents/detail.html:32 msgid "Geo coordinates" msgstr "" #: pretix/control/templates/pretixcontrol/event/settings.html:32 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:45 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:47 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:271 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:275 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:350 @@ -10368,7 +10378,7 @@ msgid "Optional" msgstr "" #: pretix/control/templates/pretixcontrol/event/settings.html:39 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:52 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:54 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:357 #: pretix/control/templates/pretixcontrol/subevents/detail.html:40 msgid "Geocoding data © OpenStreetMap" @@ -10400,7 +10410,7 @@ msgid "Shop design" msgstr "" #: pretix/control/templates/pretixcontrol/event/settings.html:124 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:74 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:76 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:392 #: pretix/control/templates/pretixcontrol/subevents/detail.html:76 msgid "Timeline" @@ -10638,7 +10648,7 @@ msgid "" "We strongly recommend against using short forms of more then 16 characters." msgstr "" -#: pretix/control/templates/pretixcontrol/events/create_basics.html:68 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:70 msgid "Display settings" msgstr "" @@ -10656,7 +10666,40 @@ msgid "" "that contain the event name." msgstr "" -#: pretix/control/templates/pretixcontrol/events/create_foundation.html:10 +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:13 +msgid "Singular event or non-event shop" +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:15 +msgid "" +"An event with individual configuration. If you create more events later, you " +"can copy the event to save yourself some work." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:21 +msgid "" +"Examples: Conferences, workshops, trade fairs, one-off concerts, sale of " +"digital content, multi-day events with combination tickets." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:32 +msgid "Event series or time slot booking" +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:34 +msgid "" +"A series of events that share the same configuration. They can still be " +"different in their dates, locations, prices, and capacities." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:40 +msgid "" +"Examples: Multiple presentations of the same show, same concert in multiple " +"locations, museums, libraries, or swimming pools, events that need to be " +"booked together in one cart." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:53 msgid "" "Please note that you will only be able to delete your event until the first " "order has been created." @@ -11076,8 +11119,8 @@ msgstr "" #: pretix/control/templates/pretixcontrol/items/question.html:20 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:14 #: pretix/control/templates/pretixcontrol/orders/overview.html:68 -#: pretix/plugins/checkinlists/exporters.py:343 -#: pretix/plugins/reports/exporters.py:223 +#: pretix/plugins/checkinlists/exporters.py:402 +#: pretix/plugins/reports/exporters.py:226 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:17 msgid "Paid" msgstr "" @@ -11879,10 +11922,10 @@ msgstr "" #: pretix/control/templates/pretixcontrol/order/index.html:550 #: pretix/control/templates/pretixcontrol/orders/overview.html:69 #: pretix/control/templates/pretixcontrol/orders/overview.html:146 -#: pretix/plugins/reports/exporters.py:223 -#: pretix/plugins/reports/exporters.py:278 -#: pretix/plugins/reports/exporters.py:447 -#: pretix/plugins/reports/exporters.py:591 +#: pretix/plugins/reports/exporters.py:226 +#: pretix/plugins/reports/exporters.py:281 +#: pretix/plugins/reports/exporters.py:450 +#: pretix/plugins/reports/exporters.py:594 #: pretix/presale/templates/pretixpresale/event/fragment_cart.html:292 msgid "Total" msgstr "" @@ -12077,52 +12120,52 @@ msgctxt "amount_label" msgid "Automatically refund" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:59 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:63 msgid "Automatically refund full amount" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:62 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:66 msgid "This payment method does not support automatic refunds." msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:70 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:74 msgid "Transfer to other order" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:73 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:77 msgctxt "amount_label" msgid "Transfer" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:81 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:85 msgctxt "order_label" msgid "to" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:91 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:95 #: pretix/control/templates/pretixcontrol/organizers/giftcard_create.html:5 msgid "Create a new gift card" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:103 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:113 msgid "" "The gift card can be used to buy tickets for all events of this organizer." msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:111 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:121 msgid "Manual refund" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:114 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:124 msgctxt "amount_label" msgid "Manually refund" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:125 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:139 msgid "Keep transfer as to do" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:129 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:143 #: pretix/control/templates/pretixcontrol/order/refund_done.html:5 #: pretix/control/templates/pretixcontrol/order/refund_done.html:9 #: pretix/control/templates/pretixcontrol/order/refund_process.html:6 @@ -12130,7 +12173,7 @@ msgstr "" msgid "Mark refund as done" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:139 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:153 msgid "" "Any payments that you selected for automatical refunds will be immediately " "communicate the refund request to the respective payment provider. Manual " @@ -12138,7 +12181,7 @@ msgid "" "done once you actually transferred the money back to the customer." msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:160 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:174 msgid "Perform refund" msgstr "" @@ -12364,29 +12407,29 @@ msgid "Remove filter" msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:132 -#: pretix/control/templates/pretixcontrol/search/orders.html:78 +#: pretix/control/templates/pretixcontrol/search/orders.html:83 msgid "CANCELLATION REQUESTED" msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:135 #: pretix/control/templates/pretixcontrol/orders/index.html:137 -#: pretix/control/templates/pretixcontrol/search/orders.html:81 -#: pretix/control/templates/pretixcontrol/search/orders.html:83 +#: pretix/control/templates/pretixcontrol/search/orders.html:86 +#: pretix/control/templates/pretixcontrol/search/orders.html:88 msgid "REFUND PENDING" msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:140 -#: pretix/control/templates/pretixcontrol/search/orders.html:86 +#: pretix/control/templates/pretixcontrol/search/orders.html:91 msgid "OVERPAID" msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:142 -#: pretix/control/templates/pretixcontrol/search/orders.html:88 +#: pretix/control/templates/pretixcontrol/search/orders.html:93 msgid "UNDERPAID" msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:144 -#: pretix/control/templates/pretixcontrol/search/orders.html:90 +#: pretix/control/templates/pretixcontrol/search/orders.html:95 msgid "FULLY PAID" msgstr "" @@ -12427,7 +12470,7 @@ msgid "" msgstr "" #: pretix/control/templates/pretixcontrol/orders/overview.html:61 -#: pretix/plugins/reports/exporters.py:219 +#: pretix/plugins/reports/exporters.py:222 msgid "Purchased" msgstr "" @@ -13077,7 +13120,7 @@ msgstr "" msgid "pretix Logo" msgstr "" -#: pretix/control/templates/pretixcontrol/search/orders.html:99 +#: pretix/control/templates/pretixcontrol/search/orders.html:104 msgid "" "We couldn't find any orders that you have access to and that match your " "search query." @@ -14149,15 +14192,15 @@ msgstr "" msgid "The selected check-ins have been reverted." msgstr "" -#: pretix/control/views/checkin.py:163 +#: pretix/control/views/checkin.py:167 msgid "The selected tickets have been marked as checked in." msgstr "" -#: pretix/control/views/checkin.py:227 +#: pretix/control/views/checkin.py:231 msgid "The new check-in list has been created." msgstr "" -#: pretix/control/views/checkin.py:234 pretix/control/views/checkin.py:277 +#: pretix/control/views/checkin.py:238 pretix/control/views/checkin.py:281 #: pretix/control/views/event.py:206 pretix/control/views/event.py:399 #: pretix/control/views/event.py:439 pretix/control/views/event.py:597 #: pretix/control/views/event.py:754 pretix/control/views/event.py:1094 @@ -14172,11 +14215,11 @@ msgstr "" msgid "We could not save your changes. See below for details." msgstr "" -#: pretix/control/views/checkin.py:256 pretix/control/views/checkin.py:293 +#: pretix/control/views/checkin.py:260 pretix/control/views/checkin.py:297 msgid "The requested list does not exist." msgstr "" -#: pretix/control/views/checkin.py:302 +#: pretix/control/views/checkin.py:306 msgid "The selected list has been deleted." msgstr "" @@ -14403,7 +14446,7 @@ msgstr "" msgid "Could not update the comment." msgstr "" -#: pretix/control/views/event.py:1061 pretix/control/views/main.py:296 +#: pretix/control/views/event.py:1061 pretix/control/views/main.py:276 msgid "VAT" msgstr "" @@ -15354,28 +15397,28 @@ msgstr "" msgid "8 portrait A7 pages on one A4 page" msgstr "" -#: pretix/plugins/badges/exporters.py:186 +#: pretix/plugins/badges/exporters.py:194 msgid "None of the selected products is configured to print badges." msgstr "" -#: pretix/plugins/badges/exporters.py:192 +#: pretix/plugins/badges/exporters.py:200 msgid "Attendee badges" msgstr "" -#: pretix/plugins/badges/exporters.py:212 +#: pretix/plugins/badges/exporters.py:220 #: pretix/plugins/ticketoutputpdf/exporters.py:32 msgid "Include pending orders" msgstr "" -#: pretix/plugins/badges/exporters.py:217 +#: pretix/plugins/badges/exporters.py:225 msgid "Include add-on or bundled positions" msgstr "" -#: pretix/plugins/badges/exporters.py:222 +#: pretix/plugins/badges/exporters.py:230 msgid "Rendering option" msgstr "" -#: pretix/plugins/badges/exporters.py:227 +#: pretix/plugins/badges/exporters.py:235 msgid "" "This option allows you to align multiple badges on one page, for example if " "you want to print to a sheet of stickers with a regular office printer. " @@ -15383,10 +15426,10 @@ msgid "" "correct size." msgstr "" -#: pretix/plugins/badges/exporters.py:233 -#: pretix/plugins/checkinlists/exporters.py:56 -#: pretix/plugins/reports/exporters.py:315 -#: pretix/plugins/reports/exporters.py:487 +#: pretix/plugins/badges/exporters.py:241 +#: pretix/plugins/checkinlists/exporters.py:71 +#: pretix/plugins/reports/exporters.py:318 +#: pretix/plugins/reports/exporters.py:490 #: pretix/plugins/ticketoutputpdf/exporters.py:37 msgid "Sort by" msgstr "" @@ -15909,33 +15952,41 @@ msgstr "" msgid "This plugin allows you to generate check-in lists for your conference." msgstr "" -#: pretix/plugins/checkinlists/exporters.py:46 +#: pretix/plugins/checkinlists/exporters.py:50 +msgid "Only include tickets for dates on or after this date." +msgstr "" + +#: pretix/plugins/checkinlists/exporters.py:57 +msgid "Only include tickets for dates on or before this date." +msgstr "" + +#: pretix/plugins/checkinlists/exporters.py:61 msgid "Include QR-code secret" msgstr "" -#: pretix/plugins/checkinlists/exporters.py:51 +#: pretix/plugins/checkinlists/exporters.py:66 msgid "Only tickets requiring special attention" msgstr "" -#: pretix/plugins/checkinlists/exporters.py:71 +#: pretix/plugins/checkinlists/exporters.py:86 msgid "Include questions" msgstr "" -#: pretix/plugins/checkinlists/exporters.py:183 +#: pretix/plugins/checkinlists/exporters.py:222 msgid "Check-in list (PDF)" msgstr "" #. Translators: maximum 5 characters -#: pretix/plugins/checkinlists/exporters.py:234 +#: pretix/plugins/checkinlists/exporters.py:284 msgctxt "tablehead" msgid "paid" msgstr "" -#: pretix/plugins/checkinlists/exporters.py:337 +#: pretix/plugins/checkinlists/exporters.py:396 msgid "Automatically checked in" msgstr "" -#: pretix/plugins/checkinlists/exporters.py:346 +#: pretix/plugins/checkinlists/exporters.py:405 #: pretix/plugins/paypal/payment.py:86 msgid "Secret" msgstr "" @@ -16016,43 +16067,43 @@ msgid "" "to send any payments." msgstr "" -#: pretix/plugins/paypal/payment.py:205 pretix/plugins/paypal/payment.py:291 -#: pretix/plugins/paypal/payment.py:306 pretix/plugins/paypal/payment.py:309 -#: pretix/plugins/paypal/payment.py:367 +#: pretix/plugins/paypal/payment.py:205 pretix/plugins/paypal/payment.py:298 +#: pretix/plugins/paypal/payment.py:313 pretix/plugins/paypal/payment.py:316 +#: pretix/plugins/paypal/payment.py:374 pretix/plugins/paypal/payment.py:515 msgid "We had trouble communicating with PayPal" msgstr "" -#: pretix/plugins/paypal/payment.py:323 pretix/plugins/paypal/payment.py:332 -#: pretix/plugins/paypal/payment.py:393 +#: pretix/plugins/paypal/payment.py:330 pretix/plugins/paypal/payment.py:339 +#: pretix/plugins/paypal/payment.py:400 msgid "" "We were unable to process your payment. See below for details on how to " "proceed." msgstr "" -#: pretix/plugins/paypal/payment.py:374 pretix/plugins/paypal/payment.py:383 +#: pretix/plugins/paypal/payment.py:381 pretix/plugins/paypal/payment.py:390 msgid "" "PayPal has not yet approved the payment. We will inform you as soon as the " "payment completed." msgstr "" -#: pretix/plugins/paypal/payment.py:408 pretix/plugins/stripe/payment.py:435 +#: pretix/plugins/paypal/payment.py:415 pretix/plugins/stripe/payment.py:435 #: pretix/plugins/stripe/payment.py:787 msgid "There was an error sending the confirmation mail." msgstr "" -#: pretix/plugins/paypal/payment.py:485 pretix/plugins/paypal/payment.py:492 +#: pretix/plugins/paypal/payment.py:492 pretix/plugins/paypal/payment.py:499 msgid "Refunding the amount via PayPal failed: {}" msgstr "" -#: pretix/plugins/paypal/payment.py:591 pretix/plugins/paypal/payment.py:599 +#: pretix/plugins/paypal/payment.py:615 pretix/plugins/paypal/payment.py:623 msgid "The payment for this invoice has already been received." msgstr "" -#: pretix/plugins/paypal/payment.py:592 pretix/plugins/paypal/payment.py:600 +#: pretix/plugins/paypal/payment.py:616 pretix/plugins/paypal/payment.py:624 msgid "PayPal payment ID" msgstr "" -#: pretix/plugins/paypal/payment.py:594 +#: pretix/plugins/paypal/payment.py:618 msgid "PayPal sale ID" msgstr "" @@ -16421,48 +16472,48 @@ msgstr "" msgid "Created: %s" msgstr "" -#: pretix/plugins/reports/exporters.py:153 +#: pretix/plugins/reports/exporters.py:156 msgid "Order overview (PDF)" msgstr "" -#: pretix/plugins/reports/exporters.py:197 +#: pretix/plugins/reports/exporters.py:200 #: pretix/plugins/statistics/templates/pretixplugins/statistics/index.html:58 msgid "Orders by product" msgstr "" -#: pretix/plugins/reports/exporters.py:202 +#: pretix/plugins/reports/exporters.py:205 #, python-brace-format msgid "{axis} between {start} and {end}" msgstr "" -#: pretix/plugins/reports/exporters.py:227 -#: pretix/plugins/reports/exporters.py:228 -#: pretix/plugins/reports/exporters.py:229 #: pretix/plugins/reports/exporters.py:230 #: pretix/plugins/reports/exporters.py:231 +#: pretix/plugins/reports/exporters.py:232 +#: pretix/plugins/reports/exporters.py:233 +#: pretix/plugins/reports/exporters.py:234 msgid "#" msgstr "" -#: pretix/plugins/reports/exporters.py:299 +#: pretix/plugins/reports/exporters.py:302 msgid "List of orders with taxes (PDF)" msgstr "" -#: pretix/plugins/reports/exporters.py:376 +#: pretix/plugins/reports/exporters.py:379 #, python-brace-format msgid "Orders by tax rate ({currency})" msgstr "" -#: pretix/plugins/reports/exporters.py:385 -#: pretix/plugins/reports/exporters.py:521 +#: pretix/plugins/reports/exporters.py:388 +#: pretix/plugins/reports/exporters.py:524 msgid "Gross" msgstr "" -#: pretix/plugins/reports/exporters.py:385 -#: pretix/plugins/reports/exporters.py:521 +#: pretix/plugins/reports/exporters.py:388 +#: pretix/plugins/reports/exporters.py:524 msgid "Tax" msgstr "" -#: pretix/plugins/reports/exporters.py:470 +#: pretix/plugins/reports/exporters.py:473 msgid "List of orders with taxes" msgstr "" @@ -17519,24 +17570,24 @@ msgid "Show all events of %(name)s" msgstr "" #: pretix/presale/templates/pretixpresale/event/base.html:98 -#: pretix/presale/templates/pretixpresale/event/base.html:128 +#: pretix/presale/templates/pretixpresale/event/base.html:132 msgid "" "This ticket shop is currently in test mode. Please do not perform any real " "purchases as your order might be deleted without notice." msgstr "" #: pretix/presale/templates/pretixpresale/event/base.html:104 -#: pretix/presale/templates/pretixpresale/event/base.html:134 +#: pretix/presale/templates/pretixpresale/event/base.html:138 msgid "" "Orders made through this sales channel cannot be deleted - even if the " "ticket shop is in test mode!" msgstr "" -#: pretix/presale/templates/pretixpresale/event/base.html:142 +#: pretix/presale/templates/pretixpresale/event/base.html:146 msgid "Contact event organizer" msgstr "" -#: pretix/presale/templates/pretixpresale/event/base.html:145 +#: pretix/presale/templates/pretixpresale/event/base.html:149 msgid "Imprint" msgstr "" @@ -17938,6 +17989,11 @@ msgstr "" msgid "Go" msgstr "" +#: pretix/presale/templates/pretixpresale/event/fragment_subevent_calendar_week.html:21 +#: pretix/presale/templates/pretixpresale/organizers/calendar_week.html:48 +msgid "W" +msgstr "" + #: pretix/presale/templates/pretixpresale/event/fragment_subevent_list.html:21 #: pretix/presale/templates/pretixpresale/event/fragment_subevent_list.html:30 #: pretix/presale/templates/pretixpresale/fragment_calendar.html:71 @@ -18603,19 +18659,19 @@ msgstr "" msgid "Please enter positive numbers only." msgstr "" -#: pretix/presale/views/cart.py:338 +#: pretix/presale/views/cart.py:340 msgid "We applied the voucher to as many products in your cart as we could." msgstr "" -#: pretix/presale/views/cart.py:360 +#: pretix/presale/views/cart.py:362 msgid "Your cart has been updated." msgstr "" -#: pretix/presale/views/cart.py:363 pretix/presale/views/cart.py:385 +#: pretix/presale/views/cart.py:365 pretix/presale/views/cart.py:387 msgid "Your cart is now empty." msgstr "" -#: pretix/presale/views/cart.py:400 +#: pretix/presale/views/cart.py:402 msgid "The products have been successfully added to your cart." msgstr "" diff --git a/src/pretix/locale/pl_Informal/LC_MESSAGES/djangojs.po b/src/pretix/locale/pl_Informal/LC_MESSAGES/djangojs.po index 9cb168871..bd32c3195 100644 --- a/src/pretix/locale/pl_Informal/LC_MESSAGES/djangojs.po +++ b/src/pretix/locale/pl_Informal/LC_MESSAGES/djangojs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-05-13 16:45+0000\n" +"POT-Creation-Date: 2020-06-10 16:02+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/src/pretix/locale/pt_BR/LC_MESSAGES/django.po b/src/pretix/locale/pt_BR/LC_MESSAGES/django.po index b84d91fcb..0f92239b8 100644 --- a/src/pretix/locale/pt_BR/LC_MESSAGES/django.po +++ b/src/pretix/locale/pt_BR/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-05-13 16:44+0000\n" +"POT-Creation-Date: 2020-06-10 16:02+0000\n" "PO-Revision-Date: 2019-07-10 16:02+0000\n" "Last-Translator: Vitor Piedras \n" "Language-Team: Portuguese (Brazil) " msgid "Empty, if this product is not an admission ticket" msgstr "Vazio, se este produto não for um ingresso de admissão" -#: pretix/base/models/orders.py:1069 pretix/base/models/orders.py:2110 +#: pretix/base/models/orders.py:1069 pretix/base/models/orders.py:2137 #: pretix/base/settings.py:537 msgid "Company name" msgstr "Nome da empresa" -#: pretix/base/models/orders.py:1073 pretix/base/models/orders.py:2117 +#: pretix/base/models/orders.py:1073 pretix/base/models/orders.py:2144 #: pretix/base/settings.py:32 pretix/plugins/stripe/payment.py:150 msgid "Select country" msgstr "Selecione o pais" -#: pretix/base/models/orders.py:1204 +#: pretix/base/models/orders.py:1231 msgctxt "payment_state" msgid "created" msgstr "criado" -#: pretix/base/models/orders.py:1205 +#: pretix/base/models/orders.py:1232 msgctxt "payment_state" msgid "pending" msgstr "pendente" -#: pretix/base/models/orders.py:1206 +#: pretix/base/models/orders.py:1233 msgctxt "payment_state" msgid "confirmed" msgstr "confirmado" -#: pretix/base/models/orders.py:1207 +#: pretix/base/models/orders.py:1234 msgctxt "payment_state" msgid "canceled" msgstr "cancelado" -#: pretix/base/models/orders.py:1208 +#: pretix/base/models/orders.py:1235 msgctxt "payment_state" msgid "failed" msgstr "falhou" -#: pretix/base/models/orders.py:1209 +#: pretix/base/models/orders.py:1236 msgctxt "payment_state" msgid "refunded" msgstr "recusado" -#: pretix/base/models/orders.py:1237 pretix/base/models/orders.py:1608 +#: pretix/base/models/orders.py:1264 pretix/base/models/orders.py:1635 #: pretix/base/shredder.py:352 msgid "Payment information" msgstr "Informações de pagamento" -#: pretix/base/models/orders.py:1430 +#: pretix/base/models/orders.py:1457 #, fuzzy, python-format #| msgid "Order code" msgid "Event registration confirmed: %(code)s" msgstr "Código do pedido" -#: pretix/base/models/orders.py:1448 +#: pretix/base/models/orders.py:1475 #, python-format msgid "Payment received for your order: %(code)s" msgstr "Pagamento recebido pelo seu pedido: %(code)s" -#: pretix/base/models/orders.py:1554 +#: pretix/base/models/orders.py:1581 msgctxt "refund_state" msgid "started externally" msgstr "começou externamente" -#: pretix/base/models/orders.py:1555 +#: pretix/base/models/orders.py:1582 msgctxt "refund_state" msgid "created" msgstr "criado" -#: pretix/base/models/orders.py:1556 +#: pretix/base/models/orders.py:1583 msgctxt "refund_state" msgid "in transit" msgstr "em andamento" -#: pretix/base/models/orders.py:1557 +#: pretix/base/models/orders.py:1584 msgctxt "refund_state" msgid "done" msgstr "concluído" -#: pretix/base/models/orders.py:1558 +#: pretix/base/models/orders.py:1585 msgctxt "refund_state" msgid "failed" msgstr "falhou" -#: pretix/base/models/orders.py:1560 +#: pretix/base/models/orders.py:1587 msgctxt "refund_state" msgid "canceled" msgstr "cancelado" -#: pretix/base/models/orders.py:1568 +#: pretix/base/models/orders.py:1595 #, fuzzy #| msgid "Organizer" msgctxt "refund_source" msgid "Organizer" msgstr "Organizador" -#: pretix/base/models/orders.py:1569 +#: pretix/base/models/orders.py:1596 msgctxt "refund_source" msgid "Customer" msgstr "Cliente" -#: pretix/base/models/orders.py:1570 +#: pretix/base/models/orders.py:1597 msgctxt "refund_source" msgid "External" msgstr "Externa" -#: pretix/base/models/orders.py:1714 +#: pretix/base/models/orders.py:1741 msgid "Payment fee" msgstr "Taxa de pagamento" -#: pretix/base/models/orders.py:1715 +#: pretix/base/models/orders.py:1742 msgid "Shipping fee" msgstr "Taxa de envio" -#: pretix/base/models/orders.py:1716 +#: pretix/base/models/orders.py:1743 msgid "Service fee" msgstr "Taxa de serviço" -#: pretix/base/models/orders.py:1717 +#: pretix/base/models/orders.py:1744 #: pretix/control/templates/pretixcontrol/order/index.html:133 msgid "Cancellation fee" msgstr "Taxa de cancelamento" -#: pretix/base/models/orders.py:1718 +#: pretix/base/models/orders.py:1745 msgid "Other fees" msgstr "Outras taxas" -#: pretix/base/models/orders.py:1719 pretix/base/payment.py:1005 +#: pretix/base/models/orders.py:1746 pretix/base/payment.py:1005 #: pretix/control/templates/pretixcontrol/order/index.html:128 msgid "Gift card" msgstr "Cartão Presente" -#: pretix/base/models/orders.py:1724 +#: pretix/base/models/orders.py:1751 #: pretix/control/templates/pretixcontrol/organizers/giftcard.html:65 #: pretix/control/templates/pretixcontrol/organizers/giftcard.html:103 #: pretix/control/views/vouchers.py:70 msgid "Value" msgstr "Valor" -#: pretix/base/models/orders.py:1861 +#: pretix/base/models/orders.py:1888 msgid "Order position" msgstr "Posição do pedido" -#: pretix/base/models/orders.py:2036 pretix/base/services/orders.py:846 +#: pretix/base/models/orders.py:2063 pretix/base/services/orders.py:846 #, fuzzy, python-format #| msgid "Presale not started" msgid "Your event registration: %(code)s" msgstr "Pré-venda não iniciada" -#: pretix/base/models/orders.py:2065 +#: pretix/base/models/orders.py:2092 msgid "Cart ID (e.g. session key)" msgstr "ID do carrinho (por exemplo, chave de sessão)" -#: pretix/base/models/orders.py:2083 +#: pretix/base/models/orders.py:2110 msgid "Cart position" msgstr "Posição do carrinho" -#: pretix/base/models/orders.py:2084 +#: pretix/base/models/orders.py:2111 msgid "Cart positions" msgstr "Posições do carrinho" -#: pretix/base/models/orders.py:2121 +#: pretix/base/models/orders.py:2148 msgid "Only for business customers within the EU." msgstr "Apenas para clientes empresariais na UE." -#: pretix/base/models/orders.py:2126 +#: pretix/base/models/orders.py:2153 msgid "This reference will be printed on your invoice for your convenience." msgstr "Esta referência será impressa na sua fatura para sua conveniência." @@ -3122,9 +3124,9 @@ msgstr "" "Cada slug só pode ser usada uma vez. Isso está sendo usado em URLs para se " "referir a suas contas do organizador e seus eventos." -#: pretix/base/models/organizer.py:52 pretix/control/forms/event.py:68 -#: pretix/control/forms/event.py:74 pretix/control/forms/filter.py:338 -#: pretix/control/forms/filter.py:614 +#: pretix/base/models/organizer.py:52 pretix/control/forms/event.py:63 +#: pretix/control/forms/event.py:69 pretix/control/forms/filter.py:338 +#: pretix/control/forms/filter.py:666 #: pretix/control/templates/pretixcontrol/events/index.html:68 #: pretix/control/templates/pretixcontrol/organizers/base.html:4 #: pretix/control/templates/pretixcontrol/organizers/edit.html:9 @@ -3205,7 +3207,7 @@ msgid "%(name)s on %(object)s" msgstr "%(name)s no %(object)s" #: pretix/base/models/organizer.py:252 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:82 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:84 msgid "Team" msgstr "Time" @@ -3219,22 +3221,22 @@ msgstr "Times" msgid "Invite to team '{team}' for '{email}'" msgstr "Convidar para o time '{team}' para '{email}'" -#: pretix/base/models/seating.py:23 +#: pretix/base/models/seating.py:24 msgid "Your layout file is not a valid JSON file." msgstr "" -#: pretix/base/models/seating.py:32 +#: pretix/base/models/seating.py:33 msgid "Your layout file is not a valid seating plan. Error message: {}" msgstr "" -#: pretix/base/models/seating.py:145 +#: pretix/base/models/seating.py:152 #, fuzzy, python-brace-format #| msgctxt "invoice" #| msgid "Invoice number" msgid "Row {number}" msgstr "Número da fatura" -#: pretix/base/models/seating.py:150 +#: pretix/base/models/seating.py:157 #, fuzzy, python-brace-format #| msgid "Team name" msgid "Seat {number}" @@ -3323,7 +3325,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/vouchers/index.html:19 #: pretix/control/templates/pretixcontrol/vouchers/index.html:100 #: pretix/control/views/vouchers.py:69 pretix/control/views/waitinglist.py:199 -#: pretix/plugins/checkinlists/exporters.py:359 +#: pretix/plugins/checkinlists/exporters.py:418 #: pretix/presale/templates/pretixpresale/event/fragment_cart.html:316 #: pretix/presale/templates/pretixpresale/event/index.html:278 msgid "Voucher code" @@ -3358,7 +3360,7 @@ msgstr "" msgid "Valid until" msgstr "Válido até" -#: pretix/base/models/vouchers.py:131 pretix/control/forms/filter.py:955 +#: pretix/base/models/vouchers.py:131 pretix/control/forms/filter.py:1007 msgid "Reserve ticket from quota" msgstr "" @@ -3626,7 +3628,7 @@ msgctxt "subevent" msgid "Dates" msgstr "" -#: pretix/base/notifications.py:184 pretix/base/pdf.py:130 +#: pretix/base/notifications.py:184 pretix/base/pdf.py:135 msgid "Event date" msgstr "" @@ -4210,7 +4212,7 @@ msgstr "" msgid "Order position number" msgstr "Posição do pedido" -#: pretix/base/pdf.py:64 pretix/control/forms/event.py:1263 +#: pretix/base/pdf.py:64 pretix/control/forms/event.py:1262 #: pretix/control/templates/pretixcontrol/items/index.html:33 msgid "Product name" msgstr "" @@ -4266,231 +4268,246 @@ msgstr "" msgid "Attendee company" msgstr "E-mail do participante" -#: pretix/base/pdf.py:114 pretix/base/pdf.py:212 +#: pretix/base/pdf.py:114 pretix/base/pdf.py:217 #: pretix/base/services/tickets.py:96 pretix/control/views/pdf.py:80 msgid "Sample company" msgstr "" #: pretix/base/pdf.py:118 #, fuzzy +#| msgid "Attendee name" +msgid "Full attendee address" +msgstr "Nome do participante" + +#: pretix/base/pdf.py:119 +msgid "" +"John Doe\n" +"Sample company\n" +"Sesame Street 42\n" +"12345 Any City\n" +"Atlantis" +msgstr "" + +#: pretix/base/pdf.py:123 +#, fuzzy #| msgid "Attendee email" msgid "Attendee country" msgstr "E-mail do participante" -#: pretix/base/pdf.py:126 +#: pretix/base/pdf.py:131 msgid "Sample event name" msgstr "" -#: pretix/base/pdf.py:131 +#: pretix/base/pdf.py:136 msgid "May 31st, 2017" msgstr "" -#: pretix/base/pdf.py:135 +#: pretix/base/pdf.py:140 msgid "Event date range" msgstr "" -#: pretix/base/pdf.py:136 +#: pretix/base/pdf.py:141 msgid "May 31st – June 4th, 2017" msgstr "" -#: pretix/base/pdf.py:140 +#: pretix/base/pdf.py:145 msgid "Event begin date and time" msgstr "" -#: pretix/base/pdf.py:141 +#: pretix/base/pdf.py:146 msgid "2017-05-31 20:00" msgstr "" -#: pretix/base/pdf.py:148 +#: pretix/base/pdf.py:153 #, fuzzy #| msgid "Event end time" msgid "Event begin date" msgstr "Horário do final do evento" -#: pretix/base/pdf.py:149 pretix/base/pdf.py:170 pretix/base/pdf.py:244 +#: pretix/base/pdf.py:154 pretix/base/pdf.py:175 pretix/base/pdf.py:249 msgid "2017-05-31" msgstr "" -#: pretix/base/pdf.py:156 +#: pretix/base/pdf.py:161 msgid "Event begin time" msgstr "" -#: pretix/base/pdf.py:157 +#: pretix/base/pdf.py:162 msgid "20:00" msgstr "" -#: pretix/base/pdf.py:161 +#: pretix/base/pdf.py:166 #, fuzzy #| msgid "Event end time" msgid "Event end date and time" msgstr "Horário do final do evento" -#: pretix/base/pdf.py:162 +#: pretix/base/pdf.py:167 msgid "2017-05-31 22:00" msgstr "" -#: pretix/base/pdf.py:169 +#: pretix/base/pdf.py:174 #, fuzzy #| msgid "Event end time" msgid "Event end date" msgstr "Horário do final do evento" -#: pretix/base/pdf.py:178 +#: pretix/base/pdf.py:183 msgid "22:00" msgstr "" -#: pretix/base/pdf.py:185 +#: pretix/base/pdf.py:190 msgid "Event admission date and time" msgstr "" -#: pretix/base/pdf.py:186 pretix/base/pdf.py:252 +#: pretix/base/pdf.py:191 pretix/base/pdf.py:257 msgid "2017-05-31 19:00" msgstr "" -#: pretix/base/pdf.py:193 +#: pretix/base/pdf.py:198 msgid "Event admission time" msgstr "" -#: pretix/base/pdf.py:194 pretix/base/pdf.py:260 +#: pretix/base/pdf.py:199 pretix/base/pdf.py:265 msgid "19:00" msgstr "" -#: pretix/base/pdf.py:201 +#: pretix/base/pdf.py:206 msgid "Event location" msgstr "" -#: pretix/base/pdf.py:202 pretix/base/settings.py:559 +#: pretix/base/pdf.py:207 pretix/base/settings.py:559 msgid "Random City" msgstr "" -#: pretix/base/pdf.py:211 +#: pretix/base/pdf.py:216 #, fuzzy #| msgctxt "invoice" #| msgid "Invoice date" msgid "Invoice address company" msgstr "Data da fatura" -#: pretix/base/pdf.py:216 +#: pretix/base/pdf.py:221 #, fuzzy #| msgctxt "invoice" #| msgid "Invoice date" msgid "Invoice address city" msgstr "Data da fatura" -#: pretix/base/pdf.py:217 pretix/base/services/invoices.py:340 +#: pretix/base/pdf.py:222 pretix/base/services/invoices.py:340 msgid "Sample city" msgstr "" -#: pretix/base/pdf.py:221 +#: pretix/base/pdf.py:226 msgid "List of Add-Ons" msgstr "" -#: pretix/base/pdf.py:222 +#: pretix/base/pdf.py:227 msgid "" "Add-on 1\n" "Add-on 2" msgstr "" -#: pretix/base/pdf.py:233 pretix/control/forms/filter.py:490 -#: pretix/control/forms/filter.py:492 +#: pretix/base/pdf.py:238 pretix/control/forms/filter.py:542 +#: pretix/control/forms/filter.py:544 #: pretix/control/templates/pretixcontrol/organizers/index.html:35 msgid "Organizer name" msgstr "" -#: pretix/base/pdf.py:234 +#: pretix/base/pdf.py:239 msgid "Event organizer company" msgstr "" -#: pretix/base/pdf.py:238 +#: pretix/base/pdf.py:243 msgid "Organizer info text" msgstr "" -#: pretix/base/pdf.py:239 +#: pretix/base/pdf.py:244 msgid "Event organizer info text" msgstr "" -#: pretix/base/pdf.py:243 +#: pretix/base/pdf.py:248 #, fuzzy #| msgctxt "invoice" #| msgid "Cancellation date" msgid "Printing date" msgstr "Data do cancelamento" -#: pretix/base/pdf.py:251 +#: pretix/base/pdf.py:256 #, fuzzy #| msgid "Event end time" msgid "Printing date and time" msgstr "Horário do final do evento" -#: pretix/base/pdf.py:259 +#: pretix/base/pdf.py:264 msgid "Printing time" msgstr "" -#: pretix/base/pdf.py:267 +#: pretix/base/pdf.py:272 #, fuzzy #| msgid "Full name" msgid "Seat: Full name" msgstr "Nome completo" -#: pretix/base/pdf.py:268 +#: pretix/base/pdf.py:273 msgid "Ground floor, Row 3, Seat 4" msgstr "" -#: pretix/base/pdf.py:270 pretix/base/pdf.py:276 -#: pretix/control/forms/orders.py:229 +#: pretix/base/pdf.py:275 pretix/base/pdf.py:281 +#: pretix/control/forms/orders.py:233 #, fuzzy #| msgid "General information" msgid "General admission" msgstr "Informações gerais" -#: pretix/base/pdf.py:273 +#: pretix/base/pdf.py:278 #, fuzzy #| msgid "Team name" msgid "Seat: zone" msgstr "Nome do time" -#: pretix/base/pdf.py:274 +#: pretix/base/pdf.py:279 msgid "Ground floor" msgstr "" -#: pretix/base/pdf.py:279 +#: pretix/base/pdf.py:284 msgid "Seat: row" msgstr "" -#: pretix/base/pdf.py:284 +#: pretix/base/pdf.py:289 #, fuzzy #| msgid "Street and Number" msgid "Seat: seat number" msgstr "Nome da rua e número do imóvel" -#: pretix/base/pdf.py:320 +#: pretix/base/pdf.py:325 #, python-brace-format msgid "Question: {question}" msgstr "" -#: pretix/base/pdf.py:321 +#: pretix/base/pdf.py:326 #, python-brace-format msgid "" msgstr "" -#: pretix/base/pdf.py:343 pretix/base/pdf.py:350 -#: pretix/plugins/badges/exporters.py:238 -#: pretix/plugins/checkinlists/exporters.py:62 -#: pretix/plugins/checkinlists/exporters.py:335 +#: pretix/base/pdf.py:348 pretix/base/pdf.py:355 +#: pretix/plugins/badges/exporters.py:246 +#: pretix/plugins/checkinlists/exporters.py:77 +#: pretix/plugins/checkinlists/exporters.py:394 #: pretix/plugins/ticketoutputpdf/exporters.py:42 #, fuzzy, python-brace-format #| msgid "Attendee name" msgid "Attendee name: {part}" msgstr "Nome do participante" -#: pretix/base/pdf.py:360 +#: pretix/base/pdf.py:365 #, fuzzy, python-brace-format #| msgctxt "invoice" #| msgid "Invoice date" msgid "Invoice address name: {part}" msgstr "Data da fatura" -#: pretix/base/pdf.py:522 pretix/plugins/ticketoutputpdf/ticketoutput.py:78 +#: pretix/base/pdf.py:527 pretix/plugins/ticketoutputpdf/ticketoutput.py:78 msgid "Ticket" msgstr "" @@ -4532,7 +4549,7 @@ msgid "" "busy. Please try again." msgstr "" -#: pretix/base/services/cart.py:54 pretix/presale/views/cart.py:174 +#: pretix/base/services/cart.py:54 pretix/presale/views/cart.py:176 msgid "You did not select any products." msgstr "" @@ -4791,7 +4808,7 @@ msgctxt "invoice" msgid "Attendee: {name}" msgstr "" -#: pretix/base/services/invoices.py:170 pretix/plugins/reports/exporters.py:215 +#: pretix/base/services/invoices.py:170 pretix/plugins/reports/exporters.py:218 msgctxt "subevent" msgid "Date: {}" msgstr "" @@ -4947,7 +4964,7 @@ msgid "" "the position from your cart." msgstr "" -#: pretix/base/services/orders.py:153 pretix/control/forms/orders.py:68 +#: pretix/base/services/orders.py:153 pretix/control/forms/orders.py:69 msgid "The new expiry date needs to be in the future." msgstr "" @@ -4985,7 +5002,7 @@ msgid "" "order has already been redeemed." msgstr "" -#: pretix/base/services/orders.py:391 pretix/control/forms/orders.py:132 +#: pretix/base/services/orders.py:391 pretix/control/forms/orders.py:136 msgid "" "The cancellation fee cannot be higher than the payment credit of this order." msgstr "" @@ -5110,14 +5127,14 @@ msgid "" "contact the event organizer for further information." msgstr "" -#: pretix/base/services/seating.py:35 pretix/base/services/seating.py:90 +#: pretix/base/services/seating.py:35 pretix/base/services/seating.py:94 #, python-format msgid "" "You can not change the plan since seat \"%s\" is not present in the new plan " "and is already sold." msgstr "" -#: pretix/base/services/seating.py:93 +#: pretix/base/services/seating.py:97 #, python-format msgid "" "You can not change the plan since seat \"%s\" is not present in the new plan " @@ -5644,7 +5661,7 @@ msgstr "" msgid "Available languages" msgstr "" -#: pretix/base/settings.py:707 pretix/control/forms/event.py:96 +#: pretix/base/settings.py:707 pretix/control/forms/event.py:91 msgid "Default language" msgstr "" @@ -5680,7 +5697,7 @@ msgstr "" msgid "Hide all products that are sold out" msgstr "" -#: pretix/base/settings.py:757 pretix/control/forms/event.py:1177 +#: pretix/base/settings.py:757 pretix/control/forms/event.py:1176 msgid "Publicly show how many tickets of a certain type are still available." msgstr "" @@ -5696,7 +5713,7 @@ msgstr "" msgid "Enable waiting list" msgstr "" -#: pretix/base/settings.py:785 pretix/control/forms/event.py:1182 +#: pretix/base/settings.py:785 pretix/control/forms/event.py:1181 msgid "" "Once a ticket is sold out, people can add themselves to a waiting list. As " "soon as a ticket becomes available again, it will be reserved for the first " @@ -5787,7 +5804,7 @@ msgid "" msgstr "" #: pretix/base/settings.py:888 pretix/base/settings.py:896 -#: pretix/control/forms/organizer.py:292 +#: pretix/control/forms/organizer.py:293 #: pretix/presale/templates/pretixpresale/organizers/calendar.html:25 #: pretix/presale/templates/pretixpresale/organizers/calendar_week.html:25 #: pretix/presale/templates/pretixpresale/organizers/index.html:34 @@ -5795,18 +5812,18 @@ msgid "List" msgstr "" #: pretix/base/settings.py:889 pretix/base/settings.py:897 -#: pretix/control/forms/organizer.py:293 +#: pretix/control/forms/organizer.py:294 msgid "Week calendar" msgstr "" #: pretix/base/settings.py:890 pretix/base/settings.py:898 -#: pretix/control/forms/organizer.py:294 +#: pretix/control/forms/organizer.py:295 #, fuzzy #| msgid "Device type" msgid "Month calendar" msgstr "Tipo de dispositivo" -#: pretix/base/settings.py:894 pretix/control/forms/organizer.py:290 +#: pretix/base/settings.py:894 pretix/control/forms/organizer.py:291 msgid "Default overview style" msgstr "" @@ -5843,7 +5860,7 @@ msgid "" "Otherwise, a manual refund will be created for you to process manually." msgstr "" -#: pretix/base/settings.py:952 pretix/control/forms/orders.py:586 +#: pretix/base/settings.py:952 pretix/control/forms/orders.py:590 #, fuzzy #| msgctxt "invoice" #| msgid "Cancellation" @@ -5854,7 +5871,7 @@ msgstr "Cancelamento" msgid "Keep payment, shipping and service fees" msgstr "" -#: pretix/base/settings.py:973 pretix/control/forms/orders.py:591 +#: pretix/base/settings.py:973 pretix/control/forms/orders.py:595 #, fuzzy #| msgctxt "invoice" #| msgid "Cancellation" @@ -5919,19 +5936,19 @@ msgstr "Cartão Presente" msgid "Refund method" msgstr "Pergunta obrigatória" -#: pretix/base/settings.py:1051 pretix/control/forms/event.py:1205 +#: pretix/base/settings.py:1051 pretix/control/forms/event.py:1204 msgid "Contact address" msgstr "" -#: pretix/base/settings.py:1052 pretix/control/forms/event.py:1207 +#: pretix/base/settings.py:1052 pretix/control/forms/event.py:1206 msgid "We'll show this publicly to allow attendees to contact you." msgstr "" -#: pretix/base/settings.py:1060 pretix/control/forms/event.py:1199 +#: pretix/base/settings.py:1060 pretix/control/forms/event.py:1198 msgid "Imprint URL" msgstr "" -#: pretix/base/settings.py:1061 pretix/control/forms/event.py:1200 +#: pretix/base/settings.py:1061 pretix/control/forms/event.py:1199 msgid "" "This should point e.g. to a part of your website that has your contact " "details and legal information." @@ -6330,112 +6347,112 @@ msgctxt "subevent" msgid "Date ordering" msgstr "Data de entrada" -#: pretix/base/settings.py:1657 +#: pretix/base/settings.py:1665 msgid "Most common English titles" msgstr "" -#: pretix/base/settings.py:1667 +#: pretix/base/settings.py:1675 msgid "Most common German titles" msgstr "" -#: pretix/base/settings.py:1676 pretix/base/settings.py:1689 -#: pretix/base/settings.py:1705 pretix/base/settings.py:1755 -#: pretix/base/settings.py:1768 pretix/base/settings.py:1782 +#: pretix/base/settings.py:1684 pretix/base/settings.py:1697 +#: pretix/base/settings.py:1713 pretix/base/settings.py:1763 +#: pretix/base/settings.py:1776 pretix/base/settings.py:1790 #, fuzzy #| msgid "Event name" msgid "Given name" msgstr "Nome do evento" -#: pretix/base/settings.py:1677 pretix/base/settings.py:1690 -#: pretix/base/settings.py:1706 pretix/base/settings.py:1722 -#: pretix/base/settings.py:1739 pretix/base/settings.py:1754 -#: pretix/base/settings.py:1769 pretix/base/settings.py:1783 +#: pretix/base/settings.py:1685 pretix/base/settings.py:1698 +#: pretix/base/settings.py:1714 pretix/base/settings.py:1730 +#: pretix/base/settings.py:1747 pretix/base/settings.py:1762 +#: pretix/base/settings.py:1777 pretix/base/settings.py:1791 #, fuzzy #| msgid "Full name" msgid "Family name" msgstr "Nome completo" -#: pretix/base/settings.py:1681 pretix/base/settings.py:1697 -#: pretix/base/settings.py:1713 pretix/base/settings.py:1728 -#: pretix/base/settings.py:1746 pretix/base/settings.py:1761 -#: pretix/base/settings.py:1791 pretix/base/settings.py:1814 +#: pretix/base/settings.py:1689 pretix/base/settings.py:1705 +#: pretix/base/settings.py:1721 pretix/base/settings.py:1736 +#: pretix/base/settings.py:1754 pretix/base/settings.py:1769 +#: pretix/base/settings.py:1799 pretix/base/settings.py:1822 msgctxt "person_name_sample" msgid "John" msgstr "" -#: pretix/base/settings.py:1682 pretix/base/settings.py:1698 -#: pretix/base/settings.py:1714 pretix/base/settings.py:1730 -#: pretix/base/settings.py:1748 pretix/base/settings.py:1762 -#: pretix/base/settings.py:1792 +#: pretix/base/settings.py:1690 pretix/base/settings.py:1706 +#: pretix/base/settings.py:1722 pretix/base/settings.py:1738 +#: pretix/base/settings.py:1756 pretix/base/settings.py:1770 +#: pretix/base/settings.py:1800 msgctxt "person_name_sample" msgid "Doe" msgstr "" -#: pretix/base/settings.py:1688 pretix/base/settings.py:1704 -#: pretix/base/settings.py:1736 +#: pretix/base/settings.py:1696 pretix/base/settings.py:1712 +#: pretix/base/settings.py:1744 msgctxt "person_name" msgid "Title" msgstr "" -#: pretix/base/settings.py:1696 pretix/base/settings.py:1712 -#: pretix/base/settings.py:1745 +#: pretix/base/settings.py:1704 pretix/base/settings.py:1720 +#: pretix/base/settings.py:1753 msgctxt "person_name_sample" msgid "Dr" msgstr "" -#: pretix/base/settings.py:1720 pretix/base/settings.py:1737 +#: pretix/base/settings.py:1728 pretix/base/settings.py:1745 #, fuzzy #| msgid "Device name" msgid "First name" msgstr "Nome do dispositivo" -#: pretix/base/settings.py:1721 pretix/base/settings.py:1738 +#: pretix/base/settings.py:1729 pretix/base/settings.py:1746 #, fuzzy #| msgid "Device name" msgid "Middle name" msgstr "Nome do dispositivo" -#: pretix/base/settings.py:1802 pretix/base/settings.py:1813 +#: pretix/base/settings.py:1810 pretix/base/settings.py:1821 msgctxt "person_name_sample" msgid "John Doe" msgstr "" -#: pretix/base/settings.py:1808 +#: pretix/base/settings.py:1816 #, fuzzy #| msgid "Full name" msgid "Calling name" msgstr "Nome completo" -#: pretix/base/settings.py:1821 +#: pretix/base/settings.py:1829 #, fuzzy #| msgid "Category description" msgid "Latin transcription" msgstr "Descrição da categoria" -#: pretix/base/settings.py:1924 pretix/control/forms/event.py:176 +#: pretix/base/settings.py:1932 pretix/control/forms/event.py:172 msgid "" "Your default locale must also be enabled for your event (see box above)." msgstr "" -#: pretix/base/settings.py:1928 +#: pretix/base/settings.py:1936 msgid "" "You cannot require specifying attendee names if you do not ask for them." msgstr "" -#: pretix/base/settings.py:1932 +#: pretix/base/settings.py:1940 msgid "You have to ask for attendee emails if you want to make them required." msgstr "" -#: pretix/base/settings.py:1936 +#: pretix/base/settings.py:1944 msgid "" "You have to ask for invoice addresses if you want to make them required." msgstr "" -#: pretix/base/settings.py:1940 +#: pretix/base/settings.py:1948 msgid "You have to require invoice addresses to require for company names." msgstr "" -#: pretix/base/settings.py:1947 +#: pretix/base/settings.py:1955 msgid "The last payment date cannot be before the end of presale." msgstr "" @@ -6823,16 +6840,21 @@ msgstr "" msgid "The task has been completed." msgstr "" -#: pretix/control/forms/__init__.py:112 +#: pretix/control/forms/__init__.py:115 +#, python-brace-format +msgid "Please do not upload files larger than {size}!" +msgstr "" + +#: pretix/control/forms/__init__.py:136 msgid "Filetype not allowed!" msgstr "" #: pretix/control/forms/checkin.py:38 pretix/control/forms/filter.py:244 -#: pretix/control/forms/filter.py:271 pretix/control/forms/filter.py:979 -#: pretix/control/forms/filter.py:999 pretix/control/forms/filter.py:1091 -#: pretix/control/forms/filter.py:1107 pretix/control/forms/filter.py:1168 -#: pretix/control/forms/filter.py:1203 pretix/control/forms/orders.py:544 -#: pretix/control/forms/orders.py:699 +#: pretix/control/forms/filter.py:271 pretix/control/forms/filter.py:1031 +#: pretix/control/forms/filter.py:1051 pretix/control/forms/filter.py:1143 +#: pretix/control/forms/filter.py:1159 pretix/control/forms/filter.py:1220 +#: pretix/control/forms/filter.py:1255 pretix/control/forms/orders.py:548 +#: pretix/control/forms/orders.py:703 #: pretix/control/templates/pretixcontrol/event/fragment_subevent_choice_simple.html:5 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:47 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:109 @@ -6841,7 +6863,7 @@ msgctxt "subevent" msgid "All dates" msgstr "" -#: pretix/control/forms/event.py:44 pretix/control/forms/organizer.py:310 +#: pretix/control/forms/event.py:44 pretix/control/forms/organizer.py:311 msgid "Use languages" msgstr "" @@ -6853,116 +6875,106 @@ msgstr "" msgid "This is an event series" msgstr "" -#: pretix/control/forms/event.py:50 -msgid "" -"Only recommended for advanced users. If this feature is enabled, this will " -"not only be a single event but a series of very similar events that are " -"handled within a single shop. The single events inside the series can only " -"differ in date, time, location, prices and quotas, but not in other " -"settings, and buying tickets across multiple of these events at the same " -"time is possible. You cannot change this setting for this event later." -msgstr "" - -#: pretix/control/forms/event.py:88 +#: pretix/control/forms/event.py:83 msgid "" "You already used this slug for a different event. Please choose a new one." msgstr "" -#: pretix/control/forms/event.py:92 pretix/control/forms/event.py:394 +#: pretix/control/forms/event.py:87 pretix/control/forms/event.py:390 msgid "Event timezone" msgstr "" -#: pretix/control/forms/event.py:99 +#: pretix/control/forms/event.py:94 msgid "Sales tax rate" msgstr "" -#: pretix/control/forms/event.py:100 +#: pretix/control/forms/event.py:95 msgid "" "Do you need to pay sales tax on your tickets? In this case, please enter the " "applicable tax rate here in percent. If you have a more complicated tax " "situation, you can add more tax rates and detailed configuration later." msgstr "" -#: pretix/control/forms/event.py:107 +#: pretix/control/forms/event.py:102 msgid "Grant access to team" msgstr "" -#: pretix/control/forms/event.py:108 +#: pretix/control/forms/event.py:103 msgid "" "You are allowed to create events under this organizer, however you do not " "have permission to edit all events under this organizer. Please select one " "of your existing teams that will be granted access to this event." msgstr "" -#: pretix/control/forms/event.py:113 +#: pretix/control/forms/event.py:108 msgid "Create a new team for this event with me as the only member" msgstr "" -#: pretix/control/forms/event.py:156 pretix/control/forms/event.py:309 +#: pretix/control/forms/event.py:151 pretix/control/forms/event.py:305 msgid "" "Sample Conference Center\n" "Heidelberg, Germany" msgstr "" -#: pretix/control/forms/event.py:180 +#: pretix/control/forms/event.py:176 msgid "Your default locale must be specified." msgstr "" -#: pretix/control/forms/event.py:254 +#: pretix/control/forms/event.py:250 msgid "Copy configuration from" msgstr "" -#: pretix/control/forms/event.py:260 pretix/control/forms/event.py:263 +#: pretix/control/forms/event.py:256 pretix/control/forms/event.py:259 #: pretix/control/forms/item.py:250 msgid "Do not copy" msgstr "" -#: pretix/control/forms/event.py:314 pretix/control/forms/organizer.py:87 +#: pretix/control/forms/event.py:310 pretix/control/forms/organizer.py:87 msgid "Custom domain" msgstr "" -#: pretix/control/forms/event.py:316 pretix/control/forms/organizer.py:89 +#: pretix/control/forms/event.py:312 pretix/control/forms/organizer.py:89 msgid "You need to configure the custom domain in the webserver beforehand." msgstr "" -#: pretix/control/forms/event.py:324 pretix/control/forms/organizer.py:97 +#: pretix/control/forms/event.py:320 pretix/control/forms/organizer.py:97 msgid "You cannot choose the base domain of this installation." msgstr "" -#: pretix/control/forms/event.py:328 pretix/control/forms/organizer.py:102 +#: pretix/control/forms/event.py:324 pretix/control/forms/organizer.py:102 #, fuzzy #| msgid "This slug has already been used for a different event." msgid "This domain is already in use for a different event or organizer." msgstr "O metodo de pagamento já está sendo usado por um evento diferente." -#: pretix/control/forms/event.py:397 +#: pretix/control/forms/event.py:393 msgid "Name format" msgstr "" -#: pretix/control/forms/event.py:398 +#: pretix/control/forms/event.py:394 msgid "" "This defines how pretix will ask for human names. Changing this after you " "already received orders might lead to unexpected behavior when sorting or " "changing names." msgstr "" -#: pretix/control/forms/event.py:403 +#: pretix/control/forms/event.py:399 msgid "Allowed titles" msgstr "" -#: pretix/control/forms/event.py:404 +#: pretix/control/forms/event.py:400 msgid "" "If the naming scheme you defined above allows users to input a title, you " "can use this to restrict the set of selectable titles." msgstr "" -#: pretix/control/forms/event.py:409 pretix/control/forms/organizer.py:276 +#: pretix/control/forms/event.py:405 pretix/control/forms/organizer.py:276 #, fuzzy #| msgid "Attendee name" msgid "Header image" msgstr "Nome do participante" -#: pretix/control/forms/event.py:412 +#: pretix/control/forms/event.py:409 msgid "" "If you provide a logo image, we will by default not show your event name and " "date in the page header. By default, we show your logo with a size of up to " @@ -6971,29 +6983,29 @@ msgid "" "smaller screens." msgstr "" -#: pretix/control/forms/event.py:418 pretix/control/forms/organizer.py:285 +#: pretix/control/forms/event.py:415 pretix/control/forms/organizer.py:286 msgid "Use header image in its full size" msgstr "" -#: pretix/control/forms/event.py:419 pretix/control/forms/organizer.py:286 +#: pretix/control/forms/event.py:416 pretix/control/forms/organizer.py:287 msgid "We recommend to upload a picture at least 1170 pixels wide." msgstr "" -#: pretix/control/forms/event.py:423 +#: pretix/control/forms/event.py:420 msgid "Show event title even if a header image is present" msgstr "" -#: pretix/control/forms/event.py:424 +#: pretix/control/forms/event.py:421 #, fuzzy #| msgid "This question will be asked to buyers of the selected products" msgid "The title will only be shown on the event front page." msgstr "Esta pergunta será feita aos compradores dos produtos selecionados" -#: pretix/control/forms/event.py:428 +#: pretix/control/forms/event.py:425 msgid "Social media image" msgstr "" -#: pretix/control/forms/event.py:431 +#: pretix/control/forms/event.py:429 msgid "" "This picture will be used as a preview if you post links to your ticket shop " "on social media. Facebook advises to use a picture size of 1200 x 630 " @@ -7002,309 +7014,309 @@ msgid "" "square is shown. If you do not fill this, we will use the logo given above." msgstr "" -#: pretix/control/forms/event.py:437 pretix/control/forms/organizer.py:226 +#: pretix/control/forms/event.py:435 pretix/control/forms/organizer.py:226 msgid "Primary color" msgstr "" -#: pretix/control/forms/event.py:441 pretix/control/forms/event.py:451 -#: pretix/control/forms/event.py:461 pretix/control/forms/event.py:470 +#: pretix/control/forms/event.py:439 pretix/control/forms/event.py:449 +#: pretix/control/forms/event.py:459 pretix/control/forms/event.py:468 #: pretix/control/forms/organizer.py:230 pretix/control/forms/organizer.py:240 #: pretix/control/forms/organizer.py:250 pretix/control/forms/organizer.py:260 msgid "Please enter the hexadecimal code of a color, e.g. #990000." msgstr "" -#: pretix/control/forms/event.py:446 pretix/control/forms/organizer.py:235 +#: pretix/control/forms/event.py:444 pretix/control/forms/organizer.py:235 msgid "Accent color for success" msgstr "" -#: pretix/control/forms/event.py:447 pretix/control/forms/organizer.py:236 +#: pretix/control/forms/event.py:445 pretix/control/forms/organizer.py:236 msgid "We strongly suggest to use a shade of green." msgstr "" -#: pretix/control/forms/event.py:456 pretix/control/forms/organizer.py:245 +#: pretix/control/forms/event.py:454 pretix/control/forms/organizer.py:245 msgid "Accent color for errors" msgstr "" -#: pretix/control/forms/event.py:457 +#: pretix/control/forms/event.py:455 msgid "We strongly suggest to use a dark shade of red." msgstr "" -#: pretix/control/forms/event.py:466 pretix/control/forms/organizer.py:256 +#: pretix/control/forms/event.py:464 pretix/control/forms/organizer.py:256 msgid "Page background color" msgstr "" -#: pretix/control/forms/event.py:476 pretix/control/forms/organizer.py:266 +#: pretix/control/forms/event.py:474 pretix/control/forms/organizer.py:266 msgid "Use round edges" msgstr "" -#: pretix/control/forms/event.py:480 pretix/control/forms/organizer.py:315 +#: pretix/control/forms/event.py:478 pretix/control/forms/organizer.py:316 #: pretix/control/templates/pretixcontrol/pdf/index.html:305 msgid "Font" msgstr "" -#: pretix/control/forms/event.py:485 pretix/control/forms/organizer.py:320 +#: pretix/control/forms/event.py:483 pretix/control/forms/organizer.py:321 msgid "Only respected by modern browsers." msgstr "" -#: pretix/control/forms/event.py:542 +#: pretix/control/forms/event.py:540 msgid "" "e.g. I hereby confirm that I have read and agree with the event organizer's " "terms of service and agree with them." msgstr "" -#: pretix/control/forms/event.py:546 +#: pretix/control/forms/event.py:544 #, python-brace-format msgid "Ask for {fields}, display like {example}" msgstr "" -#: pretix/control/forms/event.py:552 +#: pretix/control/forms/event.py:550 #, fuzzy #| msgid "Free price input" msgid "Free text input" msgstr "Entrada de preço livre" -#: pretix/control/forms/event.py:586 +#: pretix/control/forms/event.py:584 msgid "" "You have configured gift cards to be valid {} years plus the year the gift " "card is issued in." msgstr "" -#: pretix/control/forms/event.py:601 +#: pretix/control/forms/event.py:599 msgid "Tax rule for payment fees" msgstr "" -#: pretix/control/forms/event.py:603 +#: pretix/control/forms/event.py:601 msgid "" "The tax rule that applies for additional fees you configured for single " "payment methods. This will set the tax rate and reverse charge rules, other " "settings of the tax rule are ignored." msgstr "" -#: pretix/control/forms/event.py:695 +#: pretix/control/forms/event.py:693 msgid "Generate invoices for Sales channels" msgstr "" -#: pretix/control/forms/event.py:698 +#: pretix/control/forms/event.py:696 msgid "" "If you have enabled invoice generation in the previous setting, you can " "limit it here to specific sales channels." msgstr "" -#: pretix/control/forms/event.py:702 +#: pretix/control/forms/event.py:700 msgid "Invoice style" msgstr "" -#: pretix/control/forms/event.py:708 +#: pretix/control/forms/event.py:706 msgid "Invoice language" msgstr "" -#: pretix/control/forms/event.py:709 pretix/control/forms/event.py:730 +#: pretix/control/forms/event.py:707 pretix/control/forms/event.py:729 msgid "The user's language" msgstr "" -#: pretix/control/forms/event.py:712 +#: pretix/control/forms/event.py:710 msgid "Logo image" msgstr "" -#: pretix/control/forms/event.py:715 +#: pretix/control/forms/event.py:714 msgid "We will show your logo with a maximal height and width of 2.5 cm." msgstr "" -#: pretix/control/forms/event.py:759 +#: pretix/control/forms/event.py:758 #, fuzzy #| msgid "Email address" msgid "Bcc address" msgstr "E-mail" -#: pretix/control/forms/event.py:760 +#: pretix/control/forms/event.py:759 msgid "All emails will be sent to this address as a Bcc copy" msgstr "" -#: pretix/control/forms/event.py:766 +#: pretix/control/forms/event.py:765 msgid "Signature" msgstr "" -#: pretix/control/forms/event.py:769 +#: pretix/control/forms/event.py:768 #, python-brace-format msgid "This will be attached to every email. Available placeholders: {event}" msgstr "" -#: pretix/control/forms/event.py:774 +#: pretix/control/forms/event.py:773 msgid "e.g. your contact details" msgstr "" -#: pretix/control/forms/event.py:779 +#: pretix/control/forms/event.py:778 msgid "HTML mail renderer" msgstr "" -#: pretix/control/forms/event.py:784 pretix/control/forms/event.py:801 -#: pretix/control/forms/event.py:818 pretix/control/forms/event.py:877 +#: pretix/control/forms/event.py:783 pretix/control/forms/event.py:800 +#: pretix/control/forms/event.py:817 pretix/control/forms/event.py:876 #, fuzzy #| msgid "Order contact address changed" msgid "Text sent to order contact address" msgstr "Endereço do pedido alterado" -#: pretix/control/forms/event.py:789 pretix/control/forms/event.py:806 -#: pretix/control/forms/event.py:823 pretix/control/forms/event.py:882 +#: pretix/control/forms/event.py:788 pretix/control/forms/event.py:805 +#: pretix/control/forms/event.py:822 pretix/control/forms/event.py:881 msgid "Send an email to attendees" msgstr "" -#: pretix/control/forms/event.py:790 pretix/control/forms/event.py:807 -#: pretix/control/forms/event.py:824 pretix/control/forms/event.py:883 +#: pretix/control/forms/event.py:789 pretix/control/forms/event.py:806 +#: pretix/control/forms/event.py:823 pretix/control/forms/event.py:882 msgid "" "If the order contains attendees with email addresses different from the " "person who orders the tickets, the following email will be sent out to the " "attendees." msgstr "" -#: pretix/control/forms/event.py:795 pretix/control/forms/event.py:812 -#: pretix/control/forms/event.py:829 pretix/control/forms/event.py:888 +#: pretix/control/forms/event.py:794 pretix/control/forms/event.py:811 +#: pretix/control/forms/event.py:828 pretix/control/forms/event.py:887 msgid "Text sent to attendees" msgstr "" -#: pretix/control/forms/event.py:835 pretix/control/forms/event.py:857 -#: pretix/control/forms/event.py:862 pretix/control/forms/event.py:867 -#: pretix/control/forms/event.py:872 +#: pretix/control/forms/event.py:834 pretix/control/forms/event.py:856 +#: pretix/control/forms/event.py:861 pretix/control/forms/event.py:866 +#: pretix/control/forms/event.py:871 #: pretix/control/templates/pretixcontrol/organizers/giftcard.html:99 #: pretix/control/templates/pretixcontrol/pdf/index.html:367 msgid "Text" msgstr "" -#: pretix/control/forms/event.py:840 +#: pretix/control/forms/event.py:839 msgid "Text (sent by admin)" msgstr "" -#: pretix/control/forms/event.py:845 +#: pretix/control/forms/event.py:844 msgid "Text (requested by user)" msgstr "" -#: pretix/control/forms/event.py:850 pretix/control/forms/event.py:893 +#: pretix/control/forms/event.py:849 pretix/control/forms/event.py:892 msgid "Number of days" msgstr "" -#: pretix/control/forms/event.py:853 +#: pretix/control/forms/event.py:852 msgid "" "This email will be sent out this many days before the order expires. If the " "value is 0, the mail will never be sent." msgstr "" -#: pretix/control/forms/event.py:896 +#: pretix/control/forms/event.py:895 msgid "" "This email will be sent out this many days before the order event starts. If " "the field is empty, the mail will never be sent." msgstr "" -#: pretix/control/forms/event.py:900 +#: pretix/control/forms/event.py:899 #, fuzzy #| msgid "Paid orders" msgid "Received order" msgstr "Ordens pagas" -#: pretix/control/forms/event.py:905 +#: pretix/control/forms/event.py:904 msgid "Approved order" msgstr "" -#: pretix/control/forms/event.py:908 +#: pretix/control/forms/event.py:907 msgid "" "This will only be sent out for non-free orders. Free orders will receive the " "free order template from above instead." msgstr "" -#: pretix/control/forms/event.py:912 +#: pretix/control/forms/event.py:911 #, fuzzy #| msgid "Paid orders" msgid "Denied order" msgstr "Ordens pagas" -#: pretix/control/forms/event.py:917 +#: pretix/control/forms/event.py:916 msgid "Use custom SMTP server" msgstr "" -#: pretix/control/forms/event.py:918 +#: pretix/control/forms/event.py:917 msgid "" "All mail related to your event will be sent over the smtp server specified " "by you." msgstr "" -#: pretix/control/forms/event.py:922 +#: pretix/control/forms/event.py:921 msgid "Hostname" msgstr "" -#: pretix/control/forms/event.py:927 +#: pretix/control/forms/event.py:926 msgid "Port" msgstr "" -#: pretix/control/forms/event.py:932 +#: pretix/control/forms/event.py:931 msgid "Username" msgstr "" -#: pretix/control/forms/event.py:944 +#: pretix/control/forms/event.py:943 msgid "Use STARTTLS" msgstr "" -#: pretix/control/forms/event.py:945 +#: pretix/control/forms/event.py:944 msgid "Commonly enabled on port 587." msgstr "" -#: pretix/control/forms/event.py:949 +#: pretix/control/forms/event.py:948 msgid "Use SSL" msgstr "" -#: pretix/control/forms/event.py:950 +#: pretix/control/forms/event.py:949 msgid "Commonly enabled on port 465." msgstr "" -#: pretix/control/forms/event.py:979 pretix/control/forms/orders.py:465 -#: pretix/control/forms/orders.py:622 pretix/control/forms/vouchers.py:255 +#: pretix/control/forms/event.py:978 pretix/control/forms/orders.py:469 +#: pretix/control/forms/orders.py:626 pretix/control/forms/vouchers.py:255 #: pretix/plugins/sendmail/forms.py:49 #, fuzzy, python-brace-format #| msgid "Invalid placeholder(s): %(value)s" msgid "Available placeholders: {list}" msgstr "Valores padrão inválido(s): %(value)s" -#: pretix/control/forms/event.py:1014 +#: pretix/control/forms/event.py:1013 msgid "" "You can activate either SSL or STARTTLS security, but not both at the same " "time." msgstr "" -#: pretix/control/forms/event.py:1063 +#: pretix/control/forms/event.py:1062 msgid "Any country" msgstr "" -#: pretix/control/forms/event.py:1064 +#: pretix/control/forms/event.py:1063 msgid "European Union" msgstr "" -#: pretix/control/forms/event.py:1076 +#: pretix/control/forms/event.py:1075 msgid "Any customer" msgstr "" -#: pretix/control/forms/event.py:1077 +#: pretix/control/forms/event.py:1076 msgid "Individual" msgstr "" -#: pretix/control/forms/event.py:1078 +#: pretix/control/forms/event.py:1077 msgid "Business" msgstr "" -#: pretix/control/forms/event.py:1079 +#: pretix/control/forms/event.py:1078 msgid "Business with valid VAT ID" msgstr "" -#: pretix/control/forms/event.py:1085 +#: pretix/control/forms/event.py:1084 msgid "Charge VAT" msgstr "" -#: pretix/control/forms/event.py:1087 +#: pretix/control/forms/event.py:1086 msgid "No VAT" msgstr "" -#: pretix/control/forms/event.py:1116 +#: pretix/control/forms/event.py:1115 msgid "Pre-selected voucher" msgstr "" -#: pretix/control/forms/event.py:1118 +#: pretix/control/forms/event.py:1117 msgid "" "If set, the widget will show products as if this voucher has been entered " "and when a product is bought via the widget, this voucher will be used. This " @@ -7312,56 +7324,56 @@ msgid "" "secret products." msgstr "" -#: pretix/control/forms/event.py:1123 +#: pretix/control/forms/event.py:1122 msgid "Compatibility mode" msgstr "" -#: pretix/control/forms/event.py:1125 +#: pretix/control/forms/event.py:1124 msgid "" "Our regular widget doesn't work in all website builders. If you run into " "trouble, try using this compatibility mode." msgstr "" -#: pretix/control/forms/event.py:1146 +#: pretix/control/forms/event.py:1145 msgid "The given voucher code does not exist." msgstr "" -#: pretix/control/forms/event.py:1153 pretix/control/forms/organizer.py:48 +#: pretix/control/forms/event.py:1152 pretix/control/forms/organizer.py:48 #: pretix/control/views/shredder.py:108 msgid "The slug you entered was not correct." msgstr "" -#: pretix/control/forms/event.py:1157 pretix/control/forms/organizer.py:52 +#: pretix/control/forms/event.py:1156 pretix/control/forms/organizer.py:52 msgid "Event slug" msgstr "" -#: pretix/control/forms/event.py:1188 +#: pretix/control/forms/event.py:1187 #, fuzzy #| msgid "Ticket design" msgid "Ticket downloads" msgstr "Design de bilhetes" -#: pretix/control/forms/event.py:1189 +#: pretix/control/forms/event.py:1188 msgid "Your customers will be able to download their tickets in PDF format." msgstr "" -#: pretix/control/forms/event.py:1193 +#: pretix/control/forms/event.py:1192 msgid "Require all attendees to fill in their names" msgstr "" -#: pretix/control/forms/event.py:1194 +#: pretix/control/forms/event.py:1193 msgid "" "By default, we will ask for names but not require them. You can turn this " "off completely in the settings." msgstr "" -#: pretix/control/forms/event.py:1220 +#: pretix/control/forms/event.py:1219 #, fuzzy #| msgid "Payment date" msgid "Payment via Stripe" msgstr "Data de pagamento" -#: pretix/control/forms/event.py:1221 +#: pretix/control/forms/event.py:1220 msgid "" "Stripe is an online payments processor supporting credit cards and lots of " "other payment options. To accept payments via Stripe, you will need to set " @@ -7369,29 +7381,29 @@ msgid "" "simple interface." msgstr "" -#: pretix/control/forms/event.py:1227 +#: pretix/control/forms/event.py:1226 #, fuzzy #| msgid "Payment date" msgid "Payment by bank transfer" msgstr "Data de pagamento" -#: pretix/control/forms/event.py:1228 +#: pretix/control/forms/event.py:1227 msgid "" "Your customers will be instructed to wire the money to your account. You can " "then import your bank statements to process the payments within pretix, or " "mark them as paid manually." msgstr "" -#: pretix/control/forms/event.py:1267 +#: pretix/control/forms/event.py:1266 #: pretix/control/templates/pretixcontrol/event/quick_setup.html:45 msgid "Price (optional)" msgstr "" -#: pretix/control/forms/event.py:1272 +#: pretix/control/forms/event.py:1271 msgid "Free" msgstr "" -#: pretix/control/forms/event.py:1277 +#: pretix/control/forms/event.py:1276 #, fuzzy #| msgid "Current availability" msgid "Quantity available" @@ -7414,7 +7426,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/items/question.html:21 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:8 #: pretix/control/templates/pretixcontrol/orders/overview.html:67 -#: pretix/plugins/reports/exporters.py:223 +#: pretix/plugins/reports/exporters.py:226 msgid "Pending" msgstr "" @@ -7428,13 +7440,13 @@ msgstr "" msgid "Pending or paid" msgstr "" -#: pretix/control/forms/filter.py:111 pretix/control/forms/filter.py:541 -#: pretix/control/forms/filter.py:946 +#: pretix/control/forms/filter.py:111 pretix/control/forms/filter.py:593 +#: pretix/control/forms/filter.py:998 #: pretix/control/templates/pretixcontrol/items/question.html:24 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:17 #: pretix/control/templates/pretixcontrol/orders/overview.html:60 #: pretix/control/templates/pretixcontrol/organizers/giftcards.html:76 -#: pretix/plugins/reports/exporters.py:219 +#: pretix/plugins/reports/exporters.py:222 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:20 msgid "Expired" msgstr "" @@ -7448,7 +7460,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/items/question.html:26 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:19 #: pretix/control/templates/pretixcontrol/orders/overview.html:59 -#: pretix/plugins/reports/exporters.py:219 +#: pretix/plugins/reports/exporters.py:222 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:22 msgid "Canceled" msgstr "" @@ -7478,8 +7490,8 @@ msgstr "" msgid "Pending (but fully paid)" msgstr "" -#: pretix/control/forms/filter.py:119 pretix/control/forms/filter.py:526 -#: pretix/control/forms/filter.py:529 +#: pretix/control/forms/filter.py:119 pretix/control/forms/filter.py:578 +#: pretix/control/forms/filter.py:581 #: pretix/control/templates/pretixcontrol/event/live.html:63 msgid "Test mode" msgstr "" @@ -7490,28 +7502,28 @@ msgstr "" msgid "Cancellation requested" msgstr "Taxa de cancelamento" -#: pretix/control/forms/filter.py:278 pretix/control/forms/filter.py:796 -#: pretix/control/forms/filter.py:1006 pretix/control/forms/vouchers.py:112 +#: pretix/control/forms/filter.py:278 pretix/control/forms/filter.py:848 +#: pretix/control/forms/filter.py:1058 pretix/control/forms/vouchers.py:112 #: pretix/control/templates/pretixcontrol/items/question.html:29 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:99 msgid "All products" msgstr "" -#: pretix/control/forms/filter.py:282 pretix/control/forms/filter.py:1010 +#: pretix/control/forms/filter.py:282 pretix/control/forms/filter.py:1062 #: pretix/control/forms/vouchers.py:100 pretix/control/views/typeahead.py:514 #, python-brace-format msgid "{product} – Any variation" msgstr "" #: pretix/control/forms/filter.py:341 pretix/control/forms/filter.py:346 -#: pretix/control/forms/filter.py:617 pretix/control/forms/filter.py:622 +#: pretix/control/forms/filter.py:669 pretix/control/forms/filter.py:674 msgid "All organizers" msgstr "" -#: pretix/control/forms/filter.py:381 pretix/control/forms/filter.py:528 -#: pretix/control/forms/filter.py:537 pretix/control/forms/filter.py:860 -#: pretix/control/forms/filter.py:869 pretix/control/forms/filter.py:941 -#: pretix/control/forms/filter.py:954 +#: pretix/control/forms/filter.py:433 pretix/control/forms/filter.py:580 +#: pretix/control/forms/filter.py:589 pretix/control/forms/filter.py:912 +#: pretix/control/forms/filter.py:921 pretix/control/forms/filter.py:993 +#: pretix/control/forms/filter.py:1006 #: pretix/control/templates/pretixcontrol/checkin/lists.html:104 #: pretix/control/templates/pretixcontrol/checkin/lists.html:116 #: pretix/control/templates/pretixcontrol/organizers/devices.html:72 @@ -7521,210 +7533,210 @@ msgstr "" msgid "All" msgstr "Todos" -#: pretix/control/forms/filter.py:383 pretix/control/forms/filter.py:603 +#: pretix/control/forms/filter.py:435 pretix/control/forms/filter.py:655 msgid "Shop live and presale running" msgstr "" -#: pretix/control/forms/filter.py:384 pretix/control/forms/filter.py:862 +#: pretix/control/forms/filter.py:436 pretix/control/forms/filter.py:914 msgid "Inactive" msgstr "" -#: pretix/control/forms/filter.py:396 pretix/control/forms/subevents.py:287 +#: pretix/control/forms/filter.py:448 pretix/control/forms/subevents.py:287 #: pretix/control/forms/subevents.py:326 msgid "Weekday" msgstr "" -#: pretix/control/forms/filter.py:398 +#: pretix/control/forms/filter.py:450 msgid "All days" msgstr "" -#: pretix/control/forms/filter.py:399 +#: pretix/control/forms/filter.py:451 msgid "Monday" msgstr "Segunda" -#: pretix/control/forms/filter.py:400 +#: pretix/control/forms/filter.py:452 msgid "Tuesday" msgstr "Terça" -#: pretix/control/forms/filter.py:401 +#: pretix/control/forms/filter.py:453 msgid "Wednesday" msgstr "Quarta" -#: pretix/control/forms/filter.py:402 +#: pretix/control/forms/filter.py:454 msgid "Thursday" msgstr "Quinta" -#: pretix/control/forms/filter.py:403 +#: pretix/control/forms/filter.py:455 msgid "Friday" msgstr "Sexta" -#: pretix/control/forms/filter.py:404 +#: pretix/control/forms/filter.py:456 msgid "Saturday" msgstr "Sábado" -#: pretix/control/forms/filter.py:405 +#: pretix/control/forms/filter.py:457 msgid "Sunday" msgstr "Domingo" -#: pretix/control/forms/filter.py:530 +#: pretix/control/forms/filter.py:582 msgid "Live" msgstr "" -#: pretix/control/forms/filter.py:535 pretix/control/forms/filter.py:538 +#: pretix/control/forms/filter.py:587 pretix/control/forms/filter.py:590 msgid "Empty" msgstr "" -#: pretix/control/forms/filter.py:539 +#: pretix/control/forms/filter.py:591 msgid "Valid and with value" msgstr "" -#: pretix/control/forms/filter.py:540 +#: pretix/control/forms/filter.py:592 msgid "Expired and with value" msgstr "" -#: pretix/control/forms/filter.py:546 pretix/control/forms/filter.py:548 -#: pretix/control/forms/filter.py:876 pretix/control/forms/filter.py:878 +#: pretix/control/forms/filter.py:598 pretix/control/forms/filter.py:600 +#: pretix/control/forms/filter.py:928 pretix/control/forms/filter.py:930 msgid "Search query" msgstr "" -#: pretix/control/forms/filter.py:601 +#: pretix/control/forms/filter.py:653 msgid "All events" msgstr "" -#: pretix/control/forms/filter.py:602 +#: pretix/control/forms/filter.py:654 msgid "Shop live" msgstr "" -#: pretix/control/forms/filter.py:604 +#: pretix/control/forms/filter.py:656 msgid "Shop not live" msgstr "" -#: pretix/control/forms/filter.py:607 +#: pretix/control/forms/filter.py:659 msgid "Single event running or in the future" msgstr "" -#: pretix/control/forms/filter.py:608 +#: pretix/control/forms/filter.py:660 msgid "Single event in the past" msgstr "" -#: pretix/control/forms/filter.py:775 pretix/control/forms/filter.py:777 +#: pretix/control/forms/filter.py:827 pretix/control/forms/filter.py:829 msgid "Search attendee…" msgstr "" -#: pretix/control/forms/filter.py:783 +#: pretix/control/forms/filter.py:835 msgid "Check-in status" msgstr "" -#: pretix/control/forms/filter.py:785 +#: pretix/control/forms/filter.py:837 msgid "All attendees" msgstr "" -#: pretix/control/forms/filter.py:786 +#: pretix/control/forms/filter.py:838 msgctxt "checkin state" msgid "Present" msgstr "" -#: pretix/control/forms/filter.py:787 +#: pretix/control/forms/filter.py:839 #: pretix/control/templates/pretixcontrol/checkin/index.html:131 #: pretix/control/templates/pretixcontrol/checkin/lists.html:73 -#: pretix/plugins/checkinlists/exporters.py:337 +#: pretix/plugins/checkinlists/exporters.py:396 msgid "Checked in" msgstr "" -#: pretix/control/forms/filter.py:788 +#: pretix/control/forms/filter.py:840 #: pretix/control/templates/pretixcontrol/checkin/index.html:126 msgid "Not checked in" msgstr "" -#: pretix/control/forms/filter.py:867 pretix/control/forms/filter.py:870 +#: pretix/control/forms/filter.py:919 pretix/control/forms/filter.py:922 #: pretix/control/templates/pretixcontrol/users/index.html:47 msgid "Administrator" msgstr "" -#: pretix/control/forms/filter.py:871 +#: pretix/control/forms/filter.py:923 msgid "No administrator" msgstr "" -#: pretix/control/forms/filter.py:942 +#: pretix/control/forms/filter.py:994 msgid "Valid" msgstr "" -#: pretix/control/forms/filter.py:943 +#: pretix/control/forms/filter.py:995 msgid "Unredeemed" msgstr "" -#: pretix/control/forms/filter.py:944 +#: pretix/control/forms/filter.py:996 msgid "Redeemed at least once" msgstr "" -#: pretix/control/forms/filter.py:945 +#: pretix/control/forms/filter.py:997 msgid "Fully redeemed" msgstr "" -#: pretix/control/forms/filter.py:947 +#: pretix/control/forms/filter.py:999 msgid "Redeemed and checked in with ticket" msgstr "" -#: pretix/control/forms/filter.py:952 +#: pretix/control/forms/filter.py:1004 msgid "Quota handling" msgstr "" -#: pretix/control/forms/filter.py:956 +#: pretix/control/forms/filter.py:1008 msgid "Allow to ignore quota" msgstr "" -#: pretix/control/forms/filter.py:961 pretix/control/forms/filter.py:963 +#: pretix/control/forms/filter.py:1013 pretix/control/forms/filter.py:1015 msgid "Filter by tag" msgstr "" -#: pretix/control/forms/filter.py:968 pretix/control/forms/filter.py:970 +#: pretix/control/forms/filter.py:1020 pretix/control/forms/filter.py:1022 msgid "Search voucher" msgstr "" -#: pretix/control/forms/filter.py:1016 pretix/control/forms/vouchers.py:91 +#: pretix/control/forms/filter.py:1068 pretix/control/forms/vouchers.py:91 #: pretix/control/views/typeahead.py:522 pretix/control/views/typeahead.py:526 #: pretix/control/views/vouchers.py:81 #, python-brace-format msgid "Any product in quota \"{quota}\"" msgstr "" -#: pretix/control/forms/filter.py:1132 +#: pretix/control/forms/filter.py:1184 msgid "Refund status" msgstr "" -#: pretix/control/forms/filter.py:1134 +#: pretix/control/forms/filter.py:1186 msgid "All open refunds" msgstr "" -#: pretix/control/forms/filter.py:1135 +#: pretix/control/forms/filter.py:1187 msgid "All refunds" msgstr "" -#: pretix/control/forms/filter.py:1171 +#: pretix/control/forms/filter.py:1223 #, fuzzy #| msgid "Date joined" msgid "Date filter" msgstr "Data de entrada" -#: pretix/control/forms/filter.py:1173 +#: pretix/control/forms/filter.py:1225 #, fuzzy #| msgid "Filter by status" msgid "Filter by…" msgstr "Filtrar por status" -#: pretix/control/forms/filter.py:1175 +#: pretix/control/forms/filter.py:1227 #, fuzzy #| msgid "Date of last payment" msgid "Date of last successful payment" msgstr "Data do último pagamento" -#: pretix/control/forms/filter.py:1180 +#: pretix/control/forms/filter.py:1232 #, fuzzy #| msgid "Date" msgid "Date from" msgstr "Data" -#: pretix/control/forms/filter.py:1185 +#: pretix/control/forms/filter.py:1237 #, fuzzy #| msgid "Date and time" msgid "Date until" @@ -7935,8 +7947,8 @@ msgstr "Produto" msgid "Bundled product" msgstr "Produto" -#: pretix/control/forms/item.py:735 pretix/control/forms/orders.py:260 -#: pretix/control/forms/orders.py:394 +#: pretix/control/forms/item.py:735 pretix/control/forms/orders.py:264 +#: pretix/control/forms/orders.py:398 msgid "inactive" msgstr "" @@ -7973,21 +7985,21 @@ msgstr "Apenas ordens pagas" msgid "CSV column: \"{name}\"" msgstr "" -#: pretix/control/forms/orders.py:33 +#: pretix/control/forms/orders.py:34 msgid "Overbook quota" msgstr "" -#: pretix/control/forms/orders.py:34 +#: pretix/control/forms/orders.py:35 msgid "" "If you check this box, this operation will be performed even if it leads to " "an overbooked quota and you having sold more tickets than you planned!" msgstr "" -#: pretix/control/forms/orders.py:78 +#: pretix/control/forms/orders.py:79 msgid "Overbook quota and ignore late payment" msgstr "" -#: pretix/control/forms/orders.py:79 +#: pretix/control/forms/orders.py:80 msgid "" "If you check this box, this operation will be performed even if it leads to " "an overbooked quota and you having sold more tickets than you planned! The " @@ -7995,19 +8007,19 @@ msgid "" "payments." msgstr "" -#: pretix/control/forms/orders.py:105 +#: pretix/control/forms/orders.py:106 #: pretix/control/templates/pretixcontrol/order/deny.html:19 msgid "Notify user by e-mail" msgstr "" -#: pretix/control/forms/orders.py:112 +#: pretix/control/forms/orders.py:113 #, fuzzy #| msgctxt "invoice" #| msgid "Cancellation" msgid "Keep a cancellation fee of" msgstr "Cancelamento" -#: pretix/control/forms/orders.py:113 +#: pretix/control/forms/orders.py:114 msgid "" "If you keep a fee, all positions within this order will be canceled and the " "order will be reduced to a paid cancellation fee. Payment and shipping fees " @@ -8016,26 +8028,26 @@ msgid "" "automatically." msgstr "" -#: pretix/control/forms/orders.py:141 +#: pretix/control/forms/orders.py:145 #, fuzzy #| msgid "Payment date" msgid "Payment amount" msgstr "Data de pagamento" -#: pretix/control/forms/orders.py:145 +#: pretix/control/forms/orders.py:149 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/control.html:7 -#: pretix/plugins/reports/exporters.py:319 -#: pretix/plugins/reports/exporters.py:381 -#: pretix/plugins/reports/exporters.py:491 -#: pretix/plugins/reports/exporters.py:520 +#: pretix/plugins/reports/exporters.py:322 +#: pretix/plugins/reports/exporters.py:384 +#: pretix/plugins/reports/exporters.py:494 +#: pretix/plugins/reports/exporters.py:523 msgid "Payment date" msgstr "Data de pagamento" -#: pretix/control/forms/orders.py:183 +#: pretix/control/forms/orders.py:187 msgid "Re-calculate taxes" msgstr "" -#: pretix/control/forms/orders.py:186 +#: pretix/control/forms/orders.py:190 msgid "" "This operation re-checks if taxes should be paid to the items due to e.g. " "configured reverse charge rules and changes the prices and tax values " @@ -8044,140 +8056,140 @@ msgid "" "this procedure." msgstr "" -#: pretix/control/forms/orders.py:192 +#: pretix/control/forms/orders.py:196 msgid "Issue a new invoice if required" msgstr "" -#: pretix/control/forms/orders.py:196 +#: pretix/control/forms/orders.py:200 msgid "" "If an invoice exists for this order and this operation would change its " "contents, the old invoice will be canceled and a new invoice will be issued." msgstr "" -#: pretix/control/forms/orders.py:201 +#: pretix/control/forms/orders.py:205 msgid "Notify user" msgstr "" -#: pretix/control/forms/orders.py:205 +#: pretix/control/forms/orders.py:209 msgid "" "Send an email to the customer notifying that their order has been changed." msgstr "" -#: pretix/control/forms/orders.py:209 +#: pretix/control/forms/orders.py:213 msgid "Allow to overbook quotas when performing this operation" msgstr "" -#: pretix/control/forms/orders.py:225 +#: pretix/control/forms/orders.py:229 msgid "Add-on to" msgstr "" -#: pretix/control/forms/orders.py:230 +#: pretix/control/forms/orders.py:234 #: pretix/control/templates/pretixcontrol/checkin/index.html:70 #: pretix/control/templates/pretixcontrol/order/change.html:118 #: pretix/control/views/vouchers.py:70 msgid "Seat" msgstr "" -#: pretix/control/forms/orders.py:237 +#: pretix/control/forms/orders.py:241 msgid "Including taxes, if any. Keep empty for the product's default price" msgstr "" -#: pretix/control/forms/orders.py:335 pretix/control/forms/orders.py:339 -#: pretix/control/forms/orders.py:378 pretix/control/forms/orders.py:389 +#: pretix/control/forms/orders.py:339 pretix/control/forms/orders.py:343 +#: pretix/control/forms/orders.py:382 pretix/control/forms/orders.py:393 msgid "(Unchanged)" msgstr "" -#: pretix/control/forms/orders.py:345 pretix/control/forms/orders.py:412 +#: pretix/control/forms/orders.py:349 pretix/control/forms/orders.py:416 msgid "New price (gross)" msgstr "" -#: pretix/control/forms/orders.py:349 +#: pretix/control/forms/orders.py:353 msgid "Generate a new secret" msgstr "" -#: pretix/control/forms/orders.py:353 +#: pretix/control/forms/orders.py:357 #, fuzzy #| msgctxt "invoice" #| msgid "Cancellation" msgid "Cancel this position" msgstr "Cancelamento" -#: pretix/control/forms/orders.py:357 +#: pretix/control/forms/orders.py:361 msgid "Split into new order" msgstr "" -#: pretix/control/forms/orders.py:416 +#: pretix/control/forms/orders.py:420 msgid "Remove this fee" msgstr "" -#: pretix/control/forms/orders.py:430 +#: pretix/control/forms/orders.py:434 msgid "Invalidate secrets" msgstr "" -#: pretix/control/forms/orders.py:431 +#: pretix/control/forms/orders.py:435 msgid "" "Regenerates the order and ticket secrets. You will need to re-send the link " "to the order page to the user and the user will need to download his tickets " "again. The old versions will be invalid." msgstr "" -#: pretix/control/forms/orders.py:456 pretix/control/forms/orders.py:639 -#: pretix/control/forms/orders.py:666 pretix/control/forms/vouchers.py:222 +#: pretix/control/forms/orders.py:460 pretix/control/forms/orders.py:643 +#: pretix/control/forms/orders.py:670 pretix/control/forms/vouchers.py:222 #: pretix/plugins/sendmail/forms.py:21 pretix/plugins/sendmail/forms.py:76 msgid "Subject" msgstr "" -#: pretix/control/forms/orders.py:480 +#: pretix/control/forms/orders.py:484 msgid "Recipient" msgstr "" -#: pretix/control/forms/orders.py:486 pretix/control/forms/orders.py:647 -#: pretix/control/forms/orders.py:674 pretix/control/forms/vouchers.py:228 +#: pretix/control/forms/orders.py:490 pretix/control/forms/orders.py:651 +#: pretix/control/forms/orders.py:678 pretix/control/forms/vouchers.py:228 #: pretix/plugins/sendmail/forms.py:22 pretix/plugins/sendmail/forms.py:81 msgid "Message" msgstr "" -#: pretix/control/forms/orders.py:499 +#: pretix/control/forms/orders.py:503 msgid "" "Cancel the order. All tickets will no longer work. This can not be reverted." msgstr "" -#: pretix/control/forms/orders.py:500 +#: pretix/control/forms/orders.py:504 msgid "" "Mark the order as pending and allow the user to pay the open amount with " "another payment method." msgstr "" -#: pretix/control/forms/orders.py:502 +#: pretix/control/forms/orders.py:506 msgid "Do nothing and keep the order as it is." msgstr "" -#: pretix/control/forms/orders.py:529 +#: pretix/control/forms/orders.py:533 msgid "The refund amount needs to be positive and less than {}." msgstr "" -#: pretix/control/forms/orders.py:535 +#: pretix/control/forms/orders.py:539 msgid "You need to specify an amount for a partial refund." msgstr "" -#: pretix/control/forms/orders.py:547 +#: pretix/control/forms/orders.py:551 #, fuzzy #| msgid "Can change orders" msgid "Cancel all dates" msgstr "Pode mudar os pedidos" -#: pretix/control/forms/orders.py:552 +#: pretix/control/forms/orders.py:556 msgid "Automatically refund money if possible" msgstr "" -#: pretix/control/forms/orders.py:557 +#: pretix/control/forms/orders.py:561 #, fuzzy #| msgid "The payment method for this order cannot be changed." msgid "" "Create manual refund if the payment method odes not support automatic refunds" msgstr "O método de pagamento para este pedido não pode ser alterado." -#: pretix/control/forms/orders.py:561 +#: pretix/control/forms/orders.py:565 msgid "" "If checked, all payments with a payment method not supporting automatic " "refunds will be on your manual refund to-do list. Do not check if you want " @@ -8185,29 +8197,29 @@ msgid "" "gift cards." msgstr "" -#: pretix/control/forms/orders.py:566 +#: pretix/control/forms/orders.py:570 msgid "" "Refund order value to a gift card instead instead of the original payment " "method" msgstr "" -#: pretix/control/forms/orders.py:572 +#: pretix/control/forms/orders.py:576 #, fuzzy #| msgid "Gift card" msgid "Gift card validity" msgstr "Cartão Presente" -#: pretix/control/forms/orders.py:579 +#: pretix/control/forms/orders.py:583 msgid "Special terms and conditions" msgstr "" -#: pretix/control/forms/orders.py:596 +#: pretix/control/forms/orders.py:600 #, fuzzy #| msgid "Order fees" msgid "Keep fees" msgstr "Taxas do pedido" -#: pretix/control/forms/orders.py:599 +#: pretix/control/forms/orders.py:603 msgid "" "The selected types of fees will not be refunded but instead added to the " "cancellation fee. Fees are never refunded in when an order in an event " @@ -8215,25 +8227,25 @@ msgid "" "dates." msgstr "" -#: pretix/control/forms/orders.py:605 +#: pretix/control/forms/orders.py:609 #, fuzzy #| msgid "Order information changed" msgid "Send information via email" msgstr "Informações do pedido alteradas" -#: pretix/control/forms/orders.py:611 +#: pretix/control/forms/orders.py:615 #, fuzzy #| msgid "Order information changed" msgid "Send information to waiting list" msgstr "Informações do pedido alteradas" -#: pretix/control/forms/orders.py:642 pretix/control/forms/orders.py:668 +#: pretix/control/forms/orders.py:646 pretix/control/forms/orders.py:672 #, fuzzy, python-brace-format #| msgid "Can create events" msgid "Canceled: {event}" msgstr "Pode criar eventos" -#: pretix/control/forms/orders.py:653 +#: pretix/control/forms/orders.py:657 #, python-brace-format msgid "" "Hello,\n" @@ -8251,7 +8263,7 @@ msgid "" "Your {event} team" msgstr "" -#: pretix/control/forms/orders.py:680 +#: pretix/control/forms/orders.py:684 #, python-brace-format msgid "" "Hello,\n" @@ -8265,7 +8277,7 @@ msgid "" "Your {event} team" msgstr "" -#: pretix/control/forms/orders.py:711 +#: pretix/control/forms/orders.py:715 msgid "Please confirm that you want to cancel ALL dates in this event series." msgstr "" @@ -8318,7 +8330,7 @@ msgstr "" msgid "This will be displayed on the organizer homepage." msgstr "" -#: pretix/control/forms/organizer.py:279 +#: pretix/control/forms/organizer.py:280 msgid "" "If you provide a logo image, we will by default not show your organization " "name in the page header. By default, we show your logo with a size of up to " @@ -8327,71 +8339,71 @@ msgid "" "smaller screens." msgstr "" -#: pretix/control/forms/organizer.py:298 +#: pretix/control/forms/organizer.py:299 #, fuzzy #| msgid "Date in event series" msgid "Show availability in event overviews" msgstr "Data na série de eventos" -#: pretix/control/forms/organizer.py:299 +#: pretix/control/forms/organizer.py:300 msgid "" "If checked, the list of events will show if events are sold out. This might " "make for longer page loading times if you have lots of events and the shown " "status might be out of date for up to two minutes." msgstr "" -#: pretix/control/forms/organizer.py:305 +#: pretix/control/forms/organizer.py:306 msgid "Link back to organizer overview on all event pages" msgstr "" -#: pretix/control/forms/organizer.py:312 +#: pretix/control/forms/organizer.py:313 msgid "" "Choose all languages that your organizer homepage should be available in." msgstr "" -#: pretix/control/forms/organizer.py:323 +#: pretix/control/forms/organizer.py:324 msgid "Favicon" msgstr "" -#: pretix/control/forms/organizer.py:326 +#: pretix/control/forms/organizer.py:328 msgid "" "If you provide a favicon, we will show it instead of the default pretix " "icon. We recommend a size of at least 200x200px to accommodate most devices." msgstr "" -#: pretix/control/forms/organizer.py:330 +#: pretix/control/forms/organizer.py:332 #, fuzzy #| msgid "Gift card" msgid "Length of gift card codes" msgstr "Cartão Presente" -#: pretix/control/forms/organizer.py:331 +#: pretix/control/forms/organizer.py:333 msgid "" "The system generates by default {}-character long gift card codes. However, " "if a different length is required, it can be set here." msgstr "" -#: pretix/control/forms/organizer.py:336 +#: pretix/control/forms/organizer.py:338 #, fuzzy #| msgid "Gift card" msgid "Validity of gift card codes in years" msgstr "Cartão Presente" -#: pretix/control/forms/organizer.py:337 +#: pretix/control/forms/organizer.py:339 msgid "" "If you set a number here, gift cards will by default expire at the end of " "the year after this many years. If you keep it empty, gift cards do not have " "an explicit expiry date." msgstr "" -#: pretix/control/forms/organizer.py:352 +#: pretix/control/forms/organizer.py:354 #, fuzzy #| msgid "Events" msgctxt "webhooks" msgid "Event types" msgstr "Eventos" -#: pretix/control/forms/organizer.py:383 +#: pretix/control/forms/organizer.py:385 #, fuzzy #| msgid "Gift card" msgid "Gift card value" @@ -10064,7 +10076,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/organizers/detail.html:43 #: pretix/control/templates/pretixcontrol/organizers/giftcards.html:38 #: pretix/control/templates/pretixcontrol/organizers/index.html:18 -#: pretix/control/templates/pretixcontrol/search/orders.html:27 +#: pretix/control/templates/pretixcontrol/search/orders.html:33 #: pretix/control/templates/pretixcontrol/subevents/index.html:41 #: pretix/control/templates/pretixcontrol/users/index.html:22 #: pretix/control/templates/pretixcontrol/vouchers/index.html:54 @@ -10152,7 +10164,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/order/pay.html:33 #: pretix/control/templates/pretixcontrol/order/pay_complete.html:28 #: pretix/control/templates/pretixcontrol/order/reactivate.html:30 -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:155 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:169 #: pretix/control/templates/pretixcontrol/order/refund_done.html:26 #: pretix/control/templates/pretixcontrol/order/refund_process.html:47 #: pretix/control/templates/pretixcontrol/order/refund_start.html:51 @@ -10204,9 +10216,9 @@ msgstr "Deletar" #: pretix/control/templates/pretixcontrol/checkin/list_edit.html:10 #: pretix/control/templates/pretixcontrol/checkin/list_edit.html:17 -#: pretix/plugins/checkinlists/exporters.py:38 -#: pretix/plugins/checkinlists/exporters.py:88 -#: pretix/plugins/checkinlists/exporters.py:315 +#: pretix/plugins/checkinlists/exporters.py:39 +#: pretix/plugins/checkinlists/exporters.py:107 +#: pretix/plugins/checkinlists/exporters.py:374 #: pretix/plugins/pretixdroid/forms.py:39 #: pretix/plugins/pretixdroid/models.py:24 #: pretix/plugins/pretixdroid/templates/pretixplugins/pretixdroid/configuration.html:79 @@ -10932,7 +10944,7 @@ msgid "Installed plugins" msgstr "" #: pretix/control/templates/pretixcontrol/event/plugins.html:10 -#: pretix/control/views/checkin.py:260 pretix/control/views/event.py:177 +#: pretix/control/views/checkin.py:264 pretix/control/views/event.py:177 #: pretix/control/views/event.py:317 pretix/control/views/event.py:396 #: pretix/control/views/event.py:436 pretix/control/views/event.py:594 #: pretix/control/views/event.py:785 pretix/control/views/event.py:1135 @@ -11099,7 +11111,7 @@ msgid "Basics" msgstr "" #: pretix/control/templates/pretixcontrol/event/settings.html:31 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:44 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:46 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:349 #: pretix/control/templates/pretixcontrol/subevents/detail.html:32 #, fuzzy @@ -11109,7 +11121,7 @@ msgid "Geo coordinates" msgstr "Nenhuma data selecionada." #: pretix/control/templates/pretixcontrol/event/settings.html:32 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:45 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:47 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:271 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:275 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:350 @@ -11118,7 +11130,7 @@ msgid "Optional" msgstr "" #: pretix/control/templates/pretixcontrol/event/settings.html:39 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:52 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:54 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:357 #: pretix/control/templates/pretixcontrol/subevents/detail.html:40 msgid "Geocoding data © OpenStreetMap" @@ -11154,7 +11166,7 @@ msgid "Shop design" msgstr "" #: pretix/control/templates/pretixcontrol/event/settings.html:124 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:74 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:76 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:392 #: pretix/control/templates/pretixcontrol/subevents/detail.html:76 msgid "Timeline" @@ -11402,7 +11414,7 @@ msgid "" "We strongly recommend against using short forms of more then 16 characters." msgstr "" -#: pretix/control/templates/pretixcontrol/events/create_basics.html:68 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:70 msgid "Display settings" msgstr "" @@ -11420,7 +11432,40 @@ msgid "" "that contain the event name." msgstr "" -#: pretix/control/templates/pretixcontrol/events/create_foundation.html:10 +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:13 +msgid "Singular event or non-event shop" +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:15 +msgid "" +"An event with individual configuration. If you create more events later, you " +"can copy the event to save yourself some work." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:21 +msgid "" +"Examples: Conferences, workshops, trade fairs, one-off concerts, sale of " +"digital content, multi-day events with combination tickets." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:32 +msgid "Event series or time slot booking" +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:34 +msgid "" +"A series of events that share the same configuration. They can still be " +"different in their dates, locations, prices, and capacities." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:40 +msgid "" +"Examples: Multiple presentations of the same show, same concert in multiple " +"locations, museums, libraries, or swimming pools, events that need to be " +"booked together in one cart." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:53 msgid "" "Please note that you will only be able to delete your event until the first " "order has been created." @@ -11849,8 +11894,8 @@ msgstr "" #: pretix/control/templates/pretixcontrol/items/question.html:20 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:14 #: pretix/control/templates/pretixcontrol/orders/overview.html:68 -#: pretix/plugins/checkinlists/exporters.py:343 -#: pretix/plugins/reports/exporters.py:223 +#: pretix/plugins/checkinlists/exporters.py:402 +#: pretix/plugins/reports/exporters.py:226 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:17 msgid "Paid" msgstr "" @@ -12703,10 +12748,10 @@ msgstr "" #: pretix/control/templates/pretixcontrol/order/index.html:550 #: pretix/control/templates/pretixcontrol/orders/overview.html:69 #: pretix/control/templates/pretixcontrol/orders/overview.html:146 -#: pretix/plugins/reports/exporters.py:223 -#: pretix/plugins/reports/exporters.py:278 -#: pretix/plugins/reports/exporters.py:447 -#: pretix/plugins/reports/exporters.py:591 +#: pretix/plugins/reports/exporters.py:226 +#: pretix/plugins/reports/exporters.py:281 +#: pretix/plugins/reports/exporters.py:450 +#: pretix/plugins/reports/exporters.py:594 #: pretix/presale/templates/pretixpresale/event/fragment_cart.html:292 msgid "Total" msgstr "Total" @@ -12922,58 +12967,58 @@ msgctxt "amount_label" msgid "Automatically refund" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:59 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:63 msgid "Automatically refund full amount" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:62 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:66 #, fuzzy #| msgid "The payment method for this order cannot be changed." msgid "This payment method does not support automatic refunds." msgstr "O método de pagamento para este pedido não pode ser alterado." -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:70 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:74 msgid "Transfer to other order" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:73 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:77 msgctxt "amount_label" msgid "Transfer" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:81 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:85 msgctxt "order_label" msgid "to" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:91 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:95 #: pretix/control/templates/pretixcontrol/organizers/giftcard_create.html:5 #, fuzzy #| msgid "Device type" msgid "Create a new gift card" msgstr "Tipo de dispositivo" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:103 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:113 #, fuzzy #| msgid "This order is not yet approved by the event organizer." msgid "" "The gift card can be used to buy tickets for all events of this organizer." msgstr "Este pedido ainda não foi aprovado pelo organizador do evento." -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:111 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:121 msgid "Manual refund" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:114 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:124 msgctxt "amount_label" msgid "Manually refund" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:125 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:139 msgid "Keep transfer as to do" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:129 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:143 #: pretix/control/templates/pretixcontrol/order/refund_done.html:5 #: pretix/control/templates/pretixcontrol/order/refund_done.html:9 #: pretix/control/templates/pretixcontrol/order/refund_process.html:6 @@ -12983,7 +13028,7 @@ msgstr "" msgid "Mark refund as done" msgstr "O pedido não foi pago." -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:139 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:153 msgid "" "Any payments that you selected for automatical refunds will be immediately " "communicate the refund request to the respective payment provider. Manual " @@ -12991,7 +13036,7 @@ msgid "" "done once you actually transferred the money back to the customer." msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:160 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:174 msgid "Perform refund" msgstr "" @@ -13233,29 +13278,29 @@ msgid "Remove filter" msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:132 -#: pretix/control/templates/pretixcontrol/search/orders.html:78 +#: pretix/control/templates/pretixcontrol/search/orders.html:83 msgid "CANCELLATION REQUESTED" msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:135 #: pretix/control/templates/pretixcontrol/orders/index.html:137 -#: pretix/control/templates/pretixcontrol/search/orders.html:81 -#: pretix/control/templates/pretixcontrol/search/orders.html:83 +#: pretix/control/templates/pretixcontrol/search/orders.html:86 +#: pretix/control/templates/pretixcontrol/search/orders.html:88 msgid "REFUND PENDING" msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:140 -#: pretix/control/templates/pretixcontrol/search/orders.html:86 +#: pretix/control/templates/pretixcontrol/search/orders.html:91 msgid "OVERPAID" msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:142 -#: pretix/control/templates/pretixcontrol/search/orders.html:88 +#: pretix/control/templates/pretixcontrol/search/orders.html:93 msgid "UNDERPAID" msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:144 -#: pretix/control/templates/pretixcontrol/search/orders.html:90 +#: pretix/control/templates/pretixcontrol/search/orders.html:95 msgid "FULLY PAID" msgstr "" @@ -13296,7 +13341,7 @@ msgid "" msgstr "" #: pretix/control/templates/pretixcontrol/orders/overview.html:61 -#: pretix/plugins/reports/exporters.py:219 +#: pretix/plugins/reports/exporters.py:222 msgid "Purchased" msgstr "" @@ -13975,7 +14020,7 @@ msgstr "" msgid "pretix Logo" msgstr "" -#: pretix/control/templates/pretixcontrol/search/orders.html:99 +#: pretix/control/templates/pretixcontrol/search/orders.html:104 msgid "" "We couldn't find any orders that you have access to and that match your " "search query." @@ -15089,15 +15134,15 @@ msgstr "" msgid "The selected check-ins have been reverted." msgstr "O evento selecionado não foi encontrado." -#: pretix/control/views/checkin.py:163 +#: pretix/control/views/checkin.py:167 msgid "The selected tickets have been marked as checked in." msgstr "" -#: pretix/control/views/checkin.py:227 +#: pretix/control/views/checkin.py:231 msgid "The new check-in list has been created." msgstr "" -#: pretix/control/views/checkin.py:234 pretix/control/views/checkin.py:277 +#: pretix/control/views/checkin.py:238 pretix/control/views/checkin.py:281 #: pretix/control/views/event.py:206 pretix/control/views/event.py:399 #: pretix/control/views/event.py:439 pretix/control/views/event.py:597 #: pretix/control/views/event.py:754 pretix/control/views/event.py:1094 @@ -15112,11 +15157,11 @@ msgstr "" msgid "We could not save your changes. See below for details." msgstr "" -#: pretix/control/views/checkin.py:256 pretix/control/views/checkin.py:293 +#: pretix/control/views/checkin.py:260 pretix/control/views/checkin.py:297 msgid "The requested list does not exist." msgstr "" -#: pretix/control/views/checkin.py:302 +#: pretix/control/views/checkin.py:306 msgid "The selected list has been deleted." msgstr "" @@ -15358,7 +15403,7 @@ msgstr "" msgid "Could not update the comment." msgstr "" -#: pretix/control/views/event.py:1061 pretix/control/views/main.py:296 +#: pretix/control/views/event.py:1061 pretix/control/views/main.py:276 msgid "VAT" msgstr "" @@ -16396,17 +16441,17 @@ msgstr "" msgid "8 portrait A7 pages on one A4 page" msgstr "" -#: pretix/plugins/badges/exporters.py:186 +#: pretix/plugins/badges/exporters.py:194 msgid "None of the selected products is configured to print badges." msgstr "" -#: pretix/plugins/badges/exporters.py:192 +#: pretix/plugins/badges/exporters.py:200 #, fuzzy #| msgid "Attendee name" msgid "Attendee badges" msgstr "Nome do participante" -#: pretix/plugins/badges/exporters.py:212 +#: pretix/plugins/badges/exporters.py:220 #: pretix/plugins/ticketoutputpdf/exporters.py:32 #, fuzzy #| msgctxt "checkin" @@ -16414,17 +16459,17 @@ msgstr "Nome do participante" msgid "Include pending orders" msgstr "Incluir ordens pendentes" -#: pretix/plugins/badges/exporters.py:217 +#: pretix/plugins/badges/exporters.py:225 msgid "Include add-on or bundled positions" msgstr "" -#: pretix/plugins/badges/exporters.py:222 +#: pretix/plugins/badges/exporters.py:230 #, fuzzy #| msgid "Question option" msgid "Rendering option" msgstr "Opção de pergunta" -#: pretix/plugins/badges/exporters.py:227 +#: pretix/plugins/badges/exporters.py:235 msgid "" "This option allows you to align multiple badges on one page, for example if " "you want to print to a sheet of stickers with a regular office printer. " @@ -16432,10 +16477,10 @@ msgid "" "correct size." msgstr "" -#: pretix/plugins/badges/exporters.py:233 -#: pretix/plugins/checkinlists/exporters.py:56 -#: pretix/plugins/reports/exporters.py:315 -#: pretix/plugins/reports/exporters.py:487 +#: pretix/plugins/badges/exporters.py:241 +#: pretix/plugins/checkinlists/exporters.py:71 +#: pretix/plugins/reports/exporters.py:318 +#: pretix/plugins/reports/exporters.py:490 #: pretix/plugins/ticketoutputpdf/exporters.py:37 msgid "Sort by" msgstr "" @@ -16970,37 +17015,45 @@ msgstr "" msgid "This plugin allows you to generate check-in lists for your conference." msgstr "" -#: pretix/plugins/checkinlists/exporters.py:46 +#: pretix/plugins/checkinlists/exporters.py:50 +msgid "Only include tickets for dates on or after this date." +msgstr "" + +#: pretix/plugins/checkinlists/exporters.py:57 +msgid "Only include tickets for dates on or before this date." +msgstr "" + +#: pretix/plugins/checkinlists/exporters.py:61 msgid "Include QR-code secret" msgstr "" -#: pretix/plugins/checkinlists/exporters.py:51 +#: pretix/plugins/checkinlists/exporters.py:66 #, fuzzy #| msgid "Requires special attention" msgid "Only tickets requiring special attention" msgstr "Requer atenção especial" -#: pretix/plugins/checkinlists/exporters.py:71 +#: pretix/plugins/checkinlists/exporters.py:86 msgid "Include questions" msgstr "" -#: pretix/plugins/checkinlists/exporters.py:183 +#: pretix/plugins/checkinlists/exporters.py:222 msgid "Check-in list (PDF)" msgstr "" #. Translators: maximum 5 characters -#: pretix/plugins/checkinlists/exporters.py:234 +#: pretix/plugins/checkinlists/exporters.py:284 msgctxt "tablehead" msgid "paid" msgstr "" -#: pretix/plugins/checkinlists/exporters.py:337 +#: pretix/plugins/checkinlists/exporters.py:396 #, fuzzy #| msgid "Ticket checked in" msgid "Automatically checked in" msgstr "Este ingresso já foi validado" -#: pretix/plugins/checkinlists/exporters.py:346 +#: pretix/plugins/checkinlists/exporters.py:405 #: pretix/plugins/paypal/payment.py:86 msgid "Secret" msgstr "" @@ -17081,47 +17134,47 @@ msgid "" "to send any payments." msgstr "" -#: pretix/plugins/paypal/payment.py:205 pretix/plugins/paypal/payment.py:291 -#: pretix/plugins/paypal/payment.py:306 pretix/plugins/paypal/payment.py:309 -#: pretix/plugins/paypal/payment.py:367 +#: pretix/plugins/paypal/payment.py:205 pretix/plugins/paypal/payment.py:298 +#: pretix/plugins/paypal/payment.py:313 pretix/plugins/paypal/payment.py:316 +#: pretix/plugins/paypal/payment.py:374 pretix/plugins/paypal/payment.py:515 msgid "We had trouble communicating with PayPal" msgstr "" -#: pretix/plugins/paypal/payment.py:323 pretix/plugins/paypal/payment.py:332 -#: pretix/plugins/paypal/payment.py:393 +#: pretix/plugins/paypal/payment.py:330 pretix/plugins/paypal/payment.py:339 +#: pretix/plugins/paypal/payment.py:400 msgid "" "We were unable to process your payment. See below for details on how to " "proceed." msgstr "" -#: pretix/plugins/paypal/payment.py:374 pretix/plugins/paypal/payment.py:383 +#: pretix/plugins/paypal/payment.py:381 pretix/plugins/paypal/payment.py:390 msgid "" "PayPal has not yet approved the payment. We will inform you as soon as the " "payment completed." msgstr "" -#: pretix/plugins/paypal/payment.py:408 pretix/plugins/stripe/payment.py:435 +#: pretix/plugins/paypal/payment.py:415 pretix/plugins/stripe/payment.py:435 #: pretix/plugins/stripe/payment.py:787 msgid "There was an error sending the confirmation mail." msgstr "" -#: pretix/plugins/paypal/payment.py:485 pretix/plugins/paypal/payment.py:492 +#: pretix/plugins/paypal/payment.py:492 pretix/plugins/paypal/payment.py:499 msgid "Refunding the amount via PayPal failed: {}" msgstr "" -#: pretix/plugins/paypal/payment.py:591 pretix/plugins/paypal/payment.py:599 +#: pretix/plugins/paypal/payment.py:615 pretix/plugins/paypal/payment.py:623 #, fuzzy #| msgid "The payment for this order cannot be continued." msgid "The payment for this invoice has already been received." msgstr "O pagamento desse pedido não ser realizado." -#: pretix/plugins/paypal/payment.py:592 pretix/plugins/paypal/payment.py:600 +#: pretix/plugins/paypal/payment.py:616 pretix/plugins/paypal/payment.py:624 #, fuzzy #| msgid "Payment ID" msgid "PayPal payment ID" msgstr "ID do pagamento" -#: pretix/plugins/paypal/payment.py:594 +#: pretix/plugins/paypal/payment.py:618 msgid "PayPal sale ID" msgstr "" @@ -17496,48 +17549,48 @@ msgstr "" msgid "Created: %s" msgstr "" -#: pretix/plugins/reports/exporters.py:153 +#: pretix/plugins/reports/exporters.py:156 msgid "Order overview (PDF)" msgstr "" -#: pretix/plugins/reports/exporters.py:197 +#: pretix/plugins/reports/exporters.py:200 #: pretix/plugins/statistics/templates/pretixplugins/statistics/index.html:58 msgid "Orders by product" msgstr "" -#: pretix/plugins/reports/exporters.py:202 +#: pretix/plugins/reports/exporters.py:205 #, python-brace-format msgid "{axis} between {start} and {end}" msgstr "" -#: pretix/plugins/reports/exporters.py:227 -#: pretix/plugins/reports/exporters.py:228 -#: pretix/plugins/reports/exporters.py:229 #: pretix/plugins/reports/exporters.py:230 #: pretix/plugins/reports/exporters.py:231 +#: pretix/plugins/reports/exporters.py:232 +#: pretix/plugins/reports/exporters.py:233 +#: pretix/plugins/reports/exporters.py:234 msgid "#" msgstr "" -#: pretix/plugins/reports/exporters.py:299 +#: pretix/plugins/reports/exporters.py:302 msgid "List of orders with taxes (PDF)" msgstr "" -#: pretix/plugins/reports/exporters.py:376 +#: pretix/plugins/reports/exporters.py:379 #, python-brace-format msgid "Orders by tax rate ({currency})" msgstr "" -#: pretix/plugins/reports/exporters.py:385 -#: pretix/plugins/reports/exporters.py:521 +#: pretix/plugins/reports/exporters.py:388 +#: pretix/plugins/reports/exporters.py:524 msgid "Gross" msgstr "" -#: pretix/plugins/reports/exporters.py:385 -#: pretix/plugins/reports/exporters.py:521 +#: pretix/plugins/reports/exporters.py:388 +#: pretix/plugins/reports/exporters.py:524 msgid "Tax" msgstr "" -#: pretix/plugins/reports/exporters.py:470 +#: pretix/plugins/reports/exporters.py:473 #, fuzzy #| msgid "List of orders" msgid "List of orders with taxes" @@ -18670,24 +18723,24 @@ msgid "Show all events of %(name)s" msgstr "" #: pretix/presale/templates/pretixpresale/event/base.html:98 -#: pretix/presale/templates/pretixpresale/event/base.html:128 +#: pretix/presale/templates/pretixpresale/event/base.html:132 msgid "" "This ticket shop is currently in test mode. Please do not perform any real " "purchases as your order might be deleted without notice." msgstr "" #: pretix/presale/templates/pretixpresale/event/base.html:104 -#: pretix/presale/templates/pretixpresale/event/base.html:134 +#: pretix/presale/templates/pretixpresale/event/base.html:138 msgid "" "Orders made through this sales channel cannot be deleted - even if the " "ticket shop is in test mode!" msgstr "" -#: pretix/presale/templates/pretixpresale/event/base.html:142 +#: pretix/presale/templates/pretixpresale/event/base.html:146 msgid "Contact event organizer" msgstr "" -#: pretix/presale/templates/pretixpresale/event/base.html:145 +#: pretix/presale/templates/pretixpresale/event/base.html:149 msgid "Imprint" msgstr "" @@ -19114,6 +19167,11 @@ msgstr "" msgid "Go" msgstr "" +#: pretix/presale/templates/pretixpresale/event/fragment_subevent_calendar_week.html:21 +#: pretix/presale/templates/pretixpresale/organizers/calendar_week.html:48 +msgid "W" +msgstr "" + #: pretix/presale/templates/pretixpresale/event/fragment_subevent_list.html:21 #: pretix/presale/templates/pretixpresale/event/fragment_subevent_list.html:30 #: pretix/presale/templates/pretixpresale/fragment_calendar.html:71 @@ -19798,19 +19856,19 @@ msgstr "Por favor insira apenas números." msgid "Please enter positive numbers only." msgstr "Digite somente números positivos." -#: pretix/presale/views/cart.py:338 +#: pretix/presale/views/cart.py:340 msgid "We applied the voucher to as many products in your cart as we could." msgstr "" -#: pretix/presale/views/cart.py:360 +#: pretix/presale/views/cart.py:362 msgid "Your cart has been updated." msgstr "Seu carrinho foi atualizado." -#: pretix/presale/views/cart.py:363 pretix/presale/views/cart.py:385 +#: pretix/presale/views/cart.py:365 pretix/presale/views/cart.py:387 msgid "Your cart is now empty." msgstr "Seu carrinho está vazio." -#: pretix/presale/views/cart.py:400 +#: pretix/presale/views/cart.py:402 msgid "The products have been successfully added to your cart." msgstr "Os produtos foram adicionados com sucesso ao seu carrinho." diff --git a/src/pretix/locale/pt_BR/LC_MESSAGES/djangojs.po b/src/pretix/locale/pt_BR/LC_MESSAGES/djangojs.po index 7f6a3afca..ee529910c 100644 --- a/src/pretix/locale/pt_BR/LC_MESSAGES/djangojs.po +++ b/src/pretix/locale/pt_BR/LC_MESSAGES/djangojs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-05-13 16:45+0000\n" +"POT-Creation-Date: 2020-06-10 16:02+0000\n" "PO-Revision-Date: 2019-03-19 09:00+0000\n" "Last-Translator: Vitor Reis \n" "Language-Team: Portuguese (Brazil) \n" "Language-Team: LANGUAGE \n" @@ -27,7 +27,7 @@ msgid "Shop disabled" msgstr "" #: htmlcov/pretix_control_views_dashboards_py.html:900 -#: pretix/control/forms/filter.py:386 pretix/control/forms/filter.py:606 +#: pretix/control/forms/filter.py:438 pretix/control/forms/filter.py:658 #: pretix/control/templates/pretixcontrol/events/index.html:146 #: pretix/control/templates/pretixcontrol/organizers/detail.html:100 #: pretix/control/templates/pretixcontrol/subevents/index.html:115 @@ -35,7 +35,7 @@ msgid "Presale over" msgstr "" #: htmlcov/pretix_control_views_dashboards_py.html:902 -#: pretix/control/forms/filter.py:385 pretix/control/forms/filter.py:605 +#: pretix/control/forms/filter.py:437 pretix/control/forms/filter.py:657 #: pretix/control/templates/pretixcontrol/events/index.html:148 #: pretix/control/templates/pretixcontrol/organizers/detail.html:102 #: pretix/control/templates/pretixcontrol/subevents/index.html:117 @@ -89,28 +89,28 @@ msgstr "" msgid "Limit to events" msgstr "" -#: pretix/api/serializers/cart.py:59 pretix/api/serializers/order.py:910 +#: pretix/api/serializers/cart.py:59 pretix/api/serializers/order.py:918 msgid "The product \"{}\" is not assigned to a quota." msgstr "" -#: pretix/api/serializers/cart.py:67 pretix/api/serializers/order.py:922 +#: pretix/api/serializers/cart.py:67 pretix/api/serializers/order.py:930 msgid "" "There is not enough quota available on quota \"{}\" to perform the operation." msgstr "" -#: pretix/api/serializers/cart.py:91 pretix/api/serializers/order.py:895 +#: pretix/api/serializers/cart.py:91 pretix/api/serializers/order.py:903 #: pretix/base/services/orders.py:1143 #, python-brace-format msgid "The selected seat \"{seat}\" is not available." msgstr "" -#: pretix/api/serializers/checkin.py:29 pretix/base/models/event.py:1152 -#: pretix/base/models/items.py:1187 pretix/base/models/items.py:1419 +#: pretix/api/serializers/checkin.py:29 pretix/base/models/event.py:1109 +#: pretix/base/models/items.py:1189 pretix/base/models/items.py:1421 msgid "One or more items do not belong to this event." msgstr "" #: pretix/api/serializers/checkin.py:33 pretix/api/serializers/checkin.py:36 -#: pretix/base/models/items.py:1430 pretix/base/models/items.py:1433 +#: pretix/base/models/items.py:1432 pretix/base/models/items.py:1435 #: pretix/base/models/waitinglist.py:151 pretix/base/models/waitinglist.py:154 msgid "The subevent does not belong to this event." msgstr "" @@ -182,7 +182,7 @@ msgstr "" msgid "This type of question cannot be asked during check-in." msgstr "" -#: pretix/api/serializers/organizer.py:52 pretix/control/forms/organizer.py:402 +#: pretix/api/serializers/organizer.py:52 pretix/control/forms/organizer.py:404 msgid "" "A gift card with the same secret already exists in your or an affiliated " "organizer account." @@ -290,14 +290,14 @@ msgstr "" #: pretix/base/auth.py:110 pretix/base/forms/auth.py:175 #: pretix/base/models/auth.py:90 pretix/base/models/notifications.py:25 #: pretix/base/models/orders.py:146 pretix/control/navigation.py:60 -#: pretix/plugins/checkinlists/exporters.py:348 +#: pretix/plugins/checkinlists/exporters.py:407 #: pretix/presale/checkoutflow.py:665 pretix/presale/forms/checkout.py:28 #: pretix/presale/forms/user.py:6 msgid "E-mail" msgstr "" #: pretix/base/auth.py:112 pretix/base/forms/auth.py:86 -#: pretix/base/forms/auth.py:138 pretix/control/forms/event.py:937 +#: pretix/base/forms/auth.py:138 pretix/control/forms/event.py:936 msgid "Password" msgstr "" @@ -305,7 +305,7 @@ msgstr "" msgid "Online shop" msgstr "" -#: pretix/base/email.py:139 pretix/control/views/main.py:288 +#: pretix/base/email.py:139 pretix/control/views/main.py:268 #: pretix/plugins/badges/__init__.py:24 pretix/plugins/badges/models.py:27 #: pretix/plugins/badges/templates/pretixplugins/badges/index.html:35 #: pretix/plugins/badges/templates/pretixplugins/badges/index.html:55 @@ -320,7 +320,7 @@ msgid "Simple with logo" msgstr "" #: pretix/base/email.py:349 pretix/base/email.py:412 pretix/base/email.py:428 -#: pretix/base/email.py:437 pretix/base/pdf.py:109 pretix/base/pdf.py:207 +#: pretix/base/email.py:437 pretix/base/pdf.py:109 pretix/base/pdf.py:212 #: pretix/base/services/invoices.py:337 pretix/control/views/event.py:672 msgid "John Doe" msgstr "" @@ -373,7 +373,7 @@ msgstr "" msgid "Answers to file upload questions" msgstr "" -#: pretix/base/exporters/answers.py:27 pretix/base/models/items.py:1067 +#: pretix/base/exporters/answers.py:27 pretix/base/models/items.py:1069 #: pretix/control/navigation.py:161 #: pretix/control/templates/pretixcontrol/items/questions.html:3 #: pretix/control/templates/pretixcontrol/items/questions.html:5 @@ -394,7 +394,8 @@ msgstr "" #: pretix/control/templates/pretixcontrol/organizers/detail.html:54 #: pretix/control/templates/pretixcontrol/user/staff_session_edit.html:19 #: pretix/control/templates/pretixcontrol/user/staff_session_list.html:18 -#: pretix/plugins/checkinlists/exporters.py:352 +#: pretix/plugins/checkinlists/exporters.py:47 +#: pretix/plugins/checkinlists/exporters.py:411 msgid "Start date" msgstr "" @@ -410,7 +411,8 @@ msgstr "" #: pretix/control/templates/pretixcontrol/organizers/detail.html:56 #: pretix/control/templates/pretixcontrol/user/staff_session_edit.html:21 #: pretix/control/templates/pretixcontrol/user/staff_session_list.html:20 -#: pretix/plugins/checkinlists/exporters.py:353 +#: pretix/plugins/checkinlists/exporters.py:54 +#: pretix/plugins/checkinlists/exporters.py:412 msgid "End date" msgstr "" @@ -424,9 +426,9 @@ msgstr "" msgid "All invoices" msgstr "" -#: pretix/base/exporters/invoices.py:99 pretix/base/models/orders.py:1234 -#: pretix/base/models/orders.py:1605 pretix/control/forms/filter.py:97 -#: pretix/control/forms/filter.py:1125 +#: pretix/base/exporters/invoices.py:99 pretix/base/models/orders.py:1261 +#: pretix/base/models/orders.py:1632 pretix/control/forms/filter.py:97 +#: pretix/control/forms/filter.py:1177 #: pretix/control/templates/pretixcontrol/boxoffice/payment.html:9 #: pretix/control/templates/pretixcontrol/boxoffice/payment.html:14 #: pretix/control/templates/pretixcontrol/boxoffice/payment.html:33 @@ -435,7 +437,7 @@ msgid "Payment provider" msgstr "" #: pretix/base/exporters/invoices.py:101 pretix/control/forms/filter.py:99 -#: pretix/control/forms/filter.py:1127 +#: pretix/control/forms/filter.py:1179 msgid "All payment providers" msgstr "" @@ -450,8 +452,8 @@ msgstr "" msgid "Email addresses (text file)" msgstr "" -#: pretix/base/exporters/mail.py:34 pretix/plugins/reports/exporters.py:307 -#: pretix/plugins/reports/exporters.py:479 +#: pretix/base/exporters/mail.py:34 pretix/plugins/reports/exporters.py:310 +#: pretix/plugins/reports/exporters.py:482 msgid "Filter by status" msgstr "" @@ -466,7 +468,7 @@ msgstr "" msgid "Orders" msgstr "" -#: pretix/base/exporters/orderlist.py:32 pretix/base/models/orders.py:1862 +#: pretix/base/exporters/orderlist.py:32 pretix/base/models/orders.py:1889 #: pretix/base/notifications.py:190 msgid "Order positions" msgstr "" @@ -488,31 +490,31 @@ msgstr "" #: pretix/control/templates/pretixcontrol/order/index.html:157 #: pretix/control/templates/pretixcontrol/orders/index.html:34 #: pretix/control/templates/pretixcontrol/orders/index.html:91 -#: pretix/control/templates/pretixcontrol/search/orders.html:36 -#: pretix/plugins/badges/exporters.py:236 +#: pretix/control/templates/pretixcontrol/search/orders.html:41 +#: pretix/plugins/badges/exporters.py:244 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/transaction_list.html:34 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/transaction_list.html:57 -#: pretix/plugins/checkinlists/exporters.py:60 -#: pretix/plugins/checkinlists/exporters.py:330 -#: pretix/plugins/reports/exporters.py:381 -#: pretix/plugins/reports/exporters.py:518 +#: pretix/plugins/checkinlists/exporters.py:75 +#: pretix/plugins/checkinlists/exporters.py:389 +#: pretix/plugins/reports/exporters.py:384 +#: pretix/plugins/reports/exporters.py:521 #: pretix/plugins/ticketoutputpdf/exporters.py:40 msgid "Order code" msgstr "" #: pretix/base/exporters/orderlist.py:98 pretix/base/notifications.py:186 #: pretix/control/templates/pretixcontrol/orders/index.html:101 -#: pretix/control/templates/pretixcontrol/search/orders.html:48 -#: pretix/plugins/reports/exporters.py:381 -#: pretix/plugins/reports/exporters.py:520 +#: pretix/control/templates/pretixcontrol/search/orders.html:53 +#: pretix/plugins/reports/exporters.py:384 +#: pretix/plugins/reports/exporters.py:523 msgid "Order total" msgstr "" #: pretix/base/exporters/orderlist.py:98 pretix/base/exporters/orderlist.py:210 #: pretix/base/exporters/orderlist.py:286 #: pretix/base/exporters/orderlist.py:481 pretix/base/models/orders.py:134 -#: pretix/control/forms/filter.py:379 pretix/control/forms/filter.py:599 -#: pretix/control/forms/filter.py:858 pretix/control/forms/filter.py:939 +#: pretix/control/forms/filter.py:431 pretix/control/forms/filter.py:651 +#: pretix/control/forms/filter.py:910 pretix/control/forms/filter.py:991 #: pretix/control/templates/pretixcontrol/boxoffice/payment.html:22 #: pretix/control/templates/pretixcontrol/checkin/index.html:78 #: pretix/control/templates/pretixcontrol/events/index.html:88 @@ -521,12 +523,12 @@ msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:105 #: pretix/control/templates/pretixcontrol/orders/refunds.html:45 #: pretix/control/templates/pretixcontrol/organizers/detail.html:58 -#: pretix/control/templates/pretixcontrol/search/orders.html:51 +#: pretix/control/templates/pretixcontrol/search/orders.html:56 #: pretix/control/templates/pretixcontrol/subevents/index.html:79 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:136 #: pretix/control/views/waitinglist.py:199 -#: pretix/plugins/reports/exporters.py:381 -#: pretix/plugins/reports/exporters.py:520 +#: pretix/plugins/reports/exporters.py:384 +#: pretix/plugins/reports/exporters.py:523 #: pretix/plugins/stripe/templates/pretixplugins/stripe/control.html:61 #: pretix/presale/templates/pretixpresale/organizers/index.html:64 msgid "Status" @@ -540,15 +542,15 @@ msgstr "" #: pretix/base/exporters/orderlist.py:98 pretix/base/exporters/orderlist.py:212 #: pretix/base/exporters/orderlist.py:288 pretix/base/notifications.py:188 -#: pretix/control/forms/filter.py:1174 +#: pretix/control/forms/filter.py:1226 #: pretix/control/templates/pretixcontrol/order/index.html:159 #: pretix/control/templates/pretixcontrol/orders/index.html:97 -#: pretix/control/templates/pretixcontrol/search/orders.html:45 -#: pretix/plugins/checkinlists/exporters.py:360 -#: pretix/plugins/reports/exporters.py:318 -#: pretix/plugins/reports/exporters.py:381 -#: pretix/plugins/reports/exporters.py:490 -#: pretix/plugins/reports/exporters.py:518 +#: pretix/control/templates/pretixcontrol/search/orders.html:50 +#: pretix/plugins/checkinlists/exporters.py:419 +#: pretix/plugins/reports/exporters.py:321 +#: pretix/plugins/reports/exporters.py:384 +#: pretix/plugins/reports/exporters.py:493 +#: pretix/plugins/reports/exporters.py:521 msgid "Order date" msgstr "" @@ -556,11 +558,11 @@ msgstr "" #: pretix/base/exporters/orderlist.py:309 #: pretix/base/exporters/orderlist.py:329 #: pretix/base/exporters/orderlist.py:571 -#: pretix/base/exporters/orderlist.py:673 pretix/base/forms/questions.py:269 +#: pretix/base/exporters/orderlist.py:673 pretix/base/forms/questions.py:270 #: pretix/base/orderimport.py:241 pretix/base/orderimport.py:406 #: pretix/control/templates/pretixcontrol/order/index.html:782 -#: pretix/plugins/checkinlists/exporters.py:358 -#: pretix/plugins/reports/exporters.py:519 +#: pretix/plugins/checkinlists/exporters.py:417 +#: pretix/plugins/reports/exporters.py:522 #: pretix/presale/templates/pretixpresale/event/checkout_confirm.html:93 #: pretix/presale/templates/pretixpresale/event/order.html:281 msgid "Company" @@ -569,13 +571,13 @@ msgstr "" #: pretix/base/exporters/orderlist.py:99 pretix/base/exporters/orderlist.py:564 #: pretix/base/exporters/orderlist.py:572 #: pretix/base/exporters/orderlist.py:666 -#: pretix/base/exporters/orderlist.py:674 pretix/base/forms/questions.py:634 -#: pretix/base/models/devices.py:51 pretix/base/models/event.py:1008 -#: pretix/base/models/event.py:1250 pretix/base/models/items.py:1301 -#: pretix/base/models/items.py:1460 pretix/base/models/organizer.py:34 -#: pretix/base/models/seating.py:39 pretix/base/models/tax.py:97 +#: pretix/base/exporters/orderlist.py:674 pretix/base/forms/questions.py:641 +#: pretix/base/models/devices.py:51 pretix/base/models/event.py:989 +#: pretix/base/models/event.py:1207 pretix/base/models/items.py:1303 +#: pretix/base/models/items.py:1462 pretix/base/models/organizer.py:34 +#: pretix/base/models/seating.py:40 pretix/base/models/tax.py:97 #: pretix/base/settings.py:1627 pretix/base/settings.py:1637 -#: pretix/base/settings.py:1798 pretix/control/forms/item.py:281 +#: pretix/base/settings.py:1806 pretix/control/forms/item.py:281 #: pretix/control/templates/pretixcontrol/checkin/index.html:75 #: pretix/control/templates/pretixcontrol/event/tax_index.html:26 #: pretix/control/templates/pretixcontrol/oauth/app_list.html:12 @@ -586,8 +588,8 @@ msgstr "" #: pretix/control/templates/pretixcontrol/subevents/index.html:66 #: pretix/plugins/badges/models.py:32 #: pretix/plugins/badges/templates/pretixplugins/badges/index.html:34 -#: pretix/plugins/checkinlists/exporters.py:236 -#: pretix/plugins/reports/exporters.py:519 +#: pretix/plugins/checkinlists/exporters.py:286 +#: pretix/plugins/reports/exporters.py:522 #: pretix/plugins/ticketoutputpdf/models.py:32 #: pretix/plugins/ticketoutputpdf/templates/pretixplugins/ticketoutputpdf/index.html:32 #: pretix/presale/templates/pretixpresale/event/checkout_confirm.html:96 @@ -602,8 +604,8 @@ msgstr "" #: pretix/base/exporters/orderlist.py:310 #: pretix/base/exporters/orderlist.py:336 #: pretix/base/exporters/orderlist.py:565 -#: pretix/base/exporters/orderlist.py:667 pretix/base/forms/questions.py:276 -#: pretix/base/models/orders.py:1070 pretix/base/models/orders.py:2113 +#: pretix/base/exporters/orderlist.py:667 pretix/base/forms/questions.py:277 +#: pretix/base/models/orders.py:1070 pretix/base/models/orders.py:2140 #: pretix/base/orderimport.py:271 pretix/base/orderimport.py:417 #: pretix/control/templates/pretixcontrol/order/index.html:786 #: pretix/presale/templates/pretixpresale/event/checkout_confirm.html:98 @@ -618,8 +620,8 @@ msgstr "" #: pretix/base/exporters/orderlist.py:566 #: pretix/base/exporters/orderlist.py:574 #: pretix/base/exporters/orderlist.py:668 -#: pretix/base/exporters/orderlist.py:676 pretix/base/forms/questions.py:286 -#: pretix/base/models/orders.py:1071 pretix/base/models/orders.py:2114 +#: pretix/base/exporters/orderlist.py:676 pretix/base/forms/questions.py:287 +#: pretix/base/models/orders.py:1071 pretix/base/models/orders.py:2141 #: pretix/base/orderimport.py:282 pretix/base/orderimport.py:428 #: pretix/base/settings.py:549 msgid "ZIP code" @@ -632,8 +634,8 @@ msgstr "" #: pretix/base/exporters/orderlist.py:567 #: pretix/base/exporters/orderlist.py:575 #: pretix/base/exporters/orderlist.py:669 -#: pretix/base/exporters/orderlist.py:677 pretix/base/forms/questions.py:294 -#: pretix/base/models/orders.py:1072 pretix/base/models/orders.py:2115 +#: pretix/base/exporters/orderlist.py:677 pretix/base/forms/questions.py:295 +#: pretix/base/models/orders.py:1072 pretix/base/models/orders.py:2142 #: pretix/base/orderimport.py:293 pretix/base/orderimport.py:439 #: pretix/base/settings.py:561 msgid "City" @@ -646,12 +648,12 @@ msgstr "" #: pretix/base/exporters/orderlist.py:568 #: pretix/base/exporters/orderlist.py:576 #: pretix/base/exporters/orderlist.py:670 -#: pretix/base/exporters/orderlist.py:678 pretix/base/forms/questions.py:305 -#: pretix/base/models/orders.py:1073 pretix/base/models/orders.py:2116 -#: pretix/base/models/orders.py:2117 pretix/base/orderimport.py:309 +#: pretix/base/exporters/orderlist.py:678 pretix/base/forms/questions.py:306 +#: pretix/base/models/orders.py:1073 pretix/base/models/orders.py:2143 +#: pretix/base/models/orders.py:2144 pretix/base/orderimport.py:309 #: pretix/base/orderimport.py:455 pretix/base/settings.py:574 #: pretix/control/templates/pretixcontrol/order/index.html:790 -#: pretix/plugins/reports/exporters.py:520 +#: pretix/plugins/reports/exporters.py:523 #: pretix/presale/templates/pretixpresale/event/checkout_confirm.html:102 #: pretix/presale/templates/pretixpresale/event/order.html:291 msgid "Country" @@ -662,9 +664,9 @@ msgstr "" #: pretix/base/exporters/orderlist.py:314 #: pretix/base/exporters/orderlist.py:336 #: pretix/base/exporters/orderlist.py:577 -#: pretix/base/exporters/orderlist.py:679 pretix/base/forms/questions.py:327 -#: pretix/base/forms/questions.py:603 pretix/base/models/orders.py:1074 -#: pretix/base/models/orders.py:2119 pretix/base/orderimport.py:328 +#: pretix/base/exporters/orderlist.py:679 pretix/base/forms/questions.py:328 +#: pretix/base/forms/questions.py:610 pretix/base/models/orders.py:1074 +#: pretix/base/models/orders.py:2146 pretix/base/orderimport.py:328 #: pretix/control/templates/pretixcontrol/order/index.html:793 #: pretix/presale/templates/pretixpresale/event/checkout_confirm.html:105 #: pretix/presale/templates/pretixpresale/event/order.html:294 @@ -678,10 +680,10 @@ msgstr "" #: pretix/base/exporters/orderlist.py:570 #: pretix/base/exporters/orderlist.py:578 #: pretix/base/exporters/orderlist.py:672 -#: pretix/base/exporters/orderlist.py:680 pretix/base/models/orders.py:2120 +#: pretix/base/exporters/orderlist.py:680 pretix/base/models/orders.py:2147 #: pretix/base/orderimport.py:353 #: pretix/control/templates/pretixcontrol/order/index.html:797 -#: pretix/plugins/reports/exporters.py:520 +#: pretix/plugins/reports/exporters.py:523 #: pretix/presale/templates/pretixpresale/event/checkout_confirm.html:109 #: pretix/presale/templates/pretixpresale/event/order.html:298 msgid "VAT ID" @@ -729,14 +731,14 @@ msgstr "" #: pretix/base/exporters/orderlist.py:119 pretix/base/models/items.py:398 #: pretix/base/models/orders.py:172 -#: pretix/plugins/checkinlists/exporters.py:361 +#: pretix/plugins/checkinlists/exporters.py:420 msgid "Requires special attention" msgstr "" #: pretix/base/exporters/orderlist.py:120 pretix/base/models/orders.py:167 #: pretix/base/models/vouchers.py:197 pretix/base/orderimport.py:620 #: pretix/control/templates/pretixcontrol/user/staff_session_list.html:21 -#: pretix/plugins/checkinlists/exporters.py:362 +#: pretix/plugins/checkinlists/exporters.py:421 msgid "Comment" msgstr "" @@ -750,9 +752,9 @@ msgstr "" #: pretix/base/exporters/orderlist.py:642 pretix/base/models/orders.py:939 #: pretix/control/forms/item.py:397 pretix/control/views/item.py:527 #: pretix/control/views/vouchers.py:88 pretix/control/views/vouchers.py:89 -#: pretix/plugins/checkinlists/exporters.py:396 -#: pretix/plugins/checkinlists/exporters.py:399 -#: pretix/plugins/checkinlists/exporters.py:434 +#: pretix/plugins/checkinlists/exporters.py:455 +#: pretix/plugins/checkinlists/exporters.py:458 +#: pretix/plugins/checkinlists/exporters.py:493 #: pretix/plugins/pretixdroid/templates/pretixplugins/pretixdroid/configuration.html:110 #: pretix/plugins/pretixdroid/templates/pretixplugins/pretixdroid/configuration.html:111 #: pretix/presale/checkoutflow.py:675 @@ -764,9 +766,9 @@ msgstr "" #: pretix/base/exporters/orderlist.py:642 pretix/base/models/orders.py:941 #: pretix/control/forms/item.py:398 pretix/control/views/item.py:527 #: pretix/control/views/vouchers.py:88 pretix/control/views/vouchers.py:89 -#: pretix/plugins/checkinlists/exporters.py:396 -#: pretix/plugins/checkinlists/exporters.py:399 -#: pretix/plugins/checkinlists/exporters.py:434 +#: pretix/plugins/checkinlists/exporters.py:455 +#: pretix/plugins/checkinlists/exporters.py:458 +#: pretix/plugins/checkinlists/exporters.py:493 #: pretix/plugins/pretixdroid/templates/pretixplugins/pretixdroid/configuration.html:110 #: pretix/plugins/pretixdroid/templates/pretixplugins/pretixdroid/configuration.html:111 #: pretix/presale/checkoutflow.py:677 @@ -779,7 +781,7 @@ msgstr "" #: pretix/base/exporters/orderlist.py:214 #: pretix/base/exporters/orderlist.py:653 pretix/base/models/items.py:276 -#: pretix/base/models/items.py:630 pretix/base/models/items.py:637 +#: pretix/base/models/items.py:632 pretix/base/models/items.py:639 msgid "Description" msgstr "" @@ -789,15 +791,15 @@ msgstr "" #: pretix/control/templates/pretixcontrol/item/index.html:45 #: pretix/control/templates/pretixcontrol/order/change.html:145 #: pretix/control/templates/pretixcontrol/order/change.html:295 -#: pretix/plugins/checkinlists/exporters.py:237 -#: pretix/plugins/checkinlists/exporters.py:337 +#: pretix/plugins/checkinlists/exporters.py:287 +#: pretix/plugins/checkinlists/exporters.py:396 msgid "Price" msgstr "" #: pretix/base/exporters/orderlist.py:216 #: pretix/base/exporters/orderlist.py:298 -#: pretix/base/exporters/orderlist.py:657 pretix/base/models/orders.py:1739 -#: pretix/base/models/orders.py:1837 pretix/base/models/tax.py:104 +#: pretix/base/exporters/orderlist.py:657 pretix/base/models/orders.py:1766 +#: pretix/base/models/orders.py:1864 pretix/base/models/tax.py:104 msgid "Tax rate" msgstr "" @@ -810,15 +812,15 @@ msgstr "" #: pretix/base/exporters/orderlist.py:218 #: pretix/base/exporters/orderlist.py:300 -#: pretix/base/exporters/orderlist.py:656 pretix/base/models/orders.py:1748 -#: pretix/base/models/orders.py:1846 +#: pretix/base/exporters/orderlist.py:656 pretix/base/models/orders.py:1775 +#: pretix/base/models/orders.py:1873 msgid "Tax value" msgstr "" #: pretix/base/exporters/orderlist.py:220 #: pretix/base/exporters/orderlist.py:225 #: pretix/base/exporters/orderlist.py:330 -#: pretix/base/exporters/orderlist.py:334 pretix/base/pdf.py:206 +#: pretix/base/exporters/orderlist.py:334 pretix/base/pdf.py:211 msgid "Invoice address name" msgstr "" @@ -827,13 +829,13 @@ msgid "Position ID" msgstr "" #: pretix/base/exporters/orderlist.py:291 pretix/base/models/checkin.py:18 -#: pretix/base/models/items.py:1297 pretix/base/models/orders.py:1021 +#: pretix/base/models/items.py:1299 pretix/base/models/orders.py:1021 #: pretix/base/models/vouchers.py:101 pretix/base/models/waitinglist.py:34 -#: pretix/control/forms/event.py:1106 pretix/control/forms/filter.py:241 -#: pretix/control/forms/filter.py:976 pretix/control/forms/filter.py:1088 -#: pretix/control/forms/filter.py:1165 pretix/control/forms/item.py:174 -#: pretix/control/forms/orders.py:241 pretix/control/forms/orders.py:293 -#: pretix/control/forms/orders.py:542 pretix/control/forms/vouchers.py:78 +#: pretix/control/forms/event.py:1105 pretix/control/forms/filter.py:241 +#: pretix/control/forms/filter.py:1028 pretix/control/forms/filter.py:1140 +#: pretix/control/forms/filter.py:1217 pretix/control/forms/item.py:174 +#: pretix/control/forms/orders.py:245 pretix/control/forms/orders.py:297 +#: pretix/control/forms/orders.py:546 pretix/control/forms/vouchers.py:78 #: pretix/control/templates/pretixcontrol/checkin/lists.html:75 #: pretix/control/templates/pretixcontrol/items/quotas.html:47 #: pretix/control/templates/pretixcontrol/order/change.html:104 @@ -843,7 +845,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/vouchers/index.html:126 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:133 #: pretix/control/views/waitinglist.py:203 -#: pretix/plugins/checkinlists/exporters.py:351 +#: pretix/plugins/checkinlists/exporters.py:410 #: pretix/plugins/sendmail/forms.py:129 #: pretix/presale/templates/pretixpresale/event/checkout_questions.html:92 msgctxt "subevent" @@ -852,17 +854,17 @@ msgstr "" #: pretix/base/exporters/orderlist.py:295 pretix/base/models/items.py:425 #: pretix/base/models/vouchers.py:156 pretix/base/models/waitinglist.py:52 -#: pretix/base/orderimport.py:174 pretix/control/forms/filter.py:982 -#: pretix/control/forms/orders.py:220 pretix/control/forms/vouchers.py:29 +#: pretix/base/orderimport.py:174 pretix/control/forms/filter.py:1034 +#: pretix/control/forms/orders.py:224 pretix/control/forms/vouchers.py:29 #: pretix/control/templates/pretixcontrol/item/base.html:3 #: pretix/control/templates/pretixcontrol/order/change.html:130 #: pretix/control/templates/pretixcontrol/orders/overview.html:58 #: pretix/control/templates/pretixcontrol/vouchers/index.html:120 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:131 #: pretix/control/views/vouchers.py:69 pretix/control/views/waitinglist.py:199 -#: pretix/plugins/checkinlists/exporters.py:237 -#: pretix/plugins/checkinlists/exporters.py:337 -#: pretix/plugins/reports/exporters.py:219 +#: pretix/plugins/checkinlists/exporters.py:287 +#: pretix/plugins/checkinlists/exporters.py:396 +#: pretix/plugins/reports/exporters.py:222 #: pretix/plugins/statistics/templates/pretixplugins/statistics/index.html:100 #: pretix/presale/templates/pretixpresale/event/waitinglist.html:10 msgid "Product" @@ -873,20 +875,20 @@ msgid "Variation" msgstr "" #: pretix/base/exporters/orderlist.py:301 -#: pretix/base/exporters/orderlist.py:306 pretix/base/forms/questions.py:252 +#: pretix/base/exporters/orderlist.py:306 pretix/base/forms/questions.py:253 #: pretix/base/models/orders.py:1043 pretix/base/orderimport.py:378 #: pretix/base/pdf.py:108 #: pretix/control/templates/pretixcontrol/order/index.html:376 -#: pretix/plugins/badges/exporters.py:235 -#: pretix/plugins/checkinlists/exporters.py:59 -#: pretix/plugins/checkinlists/exporters.py:331 +#: pretix/plugins/badges/exporters.py:243 +#: pretix/plugins/checkinlists/exporters.py:74 +#: pretix/plugins/checkinlists/exporters.py:390 #: pretix/plugins/ticketoutputpdf/exporters.py:39 #: pretix/presale/templates/pretixpresale/event/fragment_cart.html:48 #: pretix/presale/templates/pretixpresale/event/fragment_cart.html:51 msgid "Attendee name" msgstr "" -#: pretix/base/exporters/orderlist.py:308 pretix/base/forms/questions.py:258 +#: pretix/base/exporters/orderlist.py:308 pretix/base/forms/questions.py:259 #: pretix/base/models/orders.py:1051 #: pretix/control/templates/pretixcontrol/order/index.html:381 #: pretix/presale/templates/pretixpresale/event/fragment_cart.html:58 @@ -920,11 +922,11 @@ msgstr "" #: pretix/base/exporters/orderlist.py:481 #: pretix/base/exporters/orderlist.py:748 pretix/base/models/orders.py:204 -#: pretix/base/models/orders.py:1221 pretix/base/models/orders.py:1586 -#: pretix/base/models/orders.py:1728 pretix/base/models/orders.py:1831 +#: pretix/base/models/orders.py:1248 pretix/base/models/orders.py:1613 +#: pretix/base/models/orders.py:1755 pretix/base/models/orders.py:1858 #: pretix/control/templates/pretixcontrol/organizers/giftcard.html:64 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/transaction_list.html:15 -#: pretix/plugins/checkinlists/exporters.py:235 +#: pretix/plugins/checkinlists/exporters.py:285 msgid "Order" msgstr "" @@ -950,8 +952,8 @@ msgid "Status code" msgstr "" #: pretix/base/exporters/orderlist.py:482 -#: pretix/base/exporters/orderlist.py:748 pretix/base/models/orders.py:1217 -#: pretix/base/models/orders.py:1582 +#: pretix/base/exporters/orderlist.py:748 pretix/base/models/orders.py:1244 +#: pretix/base/models/orders.py:1609 #: pretix/control/templates/pretixcontrol/order/index.html:578 #: pretix/control/templates/pretixcontrol/order/index.html:674 #: pretix/control/templates/pretixcontrol/orders/refunds.html:46 @@ -1001,7 +1003,7 @@ msgid "Current user's carts" msgstr "" #: pretix/base/exporters/orderlist.py:516 pretix/base/shredder.py:170 -#: pretix/control/forms/event.py:1181 pretix/control/navigation.py:206 +#: pretix/control/forms/event.py:1180 pretix/control/navigation.py:206 #: pretix/control/templates/pretixcontrol/event/settings.html:155 #: pretix/control/templates/pretixcontrol/orders/cancel.html:59 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:6 @@ -1051,9 +1053,9 @@ msgstr "" #: pretix/base/exporters/orderlist.py:558 #: pretix/base/exporters/orderlist.py:661 -#: pretix/base/exporters/orderlist.py:748 pretix/base/models/items.py:997 -#: pretix/base/models/orders.py:154 pretix/base/models/orders.py:2068 -#: pretix/control/forms/filter.py:391 +#: pretix/base/exporters/orderlist.py:748 pretix/base/models/items.py:999 +#: pretix/base/models/orders.py:154 pretix/base/models/orders.py:2095 +#: pretix/control/forms/filter.py:443 #: pretix/control/templates/pretixcontrol/organizers/giftcard.html:63 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/import_assign.html:17 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/transaction_list.html:11 @@ -1080,7 +1082,7 @@ msgid "Cancellation of" msgstr "" #: pretix/base/exporters/orderlist.py:563 pretix/base/models/auth.py:102 -#: pretix/control/forms/event.py:1111 pretix/control/views/waitinglist.py:200 +#: pretix/control/forms/event.py:1110 pretix/control/views/waitinglist.py:200 msgid "Language" msgstr "" @@ -1135,19 +1137,19 @@ msgid "Street address" msgstr "" #: pretix/base/exporters/orderlist.py:579 -#: pretix/base/exporters/orderlist.py:681 pretix/base/models/orders.py:2130 +#: pretix/base/exporters/orderlist.py:681 pretix/base/models/orders.py:2157 msgid "Beneficiary" msgstr "" #: pretix/base/exporters/orderlist.py:580 -#: pretix/base/exporters/orderlist.py:682 pretix/base/models/orders.py:2125 +#: pretix/base/exporters/orderlist.py:682 pretix/base/models/orders.py:2152 #: pretix/base/orderimport.py:364 #: pretix/control/templates/pretixcontrol/order/index.html:817 #: pretix/presale/templates/pretixpresale/event/checkout_confirm.html:116 msgid "Internal reference" msgstr "" -#: pretix/base/exporters/orderlist.py:581 pretix/control/forms/event.py:1086 +#: pretix/base/exporters/orderlist.py:581 pretix/control/forms/event.py:1085 msgid "Reverse charge" msgstr "" @@ -1187,7 +1189,7 @@ msgstr "" msgid "Line number" msgstr "" -#: pretix/base/exporters/orderlist.py:654 pretix/control/forms/orders.py:236 +#: pretix/base/exporters/orderlist.py:654 pretix/control/forms/orders.py:240 msgid "Gross price" msgstr "" @@ -1252,42 +1254,42 @@ msgstr "" msgid "Repeat password" msgstr "" -#: pretix/base/forms/questions.py:279 pretix/base/forms/questions.py:545 +#: pretix/base/forms/questions.py:280 pretix/base/forms/questions.py:552 msgid "Street and Number" msgstr "" -#: pretix/base/forms/questions.py:311 pretix/base/forms/questions.py:585 +#: pretix/base/forms/questions.py:312 pretix/base/forms/questions.py:592 msgctxt "address" msgid "Select state" msgstr "" -#: pretix/base/forms/questions.py:500 pretix/base/forms/questions.py:670 -#: pretix/base/payment.py:51 pretix/control/forms/event.py:653 -#: pretix/control/forms/event.py:1046 +#: pretix/base/forms/questions.py:507 pretix/base/forms/questions.py:677 +#: pretix/base/payment.py:51 pretix/control/forms/event.py:651 +#: pretix/control/forms/event.py:1045 msgid "This field is required." msgstr "" -#: pretix/base/forms/questions.py:529 pretix/control/forms/item.py:94 +#: pretix/base/forms/questions.py:536 pretix/control/forms/item.py:94 msgid "This field is required" msgstr "" -#: pretix/base/forms/questions.py:661 +#: pretix/base/forms/questions.py:668 msgid "You need to provide a company name." msgstr "" -#: pretix/base/forms/questions.py:663 +#: pretix/base/forms/questions.py:670 msgid "You need to provide your name." msgstr "" -#: pretix/base/forms/questions.py:684 pretix/control/views/orders.py:1136 +#: pretix/base/forms/questions.py:691 pretix/control/views/orders.py:1136 msgid "Your VAT ID does not match the selected country." msgstr "" -#: pretix/base/forms/questions.py:692 +#: pretix/base/forms/questions.py:699 msgid "This VAT ID is not valid. Please re-check your input." msgstr "" -#: pretix/base/forms/questions.py:697 +#: pretix/base/forms/questions.py:704 msgid "" "Your VAT ID could not be checked, as the VAT checking service of your " "country is currently not available. We will therefore need to charge VAT on " @@ -1295,7 +1297,7 @@ msgid "" "process." msgstr "" -#: pretix/base/forms/questions.py:705 +#: pretix/base/forms/questions.py:712 msgid "" "Your VAT ID could not be checked, as the VAT checking service of your " "country returned an incorrect result. We will therefore need to charge VAT " @@ -1367,12 +1369,12 @@ msgstr "" msgid "Invalid placeholder(s): %(value)s" msgstr "" -#: pretix/base/forms/widgets.py:134 pretix/base/forms/widgets.py:139 -#: pretix/base/models/orders.py:2109 +#: pretix/base/forms/widgets.py:138 pretix/base/forms/widgets.py:143 +#: pretix/base/models/orders.py:2136 msgid "Business customer" msgstr "" -#: pretix/base/forms/widgets.py:138 +#: pretix/base/forms/widgets.py:142 msgid "Individual customer" msgstr "" @@ -1397,27 +1399,27 @@ msgctxt "invoice" msgid "Invoice to" msgstr "" -#: pretix/base/invoice.py:322 pretix/base/invoice.py:752 +#: pretix/base/invoice.py:322 pretix/base/invoice.py:753 msgctxt "invoice" msgid "Order code" msgstr "" -#: pretix/base/invoice.py:331 pretix/base/invoice.py:761 +#: pretix/base/invoice.py:331 pretix/base/invoice.py:762 msgctxt "invoice" msgid "Cancellation number" msgstr "" -#: pretix/base/invoice.py:337 pretix/base/invoice.py:769 +#: pretix/base/invoice.py:337 pretix/base/invoice.py:770 msgctxt "invoice" msgid "Original invoice" msgstr "" -#: pretix/base/invoice.py:342 pretix/base/invoice.py:776 +#: pretix/base/invoice.py:342 pretix/base/invoice.py:777 msgctxt "invoice" msgid "Invoice number" msgstr "" -#: pretix/base/invoice.py:350 pretix/base/invoice.py:791 +#: pretix/base/invoice.py:350 pretix/base/invoice.py:792 msgctxt "invoice" msgid "Cancellation date" msgstr "" @@ -1427,7 +1429,7 @@ msgctxt "invoice" msgid "Original invoice date" msgstr "" -#: pretix/base/invoice.py:363 pretix/base/invoice.py:793 +#: pretix/base/invoice.py:363 pretix/base/invoice.py:794 msgctxt "invoice" msgid "Invoice date" msgstr "" @@ -1454,7 +1456,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/organizers/giftcard.html:11 #: pretix/control/templates/pretixcontrol/organizers/giftcard_edit.html:10 #: pretix/control/templates/pretixcontrol/organizers/giftcards.html:73 -#: pretix/control/templates/pretixcontrol/search/orders.html:65 +#: pretix/control/templates/pretixcontrol/search/orders.html:70 #: pretix/presale/templates/pretixpresale/event/order.html:48 #: pretix/presale/templates/pretixpresale/event/position.html:14 msgid "TEST MODE" @@ -1572,7 +1574,7 @@ msgid "" "Bank on {date}, this corresponds to:" msgstr "" -#: pretix/base/invoice.py:678 +#: pretix/base/invoice.py:679 #, python-brace-format msgctxt "invoice" msgid "" @@ -1580,7 +1582,7 @@ msgid "" "Bank on {date}, the invoice total corresponds to {total}." msgstr "" -#: pretix/base/invoice.py:691 +#: pretix/base/invoice.py:692 msgid "Modern Invoice Renderer (pretix 2.7)" msgstr "" @@ -1589,8 +1591,8 @@ msgstr "" msgid "Default list" msgstr "" -#: pretix/base/models/auth.py:92 pretix/base/models/orders.py:2111 -#: pretix/base/settings.py:1809 pretix/base/settings.py:1820 +#: pretix/base/models/auth.py:92 pretix/base/models/orders.py:2138 +#: pretix/base/settings.py:1817 pretix/base/settings.py:1828 #: pretix/control/templates/pretixcontrol/users/index.html:42 msgid "Full name" msgstr "" @@ -1626,7 +1628,7 @@ msgstr "" #: pretix/base/models/auth.py:126 #: pretix/control/templates/pretixcontrol/order/index.html:180 #: pretix/control/templates/pretixcontrol/orders/index.html:94 -#: pretix/control/templates/pretixcontrol/search/orders.html:42 +#: pretix/control/templates/pretixcontrol/search/orders.html:47 #: pretix/control/templates/pretixcontrol/user/staff_session_edit.html:23 #: pretix/control/templates/pretixcontrol/user/staff_session_list.html:15 #: pretix/control/templates/pretixcontrol/users/form.html:4 @@ -1655,7 +1657,7 @@ msgstr "" msgid "All products (including newly created ones)" msgstr "" -#: pretix/base/models/checkin.py:16 pretix/plugins/badges/exporters.py:204 +#: pretix/base/models/checkin.py:16 pretix/plugins/badges/exporters.py:212 msgid "Limit to products" msgstr "" @@ -1720,9 +1722,9 @@ msgstr "" msgid "The end of the event has to be later than its start." msgstr "" -#: pretix/base/models/event.py:288 pretix/base/pdf.py:125 -#: pretix/control/forms/filter.py:410 pretix/control/forms/filter.py:412 -#: pretix/control/forms/filter.py:627 pretix/control/forms/filter.py:629 +#: pretix/base/models/event.py:288 pretix/base/pdf.py:130 +#: pretix/control/forms/filter.py:462 pretix/control/forms/filter.py:464 +#: pretix/control/forms/filter.py:679 pretix/control/forms/filter.py:681 #: pretix/control/templates/pretixcontrol/events/index.html:64 #: pretix/control/templates/pretixcontrol/organizers/detail.html:52 msgid "Event name" @@ -1754,26 +1756,26 @@ msgstr "" msgid "Event currency" msgstr "" -#: pretix/base/models/event.py:311 pretix/base/models/event.py:1010 +#: pretix/base/models/event.py:311 pretix/base/models/event.py:991 #: pretix/base/settings.py:1625 pretix/base/settings.py:1635 #: pretix/control/forms/subevents.py:370 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:268 msgid "Event start time" msgstr "" -#: pretix/base/models/event.py:313 pretix/base/models/event.py:1012 -#: pretix/base/pdf.py:177 pretix/control/forms/subevents.py:375 +#: pretix/base/models/event.py:313 pretix/base/models/event.py:993 +#: pretix/base/pdf.py:182 pretix/control/forms/subevents.py:375 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:270 msgid "Event end time" msgstr "" -#: pretix/base/models/event.py:315 pretix/base/models/event.py:1014 +#: pretix/base/models/event.py:315 pretix/base/models/event.py:995 #: pretix/control/forms/subevents.py:380 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:274 msgid "Admission time" msgstr "" -#: pretix/base/models/event.py:317 pretix/base/models/event.py:1003 +#: pretix/base/models/event.py:317 pretix/base/models/event.py:984 msgid "Show in lists" msgstr "" @@ -1783,37 +1785,37 @@ msgid "" "organizer account." msgstr "" -#: pretix/base/models/event.py:321 pretix/base/models/event.py:1017 +#: pretix/base/models/event.py:321 pretix/base/models/event.py:998 #: pretix/control/forms/subevents.py:70 msgid "End of presale" msgstr "" -#: pretix/base/models/event.py:322 pretix/base/models/event.py:1018 +#: pretix/base/models/event.py:322 pretix/base/models/event.py:999 #: pretix/control/forms/subevents.py:71 msgid "" "Optional. No products will be sold after this date. If you do not set this " "value, the presale will end after the end date of your event." msgstr "" -#: pretix/base/models/event.py:327 pretix/base/models/event.py:1023 +#: pretix/base/models/event.py:327 pretix/base/models/event.py:1004 #: pretix/control/forms/subevents.py:64 msgid "Start of presale" msgstr "" -#: pretix/base/models/event.py:328 pretix/base/models/event.py:1024 +#: pretix/base/models/event.py:328 pretix/base/models/event.py:1005 #: pretix/control/forms/subevents.py:65 msgid "Optional. No products will be sold before this date." msgstr "" -#: pretix/base/models/event.py:333 pretix/base/models/event.py:1029 +#: pretix/base/models/event.py:333 pretix/base/models/event.py:1010 msgid "Location" msgstr "" -#: pretix/base/models/event.py:336 pretix/base/models/event.py:1032 +#: pretix/base/models/event.py:336 pretix/base/models/event.py:1013 msgid "Latitude" msgstr "" -#: pretix/base/models/event.py:340 pretix/base/models/event.py:1036 +#: pretix/base/models/event.py:340 pretix/base/models/event.py:1017 msgid "Longitude" msgstr "" @@ -1827,8 +1829,8 @@ msgstr "" msgid "Internal comment" msgstr "" -#: pretix/base/models/event.py:352 pretix/control/forms/event.py:216 -#: pretix/control/forms/filter.py:609 +#: pretix/base/models/event.py:352 pretix/control/forms/event.py:212 +#: pretix/control/forms/filter.py:661 #: pretix/control/templates/pretixcontrol/event/index.html:12 #: pretix/control/views/dashboards.py:490 #: pretix/presale/templates/pretixpresale/organizers/index.html:93 @@ -1837,10 +1839,10 @@ msgid "Event series" msgstr "" #: pretix/base/models/event.py:361 pretix/base/models/items.py:252 -#: pretix/base/models/items.py:1290 pretix/base/models/orders.py:140 -#: pretix/base/models/orders.py:2060 pretix/base/models/vouchers.py:95 +#: pretix/base/models/items.py:1292 pretix/base/models/orders.py:140 +#: pretix/base/models/orders.py:2087 pretix/base/models/vouchers.py:95 #: pretix/base/models/waitinglist.py:28 pretix/base/notifications.py:177 -#: pretix/control/templates/pretixcontrol/search/orders.html:39 +#: pretix/control/templates/pretixcontrol/search/orders.html:44 #: pretix/presale/templates/pretixpresale/event/waitinglist.html:18 msgid "Event" msgstr "" @@ -1855,77 +1857,77 @@ msgstr "" msgid "Events" msgstr "" -#: pretix/base/models/event.py:850 +#: pretix/base/models/event.py:831 msgid "" "You have configured at least one paid product but have not enabled any " "payment methods." msgstr "" -#: pretix/base/models/event.py:853 +#: pretix/base/models/event.py:834 msgid "You need to configure at least one quota to sell anything." msgstr "" -#: pretix/base/models/event.py:950 +#: pretix/base/models/event.py:931 msgid "" "Once created an event cannot change between an series and a single event." msgstr "" -#: pretix/base/models/event.py:956 +#: pretix/base/models/event.py:937 msgid "The event slug cannot be changed." msgstr "" -#: pretix/base/models/event.py:959 +#: pretix/base/models/event.py:940 msgid "This slug has already been used for a different event." msgstr "" -#: pretix/base/models/event.py:965 +#: pretix/base/models/event.py:946 msgid "The event cannot end before it starts." msgstr "" -#: pretix/base/models/event.py:971 +#: pretix/base/models/event.py:952 msgid "The event's presale cannot end before it starts." msgstr "" -#: pretix/base/models/event.py:999 pretix/base/models/items.py:273 -#: pretix/base/models/items.py:634 pretix/control/forms/filter.py:382 -#: pretix/control/forms/filter.py:861 +#: pretix/base/models/event.py:980 pretix/base/models/items.py:273 +#: pretix/base/models/items.py:636 pretix/control/forms/filter.py:434 +#: pretix/control/forms/filter.py:913 #: pretix/control/templates/pretixcontrol/users/index.html:46 msgid "Active" msgstr "" -#: pretix/base/models/event.py:1000 +#: pretix/base/models/event.py:981 msgid "" "Only with this checkbox enabled, this date is visible in the frontend to " "users." msgstr "" -#: pretix/base/models/event.py:1004 +#: pretix/base/models/event.py:985 msgid "" "If selected, this event will show up publicly on the list of dates for your " "event." msgstr "" -#: pretix/base/models/event.py:1041 pretix/base/settings.py:1502 +#: pretix/base/models/event.py:1022 pretix/base/settings.py:1502 msgid "Frontpage text" msgstr "" -#: pretix/base/models/event.py:1052 +#: pretix/base/models/event.py:1033 msgid "Date in event series" msgstr "" -#: pretix/base/models/event.py:1053 +#: pretix/base/models/event.py:1034 msgid "Dates in event series" msgstr "" -#: pretix/base/models/event.py:1158 +#: pretix/base/models/event.py:1115 msgid "One or more variations do not belong to this event." msgstr "" -#: pretix/base/models/event.py:1242 pretix/base/models/items.py:1452 +#: pretix/base/models/event.py:1199 pretix/base/models/items.py:1454 msgid "Can not contain spaces or special characters except underscores" msgstr "" -#: pretix/base/models/event.py:1247 pretix/base/models/items.py:1457 +#: pretix/base/models/event.py:1204 pretix/base/models/items.py:1459 msgid "The property name may only contain letters, numbers and underscores." msgstr "" @@ -2011,7 +2013,7 @@ msgstr "" msgid "{category} (Add-On products)" msgstr "" -#: pretix/base/models/items.py:259 pretix/base/models/items.py:806 +#: pretix/base/models/items.py:259 pretix/base/models/items.py:808 #: pretix/control/templates/pretixcontrol/items/index.html:38 msgid "Category" msgstr "" @@ -2030,7 +2032,7 @@ msgstr "" msgid "This is shown below the product name in lists." msgstr "" -#: pretix/base/models/items.py:281 pretix/base/models/items.py:648 +#: pretix/base/models/items.py:281 pretix/base/models/items.py:650 msgid "Default price" msgstr "" @@ -2079,7 +2081,7 @@ msgid "This will only work of waiting lists are enabled for this event." msgstr "" #: pretix/base/models/items.py:319 pretix/base/settings.py:756 -#: pretix/control/forms/event.py:1176 +#: pretix/control/forms/event.py:1175 msgid "Show number of tickets left" msgstr "" @@ -2207,11 +2209,11 @@ msgid "" "needs to be checked." msgstr "" -#: pretix/base/models/items.py:405 pretix/base/models/items.py:651 +#: pretix/base/models/items.py:405 pretix/base/models/items.py:653 msgid "Original price" msgstr "" -#: pretix/base/models/items.py:408 pretix/base/models/items.py:654 +#: pretix/base/models/items.py:408 pretix/base/models/items.py:656 msgid "" "If set, this will be displayed next to the current price to show that the " "current price is a discounted one. This is just a cosmetic setting and will " @@ -2232,8 +2234,8 @@ msgid "" "corresponding to the product price." msgstr "" -#: pretix/base/models/items.py:426 pretix/base/models/items.py:1037 -#: pretix/control/forms/filter.py:237 pretix/control/forms/filter.py:793 +#: pretix/base/models/items.py:426 pretix/base/models/items.py:1039 +#: pretix/control/forms/filter.py:237 pretix/control/forms/filter.py:845 #: pretix/control/forms/item.py:159 pretix/control/navigation.py:127 #: pretix/control/navigation.py:136 #: pretix/control/templates/pretixcontrol/checkin/lists.html:78 @@ -2245,98 +2247,98 @@ msgstr "" msgid "Products" msgstr "" -#: pretix/base/models/items.py:575 +#: pretix/base/models/items.py:577 msgid "" "The maximum number per order can not be lower than the minimum number per " "order." msgstr "" -#: pretix/base/models/items.py:581 +#: pretix/base/models/items.py:583 msgid "The item's category must belong to the same event as the item." msgstr "" -#: pretix/base/models/items.py:586 +#: pretix/base/models/items.py:588 msgid "The item's tax rule must belong to the same event as the item." msgstr "" -#: pretix/base/models/items.py:592 +#: pretix/base/models/items.py:594 msgid "The item's availability cannot end before it starts." msgstr "" -#: pretix/base/models/items.py:638 +#: pretix/base/models/items.py:640 msgid "This is shown below the variation name in lists." msgstr "" -#: pretix/base/models/items.py:643 pretix/base/models/items.py:825 -#: pretix/base/models/items.py:1043 +#: pretix/base/models/items.py:645 pretix/base/models/items.py:827 +#: pretix/base/models/items.py:1045 msgid "Position" msgstr "" -#: pretix/base/models/items.py:661 pretix/base/models/vouchers.py:168 +#: pretix/base/models/items.py:663 pretix/base/models/vouchers.py:168 #: pretix/base/models/waitinglist.py:60 pretix/base/orderimport.py:204 msgid "Product variation" msgstr "" -#: pretix/base/models/items.py:662 +#: pretix/base/models/items.py:664 msgid "Product variations" msgstr "" -#: pretix/base/models/items.py:811 +#: pretix/base/models/items.py:813 msgid "Minimum number" msgstr "" -#: pretix/base/models/items.py:815 +#: pretix/base/models/items.py:817 msgid "Maximum number" msgstr "" -#: pretix/base/models/items.py:819 +#: pretix/base/models/items.py:821 msgid "Add-Ons are included in the price" msgstr "" -#: pretix/base/models/items.py:820 +#: pretix/base/models/items.py:822 msgid "" "If selected, adding add-ons to this ticket is free, even if the add-ons " "would normally cost money individually." msgstr "" -#: pretix/base/models/items.py:840 +#: pretix/base/models/items.py:842 msgid "The add-on's category must belong to the same event as the item." msgstr "" -#: pretix/base/models/items.py:845 +#: pretix/base/models/items.py:847 msgid "The item already has an add-on of this category." msgstr "" -#: pretix/base/models/items.py:850 +#: pretix/base/models/items.py:852 msgid "The minimum count needs to be equal to or greater than zero." msgstr "" -#: pretix/base/models/items.py:855 +#: pretix/base/models/items.py:857 msgid "The maximum count needs to be equal to or greater than zero." msgstr "" -#: pretix/base/models/items.py:860 +#: pretix/base/models/items.py:862 msgid "The maximum count needs to be greater than the minimum count." msgstr "" -#: pretix/base/models/items.py:887 +#: pretix/base/models/items.py:889 msgid "Bundled item" msgstr "" -#: pretix/base/models/items.py:893 +#: pretix/base/models/items.py:895 msgid "Bundled variation" msgstr "" -#: pretix/base/models/items.py:899 pretix/base/models/items.py:990 +#: pretix/base/models/items.py:901 pretix/base/models/items.py:992 #: pretix/control/templates/pretixcontrol/vouchers/bulk.html:21 msgid "Number" msgstr "" -#: pretix/base/models/items.py:904 +#: pretix/base/models/items.py:906 msgid "Designated price part" msgstr "" -#: pretix/base/models/items.py:905 +#: pretix/base/models/items.py:907 msgid "" "If set, it will be shown that this bundled item is responsible for the given " "value of the total gross price. This might be important in cases of mixed " @@ -2344,63 +2346,63 @@ msgid "" "the base item's price." msgstr "" -#: pretix/base/models/items.py:928 +#: pretix/base/models/items.py:930 msgid "The bundled item must belong to the same event as the item." msgstr "" -#: pretix/base/models/items.py:930 +#: pretix/base/models/items.py:932 msgid "A variation needs to be set for this item." msgstr "" -#: pretix/base/models/items.py:932 +#: pretix/base/models/items.py:934 msgid "The chosen variation does not belong to this item." msgstr "" -#: pretix/base/models/items.py:937 +#: pretix/base/models/items.py:939 msgid "The count needs to be equal to or greater than zero." msgstr "" -#: pretix/base/models/items.py:991 +#: pretix/base/models/items.py:993 msgid "Text (one line)" msgstr "" -#: pretix/base/models/items.py:992 +#: pretix/base/models/items.py:994 msgid "Multiline text" msgstr "" -#: pretix/base/models/items.py:993 +#: pretix/base/models/items.py:995 msgid "Yes/No" msgstr "" -#: pretix/base/models/items.py:994 +#: pretix/base/models/items.py:996 msgid "Choose one from a list" msgstr "" -#: pretix/base/models/items.py:995 +#: pretix/base/models/items.py:997 msgid "Choose multiple from a list" msgstr "" -#: pretix/base/models/items.py:996 +#: pretix/base/models/items.py:998 msgid "File upload" msgstr "" -#: pretix/base/models/items.py:998 pretix/base/reldate.py:141 +#: pretix/base/models/items.py:1000 pretix/base/reldate.py:141 msgid "Time" msgstr "" -#: pretix/base/models/items.py:999 +#: pretix/base/models/items.py:1001 msgid "Date and time" msgstr "" -#: pretix/base/models/items.py:1000 +#: pretix/base/models/items.py:1002 msgid "Country code (ISO 3166-1 alpha-2)" msgstr "" -#: pretix/base/models/items.py:1001 +#: pretix/base/models/items.py:1003 msgid "Phone number" msgstr "" -#: pretix/base/models/items.py:1012 pretix/base/models/items.py:1066 +#: pretix/base/models/items.py:1014 pretix/base/models/items.py:1068 #: pretix/base/orderimport.py:633 pretix/control/forms/item.py:44 #: pretix/control/templates/pretixcontrol/items/question_edit.html:10 #: pretix/control/templates/pretixcontrol/items/question_edit.html:17 @@ -2408,139 +2410,139 @@ msgstr "" msgid "Question" msgstr "" -#: pretix/base/models/items.py:1016 +#: pretix/base/models/items.py:1018 msgid "Internal identifier" msgstr "" -#: pretix/base/models/items.py:1017 +#: pretix/base/models/items.py:1019 msgid "" "You can enter any value here to make it easier to match the data with other " "sources. If you do not input one, we will generate one automatically." msgstr "" -#: pretix/base/models/items.py:1021 +#: pretix/base/models/items.py:1023 msgid "Help text" msgstr "" -#: pretix/base/models/items.py:1022 +#: pretix/base/models/items.py:1024 msgid "If the question needs to be explained or clarified, do it here!" msgstr "" -#: pretix/base/models/items.py:1028 +#: pretix/base/models/items.py:1030 msgid "Question type" msgstr "" -#: pretix/base/models/items.py:1032 +#: pretix/base/models/items.py:1034 #: pretix/control/templates/pretixcontrol/items/questions.html:54 msgid "Required question" msgstr "" -#: pretix/base/models/items.py:1039 +#: pretix/base/models/items.py:1041 msgid "This question will be asked to buyers of the selected products" msgstr "" -#: pretix/base/models/items.py:1046 +#: pretix/base/models/items.py:1048 msgid "Ask during check-in instead of in the ticket buying process" msgstr "" -#: pretix/base/models/items.py:1050 +#: pretix/base/models/items.py:1052 #: pretix/control/templates/pretixcontrol/items/questions.html:65 msgid "Hidden question" msgstr "" -#: pretix/base/models/items.py:1051 +#: pretix/base/models/items.py:1053 msgid "This question will only show up in the backend." msgstr "" -#: pretix/base/models/items.py:1055 +#: pretix/base/models/items.py:1057 msgid "Print answer on invoices" msgstr "" -#: pretix/base/models/items.py:1087 +#: pretix/base/models/items.py:1089 msgid "This identifier is already used for a different question." msgstr "" -#: pretix/base/models/items.py:1111 +#: pretix/base/models/items.py:1113 msgid "An answer to this question is required to proceed." msgstr "" -#: pretix/base/models/items.py:1123 pretix/base/models/items.py:1139 +#: pretix/base/models/items.py:1125 pretix/base/models/items.py:1141 msgid "Invalid option selected." msgstr "" -#: pretix/base/models/items.py:1149 +#: pretix/base/models/items.py:1151 msgid "Invalid number input." msgstr "" -#: pretix/base/models/items.py:1156 +#: pretix/base/models/items.py:1158 msgid "Invalid date input." msgstr "" -#: pretix/base/models/items.py:1163 +#: pretix/base/models/items.py:1165 msgid "Invalid time input." msgstr "" -#: pretix/base/models/items.py:1173 +#: pretix/base/models/items.py:1175 msgid "Invalid datetime input." msgstr "" -#: pretix/base/models/items.py:1179 +#: pretix/base/models/items.py:1181 msgid "Unknown country code." msgstr "" -#: pretix/base/models/items.py:1193 +#: pretix/base/models/items.py:1195 #: pretix/control/templates/pretixcontrol/items/question.html:68 msgid "Answer" msgstr "" -#: pretix/base/models/items.py:1215 +#: pretix/base/models/items.py:1217 msgid "The identifier \"{}\" is already used for a different option." msgstr "" -#: pretix/base/models/items.py:1218 +#: pretix/base/models/items.py:1220 msgid "Question option" msgstr "" -#: pretix/base/models/items.py:1219 +#: pretix/base/models/items.py:1221 msgid "Question options" msgstr "" -#: pretix/base/models/items.py:1304 pretix/control/forms/event.py:1210 +#: pretix/base/models/items.py:1306 pretix/control/forms/event.py:1209 #: pretix/control/templates/pretixcontrol/items/quotas.html:49 msgid "Total capacity" msgstr "" -#: pretix/base/models/items.py:1306 pretix/control/forms/item.py:291 +#: pretix/base/models/items.py:1308 pretix/control/forms/item.py:291 msgid "Leave empty for an unlimited number of tickets." msgstr "" -#: pretix/base/models/items.py:1310 pretix/base/models/orders.py:1025 +#: pretix/base/models/items.py:1312 pretix/base/models/orders.py:1025 #: pretix/control/templates/pretixcontrol/checkin/index.html:67 msgid "Item" msgstr "" -#: pretix/base/models/items.py:1318 pretix/control/forms/item.py:524 +#: pretix/base/models/items.py:1320 pretix/control/forms/item.py:524 msgid "Variations" msgstr "" -#: pretix/base/models/items.py:1326 +#: pretix/base/models/items.py:1328 msgid "Close this quota permanently once it is sold out" msgstr "" -#: pretix/base/models/items.py:1327 +#: pretix/base/models/items.py:1329 msgid "" "If you enable this, when the quota is sold out once, no more tickets will be " "sold, even if tickets become available again through cancellations or " "expiring orders. Of course, you can always re-open it manually." msgstr "" -#: pretix/base/models/items.py:1337 pretix/base/models/vouchers.py:177 +#: pretix/base/models/items.py:1339 pretix/base/models/vouchers.py:177 #: pretix/control/templates/pretixcontrol/items/quota_edit.html:8 #: pretix/control/templates/pretixcontrol/items/quota_edit.html:15 msgid "Quota" msgstr "" -#: pretix/base/models/items.py:1338 pretix/control/navigation.py:145 +#: pretix/base/models/items.py:1340 pretix/control/navigation.py:145 #: pretix/control/templates/pretixcontrol/items/quotas.html:3 #: pretix/control/templates/pretixcontrol/items/quotas.html:5 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:397 @@ -2548,17 +2550,17 @@ msgstr "" msgid "Quotas" msgstr "" -#: pretix/base/models/items.py:1413 +#: pretix/base/models/items.py:1415 msgid "All variations must belong to an item contained in the items list." msgstr "" -#: pretix/base/models/items.py:1422 +#: pretix/base/models/items.py:1424 msgid "" "One or more items has variations but none of these are in the variations " "list." msgstr "" -#: pretix/base/models/items.py:1428 pretix/base/models/waitinglist.py:149 +#: pretix/base/models/items.py:1430 pretix/base/models/waitinglist.py:149 msgid "Subevent cannot be null for event series." msgstr "" @@ -2623,8 +2625,8 @@ msgstr "" msgid "Locale" msgstr "" -#: pretix/base/models/orders.py:160 pretix/base/models/orders.py:2072 -#: pretix/control/forms/orders.py:39 +#: pretix/base/models/orders.py:160 pretix/base/models/orders.py:2099 +#: pretix/control/forms/orders.py:40 msgid "Expiration date" msgstr "" @@ -2705,165 +2707,165 @@ msgstr "" msgid "Empty, if this product is not an admission ticket" msgstr "" -#: pretix/base/models/orders.py:1069 pretix/base/models/orders.py:2110 +#: pretix/base/models/orders.py:1069 pretix/base/models/orders.py:2137 #: pretix/base/settings.py:537 msgid "Company name" msgstr "" -#: pretix/base/models/orders.py:1073 pretix/base/models/orders.py:2117 +#: pretix/base/models/orders.py:1073 pretix/base/models/orders.py:2144 #: pretix/base/settings.py:32 pretix/plugins/stripe/payment.py:150 msgid "Select country" msgstr "" -#: pretix/base/models/orders.py:1204 +#: pretix/base/models/orders.py:1231 msgctxt "payment_state" msgid "created" msgstr "" -#: pretix/base/models/orders.py:1205 +#: pretix/base/models/orders.py:1232 msgctxt "payment_state" msgid "pending" msgstr "" -#: pretix/base/models/orders.py:1206 +#: pretix/base/models/orders.py:1233 msgctxt "payment_state" msgid "confirmed" msgstr "" -#: pretix/base/models/orders.py:1207 +#: pretix/base/models/orders.py:1234 msgctxt "payment_state" msgid "canceled" msgstr "" -#: pretix/base/models/orders.py:1208 +#: pretix/base/models/orders.py:1235 msgctxt "payment_state" msgid "failed" msgstr "" -#: pretix/base/models/orders.py:1209 +#: pretix/base/models/orders.py:1236 msgctxt "payment_state" msgid "refunded" msgstr "" -#: pretix/base/models/orders.py:1237 pretix/base/models/orders.py:1608 +#: pretix/base/models/orders.py:1264 pretix/base/models/orders.py:1635 #: pretix/base/shredder.py:352 msgid "Payment information" msgstr "" -#: pretix/base/models/orders.py:1430 +#: pretix/base/models/orders.py:1457 #, python-format msgid "Event registration confirmed: %(code)s" msgstr "" -#: pretix/base/models/orders.py:1448 +#: pretix/base/models/orders.py:1475 #, python-format msgid "Payment received for your order: %(code)s" msgstr "" -#: pretix/base/models/orders.py:1554 +#: pretix/base/models/orders.py:1581 msgctxt "refund_state" msgid "started externally" msgstr "" -#: pretix/base/models/orders.py:1555 +#: pretix/base/models/orders.py:1582 msgctxt "refund_state" msgid "created" msgstr "" -#: pretix/base/models/orders.py:1556 +#: pretix/base/models/orders.py:1583 msgctxt "refund_state" msgid "in transit" msgstr "" -#: pretix/base/models/orders.py:1557 +#: pretix/base/models/orders.py:1584 msgctxt "refund_state" msgid "done" msgstr "" -#: pretix/base/models/orders.py:1558 +#: pretix/base/models/orders.py:1585 msgctxt "refund_state" msgid "failed" msgstr "" -#: pretix/base/models/orders.py:1560 +#: pretix/base/models/orders.py:1587 msgctxt "refund_state" msgid "canceled" msgstr "" -#: pretix/base/models/orders.py:1568 +#: pretix/base/models/orders.py:1595 msgctxt "refund_source" msgid "Organizer" msgstr "" -#: pretix/base/models/orders.py:1569 +#: pretix/base/models/orders.py:1596 msgctxt "refund_source" msgid "Customer" msgstr "" -#: pretix/base/models/orders.py:1570 +#: pretix/base/models/orders.py:1597 msgctxt "refund_source" msgid "External" msgstr "" -#: pretix/base/models/orders.py:1714 +#: pretix/base/models/orders.py:1741 msgid "Payment fee" msgstr "" -#: pretix/base/models/orders.py:1715 +#: pretix/base/models/orders.py:1742 msgid "Shipping fee" msgstr "" -#: pretix/base/models/orders.py:1716 +#: pretix/base/models/orders.py:1743 msgid "Service fee" msgstr "" -#: pretix/base/models/orders.py:1717 +#: pretix/base/models/orders.py:1744 #: pretix/control/templates/pretixcontrol/order/index.html:133 msgid "Cancellation fee" msgstr "" -#: pretix/base/models/orders.py:1718 +#: pretix/base/models/orders.py:1745 msgid "Other fees" msgstr "" -#: pretix/base/models/orders.py:1719 pretix/base/payment.py:1005 +#: pretix/base/models/orders.py:1746 pretix/base/payment.py:1005 #: pretix/control/templates/pretixcontrol/order/index.html:128 msgid "Gift card" msgstr "" -#: pretix/base/models/orders.py:1724 +#: pretix/base/models/orders.py:1751 #: pretix/control/templates/pretixcontrol/organizers/giftcard.html:65 #: pretix/control/templates/pretixcontrol/organizers/giftcard.html:103 #: pretix/control/views/vouchers.py:70 msgid "Value" msgstr "" -#: pretix/base/models/orders.py:1861 +#: pretix/base/models/orders.py:1888 msgid "Order position" msgstr "" -#: pretix/base/models/orders.py:2036 pretix/base/services/orders.py:846 +#: pretix/base/models/orders.py:2063 pretix/base/services/orders.py:846 #, python-format msgid "Your event registration: %(code)s" msgstr "" -#: pretix/base/models/orders.py:2065 +#: pretix/base/models/orders.py:2092 msgid "Cart ID (e.g. session key)" msgstr "" -#: pretix/base/models/orders.py:2083 +#: pretix/base/models/orders.py:2110 msgid "Cart position" msgstr "" -#: pretix/base/models/orders.py:2084 +#: pretix/base/models/orders.py:2111 msgid "Cart positions" msgstr "" -#: pretix/base/models/orders.py:2121 +#: pretix/base/models/orders.py:2148 msgid "Only for business customers within the EU." msgstr "" -#: pretix/base/models/orders.py:2126 +#: pretix/base/models/orders.py:2153 msgid "This reference will be printed on your invoice for your convenience." msgstr "" @@ -2874,9 +2876,9 @@ msgid "" "your organizer accounts and your events." msgstr "" -#: pretix/base/models/organizer.py:52 pretix/control/forms/event.py:68 -#: pretix/control/forms/event.py:74 pretix/control/forms/filter.py:338 -#: pretix/control/forms/filter.py:614 +#: pretix/base/models/organizer.py:52 pretix/control/forms/event.py:63 +#: pretix/control/forms/event.py:69 pretix/control/forms/filter.py:338 +#: pretix/control/forms/filter.py:666 #: pretix/control/templates/pretixcontrol/events/index.html:68 #: pretix/control/templates/pretixcontrol/organizers/base.html:4 #: pretix/control/templates/pretixcontrol/organizers/edit.html:9 @@ -2952,7 +2954,7 @@ msgid "%(name)s on %(object)s" msgstr "" #: pretix/base/models/organizer.py:252 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:82 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:84 msgid "Team" msgstr "" @@ -2966,20 +2968,20 @@ msgstr "" msgid "Invite to team '{team}' for '{email}'" msgstr "" -#: pretix/base/models/seating.py:23 +#: pretix/base/models/seating.py:24 msgid "Your layout file is not a valid JSON file." msgstr "" -#: pretix/base/models/seating.py:32 +#: pretix/base/models/seating.py:33 msgid "Your layout file is not a valid seating plan. Error message: {}" msgstr "" -#: pretix/base/models/seating.py:145 +#: pretix/base/models/seating.py:152 #, python-brace-format msgid "Row {number}" msgstr "" -#: pretix/base/models/seating.py:150 +#: pretix/base/models/seating.py:157 #, python-brace-format msgid "Seat {number}" msgstr "" @@ -3054,7 +3056,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/vouchers/index.html:19 #: pretix/control/templates/pretixcontrol/vouchers/index.html:100 #: pretix/control/views/vouchers.py:69 pretix/control/views/waitinglist.py:199 -#: pretix/plugins/checkinlists/exporters.py:359 +#: pretix/plugins/checkinlists/exporters.py:418 #: pretix/presale/templates/pretixpresale/event/fragment_cart.html:316 #: pretix/presale/templates/pretixpresale/event/index.html:278 msgid "Voucher code" @@ -3087,7 +3089,7 @@ msgstr "" msgid "Valid until" msgstr "" -#: pretix/base/models/vouchers.py:131 pretix/control/forms/filter.py:955 +#: pretix/base/models/vouchers.py:131 pretix/control/forms/filter.py:1007 msgid "Reserve ticket from quota" msgstr "" @@ -3339,7 +3341,7 @@ msgctxt "subevent" msgid "Dates" msgstr "" -#: pretix/base/notifications.py:184 pretix/base/pdf.py:130 +#: pretix/base/notifications.py:184 pretix/base/pdf.py:135 msgid "Event date" msgstr "" @@ -3836,7 +3838,7 @@ msgstr "" msgid "Order position number" msgstr "" -#: pretix/base/pdf.py:64 pretix/control/forms/event.py:1263 +#: pretix/base/pdf.py:64 pretix/control/forms/event.py:1262 #: pretix/control/templates/pretixcontrol/items/index.html:33 msgid "Product name" msgstr "" @@ -3890,201 +3892,214 @@ msgstr "" msgid "Attendee company" msgstr "" -#: pretix/base/pdf.py:114 pretix/base/pdf.py:212 +#: pretix/base/pdf.py:114 pretix/base/pdf.py:217 #: pretix/base/services/tickets.py:96 pretix/control/views/pdf.py:80 msgid "Sample company" msgstr "" #: pretix/base/pdf.py:118 +msgid "Full attendee address" +msgstr "" + +#: pretix/base/pdf.py:119 +msgid "" +"John Doe\n" +"Sample company\n" +"Sesame Street 42\n" +"12345 Any City\n" +"Atlantis" +msgstr "" + +#: pretix/base/pdf.py:123 msgid "Attendee country" msgstr "" -#: pretix/base/pdf.py:126 +#: pretix/base/pdf.py:131 msgid "Sample event name" msgstr "" -#: pretix/base/pdf.py:131 +#: pretix/base/pdf.py:136 msgid "May 31st, 2017" msgstr "" -#: pretix/base/pdf.py:135 +#: pretix/base/pdf.py:140 msgid "Event date range" msgstr "" -#: pretix/base/pdf.py:136 +#: pretix/base/pdf.py:141 msgid "May 31st – June 4th, 2017" msgstr "" -#: pretix/base/pdf.py:140 +#: pretix/base/pdf.py:145 msgid "Event begin date and time" msgstr "" -#: pretix/base/pdf.py:141 +#: pretix/base/pdf.py:146 msgid "2017-05-31 20:00" msgstr "" -#: pretix/base/pdf.py:148 +#: pretix/base/pdf.py:153 msgid "Event begin date" msgstr "" -#: pretix/base/pdf.py:149 pretix/base/pdf.py:170 pretix/base/pdf.py:244 +#: pretix/base/pdf.py:154 pretix/base/pdf.py:175 pretix/base/pdf.py:249 msgid "2017-05-31" msgstr "" -#: pretix/base/pdf.py:156 +#: pretix/base/pdf.py:161 msgid "Event begin time" msgstr "" -#: pretix/base/pdf.py:157 +#: pretix/base/pdf.py:162 msgid "20:00" msgstr "" -#: pretix/base/pdf.py:161 +#: pretix/base/pdf.py:166 msgid "Event end date and time" msgstr "" -#: pretix/base/pdf.py:162 +#: pretix/base/pdf.py:167 msgid "2017-05-31 22:00" msgstr "" -#: pretix/base/pdf.py:169 +#: pretix/base/pdf.py:174 msgid "Event end date" msgstr "" -#: pretix/base/pdf.py:178 +#: pretix/base/pdf.py:183 msgid "22:00" msgstr "" -#: pretix/base/pdf.py:185 +#: pretix/base/pdf.py:190 msgid "Event admission date and time" msgstr "" -#: pretix/base/pdf.py:186 pretix/base/pdf.py:252 +#: pretix/base/pdf.py:191 pretix/base/pdf.py:257 msgid "2017-05-31 19:00" msgstr "" -#: pretix/base/pdf.py:193 +#: pretix/base/pdf.py:198 msgid "Event admission time" msgstr "" -#: pretix/base/pdf.py:194 pretix/base/pdf.py:260 +#: pretix/base/pdf.py:199 pretix/base/pdf.py:265 msgid "19:00" msgstr "" -#: pretix/base/pdf.py:201 +#: pretix/base/pdf.py:206 msgid "Event location" msgstr "" -#: pretix/base/pdf.py:202 pretix/base/settings.py:559 +#: pretix/base/pdf.py:207 pretix/base/settings.py:559 msgid "Random City" msgstr "" -#: pretix/base/pdf.py:211 +#: pretix/base/pdf.py:216 msgid "Invoice address company" msgstr "" -#: pretix/base/pdf.py:216 +#: pretix/base/pdf.py:221 msgid "Invoice address city" msgstr "" -#: pretix/base/pdf.py:217 pretix/base/services/invoices.py:340 +#: pretix/base/pdf.py:222 pretix/base/services/invoices.py:340 msgid "Sample city" msgstr "" -#: pretix/base/pdf.py:221 +#: pretix/base/pdf.py:226 msgid "List of Add-Ons" msgstr "" -#: pretix/base/pdf.py:222 +#: pretix/base/pdf.py:227 msgid "" "Add-on 1\n" "Add-on 2" msgstr "" -#: pretix/base/pdf.py:233 pretix/control/forms/filter.py:490 -#: pretix/control/forms/filter.py:492 +#: pretix/base/pdf.py:238 pretix/control/forms/filter.py:542 +#: pretix/control/forms/filter.py:544 #: pretix/control/templates/pretixcontrol/organizers/index.html:35 msgid "Organizer name" msgstr "" -#: pretix/base/pdf.py:234 +#: pretix/base/pdf.py:239 msgid "Event organizer company" msgstr "" -#: pretix/base/pdf.py:238 +#: pretix/base/pdf.py:243 msgid "Organizer info text" msgstr "" -#: pretix/base/pdf.py:239 +#: pretix/base/pdf.py:244 msgid "Event organizer info text" msgstr "" -#: pretix/base/pdf.py:243 +#: pretix/base/pdf.py:248 msgid "Printing date" msgstr "" -#: pretix/base/pdf.py:251 +#: pretix/base/pdf.py:256 msgid "Printing date and time" msgstr "" -#: pretix/base/pdf.py:259 +#: pretix/base/pdf.py:264 msgid "Printing time" msgstr "" -#: pretix/base/pdf.py:267 +#: pretix/base/pdf.py:272 msgid "Seat: Full name" msgstr "" -#: pretix/base/pdf.py:268 +#: pretix/base/pdf.py:273 msgid "Ground floor, Row 3, Seat 4" msgstr "" -#: pretix/base/pdf.py:270 pretix/base/pdf.py:276 -#: pretix/control/forms/orders.py:229 +#: pretix/base/pdf.py:275 pretix/base/pdf.py:281 +#: pretix/control/forms/orders.py:233 msgid "General admission" msgstr "" -#: pretix/base/pdf.py:273 +#: pretix/base/pdf.py:278 msgid "Seat: zone" msgstr "" -#: pretix/base/pdf.py:274 +#: pretix/base/pdf.py:279 msgid "Ground floor" msgstr "" -#: pretix/base/pdf.py:279 +#: pretix/base/pdf.py:284 msgid "Seat: row" msgstr "" -#: pretix/base/pdf.py:284 +#: pretix/base/pdf.py:289 msgid "Seat: seat number" msgstr "" -#: pretix/base/pdf.py:320 +#: pretix/base/pdf.py:325 #, python-brace-format msgid "Question: {question}" msgstr "" -#: pretix/base/pdf.py:321 +#: pretix/base/pdf.py:326 #, python-brace-format msgid "" msgstr "" -#: pretix/base/pdf.py:343 pretix/base/pdf.py:350 -#: pretix/plugins/badges/exporters.py:238 -#: pretix/plugins/checkinlists/exporters.py:62 -#: pretix/plugins/checkinlists/exporters.py:335 +#: pretix/base/pdf.py:348 pretix/base/pdf.py:355 +#: pretix/plugins/badges/exporters.py:246 +#: pretix/plugins/checkinlists/exporters.py:77 +#: pretix/plugins/checkinlists/exporters.py:394 #: pretix/plugins/ticketoutputpdf/exporters.py:42 #, python-brace-format msgid "Attendee name: {part}" msgstr "" -#: pretix/base/pdf.py:360 +#: pretix/base/pdf.py:365 #, python-brace-format msgid "Invoice address name: {part}" msgstr "" -#: pretix/base/pdf.py:522 pretix/plugins/ticketoutputpdf/ticketoutput.py:78 +#: pretix/base/pdf.py:527 pretix/plugins/ticketoutputpdf/ticketoutput.py:78 msgid "Ticket" msgstr "" @@ -4126,7 +4141,7 @@ msgid "" "busy. Please try again." msgstr "" -#: pretix/base/services/cart.py:54 pretix/presale/views/cart.py:174 +#: pretix/base/services/cart.py:54 pretix/presale/views/cart.py:176 msgid "You did not select any products." msgstr "" @@ -4372,7 +4387,7 @@ msgctxt "invoice" msgid "Attendee: {name}" msgstr "" -#: pretix/base/services/invoices.py:170 pretix/plugins/reports/exporters.py:215 +#: pretix/base/services/invoices.py:170 pretix/plugins/reports/exporters.py:218 msgctxt "subevent" msgid "Date: {}" msgstr "" @@ -4527,7 +4542,7 @@ msgid "" "the position from your cart." msgstr "" -#: pretix/base/services/orders.py:153 pretix/control/forms/orders.py:68 +#: pretix/base/services/orders.py:153 pretix/control/forms/orders.py:69 msgid "The new expiry date needs to be in the future." msgstr "" @@ -4562,7 +4577,7 @@ msgid "" "order has already been redeemed." msgstr "" -#: pretix/base/services/orders.py:391 pretix/control/forms/orders.py:132 +#: pretix/base/services/orders.py:391 pretix/control/forms/orders.py:136 msgid "" "The cancellation fee cannot be higher than the payment credit of this order." msgstr "" @@ -4683,14 +4698,14 @@ msgid "" "contact the event organizer for further information." msgstr "" -#: pretix/base/services/seating.py:35 pretix/base/services/seating.py:90 +#: pretix/base/services/seating.py:35 pretix/base/services/seating.py:94 #, python-format msgid "" "You can not change the plan since seat \"%s\" is not present in the new plan " "and is already sold." msgstr "" -#: pretix/base/services/seating.py:93 +#: pretix/base/services/seating.py:97 #, python-format msgid "" "You can not change the plan since seat \"%s\" is not present in the new plan " @@ -5199,7 +5214,7 @@ msgstr "" msgid "Available languages" msgstr "" -#: pretix/base/settings.py:707 pretix/control/forms/event.py:96 +#: pretix/base/settings.py:707 pretix/control/forms/event.py:91 msgid "Default language" msgstr "" @@ -5235,7 +5250,7 @@ msgstr "" msgid "Hide all products that are sold out" msgstr "" -#: pretix/base/settings.py:757 pretix/control/forms/event.py:1177 +#: pretix/base/settings.py:757 pretix/control/forms/event.py:1176 msgid "Publicly show how many tickets of a certain type are still available." msgstr "" @@ -5251,7 +5266,7 @@ msgstr "" msgid "Enable waiting list" msgstr "" -#: pretix/base/settings.py:785 pretix/control/forms/event.py:1182 +#: pretix/base/settings.py:785 pretix/control/forms/event.py:1181 msgid "" "Once a ticket is sold out, people can add themselves to a waiting list. As " "soon as a ticket becomes available again, it will be reserved for the first " @@ -5335,7 +5350,7 @@ msgid "" msgstr "" #: pretix/base/settings.py:888 pretix/base/settings.py:896 -#: pretix/control/forms/organizer.py:292 +#: pretix/control/forms/organizer.py:293 #: pretix/presale/templates/pretixpresale/organizers/calendar.html:25 #: pretix/presale/templates/pretixpresale/organizers/calendar_week.html:25 #: pretix/presale/templates/pretixpresale/organizers/index.html:34 @@ -5343,16 +5358,16 @@ msgid "List" msgstr "" #: pretix/base/settings.py:889 pretix/base/settings.py:897 -#: pretix/control/forms/organizer.py:293 +#: pretix/control/forms/organizer.py:294 msgid "Week calendar" msgstr "" #: pretix/base/settings.py:890 pretix/base/settings.py:898 -#: pretix/control/forms/organizer.py:294 +#: pretix/control/forms/organizer.py:295 msgid "Month calendar" msgstr "" -#: pretix/base/settings.py:894 pretix/control/forms/organizer.py:290 +#: pretix/base/settings.py:894 pretix/control/forms/organizer.py:291 msgid "Default overview style" msgstr "" @@ -5386,7 +5401,7 @@ msgid "" "Otherwise, a manual refund will be created for you to process manually." msgstr "" -#: pretix/base/settings.py:952 pretix/control/forms/orders.py:586 +#: pretix/base/settings.py:952 pretix/control/forms/orders.py:590 msgid "Keep a fixed cancellation fee" msgstr "" @@ -5394,7 +5409,7 @@ msgstr "" msgid "Keep payment, shipping and service fees" msgstr "" -#: pretix/base/settings.py:973 pretix/control/forms/orders.py:591 +#: pretix/base/settings.py:973 pretix/control/forms/orders.py:595 msgid "Keep a percentual cancellation fee" msgstr "" @@ -5450,19 +5465,19 @@ msgstr "" msgid "Refund method" msgstr "" -#: pretix/base/settings.py:1051 pretix/control/forms/event.py:1205 +#: pretix/base/settings.py:1051 pretix/control/forms/event.py:1204 msgid "Contact address" msgstr "" -#: pretix/base/settings.py:1052 pretix/control/forms/event.py:1207 +#: pretix/base/settings.py:1052 pretix/control/forms/event.py:1206 msgid "We'll show this publicly to allow attendees to contact you." msgstr "" -#: pretix/base/settings.py:1060 pretix/control/forms/event.py:1199 +#: pretix/base/settings.py:1060 pretix/control/forms/event.py:1198 msgid "Imprint URL" msgstr "" -#: pretix/base/settings.py:1061 pretix/control/forms/event.py:1200 +#: pretix/base/settings.py:1061 pretix/control/forms/event.py:1199 msgid "" "This should point e.g. to a part of your website that has your contact " "details and legal information." @@ -5851,100 +5866,100 @@ msgctxt "subevent" msgid "Date ordering" msgstr "" -#: pretix/base/settings.py:1657 +#: pretix/base/settings.py:1665 msgid "Most common English titles" msgstr "" -#: pretix/base/settings.py:1667 +#: pretix/base/settings.py:1675 msgid "Most common German titles" msgstr "" -#: pretix/base/settings.py:1676 pretix/base/settings.py:1689 -#: pretix/base/settings.py:1705 pretix/base/settings.py:1755 -#: pretix/base/settings.py:1768 pretix/base/settings.py:1782 +#: pretix/base/settings.py:1684 pretix/base/settings.py:1697 +#: pretix/base/settings.py:1713 pretix/base/settings.py:1763 +#: pretix/base/settings.py:1776 pretix/base/settings.py:1790 msgid "Given name" msgstr "" -#: pretix/base/settings.py:1677 pretix/base/settings.py:1690 -#: pretix/base/settings.py:1706 pretix/base/settings.py:1722 -#: pretix/base/settings.py:1739 pretix/base/settings.py:1754 -#: pretix/base/settings.py:1769 pretix/base/settings.py:1783 +#: pretix/base/settings.py:1685 pretix/base/settings.py:1698 +#: pretix/base/settings.py:1714 pretix/base/settings.py:1730 +#: pretix/base/settings.py:1747 pretix/base/settings.py:1762 +#: pretix/base/settings.py:1777 pretix/base/settings.py:1791 msgid "Family name" msgstr "" -#: pretix/base/settings.py:1681 pretix/base/settings.py:1697 -#: pretix/base/settings.py:1713 pretix/base/settings.py:1728 -#: pretix/base/settings.py:1746 pretix/base/settings.py:1761 -#: pretix/base/settings.py:1791 pretix/base/settings.py:1814 +#: pretix/base/settings.py:1689 pretix/base/settings.py:1705 +#: pretix/base/settings.py:1721 pretix/base/settings.py:1736 +#: pretix/base/settings.py:1754 pretix/base/settings.py:1769 +#: pretix/base/settings.py:1799 pretix/base/settings.py:1822 msgctxt "person_name_sample" msgid "John" msgstr "" -#: pretix/base/settings.py:1682 pretix/base/settings.py:1698 -#: pretix/base/settings.py:1714 pretix/base/settings.py:1730 -#: pretix/base/settings.py:1748 pretix/base/settings.py:1762 -#: pretix/base/settings.py:1792 +#: pretix/base/settings.py:1690 pretix/base/settings.py:1706 +#: pretix/base/settings.py:1722 pretix/base/settings.py:1738 +#: pretix/base/settings.py:1756 pretix/base/settings.py:1770 +#: pretix/base/settings.py:1800 msgctxt "person_name_sample" msgid "Doe" msgstr "" -#: pretix/base/settings.py:1688 pretix/base/settings.py:1704 -#: pretix/base/settings.py:1736 +#: pretix/base/settings.py:1696 pretix/base/settings.py:1712 +#: pretix/base/settings.py:1744 msgctxt "person_name" msgid "Title" msgstr "" -#: pretix/base/settings.py:1696 pretix/base/settings.py:1712 -#: pretix/base/settings.py:1745 +#: pretix/base/settings.py:1704 pretix/base/settings.py:1720 +#: pretix/base/settings.py:1753 msgctxt "person_name_sample" msgid "Dr" msgstr "" -#: pretix/base/settings.py:1720 pretix/base/settings.py:1737 +#: pretix/base/settings.py:1728 pretix/base/settings.py:1745 msgid "First name" msgstr "" -#: pretix/base/settings.py:1721 pretix/base/settings.py:1738 +#: pretix/base/settings.py:1729 pretix/base/settings.py:1746 msgid "Middle name" msgstr "" -#: pretix/base/settings.py:1802 pretix/base/settings.py:1813 +#: pretix/base/settings.py:1810 pretix/base/settings.py:1821 msgctxt "person_name_sample" msgid "John Doe" msgstr "" -#: pretix/base/settings.py:1808 +#: pretix/base/settings.py:1816 msgid "Calling name" msgstr "" -#: pretix/base/settings.py:1821 +#: pretix/base/settings.py:1829 msgid "Latin transcription" msgstr "" -#: pretix/base/settings.py:1924 pretix/control/forms/event.py:176 +#: pretix/base/settings.py:1932 pretix/control/forms/event.py:172 msgid "" "Your default locale must also be enabled for your event (see box above)." msgstr "" -#: pretix/base/settings.py:1928 +#: pretix/base/settings.py:1936 msgid "" "You cannot require specifying attendee names if you do not ask for them." msgstr "" -#: pretix/base/settings.py:1932 +#: pretix/base/settings.py:1940 msgid "You have to ask for attendee emails if you want to make them required." msgstr "" -#: pretix/base/settings.py:1936 +#: pretix/base/settings.py:1944 msgid "" "You have to ask for invoice addresses if you want to make them required." msgstr "" -#: pretix/base/settings.py:1940 +#: pretix/base/settings.py:1948 msgid "You have to require invoice addresses to require for company names." msgstr "" -#: pretix/base/settings.py:1947 +#: pretix/base/settings.py:1955 msgid "The last payment date cannot be before the end of presale." msgstr "" @@ -6305,16 +6320,21 @@ msgstr "" msgid "The task has been completed." msgstr "" -#: pretix/control/forms/__init__.py:112 +#: pretix/control/forms/__init__.py:115 +#, python-brace-format +msgid "Please do not upload files larger than {size}!" +msgstr "" + +#: pretix/control/forms/__init__.py:136 msgid "Filetype not allowed!" msgstr "" #: pretix/control/forms/checkin.py:38 pretix/control/forms/filter.py:244 -#: pretix/control/forms/filter.py:271 pretix/control/forms/filter.py:979 -#: pretix/control/forms/filter.py:999 pretix/control/forms/filter.py:1091 -#: pretix/control/forms/filter.py:1107 pretix/control/forms/filter.py:1168 -#: pretix/control/forms/filter.py:1203 pretix/control/forms/orders.py:544 -#: pretix/control/forms/orders.py:699 +#: pretix/control/forms/filter.py:271 pretix/control/forms/filter.py:1031 +#: pretix/control/forms/filter.py:1051 pretix/control/forms/filter.py:1143 +#: pretix/control/forms/filter.py:1159 pretix/control/forms/filter.py:1220 +#: pretix/control/forms/filter.py:1255 pretix/control/forms/orders.py:548 +#: pretix/control/forms/orders.py:703 #: pretix/control/templates/pretixcontrol/event/fragment_subevent_choice_simple.html:5 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:47 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:109 @@ -6323,7 +6343,7 @@ msgctxt "subevent" msgid "All dates" msgstr "" -#: pretix/control/forms/event.py:44 pretix/control/forms/organizer.py:310 +#: pretix/control/forms/event.py:44 pretix/control/forms/organizer.py:311 msgid "Use languages" msgstr "" @@ -6335,112 +6355,102 @@ msgstr "" msgid "This is an event series" msgstr "" -#: pretix/control/forms/event.py:50 -msgid "" -"Only recommended for advanced users. If this feature is enabled, this will " -"not only be a single event but a series of very similar events that are " -"handled within a single shop. The single events inside the series can only " -"differ in date, time, location, prices and quotas, but not in other " -"settings, and buying tickets across multiple of these events at the same " -"time is possible. You cannot change this setting for this event later." -msgstr "" - -#: pretix/control/forms/event.py:88 +#: pretix/control/forms/event.py:83 msgid "" "You already used this slug for a different event. Please choose a new one." msgstr "" -#: pretix/control/forms/event.py:92 pretix/control/forms/event.py:394 +#: pretix/control/forms/event.py:87 pretix/control/forms/event.py:390 msgid "Event timezone" msgstr "" -#: pretix/control/forms/event.py:99 +#: pretix/control/forms/event.py:94 msgid "Sales tax rate" msgstr "" -#: pretix/control/forms/event.py:100 +#: pretix/control/forms/event.py:95 msgid "" "Do you need to pay sales tax on your tickets? In this case, please enter the " "applicable tax rate here in percent. If you have a more complicated tax " "situation, you can add more tax rates and detailed configuration later." msgstr "" -#: pretix/control/forms/event.py:107 +#: pretix/control/forms/event.py:102 msgid "Grant access to team" msgstr "" -#: pretix/control/forms/event.py:108 +#: pretix/control/forms/event.py:103 msgid "" "You are allowed to create events under this organizer, however you do not " "have permission to edit all events under this organizer. Please select one " "of your existing teams that will be granted access to this event." msgstr "" -#: pretix/control/forms/event.py:113 +#: pretix/control/forms/event.py:108 msgid "Create a new team for this event with me as the only member" msgstr "" -#: pretix/control/forms/event.py:156 pretix/control/forms/event.py:309 +#: pretix/control/forms/event.py:151 pretix/control/forms/event.py:305 msgid "" "Sample Conference Center\n" "Heidelberg, Germany" msgstr "" -#: pretix/control/forms/event.py:180 +#: pretix/control/forms/event.py:176 msgid "Your default locale must be specified." msgstr "" -#: pretix/control/forms/event.py:254 +#: pretix/control/forms/event.py:250 msgid "Copy configuration from" msgstr "" -#: pretix/control/forms/event.py:260 pretix/control/forms/event.py:263 +#: pretix/control/forms/event.py:256 pretix/control/forms/event.py:259 #: pretix/control/forms/item.py:250 msgid "Do not copy" msgstr "" -#: pretix/control/forms/event.py:314 pretix/control/forms/organizer.py:87 +#: pretix/control/forms/event.py:310 pretix/control/forms/organizer.py:87 msgid "Custom domain" msgstr "" -#: pretix/control/forms/event.py:316 pretix/control/forms/organizer.py:89 +#: pretix/control/forms/event.py:312 pretix/control/forms/organizer.py:89 msgid "You need to configure the custom domain in the webserver beforehand." msgstr "" -#: pretix/control/forms/event.py:324 pretix/control/forms/organizer.py:97 +#: pretix/control/forms/event.py:320 pretix/control/forms/organizer.py:97 msgid "You cannot choose the base domain of this installation." msgstr "" -#: pretix/control/forms/event.py:328 pretix/control/forms/organizer.py:102 +#: pretix/control/forms/event.py:324 pretix/control/forms/organizer.py:102 msgid "This domain is already in use for a different event or organizer." msgstr "" -#: pretix/control/forms/event.py:397 +#: pretix/control/forms/event.py:393 msgid "Name format" msgstr "" -#: pretix/control/forms/event.py:398 +#: pretix/control/forms/event.py:394 msgid "" "This defines how pretix will ask for human names. Changing this after you " "already received orders might lead to unexpected behavior when sorting or " "changing names." msgstr "" -#: pretix/control/forms/event.py:403 +#: pretix/control/forms/event.py:399 msgid "Allowed titles" msgstr "" -#: pretix/control/forms/event.py:404 +#: pretix/control/forms/event.py:400 msgid "" "If the naming scheme you defined above allows users to input a title, you " "can use this to restrict the set of selectable titles." msgstr "" -#: pretix/control/forms/event.py:409 pretix/control/forms/organizer.py:276 +#: pretix/control/forms/event.py:405 pretix/control/forms/organizer.py:276 msgid "Header image" msgstr "" -#: pretix/control/forms/event.py:412 +#: pretix/control/forms/event.py:409 msgid "" "If you provide a logo image, we will by default not show your event name and " "date in the page header. By default, we show your logo with a size of up to " @@ -6449,27 +6459,27 @@ msgid "" "smaller screens." msgstr "" -#: pretix/control/forms/event.py:418 pretix/control/forms/organizer.py:285 +#: pretix/control/forms/event.py:415 pretix/control/forms/organizer.py:286 msgid "Use header image in its full size" msgstr "" -#: pretix/control/forms/event.py:419 pretix/control/forms/organizer.py:286 +#: pretix/control/forms/event.py:416 pretix/control/forms/organizer.py:287 msgid "We recommend to upload a picture at least 1170 pixels wide." msgstr "" -#: pretix/control/forms/event.py:423 +#: pretix/control/forms/event.py:420 msgid "Show event title even if a header image is present" msgstr "" -#: pretix/control/forms/event.py:424 +#: pretix/control/forms/event.py:421 msgid "The title will only be shown on the event front page." msgstr "" -#: pretix/control/forms/event.py:428 +#: pretix/control/forms/event.py:425 msgid "Social media image" msgstr "" -#: pretix/control/forms/event.py:431 +#: pretix/control/forms/event.py:429 msgid "" "This picture will be used as a preview if you post links to your ticket shop " "on social media. Facebook advises to use a picture size of 1200 x 630 " @@ -6478,298 +6488,298 @@ msgid "" "square is shown. If you do not fill this, we will use the logo given above." msgstr "" -#: pretix/control/forms/event.py:437 pretix/control/forms/organizer.py:226 +#: pretix/control/forms/event.py:435 pretix/control/forms/organizer.py:226 msgid "Primary color" msgstr "" -#: pretix/control/forms/event.py:441 pretix/control/forms/event.py:451 -#: pretix/control/forms/event.py:461 pretix/control/forms/event.py:470 +#: pretix/control/forms/event.py:439 pretix/control/forms/event.py:449 +#: pretix/control/forms/event.py:459 pretix/control/forms/event.py:468 #: pretix/control/forms/organizer.py:230 pretix/control/forms/organizer.py:240 #: pretix/control/forms/organizer.py:250 pretix/control/forms/organizer.py:260 msgid "Please enter the hexadecimal code of a color, e.g. #990000." msgstr "" -#: pretix/control/forms/event.py:446 pretix/control/forms/organizer.py:235 +#: pretix/control/forms/event.py:444 pretix/control/forms/organizer.py:235 msgid "Accent color for success" msgstr "" -#: pretix/control/forms/event.py:447 pretix/control/forms/organizer.py:236 +#: pretix/control/forms/event.py:445 pretix/control/forms/organizer.py:236 msgid "We strongly suggest to use a shade of green." msgstr "" -#: pretix/control/forms/event.py:456 pretix/control/forms/organizer.py:245 +#: pretix/control/forms/event.py:454 pretix/control/forms/organizer.py:245 msgid "Accent color for errors" msgstr "" -#: pretix/control/forms/event.py:457 +#: pretix/control/forms/event.py:455 msgid "We strongly suggest to use a dark shade of red." msgstr "" -#: pretix/control/forms/event.py:466 pretix/control/forms/organizer.py:256 +#: pretix/control/forms/event.py:464 pretix/control/forms/organizer.py:256 msgid "Page background color" msgstr "" -#: pretix/control/forms/event.py:476 pretix/control/forms/organizer.py:266 +#: pretix/control/forms/event.py:474 pretix/control/forms/organizer.py:266 msgid "Use round edges" msgstr "" -#: pretix/control/forms/event.py:480 pretix/control/forms/organizer.py:315 +#: pretix/control/forms/event.py:478 pretix/control/forms/organizer.py:316 #: pretix/control/templates/pretixcontrol/pdf/index.html:305 msgid "Font" msgstr "" -#: pretix/control/forms/event.py:485 pretix/control/forms/organizer.py:320 +#: pretix/control/forms/event.py:483 pretix/control/forms/organizer.py:321 msgid "Only respected by modern browsers." msgstr "" -#: pretix/control/forms/event.py:542 +#: pretix/control/forms/event.py:540 msgid "" "e.g. I hereby confirm that I have read and agree with the event organizer's " "terms of service and agree with them." msgstr "" -#: pretix/control/forms/event.py:546 +#: pretix/control/forms/event.py:544 #, python-brace-format msgid "Ask for {fields}, display like {example}" msgstr "" -#: pretix/control/forms/event.py:552 +#: pretix/control/forms/event.py:550 msgid "Free text input" msgstr "" -#: pretix/control/forms/event.py:586 +#: pretix/control/forms/event.py:584 msgid "" "You have configured gift cards to be valid {} years plus the year the gift " "card is issued in." msgstr "" -#: pretix/control/forms/event.py:601 +#: pretix/control/forms/event.py:599 msgid "Tax rule for payment fees" msgstr "" -#: pretix/control/forms/event.py:603 +#: pretix/control/forms/event.py:601 msgid "" "The tax rule that applies for additional fees you configured for single " "payment methods. This will set the tax rate and reverse charge rules, other " "settings of the tax rule are ignored." msgstr "" -#: pretix/control/forms/event.py:695 +#: pretix/control/forms/event.py:693 msgid "Generate invoices for Sales channels" msgstr "" -#: pretix/control/forms/event.py:698 +#: pretix/control/forms/event.py:696 msgid "" "If you have enabled invoice generation in the previous setting, you can " "limit it here to specific sales channels." msgstr "" -#: pretix/control/forms/event.py:702 +#: pretix/control/forms/event.py:700 msgid "Invoice style" msgstr "" -#: pretix/control/forms/event.py:708 +#: pretix/control/forms/event.py:706 msgid "Invoice language" msgstr "" -#: pretix/control/forms/event.py:709 pretix/control/forms/event.py:730 +#: pretix/control/forms/event.py:707 pretix/control/forms/event.py:729 msgid "The user's language" msgstr "" -#: pretix/control/forms/event.py:712 +#: pretix/control/forms/event.py:710 msgid "Logo image" msgstr "" -#: pretix/control/forms/event.py:715 +#: pretix/control/forms/event.py:714 msgid "We will show your logo with a maximal height and width of 2.5 cm." msgstr "" -#: pretix/control/forms/event.py:759 +#: pretix/control/forms/event.py:758 msgid "Bcc address" msgstr "" -#: pretix/control/forms/event.py:760 +#: pretix/control/forms/event.py:759 msgid "All emails will be sent to this address as a Bcc copy" msgstr "" -#: pretix/control/forms/event.py:766 +#: pretix/control/forms/event.py:765 msgid "Signature" msgstr "" -#: pretix/control/forms/event.py:769 +#: pretix/control/forms/event.py:768 #, python-brace-format msgid "This will be attached to every email. Available placeholders: {event}" msgstr "" -#: pretix/control/forms/event.py:774 +#: pretix/control/forms/event.py:773 msgid "e.g. your contact details" msgstr "" -#: pretix/control/forms/event.py:779 +#: pretix/control/forms/event.py:778 msgid "HTML mail renderer" msgstr "" -#: pretix/control/forms/event.py:784 pretix/control/forms/event.py:801 -#: pretix/control/forms/event.py:818 pretix/control/forms/event.py:877 +#: pretix/control/forms/event.py:783 pretix/control/forms/event.py:800 +#: pretix/control/forms/event.py:817 pretix/control/forms/event.py:876 msgid "Text sent to order contact address" msgstr "" +#: pretix/control/forms/event.py:788 pretix/control/forms/event.py:805 +#: pretix/control/forms/event.py:822 pretix/control/forms/event.py:881 +msgid "Send an email to attendees" +msgstr "" + #: pretix/control/forms/event.py:789 pretix/control/forms/event.py:806 #: pretix/control/forms/event.py:823 pretix/control/forms/event.py:882 -msgid "Send an email to attendees" -msgstr "" - -#: pretix/control/forms/event.py:790 pretix/control/forms/event.py:807 -#: pretix/control/forms/event.py:824 pretix/control/forms/event.py:883 msgid "" "If the order contains attendees with email addresses different from the " "person who orders the tickets, the following email will be sent out to the " "attendees." msgstr "" -#: pretix/control/forms/event.py:795 pretix/control/forms/event.py:812 -#: pretix/control/forms/event.py:829 pretix/control/forms/event.py:888 +#: pretix/control/forms/event.py:794 pretix/control/forms/event.py:811 +#: pretix/control/forms/event.py:828 pretix/control/forms/event.py:887 msgid "Text sent to attendees" msgstr "" -#: pretix/control/forms/event.py:835 pretix/control/forms/event.py:857 -#: pretix/control/forms/event.py:862 pretix/control/forms/event.py:867 -#: pretix/control/forms/event.py:872 +#: pretix/control/forms/event.py:834 pretix/control/forms/event.py:856 +#: pretix/control/forms/event.py:861 pretix/control/forms/event.py:866 +#: pretix/control/forms/event.py:871 #: pretix/control/templates/pretixcontrol/organizers/giftcard.html:99 #: pretix/control/templates/pretixcontrol/pdf/index.html:367 msgid "Text" msgstr "" -#: pretix/control/forms/event.py:840 +#: pretix/control/forms/event.py:839 msgid "Text (sent by admin)" msgstr "" -#: pretix/control/forms/event.py:845 +#: pretix/control/forms/event.py:844 msgid "Text (requested by user)" msgstr "" -#: pretix/control/forms/event.py:850 pretix/control/forms/event.py:893 +#: pretix/control/forms/event.py:849 pretix/control/forms/event.py:892 msgid "Number of days" msgstr "" -#: pretix/control/forms/event.py:853 +#: pretix/control/forms/event.py:852 msgid "" "This email will be sent out this many days before the order expires. If the " "value is 0, the mail will never be sent." msgstr "" -#: pretix/control/forms/event.py:896 +#: pretix/control/forms/event.py:895 msgid "" "This email will be sent out this many days before the order event starts. If " "the field is empty, the mail will never be sent." msgstr "" -#: pretix/control/forms/event.py:900 +#: pretix/control/forms/event.py:899 msgid "Received order" msgstr "" -#: pretix/control/forms/event.py:905 +#: pretix/control/forms/event.py:904 msgid "Approved order" msgstr "" -#: pretix/control/forms/event.py:908 +#: pretix/control/forms/event.py:907 msgid "" "This will only be sent out for non-free orders. Free orders will receive the " "free order template from above instead." msgstr "" -#: pretix/control/forms/event.py:912 +#: pretix/control/forms/event.py:911 msgid "Denied order" msgstr "" -#: pretix/control/forms/event.py:917 +#: pretix/control/forms/event.py:916 msgid "Use custom SMTP server" msgstr "" -#: pretix/control/forms/event.py:918 +#: pretix/control/forms/event.py:917 msgid "" "All mail related to your event will be sent over the smtp server specified " "by you." msgstr "" -#: pretix/control/forms/event.py:922 +#: pretix/control/forms/event.py:921 msgid "Hostname" msgstr "" -#: pretix/control/forms/event.py:927 +#: pretix/control/forms/event.py:926 msgid "Port" msgstr "" -#: pretix/control/forms/event.py:932 +#: pretix/control/forms/event.py:931 msgid "Username" msgstr "" -#: pretix/control/forms/event.py:944 +#: pretix/control/forms/event.py:943 msgid "Use STARTTLS" msgstr "" -#: pretix/control/forms/event.py:945 +#: pretix/control/forms/event.py:944 msgid "Commonly enabled on port 587." msgstr "" -#: pretix/control/forms/event.py:949 +#: pretix/control/forms/event.py:948 msgid "Use SSL" msgstr "" -#: pretix/control/forms/event.py:950 +#: pretix/control/forms/event.py:949 msgid "Commonly enabled on port 465." msgstr "" -#: pretix/control/forms/event.py:979 pretix/control/forms/orders.py:465 -#: pretix/control/forms/orders.py:622 pretix/control/forms/vouchers.py:255 +#: pretix/control/forms/event.py:978 pretix/control/forms/orders.py:469 +#: pretix/control/forms/orders.py:626 pretix/control/forms/vouchers.py:255 #: pretix/plugins/sendmail/forms.py:49 #, python-brace-format msgid "Available placeholders: {list}" msgstr "" -#: pretix/control/forms/event.py:1014 +#: pretix/control/forms/event.py:1013 msgid "" "You can activate either SSL or STARTTLS security, but not both at the same " "time." msgstr "" -#: pretix/control/forms/event.py:1063 +#: pretix/control/forms/event.py:1062 msgid "Any country" msgstr "" -#: pretix/control/forms/event.py:1064 +#: pretix/control/forms/event.py:1063 msgid "European Union" msgstr "" -#: pretix/control/forms/event.py:1076 +#: pretix/control/forms/event.py:1075 msgid "Any customer" msgstr "" -#: pretix/control/forms/event.py:1077 +#: pretix/control/forms/event.py:1076 msgid "Individual" msgstr "" -#: pretix/control/forms/event.py:1078 +#: pretix/control/forms/event.py:1077 msgid "Business" msgstr "" -#: pretix/control/forms/event.py:1079 +#: pretix/control/forms/event.py:1078 msgid "Business with valid VAT ID" msgstr "" -#: pretix/control/forms/event.py:1085 +#: pretix/control/forms/event.py:1084 msgid "Charge VAT" msgstr "" -#: pretix/control/forms/event.py:1087 +#: pretix/control/forms/event.py:1086 msgid "No VAT" msgstr "" -#: pretix/control/forms/event.py:1116 +#: pretix/control/forms/event.py:1115 msgid "Pre-selected voucher" msgstr "" -#: pretix/control/forms/event.py:1118 +#: pretix/control/forms/event.py:1117 msgid "" "If set, the widget will show products as if this voucher has been entered " "and when a product is bought via the widget, this voucher will be used. This " @@ -6777,52 +6787,52 @@ msgid "" "secret products." msgstr "" -#: pretix/control/forms/event.py:1123 +#: pretix/control/forms/event.py:1122 msgid "Compatibility mode" msgstr "" -#: pretix/control/forms/event.py:1125 +#: pretix/control/forms/event.py:1124 msgid "" "Our regular widget doesn't work in all website builders. If you run into " "trouble, try using this compatibility mode." msgstr "" -#: pretix/control/forms/event.py:1146 +#: pretix/control/forms/event.py:1145 msgid "The given voucher code does not exist." msgstr "" -#: pretix/control/forms/event.py:1153 pretix/control/forms/organizer.py:48 +#: pretix/control/forms/event.py:1152 pretix/control/forms/organizer.py:48 #: pretix/control/views/shredder.py:108 msgid "The slug you entered was not correct." msgstr "" -#: pretix/control/forms/event.py:1157 pretix/control/forms/organizer.py:52 +#: pretix/control/forms/event.py:1156 pretix/control/forms/organizer.py:52 msgid "Event slug" msgstr "" -#: pretix/control/forms/event.py:1188 +#: pretix/control/forms/event.py:1187 msgid "Ticket downloads" msgstr "" -#: pretix/control/forms/event.py:1189 +#: pretix/control/forms/event.py:1188 msgid "Your customers will be able to download their tickets in PDF format." msgstr "" -#: pretix/control/forms/event.py:1193 +#: pretix/control/forms/event.py:1192 msgid "Require all attendees to fill in their names" msgstr "" -#: pretix/control/forms/event.py:1194 +#: pretix/control/forms/event.py:1193 msgid "" "By default, we will ask for names but not require them. You can turn this " "off completely in the settings." msgstr "" -#: pretix/control/forms/event.py:1220 +#: pretix/control/forms/event.py:1219 msgid "Payment via Stripe" msgstr "" -#: pretix/control/forms/event.py:1221 +#: pretix/control/forms/event.py:1220 msgid "" "Stripe is an online payments processor supporting credit cards and lots of " "other payment options. To accept payments via Stripe, you will need to set " @@ -6830,27 +6840,27 @@ msgid "" "simple interface." msgstr "" -#: pretix/control/forms/event.py:1227 +#: pretix/control/forms/event.py:1226 msgid "Payment by bank transfer" msgstr "" -#: pretix/control/forms/event.py:1228 +#: pretix/control/forms/event.py:1227 msgid "" "Your customers will be instructed to wire the money to your account. You can " "then import your bank statements to process the payments within pretix, or " "mark them as paid manually." msgstr "" -#: pretix/control/forms/event.py:1267 +#: pretix/control/forms/event.py:1266 #: pretix/control/templates/pretixcontrol/event/quick_setup.html:45 msgid "Price (optional)" msgstr "" -#: pretix/control/forms/event.py:1272 +#: pretix/control/forms/event.py:1271 msgid "Free" msgstr "" -#: pretix/control/forms/event.py:1277 +#: pretix/control/forms/event.py:1276 msgid "Quantity available" msgstr "" @@ -6871,7 +6881,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/items/question.html:21 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:8 #: pretix/control/templates/pretixcontrol/orders/overview.html:67 -#: pretix/plugins/reports/exporters.py:223 +#: pretix/plugins/reports/exporters.py:226 msgid "Pending" msgstr "" @@ -6885,13 +6895,13 @@ msgstr "" msgid "Pending or paid" msgstr "" -#: pretix/control/forms/filter.py:111 pretix/control/forms/filter.py:541 -#: pretix/control/forms/filter.py:946 +#: pretix/control/forms/filter.py:111 pretix/control/forms/filter.py:593 +#: pretix/control/forms/filter.py:998 #: pretix/control/templates/pretixcontrol/items/question.html:24 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:17 #: pretix/control/templates/pretixcontrol/orders/overview.html:60 #: pretix/control/templates/pretixcontrol/organizers/giftcards.html:76 -#: pretix/plugins/reports/exporters.py:219 +#: pretix/plugins/reports/exporters.py:222 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:20 msgid "Expired" msgstr "" @@ -6905,7 +6915,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/items/question.html:26 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:19 #: pretix/control/templates/pretixcontrol/orders/overview.html:59 -#: pretix/plugins/reports/exporters.py:219 +#: pretix/plugins/reports/exporters.py:222 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:22 msgid "Canceled" msgstr "" @@ -6932,8 +6942,8 @@ msgstr "" msgid "Pending (but fully paid)" msgstr "" -#: pretix/control/forms/filter.py:119 pretix/control/forms/filter.py:526 -#: pretix/control/forms/filter.py:529 +#: pretix/control/forms/filter.py:119 pretix/control/forms/filter.py:578 +#: pretix/control/forms/filter.py:581 #: pretix/control/templates/pretixcontrol/event/live.html:63 msgid "Test mode" msgstr "" @@ -6942,28 +6952,28 @@ msgstr "" msgid "Cancellation requested" msgstr "" -#: pretix/control/forms/filter.py:278 pretix/control/forms/filter.py:796 -#: pretix/control/forms/filter.py:1006 pretix/control/forms/vouchers.py:112 +#: pretix/control/forms/filter.py:278 pretix/control/forms/filter.py:848 +#: pretix/control/forms/filter.py:1058 pretix/control/forms/vouchers.py:112 #: pretix/control/templates/pretixcontrol/items/question.html:29 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:99 msgid "All products" msgstr "" -#: pretix/control/forms/filter.py:282 pretix/control/forms/filter.py:1010 +#: pretix/control/forms/filter.py:282 pretix/control/forms/filter.py:1062 #: pretix/control/forms/vouchers.py:100 pretix/control/views/typeahead.py:514 #, python-brace-format msgid "{product} – Any variation" msgstr "" #: pretix/control/forms/filter.py:341 pretix/control/forms/filter.py:346 -#: pretix/control/forms/filter.py:617 pretix/control/forms/filter.py:622 +#: pretix/control/forms/filter.py:669 pretix/control/forms/filter.py:674 msgid "All organizers" msgstr "" -#: pretix/control/forms/filter.py:381 pretix/control/forms/filter.py:528 -#: pretix/control/forms/filter.py:537 pretix/control/forms/filter.py:860 -#: pretix/control/forms/filter.py:869 pretix/control/forms/filter.py:941 -#: pretix/control/forms/filter.py:954 +#: pretix/control/forms/filter.py:433 pretix/control/forms/filter.py:580 +#: pretix/control/forms/filter.py:589 pretix/control/forms/filter.py:912 +#: pretix/control/forms/filter.py:921 pretix/control/forms/filter.py:993 +#: pretix/control/forms/filter.py:1006 #: pretix/control/templates/pretixcontrol/checkin/lists.html:104 #: pretix/control/templates/pretixcontrol/checkin/lists.html:116 #: pretix/control/templates/pretixcontrol/organizers/devices.html:72 @@ -6973,202 +6983,202 @@ msgstr "" msgid "All" msgstr "" -#: pretix/control/forms/filter.py:383 pretix/control/forms/filter.py:603 +#: pretix/control/forms/filter.py:435 pretix/control/forms/filter.py:655 msgid "Shop live and presale running" msgstr "" -#: pretix/control/forms/filter.py:384 pretix/control/forms/filter.py:862 +#: pretix/control/forms/filter.py:436 pretix/control/forms/filter.py:914 msgid "Inactive" msgstr "" -#: pretix/control/forms/filter.py:396 pretix/control/forms/subevents.py:287 +#: pretix/control/forms/filter.py:448 pretix/control/forms/subevents.py:287 #: pretix/control/forms/subevents.py:326 msgid "Weekday" msgstr "" -#: pretix/control/forms/filter.py:398 +#: pretix/control/forms/filter.py:450 msgid "All days" msgstr "" -#: pretix/control/forms/filter.py:399 +#: pretix/control/forms/filter.py:451 msgid "Monday" msgstr "" -#: pretix/control/forms/filter.py:400 +#: pretix/control/forms/filter.py:452 msgid "Tuesday" msgstr "" -#: pretix/control/forms/filter.py:401 +#: pretix/control/forms/filter.py:453 msgid "Wednesday" msgstr "" -#: pretix/control/forms/filter.py:402 +#: pretix/control/forms/filter.py:454 msgid "Thursday" msgstr "" -#: pretix/control/forms/filter.py:403 +#: pretix/control/forms/filter.py:455 msgid "Friday" msgstr "" -#: pretix/control/forms/filter.py:404 +#: pretix/control/forms/filter.py:456 msgid "Saturday" msgstr "" -#: pretix/control/forms/filter.py:405 +#: pretix/control/forms/filter.py:457 msgid "Sunday" msgstr "" -#: pretix/control/forms/filter.py:530 +#: pretix/control/forms/filter.py:582 msgid "Live" msgstr "" -#: pretix/control/forms/filter.py:535 pretix/control/forms/filter.py:538 +#: pretix/control/forms/filter.py:587 pretix/control/forms/filter.py:590 msgid "Empty" msgstr "" -#: pretix/control/forms/filter.py:539 +#: pretix/control/forms/filter.py:591 msgid "Valid and with value" msgstr "" -#: pretix/control/forms/filter.py:540 +#: pretix/control/forms/filter.py:592 msgid "Expired and with value" msgstr "" -#: pretix/control/forms/filter.py:546 pretix/control/forms/filter.py:548 -#: pretix/control/forms/filter.py:876 pretix/control/forms/filter.py:878 +#: pretix/control/forms/filter.py:598 pretix/control/forms/filter.py:600 +#: pretix/control/forms/filter.py:928 pretix/control/forms/filter.py:930 msgid "Search query" msgstr "" -#: pretix/control/forms/filter.py:601 +#: pretix/control/forms/filter.py:653 msgid "All events" msgstr "" -#: pretix/control/forms/filter.py:602 +#: pretix/control/forms/filter.py:654 msgid "Shop live" msgstr "" -#: pretix/control/forms/filter.py:604 +#: pretix/control/forms/filter.py:656 msgid "Shop not live" msgstr "" -#: pretix/control/forms/filter.py:607 +#: pretix/control/forms/filter.py:659 msgid "Single event running or in the future" msgstr "" -#: pretix/control/forms/filter.py:608 +#: pretix/control/forms/filter.py:660 msgid "Single event in the past" msgstr "" -#: pretix/control/forms/filter.py:775 pretix/control/forms/filter.py:777 +#: pretix/control/forms/filter.py:827 pretix/control/forms/filter.py:829 msgid "Search attendee…" msgstr "" -#: pretix/control/forms/filter.py:783 +#: pretix/control/forms/filter.py:835 msgid "Check-in status" msgstr "" -#: pretix/control/forms/filter.py:785 +#: pretix/control/forms/filter.py:837 msgid "All attendees" msgstr "" -#: pretix/control/forms/filter.py:786 +#: pretix/control/forms/filter.py:838 msgctxt "checkin state" msgid "Present" msgstr "" -#: pretix/control/forms/filter.py:787 +#: pretix/control/forms/filter.py:839 #: pretix/control/templates/pretixcontrol/checkin/index.html:131 #: pretix/control/templates/pretixcontrol/checkin/lists.html:73 -#: pretix/plugins/checkinlists/exporters.py:337 +#: pretix/plugins/checkinlists/exporters.py:396 msgid "Checked in" msgstr "" -#: pretix/control/forms/filter.py:788 +#: pretix/control/forms/filter.py:840 #: pretix/control/templates/pretixcontrol/checkin/index.html:126 msgid "Not checked in" msgstr "" -#: pretix/control/forms/filter.py:867 pretix/control/forms/filter.py:870 +#: pretix/control/forms/filter.py:919 pretix/control/forms/filter.py:922 #: pretix/control/templates/pretixcontrol/users/index.html:47 msgid "Administrator" msgstr "" -#: pretix/control/forms/filter.py:871 +#: pretix/control/forms/filter.py:923 msgid "No administrator" msgstr "" -#: pretix/control/forms/filter.py:942 +#: pretix/control/forms/filter.py:994 msgid "Valid" msgstr "" -#: pretix/control/forms/filter.py:943 +#: pretix/control/forms/filter.py:995 msgid "Unredeemed" msgstr "" -#: pretix/control/forms/filter.py:944 +#: pretix/control/forms/filter.py:996 msgid "Redeemed at least once" msgstr "" -#: pretix/control/forms/filter.py:945 +#: pretix/control/forms/filter.py:997 msgid "Fully redeemed" msgstr "" -#: pretix/control/forms/filter.py:947 +#: pretix/control/forms/filter.py:999 msgid "Redeemed and checked in with ticket" msgstr "" -#: pretix/control/forms/filter.py:952 +#: pretix/control/forms/filter.py:1004 msgid "Quota handling" msgstr "" -#: pretix/control/forms/filter.py:956 +#: pretix/control/forms/filter.py:1008 msgid "Allow to ignore quota" msgstr "" -#: pretix/control/forms/filter.py:961 pretix/control/forms/filter.py:963 +#: pretix/control/forms/filter.py:1013 pretix/control/forms/filter.py:1015 msgid "Filter by tag" msgstr "" -#: pretix/control/forms/filter.py:968 pretix/control/forms/filter.py:970 +#: pretix/control/forms/filter.py:1020 pretix/control/forms/filter.py:1022 msgid "Search voucher" msgstr "" -#: pretix/control/forms/filter.py:1016 pretix/control/forms/vouchers.py:91 +#: pretix/control/forms/filter.py:1068 pretix/control/forms/vouchers.py:91 #: pretix/control/views/typeahead.py:522 pretix/control/views/typeahead.py:526 #: pretix/control/views/vouchers.py:81 #, python-brace-format msgid "Any product in quota \"{quota}\"" msgstr "" -#: pretix/control/forms/filter.py:1132 +#: pretix/control/forms/filter.py:1184 msgid "Refund status" msgstr "" -#: pretix/control/forms/filter.py:1134 +#: pretix/control/forms/filter.py:1186 msgid "All open refunds" msgstr "" -#: pretix/control/forms/filter.py:1135 +#: pretix/control/forms/filter.py:1187 msgid "All refunds" msgstr "" -#: pretix/control/forms/filter.py:1171 +#: pretix/control/forms/filter.py:1223 msgid "Date filter" msgstr "" -#: pretix/control/forms/filter.py:1173 +#: pretix/control/forms/filter.py:1225 msgid "Filter by…" msgstr "" -#: pretix/control/forms/filter.py:1175 +#: pretix/control/forms/filter.py:1227 msgid "Date of last successful payment" msgstr "" -#: pretix/control/forms/filter.py:1180 +#: pretix/control/forms/filter.py:1232 msgid "Date from" msgstr "" -#: pretix/control/forms/filter.py:1185 +#: pretix/control/forms/filter.py:1237 msgid "Date until" msgstr "" @@ -7369,8 +7379,8 @@ msgstr "" msgid "Bundled product" msgstr "" -#: pretix/control/forms/item.py:735 pretix/control/forms/orders.py:260 -#: pretix/control/forms/orders.py:394 +#: pretix/control/forms/item.py:735 pretix/control/forms/orders.py:264 +#: pretix/control/forms/orders.py:398 msgid "inactive" msgstr "" @@ -7403,21 +7413,21 @@ msgstr "" msgid "CSV column: \"{name}\"" msgstr "" -#: pretix/control/forms/orders.py:33 +#: pretix/control/forms/orders.py:34 msgid "Overbook quota" msgstr "" -#: pretix/control/forms/orders.py:34 +#: pretix/control/forms/orders.py:35 msgid "" "If you check this box, this operation will be performed even if it leads to " "an overbooked quota and you having sold more tickets than you planned!" msgstr "" -#: pretix/control/forms/orders.py:78 +#: pretix/control/forms/orders.py:79 msgid "Overbook quota and ignore late payment" msgstr "" -#: pretix/control/forms/orders.py:79 +#: pretix/control/forms/orders.py:80 msgid "" "If you check this box, this operation will be performed even if it leads to " "an overbooked quota and you having sold more tickets than you planned! The " @@ -7425,16 +7435,16 @@ msgid "" "payments." msgstr "" -#: pretix/control/forms/orders.py:105 +#: pretix/control/forms/orders.py:106 #: pretix/control/templates/pretixcontrol/order/deny.html:19 msgid "Notify user by e-mail" msgstr "" -#: pretix/control/forms/orders.py:112 +#: pretix/control/forms/orders.py:113 msgid "Keep a cancellation fee of" msgstr "" -#: pretix/control/forms/orders.py:113 +#: pretix/control/forms/orders.py:114 msgid "" "If you keep a fee, all positions within this order will be canceled and the " "order will be reduced to a paid cancellation fee. Payment and shipping fees " @@ -7443,24 +7453,24 @@ msgid "" "automatically." msgstr "" -#: pretix/control/forms/orders.py:141 +#: pretix/control/forms/orders.py:145 msgid "Payment amount" msgstr "" -#: pretix/control/forms/orders.py:145 +#: pretix/control/forms/orders.py:149 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/control.html:7 -#: pretix/plugins/reports/exporters.py:319 -#: pretix/plugins/reports/exporters.py:381 -#: pretix/plugins/reports/exporters.py:491 -#: pretix/plugins/reports/exporters.py:520 +#: pretix/plugins/reports/exporters.py:322 +#: pretix/plugins/reports/exporters.py:384 +#: pretix/plugins/reports/exporters.py:494 +#: pretix/plugins/reports/exporters.py:523 msgid "Payment date" msgstr "" -#: pretix/control/forms/orders.py:183 +#: pretix/control/forms/orders.py:187 msgid "Re-calculate taxes" msgstr "" -#: pretix/control/forms/orders.py:186 +#: pretix/control/forms/orders.py:190 msgid "" "This operation re-checks if taxes should be paid to the items due to e.g. " "configured reverse charge rules and changes the prices and tax values " @@ -7469,133 +7479,133 @@ msgid "" "this procedure." msgstr "" -#: pretix/control/forms/orders.py:192 +#: pretix/control/forms/orders.py:196 msgid "Issue a new invoice if required" msgstr "" -#: pretix/control/forms/orders.py:196 +#: pretix/control/forms/orders.py:200 msgid "" "If an invoice exists for this order and this operation would change its " "contents, the old invoice will be canceled and a new invoice will be issued." msgstr "" -#: pretix/control/forms/orders.py:201 +#: pretix/control/forms/orders.py:205 msgid "Notify user" msgstr "" -#: pretix/control/forms/orders.py:205 +#: pretix/control/forms/orders.py:209 msgid "" "Send an email to the customer notifying that their order has been changed." msgstr "" -#: pretix/control/forms/orders.py:209 +#: pretix/control/forms/orders.py:213 msgid "Allow to overbook quotas when performing this operation" msgstr "" -#: pretix/control/forms/orders.py:225 +#: pretix/control/forms/orders.py:229 msgid "Add-on to" msgstr "" -#: pretix/control/forms/orders.py:230 +#: pretix/control/forms/orders.py:234 #: pretix/control/templates/pretixcontrol/checkin/index.html:70 #: pretix/control/templates/pretixcontrol/order/change.html:118 #: pretix/control/views/vouchers.py:70 msgid "Seat" msgstr "" -#: pretix/control/forms/orders.py:237 +#: pretix/control/forms/orders.py:241 msgid "Including taxes, if any. Keep empty for the product's default price" msgstr "" -#: pretix/control/forms/orders.py:335 pretix/control/forms/orders.py:339 -#: pretix/control/forms/orders.py:378 pretix/control/forms/orders.py:389 +#: pretix/control/forms/orders.py:339 pretix/control/forms/orders.py:343 +#: pretix/control/forms/orders.py:382 pretix/control/forms/orders.py:393 msgid "(Unchanged)" msgstr "" -#: pretix/control/forms/orders.py:345 pretix/control/forms/orders.py:412 +#: pretix/control/forms/orders.py:349 pretix/control/forms/orders.py:416 msgid "New price (gross)" msgstr "" -#: pretix/control/forms/orders.py:349 +#: pretix/control/forms/orders.py:353 msgid "Generate a new secret" msgstr "" -#: pretix/control/forms/orders.py:353 +#: pretix/control/forms/orders.py:357 msgid "Cancel this position" msgstr "" -#: pretix/control/forms/orders.py:357 +#: pretix/control/forms/orders.py:361 msgid "Split into new order" msgstr "" -#: pretix/control/forms/orders.py:416 +#: pretix/control/forms/orders.py:420 msgid "Remove this fee" msgstr "" -#: pretix/control/forms/orders.py:430 +#: pretix/control/forms/orders.py:434 msgid "Invalidate secrets" msgstr "" -#: pretix/control/forms/orders.py:431 +#: pretix/control/forms/orders.py:435 msgid "" "Regenerates the order and ticket secrets. You will need to re-send the link " "to the order page to the user and the user will need to download his tickets " "again. The old versions will be invalid." msgstr "" -#: pretix/control/forms/orders.py:456 pretix/control/forms/orders.py:639 -#: pretix/control/forms/orders.py:666 pretix/control/forms/vouchers.py:222 +#: pretix/control/forms/orders.py:460 pretix/control/forms/orders.py:643 +#: pretix/control/forms/orders.py:670 pretix/control/forms/vouchers.py:222 #: pretix/plugins/sendmail/forms.py:21 pretix/plugins/sendmail/forms.py:76 msgid "Subject" msgstr "" -#: pretix/control/forms/orders.py:480 +#: pretix/control/forms/orders.py:484 msgid "Recipient" msgstr "" -#: pretix/control/forms/orders.py:486 pretix/control/forms/orders.py:647 -#: pretix/control/forms/orders.py:674 pretix/control/forms/vouchers.py:228 +#: pretix/control/forms/orders.py:490 pretix/control/forms/orders.py:651 +#: pretix/control/forms/orders.py:678 pretix/control/forms/vouchers.py:228 #: pretix/plugins/sendmail/forms.py:22 pretix/plugins/sendmail/forms.py:81 msgid "Message" msgstr "" -#: pretix/control/forms/orders.py:499 +#: pretix/control/forms/orders.py:503 msgid "" "Cancel the order. All tickets will no longer work. This can not be reverted." msgstr "" -#: pretix/control/forms/orders.py:500 +#: pretix/control/forms/orders.py:504 msgid "" "Mark the order as pending and allow the user to pay the open amount with " "another payment method." msgstr "" -#: pretix/control/forms/orders.py:502 +#: pretix/control/forms/orders.py:506 msgid "Do nothing and keep the order as it is." msgstr "" -#: pretix/control/forms/orders.py:529 +#: pretix/control/forms/orders.py:533 msgid "The refund amount needs to be positive and less than {}." msgstr "" -#: pretix/control/forms/orders.py:535 +#: pretix/control/forms/orders.py:539 msgid "You need to specify an amount for a partial refund." msgstr "" -#: pretix/control/forms/orders.py:547 +#: pretix/control/forms/orders.py:551 msgid "Cancel all dates" msgstr "" -#: pretix/control/forms/orders.py:552 +#: pretix/control/forms/orders.py:556 msgid "Automatically refund money if possible" msgstr "" -#: pretix/control/forms/orders.py:557 +#: pretix/control/forms/orders.py:561 msgid "" "Create manual refund if the payment method odes not support automatic refunds" msgstr "" -#: pretix/control/forms/orders.py:561 +#: pretix/control/forms/orders.py:565 msgid "" "If checked, all payments with a payment method not supporting automatic " "refunds will be on your manual refund to-do list. Do not check if you want " @@ -7603,25 +7613,25 @@ msgid "" "gift cards." msgstr "" -#: pretix/control/forms/orders.py:566 +#: pretix/control/forms/orders.py:570 msgid "" "Refund order value to a gift card instead instead of the original payment " "method" msgstr "" -#: pretix/control/forms/orders.py:572 +#: pretix/control/forms/orders.py:576 msgid "Gift card validity" msgstr "" -#: pretix/control/forms/orders.py:579 +#: pretix/control/forms/orders.py:583 msgid "Special terms and conditions" msgstr "" -#: pretix/control/forms/orders.py:596 +#: pretix/control/forms/orders.py:600 msgid "Keep fees" msgstr "" -#: pretix/control/forms/orders.py:599 +#: pretix/control/forms/orders.py:603 msgid "" "The selected types of fees will not be refunded but instead added to the " "cancellation fee. Fees are never refunded in when an order in an event " @@ -7629,20 +7639,20 @@ msgid "" "dates." msgstr "" -#: pretix/control/forms/orders.py:605 +#: pretix/control/forms/orders.py:609 msgid "Send information via email" msgstr "" -#: pretix/control/forms/orders.py:611 +#: pretix/control/forms/orders.py:615 msgid "Send information to waiting list" msgstr "" -#: pretix/control/forms/orders.py:642 pretix/control/forms/orders.py:668 +#: pretix/control/forms/orders.py:646 pretix/control/forms/orders.py:672 #, python-brace-format msgid "Canceled: {event}" msgstr "" -#: pretix/control/forms/orders.py:653 +#: pretix/control/forms/orders.py:657 #, python-brace-format msgid "" "Hello,\n" @@ -7660,7 +7670,7 @@ msgid "" "Your {event} team" msgstr "" -#: pretix/control/forms/orders.py:680 +#: pretix/control/forms/orders.py:684 #, python-brace-format msgid "" "Hello,\n" @@ -7674,7 +7684,7 @@ msgid "" "Your {event} team" msgstr "" -#: pretix/control/forms/orders.py:711 +#: pretix/control/forms/orders.py:715 msgid "Please confirm that you want to cancel ALL dates in this event series." msgstr "" @@ -7727,7 +7737,7 @@ msgstr "" msgid "This will be displayed on the organizer homepage." msgstr "" -#: pretix/control/forms/organizer.py:279 +#: pretix/control/forms/organizer.py:280 msgid "" "If you provide a logo image, we will by default not show your organization " "name in the page header. By default, we show your logo with a size of up to " @@ -7736,63 +7746,63 @@ msgid "" "smaller screens." msgstr "" -#: pretix/control/forms/organizer.py:298 +#: pretix/control/forms/organizer.py:299 msgid "Show availability in event overviews" msgstr "" -#: pretix/control/forms/organizer.py:299 +#: pretix/control/forms/organizer.py:300 msgid "" "If checked, the list of events will show if events are sold out. This might " "make for longer page loading times if you have lots of events and the shown " "status might be out of date for up to two minutes." msgstr "" -#: pretix/control/forms/organizer.py:305 +#: pretix/control/forms/organizer.py:306 msgid "Link back to organizer overview on all event pages" msgstr "" -#: pretix/control/forms/organizer.py:312 +#: pretix/control/forms/organizer.py:313 msgid "" "Choose all languages that your organizer homepage should be available in." msgstr "" -#: pretix/control/forms/organizer.py:323 +#: pretix/control/forms/organizer.py:324 msgid "Favicon" msgstr "" -#: pretix/control/forms/organizer.py:326 +#: pretix/control/forms/organizer.py:328 msgid "" "If you provide a favicon, we will show it instead of the default pretix " "icon. We recommend a size of at least 200x200px to accommodate most devices." msgstr "" -#: pretix/control/forms/organizer.py:330 +#: pretix/control/forms/organizer.py:332 msgid "Length of gift card codes" msgstr "" -#: pretix/control/forms/organizer.py:331 +#: pretix/control/forms/organizer.py:333 msgid "" "The system generates by default {}-character long gift card codes. However, " "if a different length is required, it can be set here." msgstr "" -#: pretix/control/forms/organizer.py:336 +#: pretix/control/forms/organizer.py:338 msgid "Validity of gift card codes in years" msgstr "" -#: pretix/control/forms/organizer.py:337 +#: pretix/control/forms/organizer.py:339 msgid "" "If you set a number here, gift cards will by default expire at the end of " "the year after this many years. If you keep it empty, gift cards do not have " "an explicit expiry date." msgstr "" -#: pretix/control/forms/organizer.py:352 +#: pretix/control/forms/organizer.py:354 msgctxt "webhooks" msgid "Event types" msgstr "" -#: pretix/control/forms/organizer.py:383 +#: pretix/control/forms/organizer.py:385 msgid "Gift card value" msgstr "" @@ -9370,7 +9380,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/organizers/detail.html:43 #: pretix/control/templates/pretixcontrol/organizers/giftcards.html:38 #: pretix/control/templates/pretixcontrol/organizers/index.html:18 -#: pretix/control/templates/pretixcontrol/search/orders.html:27 +#: pretix/control/templates/pretixcontrol/search/orders.html:33 #: pretix/control/templates/pretixcontrol/subevents/index.html:41 #: pretix/control/templates/pretixcontrol/users/index.html:22 #: pretix/control/templates/pretixcontrol/vouchers/index.html:54 @@ -9454,7 +9464,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/order/pay.html:33 #: pretix/control/templates/pretixcontrol/order/pay_complete.html:28 #: pretix/control/templates/pretixcontrol/order/reactivate.html:30 -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:155 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:169 #: pretix/control/templates/pretixcontrol/order/refund_done.html:26 #: pretix/control/templates/pretixcontrol/order/refund_process.html:47 #: pretix/control/templates/pretixcontrol/order/refund_start.html:51 @@ -9506,9 +9516,9 @@ msgstr "" #: pretix/control/templates/pretixcontrol/checkin/list_edit.html:10 #: pretix/control/templates/pretixcontrol/checkin/list_edit.html:17 -#: pretix/plugins/checkinlists/exporters.py:38 -#: pretix/plugins/checkinlists/exporters.py:88 -#: pretix/plugins/checkinlists/exporters.py:315 +#: pretix/plugins/checkinlists/exporters.py:39 +#: pretix/plugins/checkinlists/exporters.py:107 +#: pretix/plugins/checkinlists/exporters.py:374 #: pretix/plugins/pretixdroid/forms.py:39 #: pretix/plugins/pretixdroid/models.py:24 #: pretix/plugins/pretixdroid/templates/pretixplugins/pretixdroid/configuration.html:79 @@ -10190,7 +10200,7 @@ msgid "Installed plugins" msgstr "" #: pretix/control/templates/pretixcontrol/event/plugins.html:10 -#: pretix/control/views/checkin.py:260 pretix/control/views/event.py:177 +#: pretix/control/views/checkin.py:264 pretix/control/views/event.py:177 #: pretix/control/views/event.py:317 pretix/control/views/event.py:396 #: pretix/control/views/event.py:436 pretix/control/views/event.py:594 #: pretix/control/views/event.py:785 pretix/control/views/event.py:1135 @@ -10353,14 +10363,14 @@ msgid "Basics" msgstr "" #: pretix/control/templates/pretixcontrol/event/settings.html:31 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:44 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:46 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:349 #: pretix/control/templates/pretixcontrol/subevents/detail.html:32 msgid "Geo coordinates" msgstr "" #: pretix/control/templates/pretixcontrol/event/settings.html:32 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:45 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:47 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:271 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:275 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:350 @@ -10369,7 +10379,7 @@ msgid "Optional" msgstr "" #: pretix/control/templates/pretixcontrol/event/settings.html:39 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:52 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:54 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:357 #: pretix/control/templates/pretixcontrol/subevents/detail.html:40 msgid "Geocoding data © OpenStreetMap" @@ -10401,7 +10411,7 @@ msgid "Shop design" msgstr "" #: pretix/control/templates/pretixcontrol/event/settings.html:124 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:74 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:76 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:392 #: pretix/control/templates/pretixcontrol/subevents/detail.html:76 msgid "Timeline" @@ -10639,7 +10649,7 @@ msgid "" "We strongly recommend against using short forms of more then 16 characters." msgstr "" -#: pretix/control/templates/pretixcontrol/events/create_basics.html:68 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:70 msgid "Display settings" msgstr "" @@ -10657,7 +10667,40 @@ msgid "" "that contain the event name." msgstr "" -#: pretix/control/templates/pretixcontrol/events/create_foundation.html:10 +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:13 +msgid "Singular event or non-event shop" +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:15 +msgid "" +"An event with individual configuration. If you create more events later, you " +"can copy the event to save yourself some work." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:21 +msgid "" +"Examples: Conferences, workshops, trade fairs, one-off concerts, sale of " +"digital content, multi-day events with combination tickets." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:32 +msgid "Event series or time slot booking" +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:34 +msgid "" +"A series of events that share the same configuration. They can still be " +"different in their dates, locations, prices, and capacities." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:40 +msgid "" +"Examples: Multiple presentations of the same show, same concert in multiple " +"locations, museums, libraries, or swimming pools, events that need to be " +"booked together in one cart." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:53 msgid "" "Please note that you will only be able to delete your event until the first " "order has been created." @@ -11076,8 +11119,8 @@ msgstr "" #: pretix/control/templates/pretixcontrol/items/question.html:20 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:14 #: pretix/control/templates/pretixcontrol/orders/overview.html:68 -#: pretix/plugins/checkinlists/exporters.py:343 -#: pretix/plugins/reports/exporters.py:223 +#: pretix/plugins/checkinlists/exporters.py:402 +#: pretix/plugins/reports/exporters.py:226 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:17 msgid "Paid" msgstr "" @@ -11879,10 +11922,10 @@ msgstr "" #: pretix/control/templates/pretixcontrol/order/index.html:550 #: pretix/control/templates/pretixcontrol/orders/overview.html:69 #: pretix/control/templates/pretixcontrol/orders/overview.html:146 -#: pretix/plugins/reports/exporters.py:223 -#: pretix/plugins/reports/exporters.py:278 -#: pretix/plugins/reports/exporters.py:447 -#: pretix/plugins/reports/exporters.py:591 +#: pretix/plugins/reports/exporters.py:226 +#: pretix/plugins/reports/exporters.py:281 +#: pretix/plugins/reports/exporters.py:450 +#: pretix/plugins/reports/exporters.py:594 #: pretix/presale/templates/pretixpresale/event/fragment_cart.html:292 msgid "Total" msgstr "" @@ -12077,52 +12120,52 @@ msgctxt "amount_label" msgid "Automatically refund" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:59 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:63 msgid "Automatically refund full amount" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:62 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:66 msgid "This payment method does not support automatic refunds." msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:70 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:74 msgid "Transfer to other order" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:73 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:77 msgctxt "amount_label" msgid "Transfer" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:81 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:85 msgctxt "order_label" msgid "to" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:91 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:95 #: pretix/control/templates/pretixcontrol/organizers/giftcard_create.html:5 msgid "Create a new gift card" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:103 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:113 msgid "" "The gift card can be used to buy tickets for all events of this organizer." msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:111 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:121 msgid "Manual refund" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:114 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:124 msgctxt "amount_label" msgid "Manually refund" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:125 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:139 msgid "Keep transfer as to do" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:129 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:143 #: pretix/control/templates/pretixcontrol/order/refund_done.html:5 #: pretix/control/templates/pretixcontrol/order/refund_done.html:9 #: pretix/control/templates/pretixcontrol/order/refund_process.html:6 @@ -12130,7 +12173,7 @@ msgstr "" msgid "Mark refund as done" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:139 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:153 msgid "" "Any payments that you selected for automatical refunds will be immediately " "communicate the refund request to the respective payment provider. Manual " @@ -12138,7 +12181,7 @@ msgid "" "done once you actually transferred the money back to the customer." msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:160 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:174 msgid "Perform refund" msgstr "" @@ -12364,29 +12407,29 @@ msgid "Remove filter" msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:132 -#: pretix/control/templates/pretixcontrol/search/orders.html:78 +#: pretix/control/templates/pretixcontrol/search/orders.html:83 msgid "CANCELLATION REQUESTED" msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:135 #: pretix/control/templates/pretixcontrol/orders/index.html:137 -#: pretix/control/templates/pretixcontrol/search/orders.html:81 -#: pretix/control/templates/pretixcontrol/search/orders.html:83 +#: pretix/control/templates/pretixcontrol/search/orders.html:86 +#: pretix/control/templates/pretixcontrol/search/orders.html:88 msgid "REFUND PENDING" msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:140 -#: pretix/control/templates/pretixcontrol/search/orders.html:86 +#: pretix/control/templates/pretixcontrol/search/orders.html:91 msgid "OVERPAID" msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:142 -#: pretix/control/templates/pretixcontrol/search/orders.html:88 +#: pretix/control/templates/pretixcontrol/search/orders.html:93 msgid "UNDERPAID" msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:144 -#: pretix/control/templates/pretixcontrol/search/orders.html:90 +#: pretix/control/templates/pretixcontrol/search/orders.html:95 msgid "FULLY PAID" msgstr "" @@ -12426,7 +12469,7 @@ msgid "" msgstr "" #: pretix/control/templates/pretixcontrol/orders/overview.html:61 -#: pretix/plugins/reports/exporters.py:219 +#: pretix/plugins/reports/exporters.py:222 msgid "Purchased" msgstr "" @@ -13076,7 +13119,7 @@ msgstr "" msgid "pretix Logo" msgstr "" -#: pretix/control/templates/pretixcontrol/search/orders.html:99 +#: pretix/control/templates/pretixcontrol/search/orders.html:104 msgid "" "We couldn't find any orders that you have access to and that match your " "search query." @@ -14148,15 +14191,15 @@ msgstr "" msgid "The selected check-ins have been reverted." msgstr "" -#: pretix/control/views/checkin.py:163 +#: pretix/control/views/checkin.py:167 msgid "The selected tickets have been marked as checked in." msgstr "" -#: pretix/control/views/checkin.py:227 +#: pretix/control/views/checkin.py:231 msgid "The new check-in list has been created." msgstr "" -#: pretix/control/views/checkin.py:234 pretix/control/views/checkin.py:277 +#: pretix/control/views/checkin.py:238 pretix/control/views/checkin.py:281 #: pretix/control/views/event.py:206 pretix/control/views/event.py:399 #: pretix/control/views/event.py:439 pretix/control/views/event.py:597 #: pretix/control/views/event.py:754 pretix/control/views/event.py:1094 @@ -14171,11 +14214,11 @@ msgstr "" msgid "We could not save your changes. See below for details." msgstr "" -#: pretix/control/views/checkin.py:256 pretix/control/views/checkin.py:293 +#: pretix/control/views/checkin.py:260 pretix/control/views/checkin.py:297 msgid "The requested list does not exist." msgstr "" -#: pretix/control/views/checkin.py:302 +#: pretix/control/views/checkin.py:306 msgid "The selected list has been deleted." msgstr "" @@ -14401,7 +14444,7 @@ msgstr "" msgid "Could not update the comment." msgstr "" -#: pretix/control/views/event.py:1061 pretix/control/views/main.py:296 +#: pretix/control/views/event.py:1061 pretix/control/views/main.py:276 msgid "VAT" msgstr "" @@ -15352,28 +15395,28 @@ msgstr "" msgid "8 portrait A7 pages on one A4 page" msgstr "" -#: pretix/plugins/badges/exporters.py:186 +#: pretix/plugins/badges/exporters.py:194 msgid "None of the selected products is configured to print badges." msgstr "" -#: pretix/plugins/badges/exporters.py:192 +#: pretix/plugins/badges/exporters.py:200 msgid "Attendee badges" msgstr "" -#: pretix/plugins/badges/exporters.py:212 +#: pretix/plugins/badges/exporters.py:220 #: pretix/plugins/ticketoutputpdf/exporters.py:32 msgid "Include pending orders" msgstr "" -#: pretix/plugins/badges/exporters.py:217 +#: pretix/plugins/badges/exporters.py:225 msgid "Include add-on or bundled positions" msgstr "" -#: pretix/plugins/badges/exporters.py:222 +#: pretix/plugins/badges/exporters.py:230 msgid "Rendering option" msgstr "" -#: pretix/plugins/badges/exporters.py:227 +#: pretix/plugins/badges/exporters.py:235 msgid "" "This option allows you to align multiple badges on one page, for example if " "you want to print to a sheet of stickers with a regular office printer. " @@ -15381,10 +15424,10 @@ msgid "" "correct size." msgstr "" -#: pretix/plugins/badges/exporters.py:233 -#: pretix/plugins/checkinlists/exporters.py:56 -#: pretix/plugins/reports/exporters.py:315 -#: pretix/plugins/reports/exporters.py:487 +#: pretix/plugins/badges/exporters.py:241 +#: pretix/plugins/checkinlists/exporters.py:71 +#: pretix/plugins/reports/exporters.py:318 +#: pretix/plugins/reports/exporters.py:490 #: pretix/plugins/ticketoutputpdf/exporters.py:37 msgid "Sort by" msgstr "" @@ -15907,33 +15950,41 @@ msgstr "" msgid "This plugin allows you to generate check-in lists for your conference." msgstr "" -#: pretix/plugins/checkinlists/exporters.py:46 +#: pretix/plugins/checkinlists/exporters.py:50 +msgid "Only include tickets for dates on or after this date." +msgstr "" + +#: pretix/plugins/checkinlists/exporters.py:57 +msgid "Only include tickets for dates on or before this date." +msgstr "" + +#: pretix/plugins/checkinlists/exporters.py:61 msgid "Include QR-code secret" msgstr "" -#: pretix/plugins/checkinlists/exporters.py:51 +#: pretix/plugins/checkinlists/exporters.py:66 msgid "Only tickets requiring special attention" msgstr "" -#: pretix/plugins/checkinlists/exporters.py:71 +#: pretix/plugins/checkinlists/exporters.py:86 msgid "Include questions" msgstr "" -#: pretix/plugins/checkinlists/exporters.py:183 +#: pretix/plugins/checkinlists/exporters.py:222 msgid "Check-in list (PDF)" msgstr "" #. Translators: maximum 5 characters -#: pretix/plugins/checkinlists/exporters.py:234 +#: pretix/plugins/checkinlists/exporters.py:284 msgctxt "tablehead" msgid "paid" msgstr "" -#: pretix/plugins/checkinlists/exporters.py:337 +#: pretix/plugins/checkinlists/exporters.py:396 msgid "Automatically checked in" msgstr "" -#: pretix/plugins/checkinlists/exporters.py:346 +#: pretix/plugins/checkinlists/exporters.py:405 #: pretix/plugins/paypal/payment.py:86 msgid "Secret" msgstr "" @@ -16014,43 +16065,43 @@ msgid "" "to send any payments." msgstr "" -#: pretix/plugins/paypal/payment.py:205 pretix/plugins/paypal/payment.py:291 -#: pretix/plugins/paypal/payment.py:306 pretix/plugins/paypal/payment.py:309 -#: pretix/plugins/paypal/payment.py:367 +#: pretix/plugins/paypal/payment.py:205 pretix/plugins/paypal/payment.py:298 +#: pretix/plugins/paypal/payment.py:313 pretix/plugins/paypal/payment.py:316 +#: pretix/plugins/paypal/payment.py:374 pretix/plugins/paypal/payment.py:515 msgid "We had trouble communicating with PayPal" msgstr "" -#: pretix/plugins/paypal/payment.py:323 pretix/plugins/paypal/payment.py:332 -#: pretix/plugins/paypal/payment.py:393 +#: pretix/plugins/paypal/payment.py:330 pretix/plugins/paypal/payment.py:339 +#: pretix/plugins/paypal/payment.py:400 msgid "" "We were unable to process your payment. See below for details on how to " "proceed." msgstr "" -#: pretix/plugins/paypal/payment.py:374 pretix/plugins/paypal/payment.py:383 +#: pretix/plugins/paypal/payment.py:381 pretix/plugins/paypal/payment.py:390 msgid "" "PayPal has not yet approved the payment. We will inform you as soon as the " "payment completed." msgstr "" -#: pretix/plugins/paypal/payment.py:408 pretix/plugins/stripe/payment.py:435 +#: pretix/plugins/paypal/payment.py:415 pretix/plugins/stripe/payment.py:435 #: pretix/plugins/stripe/payment.py:787 msgid "There was an error sending the confirmation mail." msgstr "" -#: pretix/plugins/paypal/payment.py:485 pretix/plugins/paypal/payment.py:492 +#: pretix/plugins/paypal/payment.py:492 pretix/plugins/paypal/payment.py:499 msgid "Refunding the amount via PayPal failed: {}" msgstr "" -#: pretix/plugins/paypal/payment.py:591 pretix/plugins/paypal/payment.py:599 +#: pretix/plugins/paypal/payment.py:615 pretix/plugins/paypal/payment.py:623 msgid "The payment for this invoice has already been received." msgstr "" -#: pretix/plugins/paypal/payment.py:592 pretix/plugins/paypal/payment.py:600 +#: pretix/plugins/paypal/payment.py:616 pretix/plugins/paypal/payment.py:624 msgid "PayPal payment ID" msgstr "" -#: pretix/plugins/paypal/payment.py:594 +#: pretix/plugins/paypal/payment.py:618 msgid "PayPal sale ID" msgstr "" @@ -16419,48 +16470,48 @@ msgstr "" msgid "Created: %s" msgstr "" -#: pretix/plugins/reports/exporters.py:153 +#: pretix/plugins/reports/exporters.py:156 msgid "Order overview (PDF)" msgstr "" -#: pretix/plugins/reports/exporters.py:197 +#: pretix/plugins/reports/exporters.py:200 #: pretix/plugins/statistics/templates/pretixplugins/statistics/index.html:58 msgid "Orders by product" msgstr "" -#: pretix/plugins/reports/exporters.py:202 +#: pretix/plugins/reports/exporters.py:205 #, python-brace-format msgid "{axis} between {start} and {end}" msgstr "" -#: pretix/plugins/reports/exporters.py:227 -#: pretix/plugins/reports/exporters.py:228 -#: pretix/plugins/reports/exporters.py:229 #: pretix/plugins/reports/exporters.py:230 #: pretix/plugins/reports/exporters.py:231 +#: pretix/plugins/reports/exporters.py:232 +#: pretix/plugins/reports/exporters.py:233 +#: pretix/plugins/reports/exporters.py:234 msgid "#" msgstr "" -#: pretix/plugins/reports/exporters.py:299 +#: pretix/plugins/reports/exporters.py:302 msgid "List of orders with taxes (PDF)" msgstr "" -#: pretix/plugins/reports/exporters.py:376 +#: pretix/plugins/reports/exporters.py:379 #, python-brace-format msgid "Orders by tax rate ({currency})" msgstr "" -#: pretix/plugins/reports/exporters.py:385 -#: pretix/plugins/reports/exporters.py:521 +#: pretix/plugins/reports/exporters.py:388 +#: pretix/plugins/reports/exporters.py:524 msgid "Gross" msgstr "" -#: pretix/plugins/reports/exporters.py:385 -#: pretix/plugins/reports/exporters.py:521 +#: pretix/plugins/reports/exporters.py:388 +#: pretix/plugins/reports/exporters.py:524 msgid "Tax" msgstr "" -#: pretix/plugins/reports/exporters.py:470 +#: pretix/plugins/reports/exporters.py:473 msgid "List of orders with taxes" msgstr "" @@ -17517,24 +17568,24 @@ msgid "Show all events of %(name)s" msgstr "" #: pretix/presale/templates/pretixpresale/event/base.html:98 -#: pretix/presale/templates/pretixpresale/event/base.html:128 +#: pretix/presale/templates/pretixpresale/event/base.html:132 msgid "" "This ticket shop is currently in test mode. Please do not perform any real " "purchases as your order might be deleted without notice." msgstr "" #: pretix/presale/templates/pretixpresale/event/base.html:104 -#: pretix/presale/templates/pretixpresale/event/base.html:134 +#: pretix/presale/templates/pretixpresale/event/base.html:138 msgid "" "Orders made through this sales channel cannot be deleted - even if the " "ticket shop is in test mode!" msgstr "" -#: pretix/presale/templates/pretixpresale/event/base.html:142 +#: pretix/presale/templates/pretixpresale/event/base.html:146 msgid "Contact event organizer" msgstr "" -#: pretix/presale/templates/pretixpresale/event/base.html:145 +#: pretix/presale/templates/pretixpresale/event/base.html:149 msgid "Imprint" msgstr "" @@ -17935,6 +17986,11 @@ msgstr "" msgid "Go" msgstr "" +#: pretix/presale/templates/pretixpresale/event/fragment_subevent_calendar_week.html:21 +#: pretix/presale/templates/pretixpresale/organizers/calendar_week.html:48 +msgid "W" +msgstr "" + #: pretix/presale/templates/pretixpresale/event/fragment_subevent_list.html:21 #: pretix/presale/templates/pretixpresale/event/fragment_subevent_list.html:30 #: pretix/presale/templates/pretixpresale/fragment_calendar.html:71 @@ -18600,19 +18656,19 @@ msgstr "" msgid "Please enter positive numbers only." msgstr "" -#: pretix/presale/views/cart.py:338 +#: pretix/presale/views/cart.py:340 msgid "We applied the voucher to as many products in your cart as we could." msgstr "" -#: pretix/presale/views/cart.py:360 +#: pretix/presale/views/cart.py:362 msgid "Your cart has been updated." msgstr "" -#: pretix/presale/views/cart.py:363 pretix/presale/views/cart.py:385 +#: pretix/presale/views/cart.py:365 pretix/presale/views/cart.py:387 msgid "Your cart is now empty." msgstr "" -#: pretix/presale/views/cart.py:400 +#: pretix/presale/views/cart.py:402 msgid "The products have been successfully added to your cart." msgstr "" diff --git a/src/pretix/locale/ro/LC_MESSAGES/djangojs.po b/src/pretix/locale/ro/LC_MESSAGES/djangojs.po index 01261ff04..3bfa96b32 100644 --- a/src/pretix/locale/ro/LC_MESSAGES/djangojs.po +++ b/src/pretix/locale/ro/LC_MESSAGES/djangojs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-05-13 16:45+0000\n" +"POT-Creation-Date: 2020-06-10 16:02+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" diff --git a/src/pretix/locale/ru/LC_MESSAGES/django.po b/src/pretix/locale/ru/LC_MESSAGES/django.po index 330a787b8..79d9a4bf9 100644 --- a/src/pretix/locale/ru/LC_MESSAGES/django.po +++ b/src/pretix/locale/ru/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-05-13 16:44+0000\n" +"POT-Creation-Date: 2020-06-10 16:02+0000\n" "PO-Revision-Date: 2019-12-06 11:59+0000\n" "Last-Translator: Martin Gross \n" "Language-Team: Russian " msgid "Empty, if this product is not an admission ticket" msgstr "Пусто, если данный продукт не является входным билетом" -#: pretix/base/models/orders.py:1069 pretix/base/models/orders.py:2110 +#: pretix/base/models/orders.py:1069 pretix/base/models/orders.py:2137 #: pretix/base/settings.py:537 msgid "Company name" msgstr "" -#: pretix/base/models/orders.py:1073 pretix/base/models/orders.py:2117 +#: pretix/base/models/orders.py:1073 pretix/base/models/orders.py:2144 #: pretix/base/settings.py:32 pretix/plugins/stripe/payment.py:150 msgid "Select country" msgstr "Выбрать страну" -#: pretix/base/models/orders.py:1204 +#: pretix/base/models/orders.py:1231 msgctxt "payment_state" msgid "created" msgstr "создано" -#: pretix/base/models/orders.py:1205 +#: pretix/base/models/orders.py:1232 msgctxt "payment_state" msgid "pending" msgstr "не завершено" -#: pretix/base/models/orders.py:1206 +#: pretix/base/models/orders.py:1233 msgctxt "payment_state" msgid "confirmed" msgstr "подтверждено" -#: pretix/base/models/orders.py:1207 +#: pretix/base/models/orders.py:1234 msgctxt "payment_state" msgid "canceled" msgstr "отменено" -#: pretix/base/models/orders.py:1208 +#: pretix/base/models/orders.py:1235 msgctxt "payment_state" msgid "failed" msgstr "не удалось" -#: pretix/base/models/orders.py:1209 +#: pretix/base/models/orders.py:1236 msgctxt "payment_state" msgid "refunded" msgstr "возвращено" -#: pretix/base/models/orders.py:1237 pretix/base/models/orders.py:1608 +#: pretix/base/models/orders.py:1264 pretix/base/models/orders.py:1635 #: pretix/base/shredder.py:352 msgid "Payment information" msgstr "Информация о платеже" -#: pretix/base/models/orders.py:1430 +#: pretix/base/models/orders.py:1457 #, python-format msgid "Event registration confirmed: %(code)s" msgstr "Регистрация мероприятия подтверждена: %(code)s" -#: pretix/base/models/orders.py:1448 +#: pretix/base/models/orders.py:1475 #, python-format msgid "Payment received for your order: %(code)s" msgstr "Получена оплата за ваш заказ: %(code)s" -#: pretix/base/models/orders.py:1554 +#: pretix/base/models/orders.py:1581 msgctxt "refund_state" msgid "started externally" msgstr "начато извне" -#: pretix/base/models/orders.py:1555 +#: pretix/base/models/orders.py:1582 msgctxt "refund_state" msgid "created" msgstr "создано" -#: pretix/base/models/orders.py:1556 +#: pretix/base/models/orders.py:1583 msgctxt "refund_state" msgid "in transit" msgstr "в пути" -#: pretix/base/models/orders.py:1557 +#: pretix/base/models/orders.py:1584 msgctxt "refund_state" msgid "done" msgstr "готово" -#: pretix/base/models/orders.py:1558 +#: pretix/base/models/orders.py:1585 msgctxt "refund_state" msgid "failed" msgstr "не удалось" -#: pretix/base/models/orders.py:1560 +#: pretix/base/models/orders.py:1587 msgctxt "refund_state" msgid "canceled" msgstr "отменено" -#: pretix/base/models/orders.py:1568 +#: pretix/base/models/orders.py:1595 msgctxt "refund_source" msgid "Organizer" msgstr "Организатор" -#: pretix/base/models/orders.py:1569 +#: pretix/base/models/orders.py:1596 msgctxt "refund_source" msgid "Customer" msgstr "Клиент" -#: pretix/base/models/orders.py:1570 +#: pretix/base/models/orders.py:1597 msgctxt "refund_source" msgid "External" msgstr "Внешний" -#: pretix/base/models/orders.py:1714 +#: pretix/base/models/orders.py:1741 msgid "Payment fee" msgstr "Платёжный сбор" -#: pretix/base/models/orders.py:1715 +#: pretix/base/models/orders.py:1742 msgid "Shipping fee" msgstr "Плата за доставку" -#: pretix/base/models/orders.py:1716 +#: pretix/base/models/orders.py:1743 msgid "Service fee" msgstr "Плата за обслуживание" -#: pretix/base/models/orders.py:1717 +#: pretix/base/models/orders.py:1744 #: pretix/control/templates/pretixcontrol/order/index.html:133 msgid "Cancellation fee" msgstr "Плата за отмену" -#: pretix/base/models/orders.py:1718 +#: pretix/base/models/orders.py:1745 msgid "Other fees" msgstr "Другие сборы" -#: pretix/base/models/orders.py:1719 pretix/base/payment.py:1005 +#: pretix/base/models/orders.py:1746 pretix/base/payment.py:1005 #: pretix/control/templates/pretixcontrol/order/index.html:128 msgid "Gift card" msgstr "Подарочный сертификат" -#: pretix/base/models/orders.py:1724 +#: pretix/base/models/orders.py:1751 #: pretix/control/templates/pretixcontrol/organizers/giftcard.html:65 #: pretix/control/templates/pretixcontrol/organizers/giftcard.html:103 #: pretix/control/views/vouchers.py:70 msgid "Value" msgstr "" -#: pretix/base/models/orders.py:1861 +#: pretix/base/models/orders.py:1888 msgid "Order position" msgstr "Позиция заказа" -#: pretix/base/models/orders.py:2036 pretix/base/services/orders.py:846 +#: pretix/base/models/orders.py:2063 pretix/base/services/orders.py:846 #, python-format msgid "Your event registration: %(code)s" msgstr "Регистрация вашего мероприятия: %(code)s" -#: pretix/base/models/orders.py:2065 +#: pretix/base/models/orders.py:2092 msgid "Cart ID (e.g. session key)" msgstr "ID корзины (например, сеансовый ключ)" -#: pretix/base/models/orders.py:2083 +#: pretix/base/models/orders.py:2110 msgid "Cart position" msgstr "Позиция корзины" -#: pretix/base/models/orders.py:2084 +#: pretix/base/models/orders.py:2111 msgid "Cart positions" msgstr "Позиции корзины" -#: pretix/base/models/orders.py:2121 +#: pretix/base/models/orders.py:2148 msgid "Only for business customers within the EU." msgstr "Только для корпоративных клиентов в ЕС." -#: pretix/base/models/orders.py:2126 +#: pretix/base/models/orders.py:2153 msgid "This reference will be printed on your invoice for your convenience." msgstr "Данная ссылка будет напечатана на вашем счёте для вашего удобства." @@ -3055,9 +3057,9 @@ msgstr "" "раз. Используется в URL для ссылки на ваши учётные записи организатора и " "ваши мероприятия." -#: pretix/base/models/organizer.py:52 pretix/control/forms/event.py:68 -#: pretix/control/forms/event.py:74 pretix/control/forms/filter.py:338 -#: pretix/control/forms/filter.py:614 +#: pretix/base/models/organizer.py:52 pretix/control/forms/event.py:63 +#: pretix/control/forms/event.py:69 pretix/control/forms/filter.py:338 +#: pretix/control/forms/filter.py:666 #: pretix/control/templates/pretixcontrol/events/index.html:68 #: pretix/control/templates/pretixcontrol/organizers/base.html:4 #: pretix/control/templates/pretixcontrol/organizers/edit.html:9 @@ -3136,7 +3138,7 @@ msgid "%(name)s on %(object)s" msgstr "" #: pretix/base/models/organizer.py:252 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:82 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:84 msgid "Team" msgstr "Команда" @@ -3150,22 +3152,22 @@ msgstr "" msgid "Invite to team '{team}' for '{email}'" msgstr "Пригласить в команду '{team}' for '{email}'" -#: pretix/base/models/seating.py:23 +#: pretix/base/models/seating.py:24 msgid "Your layout file is not a valid JSON file." msgstr "Ваш файл макета недействителен для файла JSON." -#: pretix/base/models/seating.py:32 +#: pretix/base/models/seating.py:33 msgid "Your layout file is not a valid seating plan. Error message: {}" msgstr "" "Ваш файл макета не является действительным планом рассадки. Сообщение об " "ошибке: {}" -#: pretix/base/models/seating.py:145 +#: pretix/base/models/seating.py:152 #, python-brace-format msgid "Row {number}" msgstr "Ряд {number}" -#: pretix/base/models/seating.py:150 +#: pretix/base/models/seating.py:157 #, python-brace-format msgid "Seat {number}" msgstr "Место {number}" @@ -3251,7 +3253,7 @@ msgstr "Снизить цену продукта на (%)" #: pretix/control/templates/pretixcontrol/vouchers/index.html:19 #: pretix/control/templates/pretixcontrol/vouchers/index.html:100 #: pretix/control/views/vouchers.py:69 pretix/control/views/waitinglist.py:199 -#: pretix/plugins/checkinlists/exporters.py:359 +#: pretix/plugins/checkinlists/exporters.py:418 #: pretix/presale/templates/pretixpresale/event/fragment_cart.html:316 #: pretix/presale/templates/pretixpresale/event/index.html:278 msgid "Voucher code" @@ -3286,7 +3288,7 @@ msgstr "" msgid "Valid until" msgstr "" -#: pretix/base/models/vouchers.py:131 pretix/control/forms/filter.py:955 +#: pretix/base/models/vouchers.py:131 pretix/control/forms/filter.py:1007 msgid "Reserve ticket from quota" msgstr "" @@ -3578,7 +3580,7 @@ msgctxt "subevent" msgid "Dates" msgstr "Даты" -#: pretix/base/notifications.py:184 pretix/base/pdf.py:130 +#: pretix/base/notifications.py:184 pretix/base/pdf.py:135 msgid "Event date" msgstr "Дата мероприятия" @@ -4183,7 +4185,7 @@ msgstr "Код билета (содержание штрих-кода)" msgid "Order position number" msgstr "Позиция заказа" -#: pretix/base/pdf.py:64 pretix/control/forms/event.py:1263 +#: pretix/base/pdf.py:64 pretix/control/forms/event.py:1262 #: pretix/control/templates/pretixcontrol/items/index.html:33 msgid "Product name" msgstr "" @@ -4239,7 +4241,7 @@ msgstr "Цена, включая дополнительные продукты" msgid "Attendee company" msgstr "Адрес электронной почты посетителя" -#: pretix/base/pdf.py:114 pretix/base/pdf.py:212 +#: pretix/base/pdf.py:114 pretix/base/pdf.py:217 #: pretix/base/services/tickets.py:96 pretix/control/views/pdf.py:80 msgid "Sample company" msgstr "" @@ -4247,197 +4249,212 @@ msgstr "" #: pretix/base/pdf.py:118 #, fuzzy #| msgid "Attendee email" +msgid "Full attendee address" +msgstr "Адрес электронной почты посетителя" + +#: pretix/base/pdf.py:119 +msgid "" +"John Doe\n" +"Sample company\n" +"Sesame Street 42\n" +"12345 Any City\n" +"Atlantis" +msgstr "" + +#: pretix/base/pdf.py:123 +#, fuzzy +#| msgid "Attendee email" msgid "Attendee country" msgstr "Адрес электронной почты посетителя" -#: pretix/base/pdf.py:126 +#: pretix/base/pdf.py:131 msgid "Sample event name" msgstr "Наименование образца мероприятия" -#: pretix/base/pdf.py:131 +#: pretix/base/pdf.py:136 msgid "May 31st, 2017" msgstr "31 мая 2017 года" -#: pretix/base/pdf.py:135 +#: pretix/base/pdf.py:140 msgid "Event date range" msgstr "Диапазон дат мероприятия" -#: pretix/base/pdf.py:136 +#: pretix/base/pdf.py:141 msgid "May 31st – June 4th, 2017" msgstr "31 мая – 4 июня 2017 года" -#: pretix/base/pdf.py:140 +#: pretix/base/pdf.py:145 msgid "Event begin date and time" msgstr "Дата и время начала мероприятия" -#: pretix/base/pdf.py:141 +#: pretix/base/pdf.py:146 msgid "2017-05-31 20:00" msgstr "2017-05-31 20:00:00" -#: pretix/base/pdf.py:148 +#: pretix/base/pdf.py:153 msgid "Event begin date" msgstr "Дата начала мероприятия" -#: pretix/base/pdf.py:149 pretix/base/pdf.py:170 pretix/base/pdf.py:244 +#: pretix/base/pdf.py:154 pretix/base/pdf.py:175 pretix/base/pdf.py:249 msgid "2017-05-31" msgstr "2017-05-31 00:00:00" -#: pretix/base/pdf.py:156 +#: pretix/base/pdf.py:161 msgid "Event begin time" msgstr "Время начала мероприятия" -#: pretix/base/pdf.py:157 +#: pretix/base/pdf.py:162 msgid "20:00" msgstr "20:00:00" -#: pretix/base/pdf.py:161 +#: pretix/base/pdf.py:166 msgid "Event end date and time" msgstr "Дата и время окончания мероприятия" -#: pretix/base/pdf.py:162 +#: pretix/base/pdf.py:167 msgid "2017-05-31 22:00" msgstr "2017-05-31 22:00:00" -#: pretix/base/pdf.py:169 +#: pretix/base/pdf.py:174 msgid "Event end date" msgstr "Дата окончания мероприятия" -#: pretix/base/pdf.py:178 +#: pretix/base/pdf.py:183 msgid "22:00" msgstr "22:00:00" -#: pretix/base/pdf.py:185 +#: pretix/base/pdf.py:190 msgid "Event admission date and time" msgstr "Дата и время входа на мероприятие" -#: pretix/base/pdf.py:186 pretix/base/pdf.py:252 +#: pretix/base/pdf.py:191 pretix/base/pdf.py:257 msgid "2017-05-31 19:00" msgstr "2017-05-31 19:00:00" -#: pretix/base/pdf.py:193 +#: pretix/base/pdf.py:198 msgid "Event admission time" msgstr "Время входа на мероприятие" -#: pretix/base/pdf.py:194 pretix/base/pdf.py:260 +#: pretix/base/pdf.py:199 pretix/base/pdf.py:265 msgid "19:00" msgstr "19:00:00" -#: pretix/base/pdf.py:201 +#: pretix/base/pdf.py:206 msgid "Event location" msgstr "Место проведения мероприятия" -#: pretix/base/pdf.py:202 pretix/base/settings.py:559 +#: pretix/base/pdf.py:207 pretix/base/settings.py:559 msgid "Random City" msgstr "" -#: pretix/base/pdf.py:211 +#: pretix/base/pdf.py:216 msgid "Invoice address company" msgstr "Компания в счёте" -#: pretix/base/pdf.py:216 +#: pretix/base/pdf.py:221 #, fuzzy #| msgid "Invoice address company" msgid "Invoice address city" msgstr "Компания в счёте" -#: pretix/base/pdf.py:217 pretix/base/services/invoices.py:340 +#: pretix/base/pdf.py:222 pretix/base/services/invoices.py:340 msgid "Sample city" msgstr "Ваш город" -#: pretix/base/pdf.py:221 +#: pretix/base/pdf.py:226 msgid "List of Add-Ons" msgstr "Список дополнительных продуктов" -#: pretix/base/pdf.py:222 +#: pretix/base/pdf.py:227 msgid "" "Add-on 1\n" "Add-on 2" msgstr "" -#: pretix/base/pdf.py:233 pretix/control/forms/filter.py:490 -#: pretix/control/forms/filter.py:492 +#: pretix/base/pdf.py:238 pretix/control/forms/filter.py:542 +#: pretix/control/forms/filter.py:544 #: pretix/control/templates/pretixcontrol/organizers/index.html:35 msgid "Organizer name" msgstr "" -#: pretix/base/pdf.py:234 +#: pretix/base/pdf.py:239 msgid "Event organizer company" msgstr "" -#: pretix/base/pdf.py:238 +#: pretix/base/pdf.py:243 msgid "Organizer info text" msgstr "Информационный текст организатора" -#: pretix/base/pdf.py:239 +#: pretix/base/pdf.py:244 msgid "Event organizer info text" msgstr "Информационный текст организатора мероприятия" -#: pretix/base/pdf.py:243 +#: pretix/base/pdf.py:248 msgid "Printing date" msgstr "Дата распечатки" -#: pretix/base/pdf.py:251 +#: pretix/base/pdf.py:256 msgid "Printing date and time" msgstr "Дата и время распечатки" -#: pretix/base/pdf.py:259 +#: pretix/base/pdf.py:264 msgid "Printing time" msgstr "Время распечатки" -#: pretix/base/pdf.py:267 +#: pretix/base/pdf.py:272 msgid "Seat: Full name" msgstr "Место: Полное имя" -#: pretix/base/pdf.py:268 +#: pretix/base/pdf.py:273 msgid "Ground floor, Row 3, Seat 4" msgstr "Партер, ряд 3, место 4" -#: pretix/base/pdf.py:270 pretix/base/pdf.py:276 -#: pretix/control/forms/orders.py:229 +#: pretix/base/pdf.py:275 pretix/base/pdf.py:281 +#: pretix/control/forms/orders.py:233 msgid "General admission" msgstr "" -#: pretix/base/pdf.py:273 +#: pretix/base/pdf.py:278 msgid "Seat: zone" msgstr "Место: зона" -#: pretix/base/pdf.py:274 +#: pretix/base/pdf.py:279 msgid "Ground floor" msgstr "Партер" -#: pretix/base/pdf.py:279 +#: pretix/base/pdf.py:284 msgid "Seat: row" msgstr "Место: ряд" -#: pretix/base/pdf.py:284 +#: pretix/base/pdf.py:289 msgid "Seat: seat number" msgstr "Место: номер места" -#: pretix/base/pdf.py:320 +#: pretix/base/pdf.py:325 #, python-brace-format msgid "Question: {question}" msgstr "Вопрос: {question}" -#: pretix/base/pdf.py:321 +#: pretix/base/pdf.py:326 #, python-brace-format msgid "" msgstr "" -#: pretix/base/pdf.py:343 pretix/base/pdf.py:350 -#: pretix/plugins/badges/exporters.py:238 -#: pretix/plugins/checkinlists/exporters.py:62 -#: pretix/plugins/checkinlists/exporters.py:335 +#: pretix/base/pdf.py:348 pretix/base/pdf.py:355 +#: pretix/plugins/badges/exporters.py:246 +#: pretix/plugins/checkinlists/exporters.py:77 +#: pretix/plugins/checkinlists/exporters.py:394 #: pretix/plugins/ticketoutputpdf/exporters.py:42 #, python-brace-format msgid "Attendee name: {part}" msgstr "" -#: pretix/base/pdf.py:360 +#: pretix/base/pdf.py:365 #, python-brace-format msgid "Invoice address name: {part}" msgstr "Имя в счёте: {part}" -#: pretix/base/pdf.py:522 pretix/plugins/ticketoutputpdf/ticketoutput.py:78 +#: pretix/base/pdf.py:527 pretix/plugins/ticketoutputpdf/ticketoutput.py:78 msgid "Ticket" msgstr "" @@ -4481,7 +4498,7 @@ msgstr "" "Мы не смогли полностью обработать ваш запрос, так как сервер был слишком " "занят. Пожалуйста, попробуйте ещё раз." -#: pretix/base/services/cart.py:54 pretix/presale/views/cart.py:174 +#: pretix/base/services/cart.py:54 pretix/presale/views/cart.py:176 msgid "You did not select any products." msgstr "Вы не выбрали ни одного продукта." @@ -4766,7 +4783,7 @@ msgctxt "invoice" msgid "Attendee: {name}" msgstr "" -#: pretix/base/services/invoices.py:170 pretix/plugins/reports/exporters.py:215 +#: pretix/base/services/invoices.py:170 pretix/plugins/reports/exporters.py:218 msgctxt "subevent" msgid "Date: {}" msgstr "" @@ -4958,7 +4975,7 @@ msgstr "" "За это время одно из мест в вашем заказе уже заняли, мы удалили эту позицию " "из вашей корзины." -#: pretix/base/services/orders.py:153 pretix/control/forms/orders.py:68 +#: pretix/base/services/orders.py:153 pretix/control/forms/orders.py:69 msgid "The new expiry date needs to be in the future." msgstr "" @@ -4995,7 +5012,7 @@ msgstr "" "Этот заказ не может быть отменён, так как подарочный сертификат {card}, " "купленный в этом заказе, уже был использован." -#: pretix/base/services/orders.py:391 pretix/control/forms/orders.py:132 +#: pretix/base/services/orders.py:391 pretix/control/forms/orders.py:136 msgid "" "The cancellation fee cannot be higher than the payment credit of this order." msgstr "" @@ -5136,7 +5153,7 @@ msgstr "" "Произошла ошибка при попытке вернуть вам деньги. Пожалуйста, свяжитесь с " "организатором мероприятия для получения дополнительной информации." -#: pretix/base/services/seating.py:35 pretix/base/services/seating.py:90 +#: pretix/base/services/seating.py:35 pretix/base/services/seating.py:94 #, fuzzy, python-format #| msgid "" #| "You can not change the plan since seat \"{}\" is not present in the new " @@ -5148,7 +5165,7 @@ msgstr "" "Вы не можете изменить план, поскольку место \"{}\" отсутствует в новом плане " "и уже продано." -#: pretix/base/services/seating.py:93 +#: pretix/base/services/seating.py:97 #, fuzzy, python-format #| msgid "" #| "You can not change the plan since seat \"{}\" is not present in the new " @@ -5670,7 +5687,7 @@ msgstr "" msgid "Available languages" msgstr "" -#: pretix/base/settings.py:707 pretix/control/forms/event.py:96 +#: pretix/base/settings.py:707 pretix/control/forms/event.py:91 msgid "Default language" msgstr "" @@ -5706,7 +5723,7 @@ msgstr "" msgid "Hide all products that are sold out" msgstr "" -#: pretix/base/settings.py:757 pretix/control/forms/event.py:1177 +#: pretix/base/settings.py:757 pretix/control/forms/event.py:1176 msgid "Publicly show how many tickets of a certain type are still available." msgstr "" @@ -5722,7 +5739,7 @@ msgstr "" msgid "Enable waiting list" msgstr "" -#: pretix/base/settings.py:785 pretix/control/forms/event.py:1182 +#: pretix/base/settings.py:785 pretix/control/forms/event.py:1181 msgid "" "Once a ticket is sold out, people can add themselves to a waiting list. As " "soon as a ticket becomes available again, it will be reserved for the first " @@ -5814,7 +5831,7 @@ msgid "" msgstr "" #: pretix/base/settings.py:888 pretix/base/settings.py:896 -#: pretix/control/forms/organizer.py:292 +#: pretix/control/forms/organizer.py:293 #: pretix/presale/templates/pretixpresale/organizers/calendar.html:25 #: pretix/presale/templates/pretixpresale/organizers/calendar_week.html:25 #: pretix/presale/templates/pretixpresale/organizers/index.html:34 @@ -5822,20 +5839,20 @@ msgid "List" msgstr "Список" #: pretix/base/settings.py:889 pretix/base/settings.py:897 -#: pretix/control/forms/organizer.py:293 +#: pretix/control/forms/organizer.py:294 #, fuzzy #| msgid "Calendar" msgid "Week calendar" msgstr "Календарь" #: pretix/base/settings.py:890 pretix/base/settings.py:898 -#: pretix/control/forms/organizer.py:294 +#: pretix/control/forms/organizer.py:295 #, fuzzy #| msgid "Calendar" msgid "Month calendar" msgstr "Календарь" -#: pretix/base/settings.py:894 pretix/control/forms/organizer.py:290 +#: pretix/base/settings.py:894 pretix/control/forms/organizer.py:291 msgid "Default overview style" msgstr "" @@ -5869,7 +5886,7 @@ msgid "" "Otherwise, a manual refund will be created for you to process manually." msgstr "" -#: pretix/base/settings.py:952 pretix/control/forms/orders.py:586 +#: pretix/base/settings.py:952 pretix/control/forms/orders.py:590 msgid "Keep a fixed cancellation fee" msgstr "" @@ -5877,7 +5894,7 @@ msgstr "" msgid "Keep payment, shipping and service fees" msgstr "" -#: pretix/base/settings.py:973 pretix/control/forms/orders.py:591 +#: pretix/base/settings.py:973 pretix/control/forms/orders.py:595 msgid "Keep a percentual cancellation fee" msgstr "" @@ -5935,19 +5952,19 @@ msgstr "" msgid "Refund method" msgstr "Запрошен возврат" -#: pretix/base/settings.py:1051 pretix/control/forms/event.py:1205 +#: pretix/base/settings.py:1051 pretix/control/forms/event.py:1204 msgid "Contact address" msgstr "" -#: pretix/base/settings.py:1052 pretix/control/forms/event.py:1207 +#: pretix/base/settings.py:1052 pretix/control/forms/event.py:1206 msgid "We'll show this publicly to allow attendees to contact you." msgstr "" -#: pretix/base/settings.py:1060 pretix/control/forms/event.py:1199 +#: pretix/base/settings.py:1060 pretix/control/forms/event.py:1198 msgid "Imprint URL" msgstr "" -#: pretix/base/settings.py:1061 pretix/control/forms/event.py:1200 +#: pretix/base/settings.py:1061 pretix/control/forms/event.py:1199 msgid "" "This should point e.g. to a part of your website that has your contact " "details and legal information." @@ -6339,100 +6356,100 @@ msgctxt "subevent" msgid "Date ordering" msgstr "" -#: pretix/base/settings.py:1657 +#: pretix/base/settings.py:1665 msgid "Most common English titles" msgstr "" -#: pretix/base/settings.py:1667 +#: pretix/base/settings.py:1675 msgid "Most common German titles" msgstr "Наиболее распространённые формы обращения" -#: pretix/base/settings.py:1676 pretix/base/settings.py:1689 -#: pretix/base/settings.py:1705 pretix/base/settings.py:1755 -#: pretix/base/settings.py:1768 pretix/base/settings.py:1782 +#: pretix/base/settings.py:1684 pretix/base/settings.py:1697 +#: pretix/base/settings.py:1713 pretix/base/settings.py:1763 +#: pretix/base/settings.py:1776 pretix/base/settings.py:1790 msgid "Given name" msgstr "Имя" -#: pretix/base/settings.py:1677 pretix/base/settings.py:1690 -#: pretix/base/settings.py:1706 pretix/base/settings.py:1722 -#: pretix/base/settings.py:1739 pretix/base/settings.py:1754 -#: pretix/base/settings.py:1769 pretix/base/settings.py:1783 +#: pretix/base/settings.py:1685 pretix/base/settings.py:1698 +#: pretix/base/settings.py:1714 pretix/base/settings.py:1730 +#: pretix/base/settings.py:1747 pretix/base/settings.py:1762 +#: pretix/base/settings.py:1777 pretix/base/settings.py:1791 msgid "Family name" msgstr "Фамилия" -#: pretix/base/settings.py:1681 pretix/base/settings.py:1697 -#: pretix/base/settings.py:1713 pretix/base/settings.py:1728 -#: pretix/base/settings.py:1746 pretix/base/settings.py:1761 -#: pretix/base/settings.py:1791 pretix/base/settings.py:1814 +#: pretix/base/settings.py:1689 pretix/base/settings.py:1705 +#: pretix/base/settings.py:1721 pretix/base/settings.py:1736 +#: pretix/base/settings.py:1754 pretix/base/settings.py:1769 +#: pretix/base/settings.py:1799 pretix/base/settings.py:1822 msgctxt "person_name_sample" msgid "John" msgstr "John" -#: pretix/base/settings.py:1682 pretix/base/settings.py:1698 -#: pretix/base/settings.py:1714 pretix/base/settings.py:1730 -#: pretix/base/settings.py:1748 pretix/base/settings.py:1762 -#: pretix/base/settings.py:1792 +#: pretix/base/settings.py:1690 pretix/base/settings.py:1706 +#: pretix/base/settings.py:1722 pretix/base/settings.py:1738 +#: pretix/base/settings.py:1756 pretix/base/settings.py:1770 +#: pretix/base/settings.py:1800 msgctxt "person_name_sample" msgid "Doe" msgstr "Doe" -#: pretix/base/settings.py:1688 pretix/base/settings.py:1704 -#: pretix/base/settings.py:1736 +#: pretix/base/settings.py:1696 pretix/base/settings.py:1712 +#: pretix/base/settings.py:1744 msgctxt "person_name" msgid "Title" msgstr "Форма обращения" -#: pretix/base/settings.py:1696 pretix/base/settings.py:1712 -#: pretix/base/settings.py:1745 +#: pretix/base/settings.py:1704 pretix/base/settings.py:1720 +#: pretix/base/settings.py:1753 msgctxt "person_name_sample" msgid "Dr" msgstr "Dr" -#: pretix/base/settings.py:1720 pretix/base/settings.py:1737 +#: pretix/base/settings.py:1728 pretix/base/settings.py:1745 msgid "First name" msgstr "Имя" -#: pretix/base/settings.py:1721 pretix/base/settings.py:1738 +#: pretix/base/settings.py:1729 pretix/base/settings.py:1746 msgid "Middle name" msgstr "Второе имя" -#: pretix/base/settings.py:1802 pretix/base/settings.py:1813 +#: pretix/base/settings.py:1810 pretix/base/settings.py:1821 msgctxt "person_name_sample" msgid "John Doe" msgstr "John Doe" -#: pretix/base/settings.py:1808 +#: pretix/base/settings.py:1816 msgid "Calling name" msgstr "Имя при обращении" -#: pretix/base/settings.py:1821 +#: pretix/base/settings.py:1829 msgid "Latin transcription" msgstr "Латинская транскрипция" -#: pretix/base/settings.py:1924 pretix/control/forms/event.py:176 +#: pretix/base/settings.py:1932 pretix/control/forms/event.py:172 msgid "" "Your default locale must also be enabled for your event (see box above)." msgstr "" -#: pretix/base/settings.py:1928 +#: pretix/base/settings.py:1936 msgid "" "You cannot require specifying attendee names if you do not ask for them." msgstr "" -#: pretix/base/settings.py:1932 +#: pretix/base/settings.py:1940 msgid "You have to ask for attendee emails if you want to make them required." msgstr "" -#: pretix/base/settings.py:1936 +#: pretix/base/settings.py:1944 msgid "" "You have to ask for invoice addresses if you want to make them required." msgstr "" -#: pretix/base/settings.py:1940 +#: pretix/base/settings.py:1948 msgid "You have to require invoice addresses to require for company names." msgstr "" -#: pretix/base/settings.py:1947 +#: pretix/base/settings.py:1955 msgid "The last payment date cannot be before the end of presale." msgstr "" @@ -6841,16 +6858,21 @@ msgstr "Произошла непредвиденная ошибка, повто msgid "The task has been completed." msgstr "Задача выполнена." -#: pretix/control/forms/__init__.py:112 +#: pretix/control/forms/__init__.py:115 +#, python-brace-format +msgid "Please do not upload files larger than {size}!" +msgstr "" + +#: pretix/control/forms/__init__.py:136 msgid "Filetype not allowed!" msgstr "" #: pretix/control/forms/checkin.py:38 pretix/control/forms/filter.py:244 -#: pretix/control/forms/filter.py:271 pretix/control/forms/filter.py:979 -#: pretix/control/forms/filter.py:999 pretix/control/forms/filter.py:1091 -#: pretix/control/forms/filter.py:1107 pretix/control/forms/filter.py:1168 -#: pretix/control/forms/filter.py:1203 pretix/control/forms/orders.py:544 -#: pretix/control/forms/orders.py:699 +#: pretix/control/forms/filter.py:271 pretix/control/forms/filter.py:1031 +#: pretix/control/forms/filter.py:1051 pretix/control/forms/filter.py:1143 +#: pretix/control/forms/filter.py:1159 pretix/control/forms/filter.py:1220 +#: pretix/control/forms/filter.py:1255 pretix/control/forms/orders.py:548 +#: pretix/control/forms/orders.py:703 #: pretix/control/templates/pretixcontrol/event/fragment_subevent_choice_simple.html:5 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:47 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:109 @@ -6859,7 +6881,7 @@ msgctxt "subevent" msgid "All dates" msgstr "" -#: pretix/control/forms/event.py:44 pretix/control/forms/organizer.py:310 +#: pretix/control/forms/event.py:44 pretix/control/forms/organizer.py:311 msgid "Use languages" msgstr "" @@ -6871,83 +6893,73 @@ msgstr "" msgid "This is an event series" msgstr "" -#: pretix/control/forms/event.py:50 -msgid "" -"Only recommended for advanced users. If this feature is enabled, this will " -"not only be a single event but a series of very similar events that are " -"handled within a single shop. The single events inside the series can only " -"differ in date, time, location, prices and quotas, but not in other " -"settings, and buying tickets across multiple of these events at the same " -"time is possible. You cannot change this setting for this event later." -msgstr "" - -#: pretix/control/forms/event.py:88 +#: pretix/control/forms/event.py:83 msgid "" "You already used this slug for a different event. Please choose a new one." msgstr "" -#: pretix/control/forms/event.py:92 pretix/control/forms/event.py:394 +#: pretix/control/forms/event.py:87 pretix/control/forms/event.py:390 msgid "Event timezone" msgstr "" -#: pretix/control/forms/event.py:99 +#: pretix/control/forms/event.py:94 msgid "Sales tax rate" msgstr "" -#: pretix/control/forms/event.py:100 +#: pretix/control/forms/event.py:95 msgid "" "Do you need to pay sales tax on your tickets? In this case, please enter the " "applicable tax rate here in percent. If you have a more complicated tax " "situation, you can add more tax rates and detailed configuration later." msgstr "" -#: pretix/control/forms/event.py:107 +#: pretix/control/forms/event.py:102 msgid "Grant access to team" msgstr "" -#: pretix/control/forms/event.py:108 +#: pretix/control/forms/event.py:103 msgid "" "You are allowed to create events under this organizer, however you do not " "have permission to edit all events under this organizer. Please select one " "of your existing teams that will be granted access to this event." msgstr "" -#: pretix/control/forms/event.py:113 +#: pretix/control/forms/event.py:108 msgid "Create a new team for this event with me as the only member" msgstr "" -#: pretix/control/forms/event.py:156 pretix/control/forms/event.py:309 +#: pretix/control/forms/event.py:151 pretix/control/forms/event.py:305 msgid "" "Sample Conference Center\n" "Heidelberg, Germany" msgstr "" -#: pretix/control/forms/event.py:180 +#: pretix/control/forms/event.py:176 msgid "Your default locale must be specified." msgstr "" -#: pretix/control/forms/event.py:254 +#: pretix/control/forms/event.py:250 msgid "Copy configuration from" msgstr "" -#: pretix/control/forms/event.py:260 pretix/control/forms/event.py:263 +#: pretix/control/forms/event.py:256 pretix/control/forms/event.py:259 #: pretix/control/forms/item.py:250 msgid "Do not copy" msgstr "" -#: pretix/control/forms/event.py:314 pretix/control/forms/organizer.py:87 +#: pretix/control/forms/event.py:310 pretix/control/forms/organizer.py:87 msgid "Custom domain" msgstr "" -#: pretix/control/forms/event.py:316 pretix/control/forms/organizer.py:89 +#: pretix/control/forms/event.py:312 pretix/control/forms/organizer.py:89 msgid "You need to configure the custom domain in the webserver beforehand." msgstr "" -#: pretix/control/forms/event.py:324 pretix/control/forms/organizer.py:97 +#: pretix/control/forms/event.py:320 pretix/control/forms/organizer.py:97 msgid "You cannot choose the base domain of this installation." msgstr "" -#: pretix/control/forms/event.py:328 pretix/control/forms/organizer.py:102 +#: pretix/control/forms/event.py:324 pretix/control/forms/organizer.py:102 #, fuzzy #| msgid "This slug has already been used for a different event." msgid "This domain is already in use for a different event or organizer." @@ -6955,32 +6967,32 @@ msgstr "" "Данная описательная часть URL-адреса уже была использована для другого " "мероприятия." -#: pretix/control/forms/event.py:397 +#: pretix/control/forms/event.py:393 msgid "Name format" msgstr "" -#: pretix/control/forms/event.py:398 +#: pretix/control/forms/event.py:394 msgid "" "This defines how pretix will ask for human names. Changing this after you " "already received orders might lead to unexpected behavior when sorting or " "changing names." msgstr "" -#: pretix/control/forms/event.py:403 +#: pretix/control/forms/event.py:399 msgid "Allowed titles" msgstr "" -#: pretix/control/forms/event.py:404 +#: pretix/control/forms/event.py:400 msgid "" "If the naming scheme you defined above allows users to input a title, you " "can use this to restrict the set of selectable titles." msgstr "" -#: pretix/control/forms/event.py:409 pretix/control/forms/organizer.py:276 +#: pretix/control/forms/event.py:405 pretix/control/forms/organizer.py:276 msgid "Header image" msgstr "" -#: pretix/control/forms/event.py:412 +#: pretix/control/forms/event.py:409 msgid "" "If you provide a logo image, we will by default not show your event name and " "date in the page header. By default, we show your logo with a size of up to " @@ -6989,29 +7001,29 @@ msgid "" "smaller screens." msgstr "" -#: pretix/control/forms/event.py:418 pretix/control/forms/organizer.py:285 +#: pretix/control/forms/event.py:415 pretix/control/forms/organizer.py:286 msgid "Use header image in its full size" msgstr "" -#: pretix/control/forms/event.py:419 pretix/control/forms/organizer.py:286 +#: pretix/control/forms/event.py:416 pretix/control/forms/organizer.py:287 msgid "We recommend to upload a picture at least 1170 pixels wide." msgstr "" -#: pretix/control/forms/event.py:423 +#: pretix/control/forms/event.py:420 msgid "Show event title even if a header image is present" msgstr "" -#: pretix/control/forms/event.py:424 +#: pretix/control/forms/event.py:421 #, fuzzy #| msgid "This question will only show up in the backend." msgid "The title will only be shown on the event front page." msgstr "Этот вопрос будет отображаться только в серверной части." -#: pretix/control/forms/event.py:428 +#: pretix/control/forms/event.py:425 msgid "Social media image" msgstr "" -#: pretix/control/forms/event.py:431 +#: pretix/control/forms/event.py:429 msgid "" "This picture will be used as a preview if you post links to your ticket shop " "on social media. Facebook advises to use a picture size of 1200 x 630 " @@ -7020,298 +7032,298 @@ msgid "" "square is shown. If you do not fill this, we will use the logo given above." msgstr "" -#: pretix/control/forms/event.py:437 pretix/control/forms/organizer.py:226 +#: pretix/control/forms/event.py:435 pretix/control/forms/organizer.py:226 msgid "Primary color" msgstr "" -#: pretix/control/forms/event.py:441 pretix/control/forms/event.py:451 -#: pretix/control/forms/event.py:461 pretix/control/forms/event.py:470 +#: pretix/control/forms/event.py:439 pretix/control/forms/event.py:449 +#: pretix/control/forms/event.py:459 pretix/control/forms/event.py:468 #: pretix/control/forms/organizer.py:230 pretix/control/forms/organizer.py:240 #: pretix/control/forms/organizer.py:250 pretix/control/forms/organizer.py:260 msgid "Please enter the hexadecimal code of a color, e.g. #990000." msgstr "" -#: pretix/control/forms/event.py:446 pretix/control/forms/organizer.py:235 +#: pretix/control/forms/event.py:444 pretix/control/forms/organizer.py:235 msgid "Accent color for success" msgstr "" -#: pretix/control/forms/event.py:447 pretix/control/forms/organizer.py:236 +#: pretix/control/forms/event.py:445 pretix/control/forms/organizer.py:236 msgid "We strongly suggest to use a shade of green." msgstr "" -#: pretix/control/forms/event.py:456 pretix/control/forms/organizer.py:245 +#: pretix/control/forms/event.py:454 pretix/control/forms/organizer.py:245 msgid "Accent color for errors" msgstr "" -#: pretix/control/forms/event.py:457 +#: pretix/control/forms/event.py:455 msgid "We strongly suggest to use a dark shade of red." msgstr "" -#: pretix/control/forms/event.py:466 pretix/control/forms/organizer.py:256 +#: pretix/control/forms/event.py:464 pretix/control/forms/organizer.py:256 msgid "Page background color" msgstr "" -#: pretix/control/forms/event.py:476 pretix/control/forms/organizer.py:266 +#: pretix/control/forms/event.py:474 pretix/control/forms/organizer.py:266 msgid "Use round edges" msgstr "" -#: pretix/control/forms/event.py:480 pretix/control/forms/organizer.py:315 +#: pretix/control/forms/event.py:478 pretix/control/forms/organizer.py:316 #: pretix/control/templates/pretixcontrol/pdf/index.html:305 msgid "Font" msgstr "" -#: pretix/control/forms/event.py:485 pretix/control/forms/organizer.py:320 +#: pretix/control/forms/event.py:483 pretix/control/forms/organizer.py:321 msgid "Only respected by modern browsers." msgstr "" -#: pretix/control/forms/event.py:542 +#: pretix/control/forms/event.py:540 msgid "" "e.g. I hereby confirm that I have read and agree with the event organizer's " "terms of service and agree with them." msgstr "" -#: pretix/control/forms/event.py:546 +#: pretix/control/forms/event.py:544 #, python-brace-format msgid "Ask for {fields}, display like {example}" msgstr "" -#: pretix/control/forms/event.py:552 +#: pretix/control/forms/event.py:550 msgid "Free text input" msgstr "" -#: pretix/control/forms/event.py:586 +#: pretix/control/forms/event.py:584 msgid "" "You have configured gift cards to be valid {} years plus the year the gift " "card is issued in." msgstr "" -#: pretix/control/forms/event.py:601 +#: pretix/control/forms/event.py:599 msgid "Tax rule for payment fees" msgstr "" -#: pretix/control/forms/event.py:603 +#: pretix/control/forms/event.py:601 msgid "" "The tax rule that applies for additional fees you configured for single " "payment methods. This will set the tax rate and reverse charge rules, other " "settings of the tax rule are ignored." msgstr "" -#: pretix/control/forms/event.py:695 +#: pretix/control/forms/event.py:693 msgid "Generate invoices for Sales channels" msgstr "" -#: pretix/control/forms/event.py:698 +#: pretix/control/forms/event.py:696 msgid "" "If you have enabled invoice generation in the previous setting, you can " "limit it here to specific sales channels." msgstr "" -#: pretix/control/forms/event.py:702 +#: pretix/control/forms/event.py:700 msgid "Invoice style" msgstr "" -#: pretix/control/forms/event.py:708 +#: pretix/control/forms/event.py:706 msgid "Invoice language" msgstr "" -#: pretix/control/forms/event.py:709 pretix/control/forms/event.py:730 +#: pretix/control/forms/event.py:707 pretix/control/forms/event.py:729 msgid "The user's language" msgstr "" -#: pretix/control/forms/event.py:712 +#: pretix/control/forms/event.py:710 msgid "Logo image" msgstr "" -#: pretix/control/forms/event.py:715 +#: pretix/control/forms/event.py:714 msgid "We will show your logo with a maximal height and width of 2.5 cm." msgstr "" -#: pretix/control/forms/event.py:759 +#: pretix/control/forms/event.py:758 msgid "Bcc address" msgstr "" -#: pretix/control/forms/event.py:760 +#: pretix/control/forms/event.py:759 msgid "All emails will be sent to this address as a Bcc copy" msgstr "" -#: pretix/control/forms/event.py:766 +#: pretix/control/forms/event.py:765 msgid "Signature" msgstr "" -#: pretix/control/forms/event.py:769 +#: pretix/control/forms/event.py:768 #, python-brace-format msgid "This will be attached to every email. Available placeholders: {event}" msgstr "" -#: pretix/control/forms/event.py:774 +#: pretix/control/forms/event.py:773 msgid "e.g. your contact details" msgstr "" -#: pretix/control/forms/event.py:779 +#: pretix/control/forms/event.py:778 msgid "HTML mail renderer" msgstr "" -#: pretix/control/forms/event.py:784 pretix/control/forms/event.py:801 -#: pretix/control/forms/event.py:818 pretix/control/forms/event.py:877 +#: pretix/control/forms/event.py:783 pretix/control/forms/event.py:800 +#: pretix/control/forms/event.py:817 pretix/control/forms/event.py:876 msgid "Text sent to order contact address" msgstr "" +#: pretix/control/forms/event.py:788 pretix/control/forms/event.py:805 +#: pretix/control/forms/event.py:822 pretix/control/forms/event.py:881 +msgid "Send an email to attendees" +msgstr "" + #: pretix/control/forms/event.py:789 pretix/control/forms/event.py:806 #: pretix/control/forms/event.py:823 pretix/control/forms/event.py:882 -msgid "Send an email to attendees" -msgstr "" - -#: pretix/control/forms/event.py:790 pretix/control/forms/event.py:807 -#: pretix/control/forms/event.py:824 pretix/control/forms/event.py:883 msgid "" "If the order contains attendees with email addresses different from the " "person who orders the tickets, the following email will be sent out to the " "attendees." msgstr "" -#: pretix/control/forms/event.py:795 pretix/control/forms/event.py:812 -#: pretix/control/forms/event.py:829 pretix/control/forms/event.py:888 +#: pretix/control/forms/event.py:794 pretix/control/forms/event.py:811 +#: pretix/control/forms/event.py:828 pretix/control/forms/event.py:887 msgid "Text sent to attendees" msgstr "" -#: pretix/control/forms/event.py:835 pretix/control/forms/event.py:857 -#: pretix/control/forms/event.py:862 pretix/control/forms/event.py:867 -#: pretix/control/forms/event.py:872 +#: pretix/control/forms/event.py:834 pretix/control/forms/event.py:856 +#: pretix/control/forms/event.py:861 pretix/control/forms/event.py:866 +#: pretix/control/forms/event.py:871 #: pretix/control/templates/pretixcontrol/organizers/giftcard.html:99 #: pretix/control/templates/pretixcontrol/pdf/index.html:367 msgid "Text" msgstr "" -#: pretix/control/forms/event.py:840 +#: pretix/control/forms/event.py:839 msgid "Text (sent by admin)" msgstr "" -#: pretix/control/forms/event.py:845 +#: pretix/control/forms/event.py:844 msgid "Text (requested by user)" msgstr "" -#: pretix/control/forms/event.py:850 pretix/control/forms/event.py:893 +#: pretix/control/forms/event.py:849 pretix/control/forms/event.py:892 msgid "Number of days" msgstr "" -#: pretix/control/forms/event.py:853 +#: pretix/control/forms/event.py:852 msgid "" "This email will be sent out this many days before the order expires. If the " "value is 0, the mail will never be sent." msgstr "" -#: pretix/control/forms/event.py:896 +#: pretix/control/forms/event.py:895 msgid "" "This email will be sent out this many days before the order event starts. If " "the field is empty, the mail will never be sent." msgstr "" -#: pretix/control/forms/event.py:900 +#: pretix/control/forms/event.py:899 msgid "Received order" msgstr "" -#: pretix/control/forms/event.py:905 +#: pretix/control/forms/event.py:904 msgid "Approved order" msgstr "" -#: pretix/control/forms/event.py:908 +#: pretix/control/forms/event.py:907 msgid "" "This will only be sent out for non-free orders. Free orders will receive the " "free order template from above instead." msgstr "" -#: pretix/control/forms/event.py:912 +#: pretix/control/forms/event.py:911 msgid "Denied order" msgstr "" -#: pretix/control/forms/event.py:917 +#: pretix/control/forms/event.py:916 msgid "Use custom SMTP server" msgstr "" -#: pretix/control/forms/event.py:918 +#: pretix/control/forms/event.py:917 msgid "" "All mail related to your event will be sent over the smtp server specified " "by you." msgstr "" -#: pretix/control/forms/event.py:922 +#: pretix/control/forms/event.py:921 msgid "Hostname" msgstr "" -#: pretix/control/forms/event.py:927 +#: pretix/control/forms/event.py:926 msgid "Port" msgstr "" -#: pretix/control/forms/event.py:932 +#: pretix/control/forms/event.py:931 msgid "Username" msgstr "" -#: pretix/control/forms/event.py:944 +#: pretix/control/forms/event.py:943 msgid "Use STARTTLS" msgstr "" -#: pretix/control/forms/event.py:945 +#: pretix/control/forms/event.py:944 msgid "Commonly enabled on port 587." msgstr "" -#: pretix/control/forms/event.py:949 +#: pretix/control/forms/event.py:948 msgid "Use SSL" msgstr "" -#: pretix/control/forms/event.py:950 +#: pretix/control/forms/event.py:949 msgid "Commonly enabled on port 465." msgstr "" -#: pretix/control/forms/event.py:979 pretix/control/forms/orders.py:465 -#: pretix/control/forms/orders.py:622 pretix/control/forms/vouchers.py:255 +#: pretix/control/forms/event.py:978 pretix/control/forms/orders.py:469 +#: pretix/control/forms/orders.py:626 pretix/control/forms/vouchers.py:255 #: pretix/plugins/sendmail/forms.py:49 #, python-brace-format msgid "Available placeholders: {list}" msgstr "" -#: pretix/control/forms/event.py:1014 +#: pretix/control/forms/event.py:1013 msgid "" "You can activate either SSL or STARTTLS security, but not both at the same " "time." msgstr "" -#: pretix/control/forms/event.py:1063 +#: pretix/control/forms/event.py:1062 msgid "Any country" msgstr "" -#: pretix/control/forms/event.py:1064 +#: pretix/control/forms/event.py:1063 msgid "European Union" msgstr "" -#: pretix/control/forms/event.py:1076 +#: pretix/control/forms/event.py:1075 msgid "Any customer" msgstr "" -#: pretix/control/forms/event.py:1077 +#: pretix/control/forms/event.py:1076 msgid "Individual" msgstr "" -#: pretix/control/forms/event.py:1078 +#: pretix/control/forms/event.py:1077 msgid "Business" msgstr "" -#: pretix/control/forms/event.py:1079 +#: pretix/control/forms/event.py:1078 msgid "Business with valid VAT ID" msgstr "" -#: pretix/control/forms/event.py:1085 +#: pretix/control/forms/event.py:1084 msgid "Charge VAT" msgstr "" -#: pretix/control/forms/event.py:1087 +#: pretix/control/forms/event.py:1086 msgid "No VAT" msgstr "" -#: pretix/control/forms/event.py:1116 +#: pretix/control/forms/event.py:1115 msgid "Pre-selected voucher" msgstr "" -#: pretix/control/forms/event.py:1118 +#: pretix/control/forms/event.py:1117 msgid "" "If set, the widget will show products as if this voucher has been entered " "and when a product is bought via the widget, this voucher will be used. This " @@ -7319,52 +7331,52 @@ msgid "" "secret products." msgstr "" -#: pretix/control/forms/event.py:1123 +#: pretix/control/forms/event.py:1122 msgid "Compatibility mode" msgstr "" -#: pretix/control/forms/event.py:1125 +#: pretix/control/forms/event.py:1124 msgid "" "Our regular widget doesn't work in all website builders. If you run into " "trouble, try using this compatibility mode." msgstr "" -#: pretix/control/forms/event.py:1146 +#: pretix/control/forms/event.py:1145 msgid "The given voucher code does not exist." msgstr "" -#: pretix/control/forms/event.py:1153 pretix/control/forms/organizer.py:48 +#: pretix/control/forms/event.py:1152 pretix/control/forms/organizer.py:48 #: pretix/control/views/shredder.py:108 msgid "The slug you entered was not correct." msgstr "" -#: pretix/control/forms/event.py:1157 pretix/control/forms/organizer.py:52 +#: pretix/control/forms/event.py:1156 pretix/control/forms/organizer.py:52 msgid "Event slug" msgstr "" -#: pretix/control/forms/event.py:1188 +#: pretix/control/forms/event.py:1187 msgid "Ticket downloads" msgstr "" -#: pretix/control/forms/event.py:1189 +#: pretix/control/forms/event.py:1188 msgid "Your customers will be able to download their tickets in PDF format." msgstr "" -#: pretix/control/forms/event.py:1193 +#: pretix/control/forms/event.py:1192 msgid "Require all attendees to fill in their names" msgstr "" -#: pretix/control/forms/event.py:1194 +#: pretix/control/forms/event.py:1193 msgid "" "By default, we will ask for names but not require them. You can turn this " "off completely in the settings." msgstr "" -#: pretix/control/forms/event.py:1220 +#: pretix/control/forms/event.py:1219 msgid "Payment via Stripe" msgstr "" -#: pretix/control/forms/event.py:1221 +#: pretix/control/forms/event.py:1220 msgid "" "Stripe is an online payments processor supporting credit cards and lots of " "other payment options. To accept payments via Stripe, you will need to set " @@ -7372,27 +7384,27 @@ msgid "" "simple interface." msgstr "" -#: pretix/control/forms/event.py:1227 +#: pretix/control/forms/event.py:1226 msgid "Payment by bank transfer" msgstr "" -#: pretix/control/forms/event.py:1228 +#: pretix/control/forms/event.py:1227 msgid "" "Your customers will be instructed to wire the money to your account. You can " "then import your bank statements to process the payments within pretix, or " "mark them as paid manually." msgstr "" -#: pretix/control/forms/event.py:1267 +#: pretix/control/forms/event.py:1266 #: pretix/control/templates/pretixcontrol/event/quick_setup.html:45 msgid "Price (optional)" msgstr "" -#: pretix/control/forms/event.py:1272 +#: pretix/control/forms/event.py:1271 msgid "Free" msgstr "" -#: pretix/control/forms/event.py:1277 +#: pretix/control/forms/event.py:1276 msgid "Quantity available" msgstr "" @@ -7413,7 +7425,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/items/question.html:21 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:8 #: pretix/control/templates/pretixcontrol/orders/overview.html:67 -#: pretix/plugins/reports/exporters.py:223 +#: pretix/plugins/reports/exporters.py:226 msgid "Pending" msgstr "" @@ -7427,13 +7439,13 @@ msgstr "" msgid "Pending or paid" msgstr "" -#: pretix/control/forms/filter.py:111 pretix/control/forms/filter.py:541 -#: pretix/control/forms/filter.py:946 +#: pretix/control/forms/filter.py:111 pretix/control/forms/filter.py:593 +#: pretix/control/forms/filter.py:998 #: pretix/control/templates/pretixcontrol/items/question.html:24 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:17 #: pretix/control/templates/pretixcontrol/orders/overview.html:60 #: pretix/control/templates/pretixcontrol/organizers/giftcards.html:76 -#: pretix/plugins/reports/exporters.py:219 +#: pretix/plugins/reports/exporters.py:222 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:20 msgid "Expired" msgstr "Истёк срок" @@ -7447,7 +7459,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/items/question.html:26 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:19 #: pretix/control/templates/pretixcontrol/orders/overview.html:59 -#: pretix/plugins/reports/exporters.py:219 +#: pretix/plugins/reports/exporters.py:222 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:22 msgid "Canceled" msgstr "Отменено" @@ -7474,8 +7486,8 @@ msgstr "" msgid "Pending (but fully paid)" msgstr "" -#: pretix/control/forms/filter.py:119 pretix/control/forms/filter.py:526 -#: pretix/control/forms/filter.py:529 +#: pretix/control/forms/filter.py:119 pretix/control/forms/filter.py:578 +#: pretix/control/forms/filter.py:581 #: pretix/control/templates/pretixcontrol/event/live.html:63 msgid "Test mode" msgstr "" @@ -7486,28 +7498,28 @@ msgstr "" msgid "Cancellation requested" msgstr "Плата за отмену" -#: pretix/control/forms/filter.py:278 pretix/control/forms/filter.py:796 -#: pretix/control/forms/filter.py:1006 pretix/control/forms/vouchers.py:112 +#: pretix/control/forms/filter.py:278 pretix/control/forms/filter.py:848 +#: pretix/control/forms/filter.py:1058 pretix/control/forms/vouchers.py:112 #: pretix/control/templates/pretixcontrol/items/question.html:29 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:99 msgid "All products" msgstr "" -#: pretix/control/forms/filter.py:282 pretix/control/forms/filter.py:1010 +#: pretix/control/forms/filter.py:282 pretix/control/forms/filter.py:1062 #: pretix/control/forms/vouchers.py:100 pretix/control/views/typeahead.py:514 #, python-brace-format msgid "{product} – Any variation" msgstr "" #: pretix/control/forms/filter.py:341 pretix/control/forms/filter.py:346 -#: pretix/control/forms/filter.py:617 pretix/control/forms/filter.py:622 +#: pretix/control/forms/filter.py:669 pretix/control/forms/filter.py:674 msgid "All organizers" msgstr "" -#: pretix/control/forms/filter.py:381 pretix/control/forms/filter.py:528 -#: pretix/control/forms/filter.py:537 pretix/control/forms/filter.py:860 -#: pretix/control/forms/filter.py:869 pretix/control/forms/filter.py:941 -#: pretix/control/forms/filter.py:954 +#: pretix/control/forms/filter.py:433 pretix/control/forms/filter.py:580 +#: pretix/control/forms/filter.py:589 pretix/control/forms/filter.py:912 +#: pretix/control/forms/filter.py:921 pretix/control/forms/filter.py:993 +#: pretix/control/forms/filter.py:1006 #: pretix/control/templates/pretixcontrol/checkin/lists.html:104 #: pretix/control/templates/pretixcontrol/checkin/lists.html:116 #: pretix/control/templates/pretixcontrol/organizers/devices.html:72 @@ -7517,209 +7529,209 @@ msgstr "" msgid "All" msgstr "Всё" -#: pretix/control/forms/filter.py:383 pretix/control/forms/filter.py:603 +#: pretix/control/forms/filter.py:435 pretix/control/forms/filter.py:655 msgid "Shop live and presale running" msgstr "" -#: pretix/control/forms/filter.py:384 pretix/control/forms/filter.py:862 +#: pretix/control/forms/filter.py:436 pretix/control/forms/filter.py:914 msgid "Inactive" msgstr "" -#: pretix/control/forms/filter.py:396 pretix/control/forms/subevents.py:287 +#: pretix/control/forms/filter.py:448 pretix/control/forms/subevents.py:287 #: pretix/control/forms/subevents.py:326 msgid "Weekday" msgstr "" -#: pretix/control/forms/filter.py:398 +#: pretix/control/forms/filter.py:450 msgid "All days" msgstr "" -#: pretix/control/forms/filter.py:399 +#: pretix/control/forms/filter.py:451 msgid "Monday" msgstr "" -#: pretix/control/forms/filter.py:400 +#: pretix/control/forms/filter.py:452 msgid "Tuesday" msgstr "" -#: pretix/control/forms/filter.py:401 +#: pretix/control/forms/filter.py:453 msgid "Wednesday" msgstr "" -#: pretix/control/forms/filter.py:402 +#: pretix/control/forms/filter.py:454 msgid "Thursday" msgstr "" -#: pretix/control/forms/filter.py:403 +#: pretix/control/forms/filter.py:455 msgid "Friday" msgstr "" -#: pretix/control/forms/filter.py:404 +#: pretix/control/forms/filter.py:456 msgid "Saturday" msgstr "" -#: pretix/control/forms/filter.py:405 +#: pretix/control/forms/filter.py:457 msgid "Sunday" msgstr "" -#: pretix/control/forms/filter.py:530 +#: pretix/control/forms/filter.py:582 #, fuzzy #| msgctxt "stripe" #| msgid "Live" msgid "Live" msgstr "Действующий" -#: pretix/control/forms/filter.py:535 pretix/control/forms/filter.py:538 +#: pretix/control/forms/filter.py:587 pretix/control/forms/filter.py:590 #, fuzzy #| msgid "Empty cart" msgid "Empty" msgstr "Пустая корзина" -#: pretix/control/forms/filter.py:539 +#: pretix/control/forms/filter.py:591 msgid "Valid and with value" msgstr "" -#: pretix/control/forms/filter.py:540 +#: pretix/control/forms/filter.py:592 msgid "Expired and with value" msgstr "" -#: pretix/control/forms/filter.py:546 pretix/control/forms/filter.py:548 -#: pretix/control/forms/filter.py:876 pretix/control/forms/filter.py:878 +#: pretix/control/forms/filter.py:598 pretix/control/forms/filter.py:600 +#: pretix/control/forms/filter.py:928 pretix/control/forms/filter.py:930 msgid "Search query" msgstr "" -#: pretix/control/forms/filter.py:601 +#: pretix/control/forms/filter.py:653 msgid "All events" msgstr "" -#: pretix/control/forms/filter.py:602 +#: pretix/control/forms/filter.py:654 msgid "Shop live" msgstr "" -#: pretix/control/forms/filter.py:604 +#: pretix/control/forms/filter.py:656 msgid "Shop not live" msgstr "" -#: pretix/control/forms/filter.py:607 +#: pretix/control/forms/filter.py:659 msgid "Single event running or in the future" msgstr "" -#: pretix/control/forms/filter.py:608 +#: pretix/control/forms/filter.py:660 msgid "Single event in the past" msgstr "" -#: pretix/control/forms/filter.py:775 pretix/control/forms/filter.py:777 +#: pretix/control/forms/filter.py:827 pretix/control/forms/filter.py:829 msgid "Search attendee…" msgstr "" -#: pretix/control/forms/filter.py:783 +#: pretix/control/forms/filter.py:835 msgid "Check-in status" msgstr "" -#: pretix/control/forms/filter.py:785 +#: pretix/control/forms/filter.py:837 msgid "All attendees" msgstr "" -#: pretix/control/forms/filter.py:786 +#: pretix/control/forms/filter.py:838 #, fuzzy #| msgid "Presale" msgctxt "checkin state" msgid "Present" msgstr "Предварительная продажа" -#: pretix/control/forms/filter.py:787 +#: pretix/control/forms/filter.py:839 #: pretix/control/templates/pretixcontrol/checkin/index.html:131 #: pretix/control/templates/pretixcontrol/checkin/lists.html:73 -#: pretix/plugins/checkinlists/exporters.py:337 +#: pretix/plugins/checkinlists/exporters.py:396 msgid "Checked in" msgstr "" -#: pretix/control/forms/filter.py:788 +#: pretix/control/forms/filter.py:840 #: pretix/control/templates/pretixcontrol/checkin/index.html:126 msgid "Not checked in" msgstr "" -#: pretix/control/forms/filter.py:867 pretix/control/forms/filter.py:870 +#: pretix/control/forms/filter.py:919 pretix/control/forms/filter.py:922 #: pretix/control/templates/pretixcontrol/users/index.html:47 msgid "Administrator" msgstr "" -#: pretix/control/forms/filter.py:871 +#: pretix/control/forms/filter.py:923 msgid "No administrator" msgstr "" -#: pretix/control/forms/filter.py:942 +#: pretix/control/forms/filter.py:994 msgid "Valid" msgstr "" -#: pretix/control/forms/filter.py:943 +#: pretix/control/forms/filter.py:995 msgid "Unredeemed" msgstr "" -#: pretix/control/forms/filter.py:944 +#: pretix/control/forms/filter.py:996 msgid "Redeemed at least once" msgstr "" -#: pretix/control/forms/filter.py:945 +#: pretix/control/forms/filter.py:997 msgid "Fully redeemed" msgstr "" -#: pretix/control/forms/filter.py:947 +#: pretix/control/forms/filter.py:999 msgid "Redeemed and checked in with ticket" msgstr "" -#: pretix/control/forms/filter.py:952 +#: pretix/control/forms/filter.py:1004 msgid "Quota handling" msgstr "" -#: pretix/control/forms/filter.py:956 +#: pretix/control/forms/filter.py:1008 msgid "Allow to ignore quota" msgstr "" -#: pretix/control/forms/filter.py:961 pretix/control/forms/filter.py:963 +#: pretix/control/forms/filter.py:1013 pretix/control/forms/filter.py:1015 msgid "Filter by tag" msgstr "" -#: pretix/control/forms/filter.py:968 pretix/control/forms/filter.py:970 +#: pretix/control/forms/filter.py:1020 pretix/control/forms/filter.py:1022 msgid "Search voucher" msgstr "" -#: pretix/control/forms/filter.py:1016 pretix/control/forms/vouchers.py:91 +#: pretix/control/forms/filter.py:1068 pretix/control/forms/vouchers.py:91 #: pretix/control/views/typeahead.py:522 pretix/control/views/typeahead.py:526 #: pretix/control/views/vouchers.py:81 #, python-brace-format msgid "Any product in quota \"{quota}\"" msgstr "" -#: pretix/control/forms/filter.py:1132 +#: pretix/control/forms/filter.py:1184 msgid "Refund status" msgstr "" -#: pretix/control/forms/filter.py:1134 +#: pretix/control/forms/filter.py:1186 msgid "All open refunds" msgstr "" -#: pretix/control/forms/filter.py:1135 +#: pretix/control/forms/filter.py:1187 msgid "All refunds" msgstr "" -#: pretix/control/forms/filter.py:1171 +#: pretix/control/forms/filter.py:1223 msgid "Date filter" msgstr "" -#: pretix/control/forms/filter.py:1173 +#: pretix/control/forms/filter.py:1225 msgid "Filter by…" msgstr "" -#: pretix/control/forms/filter.py:1175 +#: pretix/control/forms/filter.py:1227 msgid "Date of last successful payment" msgstr "" -#: pretix/control/forms/filter.py:1180 +#: pretix/control/forms/filter.py:1232 msgid "Date from" msgstr "" -#: pretix/control/forms/filter.py:1185 +#: pretix/control/forms/filter.py:1237 msgid "Date until" msgstr "" @@ -7922,8 +7934,8 @@ msgstr "" msgid "Bundled product" msgstr "" -#: pretix/control/forms/item.py:735 pretix/control/forms/orders.py:260 -#: pretix/control/forms/orders.py:394 +#: pretix/control/forms/item.py:735 pretix/control/forms/orders.py:264 +#: pretix/control/forms/orders.py:398 msgid "inactive" msgstr "" @@ -7956,21 +7968,21 @@ msgstr "" msgid "CSV column: \"{name}\"" msgstr "" -#: pretix/control/forms/orders.py:33 +#: pretix/control/forms/orders.py:34 msgid "Overbook quota" msgstr "" -#: pretix/control/forms/orders.py:34 +#: pretix/control/forms/orders.py:35 msgid "" "If you check this box, this operation will be performed even if it leads to " "an overbooked quota and you having sold more tickets than you planned!" msgstr "" -#: pretix/control/forms/orders.py:78 +#: pretix/control/forms/orders.py:79 msgid "Overbook quota and ignore late payment" msgstr "" -#: pretix/control/forms/orders.py:79 +#: pretix/control/forms/orders.py:80 msgid "" "If you check this box, this operation will be performed even if it leads to " "an overbooked quota and you having sold more tickets than you planned! The " @@ -7978,16 +7990,16 @@ msgid "" "payments." msgstr "" -#: pretix/control/forms/orders.py:105 +#: pretix/control/forms/orders.py:106 #: pretix/control/templates/pretixcontrol/order/deny.html:19 msgid "Notify user by e-mail" msgstr "" -#: pretix/control/forms/orders.py:112 +#: pretix/control/forms/orders.py:113 msgid "Keep a cancellation fee of" msgstr "" -#: pretix/control/forms/orders.py:113 +#: pretix/control/forms/orders.py:114 msgid "" "If you keep a fee, all positions within this order will be canceled and the " "order will be reduced to a paid cancellation fee. Payment and shipping fees " @@ -7996,24 +8008,24 @@ msgid "" "automatically." msgstr "" -#: pretix/control/forms/orders.py:141 +#: pretix/control/forms/orders.py:145 msgid "Payment amount" msgstr "" -#: pretix/control/forms/orders.py:145 +#: pretix/control/forms/orders.py:149 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/control.html:7 -#: pretix/plugins/reports/exporters.py:319 -#: pretix/plugins/reports/exporters.py:381 -#: pretix/plugins/reports/exporters.py:491 -#: pretix/plugins/reports/exporters.py:520 +#: pretix/plugins/reports/exporters.py:322 +#: pretix/plugins/reports/exporters.py:384 +#: pretix/plugins/reports/exporters.py:494 +#: pretix/plugins/reports/exporters.py:523 msgid "Payment date" msgstr "" -#: pretix/control/forms/orders.py:183 +#: pretix/control/forms/orders.py:187 msgid "Re-calculate taxes" msgstr "" -#: pretix/control/forms/orders.py:186 +#: pretix/control/forms/orders.py:190 msgid "" "This operation re-checks if taxes should be paid to the items due to e.g. " "configured reverse charge rules and changes the prices and tax values " @@ -8022,135 +8034,135 @@ msgid "" "this procedure." msgstr "" -#: pretix/control/forms/orders.py:192 +#: pretix/control/forms/orders.py:196 msgid "Issue a new invoice if required" msgstr "" -#: pretix/control/forms/orders.py:196 +#: pretix/control/forms/orders.py:200 msgid "" "If an invoice exists for this order and this operation would change its " "contents, the old invoice will be canceled and a new invoice will be issued." msgstr "" -#: pretix/control/forms/orders.py:201 +#: pretix/control/forms/orders.py:205 msgid "Notify user" msgstr "" -#: pretix/control/forms/orders.py:205 +#: pretix/control/forms/orders.py:209 msgid "" "Send an email to the customer notifying that their order has been changed." msgstr "" -#: pretix/control/forms/orders.py:209 +#: pretix/control/forms/orders.py:213 msgid "Allow to overbook quotas when performing this operation" msgstr "" -#: pretix/control/forms/orders.py:225 +#: pretix/control/forms/orders.py:229 msgid "Add-on to" msgstr "" -#: pretix/control/forms/orders.py:230 +#: pretix/control/forms/orders.py:234 #: pretix/control/templates/pretixcontrol/checkin/index.html:70 #: pretix/control/templates/pretixcontrol/order/change.html:118 #: pretix/control/views/vouchers.py:70 msgid "Seat" msgstr "" -#: pretix/control/forms/orders.py:237 +#: pretix/control/forms/orders.py:241 msgid "Including taxes, if any. Keep empty for the product's default price" msgstr "" -#: pretix/control/forms/orders.py:335 pretix/control/forms/orders.py:339 -#: pretix/control/forms/orders.py:378 pretix/control/forms/orders.py:389 +#: pretix/control/forms/orders.py:339 pretix/control/forms/orders.py:343 +#: pretix/control/forms/orders.py:382 pretix/control/forms/orders.py:393 msgid "(Unchanged)" msgstr "" -#: pretix/control/forms/orders.py:345 pretix/control/forms/orders.py:412 +#: pretix/control/forms/orders.py:349 pretix/control/forms/orders.py:416 msgid "New price (gross)" msgstr "" -#: pretix/control/forms/orders.py:349 +#: pretix/control/forms/orders.py:353 msgid "Generate a new secret" msgstr "" -#: pretix/control/forms/orders.py:353 +#: pretix/control/forms/orders.py:357 msgid "Cancel this position" msgstr "" -#: pretix/control/forms/orders.py:357 +#: pretix/control/forms/orders.py:361 msgid "Split into new order" msgstr "" -#: pretix/control/forms/orders.py:416 +#: pretix/control/forms/orders.py:420 msgid "Remove this fee" msgstr "" -#: pretix/control/forms/orders.py:430 +#: pretix/control/forms/orders.py:434 msgid "Invalidate secrets" msgstr "" -#: pretix/control/forms/orders.py:431 +#: pretix/control/forms/orders.py:435 msgid "" "Regenerates the order and ticket secrets. You will need to re-send the link " "to the order page to the user and the user will need to download his tickets " "again. The old versions will be invalid." msgstr "" -#: pretix/control/forms/orders.py:456 pretix/control/forms/orders.py:639 -#: pretix/control/forms/orders.py:666 pretix/control/forms/vouchers.py:222 +#: pretix/control/forms/orders.py:460 pretix/control/forms/orders.py:643 +#: pretix/control/forms/orders.py:670 pretix/control/forms/vouchers.py:222 #: pretix/plugins/sendmail/forms.py:21 pretix/plugins/sendmail/forms.py:76 msgid "Subject" msgstr "" -#: pretix/control/forms/orders.py:480 +#: pretix/control/forms/orders.py:484 msgid "Recipient" msgstr "" -#: pretix/control/forms/orders.py:486 pretix/control/forms/orders.py:647 -#: pretix/control/forms/orders.py:674 pretix/control/forms/vouchers.py:228 +#: pretix/control/forms/orders.py:490 pretix/control/forms/orders.py:651 +#: pretix/control/forms/orders.py:678 pretix/control/forms/vouchers.py:228 #: pretix/plugins/sendmail/forms.py:22 pretix/plugins/sendmail/forms.py:81 msgid "Message" msgstr "" -#: pretix/control/forms/orders.py:499 +#: pretix/control/forms/orders.py:503 msgid "" "Cancel the order. All tickets will no longer work. This can not be reverted." msgstr "" -#: pretix/control/forms/orders.py:500 +#: pretix/control/forms/orders.py:504 msgid "" "Mark the order as pending and allow the user to pay the open amount with " "another payment method." msgstr "" -#: pretix/control/forms/orders.py:502 +#: pretix/control/forms/orders.py:506 msgid "Do nothing and keep the order as it is." msgstr "" -#: pretix/control/forms/orders.py:529 +#: pretix/control/forms/orders.py:533 msgid "The refund amount needs to be positive and less than {}." msgstr "" -#: pretix/control/forms/orders.py:535 +#: pretix/control/forms/orders.py:539 msgid "You need to specify an amount for a partial refund." msgstr "" -#: pretix/control/forms/orders.py:547 +#: pretix/control/forms/orders.py:551 #, fuzzy #| msgid "Cancel order" msgid "Cancel all dates" msgstr "Отменить заказ" -#: pretix/control/forms/orders.py:552 +#: pretix/control/forms/orders.py:556 msgid "Automatically refund money if possible" msgstr "" -#: pretix/control/forms/orders.py:557 +#: pretix/control/forms/orders.py:561 msgid "" "Create manual refund if the payment method odes not support automatic refunds" msgstr "" -#: pretix/control/forms/orders.py:561 +#: pretix/control/forms/orders.py:565 msgid "" "If checked, all payments with a payment method not supporting automatic " "refunds will be on your manual refund to-do list. Do not check if you want " @@ -8158,29 +8170,29 @@ msgid "" "gift cards." msgstr "" -#: pretix/control/forms/orders.py:566 +#: pretix/control/forms/orders.py:570 msgid "" "Refund order value to a gift card instead instead of the original payment " "method" msgstr "" -#: pretix/control/forms/orders.py:572 +#: pretix/control/forms/orders.py:576 #, fuzzy #| msgid "Gift card code" msgid "Gift card validity" msgstr "Код подарочного сертификата" -#: pretix/control/forms/orders.py:579 +#: pretix/control/forms/orders.py:583 msgid "Special terms and conditions" msgstr "" -#: pretix/control/forms/orders.py:596 +#: pretix/control/forms/orders.py:600 #, fuzzy #| msgid "Order fees" msgid "Keep fees" msgstr "Сборы за заказ" -#: pretix/control/forms/orders.py:599 +#: pretix/control/forms/orders.py:603 msgid "" "The selected types of fees will not be refunded but instead added to the " "cancellation fee. Fees are never refunded in when an order in an event " @@ -8188,25 +8200,25 @@ msgid "" "dates." msgstr "" -#: pretix/control/forms/orders.py:605 +#: pretix/control/forms/orders.py:609 #, fuzzy #| msgid "Order information changed" msgid "Send information via email" msgstr "Информация в заказе изменена" -#: pretix/control/forms/orders.py:611 +#: pretix/control/forms/orders.py:615 #, fuzzy #| msgid "Order information changed" msgid "Send information to waiting list" msgstr "Информация в заказе изменена" -#: pretix/control/forms/orders.py:642 pretix/control/forms/orders.py:668 +#: pretix/control/forms/orders.py:646 pretix/control/forms/orders.py:672 #, fuzzy, python-brace-format #| msgid "Can create events" msgid "Canceled: {event}" msgstr "Можно создавать мероприятия" -#: pretix/control/forms/orders.py:653 +#: pretix/control/forms/orders.py:657 #, python-brace-format msgid "" "Hello,\n" @@ -8224,7 +8236,7 @@ msgid "" "Your {event} team" msgstr "" -#: pretix/control/forms/orders.py:680 +#: pretix/control/forms/orders.py:684 #, python-brace-format msgid "" "Hello,\n" @@ -8238,7 +8250,7 @@ msgid "" "Your {event} team" msgstr "" -#: pretix/control/forms/orders.py:711 +#: pretix/control/forms/orders.py:715 msgid "Please confirm that you want to cancel ALL dates in this event series." msgstr "" @@ -8291,7 +8303,7 @@ msgstr "" msgid "This will be displayed on the organizer homepage." msgstr "" -#: pretix/control/forms/organizer.py:279 +#: pretix/control/forms/organizer.py:280 msgid "" "If you provide a logo image, we will by default not show your organization " "name in the page header. By default, we show your logo with a size of up to " @@ -8300,67 +8312,67 @@ msgid "" "smaller screens." msgstr "" -#: pretix/control/forms/organizer.py:298 +#: pretix/control/forms/organizer.py:299 msgid "Show availability in event overviews" msgstr "" -#: pretix/control/forms/organizer.py:299 +#: pretix/control/forms/organizer.py:300 msgid "" "If checked, the list of events will show if events are sold out. This might " "make for longer page loading times if you have lots of events and the shown " "status might be out of date for up to two minutes." msgstr "" -#: pretix/control/forms/organizer.py:305 +#: pretix/control/forms/organizer.py:306 msgid "Link back to organizer overview on all event pages" msgstr "" -#: pretix/control/forms/organizer.py:312 +#: pretix/control/forms/organizer.py:313 msgid "" "Choose all languages that your organizer homepage should be available in." msgstr "" -#: pretix/control/forms/organizer.py:323 +#: pretix/control/forms/organizer.py:324 msgid "Favicon" msgstr "" -#: pretix/control/forms/organizer.py:326 +#: pretix/control/forms/organizer.py:328 msgid "" "If you provide a favicon, we will show it instead of the default pretix " "icon. We recommend a size of at least 200x200px to accommodate most devices." msgstr "" -#: pretix/control/forms/organizer.py:330 +#: pretix/control/forms/organizer.py:332 #, fuzzy #| msgid "Gift card code" msgid "Length of gift card codes" msgstr "Код подарочного сертификата" -#: pretix/control/forms/organizer.py:331 +#: pretix/control/forms/organizer.py:333 msgid "" "The system generates by default {}-character long gift card codes. However, " "if a different length is required, it can be set here." msgstr "" -#: pretix/control/forms/organizer.py:336 +#: pretix/control/forms/organizer.py:338 #, fuzzy #| msgid "Gift card code" msgid "Validity of gift card codes in years" msgstr "Код подарочного сертификата" -#: pretix/control/forms/organizer.py:337 +#: pretix/control/forms/organizer.py:339 msgid "" "If you set a number here, gift cards will by default expire at the end of " "the year after this many years. If you keep it empty, gift cards do not have " "an explicit expiry date." msgstr "" -#: pretix/control/forms/organizer.py:352 +#: pretix/control/forms/organizer.py:354 msgctxt "webhooks" msgid "Event types" msgstr "" -#: pretix/control/forms/organizer.py:383 +#: pretix/control/forms/organizer.py:385 msgid "Gift card value" msgstr "" @@ -9954,7 +9966,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/organizers/detail.html:43 #: pretix/control/templates/pretixcontrol/organizers/giftcards.html:38 #: pretix/control/templates/pretixcontrol/organizers/index.html:18 -#: pretix/control/templates/pretixcontrol/search/orders.html:27 +#: pretix/control/templates/pretixcontrol/search/orders.html:33 #: pretix/control/templates/pretixcontrol/subevents/index.html:41 #: pretix/control/templates/pretixcontrol/users/index.html:22 #: pretix/control/templates/pretixcontrol/vouchers/index.html:54 @@ -10039,7 +10051,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/order/pay.html:33 #: pretix/control/templates/pretixcontrol/order/pay_complete.html:28 #: pretix/control/templates/pretixcontrol/order/reactivate.html:30 -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:155 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:169 #: pretix/control/templates/pretixcontrol/order/refund_done.html:26 #: pretix/control/templates/pretixcontrol/order/refund_process.html:47 #: pretix/control/templates/pretixcontrol/order/refund_start.html:51 @@ -10091,9 +10103,9 @@ msgstr "" #: pretix/control/templates/pretixcontrol/checkin/list_edit.html:10 #: pretix/control/templates/pretixcontrol/checkin/list_edit.html:17 -#: pretix/plugins/checkinlists/exporters.py:38 -#: pretix/plugins/checkinlists/exporters.py:88 -#: pretix/plugins/checkinlists/exporters.py:315 +#: pretix/plugins/checkinlists/exporters.py:39 +#: pretix/plugins/checkinlists/exporters.py:107 +#: pretix/plugins/checkinlists/exporters.py:374 #: pretix/plugins/pretixdroid/forms.py:39 #: pretix/plugins/pretixdroid/models.py:24 #: pretix/plugins/pretixdroid/templates/pretixplugins/pretixdroid/configuration.html:79 @@ -10787,7 +10799,7 @@ msgid "Installed plugins" msgstr "" #: pretix/control/templates/pretixcontrol/event/plugins.html:10 -#: pretix/control/views/checkin.py:260 pretix/control/views/event.py:177 +#: pretix/control/views/checkin.py:264 pretix/control/views/event.py:177 #: pretix/control/views/event.py:317 pretix/control/views/event.py:396 #: pretix/control/views/event.py:436 pretix/control/views/event.py:594 #: pretix/control/views/event.py:785 pretix/control/views/event.py:1135 @@ -10950,14 +10962,14 @@ msgid "Basics" msgstr "" #: pretix/control/templates/pretixcontrol/event/settings.html:31 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:44 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:46 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:349 #: pretix/control/templates/pretixcontrol/subevents/detail.html:32 msgid "Geo coordinates" msgstr "" #: pretix/control/templates/pretixcontrol/event/settings.html:32 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:45 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:47 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:271 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:275 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:350 @@ -10966,7 +10978,7 @@ msgid "Optional" msgstr "" #: pretix/control/templates/pretixcontrol/event/settings.html:39 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:52 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:54 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:357 #: pretix/control/templates/pretixcontrol/subevents/detail.html:40 msgid "Geocoding data © OpenStreetMap" @@ -10998,7 +11010,7 @@ msgid "Shop design" msgstr "" #: pretix/control/templates/pretixcontrol/event/settings.html:124 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:74 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:76 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:392 #: pretix/control/templates/pretixcontrol/subevents/detail.html:76 msgid "Timeline" @@ -11240,7 +11252,7 @@ msgid "" "We strongly recommend against using short forms of more then 16 characters." msgstr "" -#: pretix/control/templates/pretixcontrol/events/create_basics.html:68 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:70 msgid "Display settings" msgstr "" @@ -11258,7 +11270,40 @@ msgid "" "that contain the event name." msgstr "" -#: pretix/control/templates/pretixcontrol/events/create_foundation.html:10 +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:13 +msgid "Singular event or non-event shop" +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:15 +msgid "" +"An event with individual configuration. If you create more events later, you " +"can copy the event to save yourself some work." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:21 +msgid "" +"Examples: Conferences, workshops, trade fairs, one-off concerts, sale of " +"digital content, multi-day events with combination tickets." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:32 +msgid "Event series or time slot booking" +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:34 +msgid "" +"A series of events that share the same configuration. They can still be " +"different in their dates, locations, prices, and capacities." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:40 +msgid "" +"Examples: Multiple presentations of the same show, same concert in multiple " +"locations, museums, libraries, or swimming pools, events that need to be " +"booked together in one cart." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:53 msgid "" "Please note that you will only be able to delete your event until the first " "order has been created." @@ -11680,8 +11725,8 @@ msgstr "" #: pretix/control/templates/pretixcontrol/items/question.html:20 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:14 #: pretix/control/templates/pretixcontrol/orders/overview.html:68 -#: pretix/plugins/checkinlists/exporters.py:343 -#: pretix/plugins/reports/exporters.py:223 +#: pretix/plugins/checkinlists/exporters.py:402 +#: pretix/plugins/reports/exporters.py:226 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:17 msgid "Paid" msgstr "Оплачено" @@ -12505,10 +12550,10 @@ msgstr "Налоги" #: pretix/control/templates/pretixcontrol/order/index.html:550 #: pretix/control/templates/pretixcontrol/orders/overview.html:69 #: pretix/control/templates/pretixcontrol/orders/overview.html:146 -#: pretix/plugins/reports/exporters.py:223 -#: pretix/plugins/reports/exporters.py:278 -#: pretix/plugins/reports/exporters.py:447 -#: pretix/plugins/reports/exporters.py:591 +#: pretix/plugins/reports/exporters.py:226 +#: pretix/plugins/reports/exporters.py:281 +#: pretix/plugins/reports/exporters.py:450 +#: pretix/plugins/reports/exporters.py:594 #: pretix/presale/templates/pretixpresale/event/fragment_cart.html:292 msgid "Total" msgstr "Общая сумма" @@ -12705,54 +12750,54 @@ msgctxt "amount_label" msgid "Automatically refund" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:59 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:63 msgid "Automatically refund full amount" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:62 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:66 msgid "This payment method does not support automatic refunds." msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:70 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:74 msgid "Transfer to other order" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:73 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:77 msgctxt "amount_label" msgid "Transfer" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:81 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:85 msgctxt "order_label" msgid "to" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:91 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:95 #: pretix/control/templates/pretixcontrol/organizers/giftcard_create.html:5 msgid "Create a new gift card" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:103 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:113 #, fuzzy #| msgid "This gift card is not accepted by this event organizer." msgid "" "The gift card can be used to buy tickets for all events of this organizer." msgstr "Этот подарочный сертификат не принят организатором мероприятия." -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:111 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:121 msgid "Manual refund" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:114 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:124 msgctxt "amount_label" msgid "Manually refund" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:125 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:139 msgid "Keep transfer as to do" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:129 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:143 #: pretix/control/templates/pretixcontrol/order/refund_done.html:5 #: pretix/control/templates/pretixcontrol/order/refund_done.html:9 #: pretix/control/templates/pretixcontrol/order/refund_process.html:6 @@ -12760,7 +12805,7 @@ msgstr "" msgid "Mark refund as done" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:139 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:153 msgid "" "Any payments that you selected for automatical refunds will be immediately " "communicate the refund request to the respective payment provider. Manual " @@ -12768,7 +12813,7 @@ msgid "" "done once you actually transferred the money back to the customer." msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:160 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:174 msgid "Perform refund" msgstr "" @@ -13001,29 +13046,29 @@ msgid "Remove filter" msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:132 -#: pretix/control/templates/pretixcontrol/search/orders.html:78 +#: pretix/control/templates/pretixcontrol/search/orders.html:83 msgid "CANCELLATION REQUESTED" msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:135 #: pretix/control/templates/pretixcontrol/orders/index.html:137 -#: pretix/control/templates/pretixcontrol/search/orders.html:81 -#: pretix/control/templates/pretixcontrol/search/orders.html:83 +#: pretix/control/templates/pretixcontrol/search/orders.html:86 +#: pretix/control/templates/pretixcontrol/search/orders.html:88 msgid "REFUND PENDING" msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:140 -#: pretix/control/templates/pretixcontrol/search/orders.html:86 +#: pretix/control/templates/pretixcontrol/search/orders.html:91 msgid "OVERPAID" msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:142 -#: pretix/control/templates/pretixcontrol/search/orders.html:88 +#: pretix/control/templates/pretixcontrol/search/orders.html:93 msgid "UNDERPAID" msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:144 -#: pretix/control/templates/pretixcontrol/search/orders.html:90 +#: pretix/control/templates/pretixcontrol/search/orders.html:95 msgid "FULLY PAID" msgstr "" @@ -13065,7 +13110,7 @@ msgid "" msgstr "" #: pretix/control/templates/pretixcontrol/orders/overview.html:61 -#: pretix/plugins/reports/exporters.py:219 +#: pretix/plugins/reports/exporters.py:222 msgid "Purchased" msgstr "" @@ -13719,7 +13764,7 @@ msgstr "" msgid "pretix Logo" msgstr "" -#: pretix/control/templates/pretixcontrol/search/orders.html:99 +#: pretix/control/templates/pretixcontrol/search/orders.html:104 msgid "" "We couldn't find any orders that you have access to and that match your " "search query." @@ -14795,15 +14840,15 @@ msgstr "" msgid "The selected check-ins have been reverted." msgstr "" -#: pretix/control/views/checkin.py:163 +#: pretix/control/views/checkin.py:167 msgid "The selected tickets have been marked as checked in." msgstr "" -#: pretix/control/views/checkin.py:227 +#: pretix/control/views/checkin.py:231 msgid "The new check-in list has been created." msgstr "" -#: pretix/control/views/checkin.py:234 pretix/control/views/checkin.py:277 +#: pretix/control/views/checkin.py:238 pretix/control/views/checkin.py:281 #: pretix/control/views/event.py:206 pretix/control/views/event.py:399 #: pretix/control/views/event.py:439 pretix/control/views/event.py:597 #: pretix/control/views/event.py:754 pretix/control/views/event.py:1094 @@ -14818,11 +14863,11 @@ msgstr "" msgid "We could not save your changes. See below for details." msgstr "" -#: pretix/control/views/checkin.py:256 pretix/control/views/checkin.py:293 +#: pretix/control/views/checkin.py:260 pretix/control/views/checkin.py:297 msgid "The requested list does not exist." msgstr "" -#: pretix/control/views/checkin.py:302 +#: pretix/control/views/checkin.py:306 msgid "The selected list has been deleted." msgstr "" @@ -15057,7 +15102,7 @@ msgstr "" msgid "Could not update the comment." msgstr "" -#: pretix/control/views/event.py:1061 pretix/control/views/main.py:296 +#: pretix/control/views/event.py:1061 pretix/control/views/main.py:276 msgid "VAT" msgstr "" @@ -16032,30 +16077,30 @@ msgstr "" msgid "8 portrait A7 pages on one A4 page" msgstr "" -#: pretix/plugins/badges/exporters.py:186 +#: pretix/plugins/badges/exporters.py:194 msgid "None of the selected products is configured to print badges." msgstr "" -#: pretix/plugins/badges/exporters.py:192 +#: pretix/plugins/badges/exporters.py:200 msgid "Attendee badges" msgstr "" -#: pretix/plugins/badges/exporters.py:212 +#: pretix/plugins/badges/exporters.py:220 #: pretix/plugins/ticketoutputpdf/exporters.py:32 msgid "Include pending orders" msgstr "" -#: pretix/plugins/badges/exporters.py:217 +#: pretix/plugins/badges/exporters.py:225 msgid "Include add-on or bundled positions" msgstr "" -#: pretix/plugins/badges/exporters.py:222 +#: pretix/plugins/badges/exporters.py:230 #, fuzzy #| msgid "Question option" msgid "Rendering option" msgstr "Вариант вопроса" -#: pretix/plugins/badges/exporters.py:227 +#: pretix/plugins/badges/exporters.py:235 msgid "" "This option allows you to align multiple badges on one page, for example if " "you want to print to a sheet of stickers with a regular office printer. " @@ -16063,10 +16108,10 @@ msgid "" "correct size." msgstr "" -#: pretix/plugins/badges/exporters.py:233 -#: pretix/plugins/checkinlists/exporters.py:56 -#: pretix/plugins/reports/exporters.py:315 -#: pretix/plugins/reports/exporters.py:487 +#: pretix/plugins/badges/exporters.py:241 +#: pretix/plugins/checkinlists/exporters.py:71 +#: pretix/plugins/reports/exporters.py:318 +#: pretix/plugins/reports/exporters.py:490 #: pretix/plugins/ticketoutputpdf/exporters.py:37 msgid "Sort by" msgstr "" @@ -16596,33 +16641,41 @@ msgstr "" msgid "This plugin allows you to generate check-in lists for your conference." msgstr "" -#: pretix/plugins/checkinlists/exporters.py:46 +#: pretix/plugins/checkinlists/exporters.py:50 +msgid "Only include tickets for dates on or after this date." +msgstr "" + +#: pretix/plugins/checkinlists/exporters.py:57 +msgid "Only include tickets for dates on or before this date." +msgstr "" + +#: pretix/plugins/checkinlists/exporters.py:61 msgid "Include QR-code secret" msgstr "" -#: pretix/plugins/checkinlists/exporters.py:51 +#: pretix/plugins/checkinlists/exporters.py:66 msgid "Only tickets requiring special attention" msgstr "" -#: pretix/plugins/checkinlists/exporters.py:71 +#: pretix/plugins/checkinlists/exporters.py:86 msgid "Include questions" msgstr "" -#: pretix/plugins/checkinlists/exporters.py:183 +#: pretix/plugins/checkinlists/exporters.py:222 msgid "Check-in list (PDF)" msgstr "" #. Translators: maximum 5 characters -#: pretix/plugins/checkinlists/exporters.py:234 +#: pretix/plugins/checkinlists/exporters.py:284 msgctxt "tablehead" msgid "paid" msgstr "" -#: pretix/plugins/checkinlists/exporters.py:337 +#: pretix/plugins/checkinlists/exporters.py:396 msgid "Automatically checked in" msgstr "" -#: pretix/plugins/checkinlists/exporters.py:346 +#: pretix/plugins/checkinlists/exporters.py:405 #: pretix/plugins/paypal/payment.py:86 msgid "Secret" msgstr "" @@ -16705,43 +16758,43 @@ msgid "" "to send any payments." msgstr "" -#: pretix/plugins/paypal/payment.py:205 pretix/plugins/paypal/payment.py:291 -#: pretix/plugins/paypal/payment.py:306 pretix/plugins/paypal/payment.py:309 -#: pretix/plugins/paypal/payment.py:367 +#: pretix/plugins/paypal/payment.py:205 pretix/plugins/paypal/payment.py:298 +#: pretix/plugins/paypal/payment.py:313 pretix/plugins/paypal/payment.py:316 +#: pretix/plugins/paypal/payment.py:374 pretix/plugins/paypal/payment.py:515 msgid "We had trouble communicating with PayPal" msgstr "" -#: pretix/plugins/paypal/payment.py:323 pretix/plugins/paypal/payment.py:332 -#: pretix/plugins/paypal/payment.py:393 +#: pretix/plugins/paypal/payment.py:330 pretix/plugins/paypal/payment.py:339 +#: pretix/plugins/paypal/payment.py:400 msgid "" "We were unable to process your payment. See below for details on how to " "proceed." msgstr "" -#: pretix/plugins/paypal/payment.py:374 pretix/plugins/paypal/payment.py:383 +#: pretix/plugins/paypal/payment.py:381 pretix/plugins/paypal/payment.py:390 msgid "" "PayPal has not yet approved the payment. We will inform you as soon as the " "payment completed." msgstr "" -#: pretix/plugins/paypal/payment.py:408 pretix/plugins/stripe/payment.py:435 +#: pretix/plugins/paypal/payment.py:415 pretix/plugins/stripe/payment.py:435 #: pretix/plugins/stripe/payment.py:787 msgid "There was an error sending the confirmation mail." msgstr "При отправке письма с подтверждением произошла ошибка." -#: pretix/plugins/paypal/payment.py:485 pretix/plugins/paypal/payment.py:492 +#: pretix/plugins/paypal/payment.py:492 pretix/plugins/paypal/payment.py:499 msgid "Refunding the amount via PayPal failed: {}" msgstr "" -#: pretix/plugins/paypal/payment.py:591 pretix/plugins/paypal/payment.py:599 +#: pretix/plugins/paypal/payment.py:615 pretix/plugins/paypal/payment.py:623 msgid "The payment for this invoice has already been received." msgstr "" -#: pretix/plugins/paypal/payment.py:592 pretix/plugins/paypal/payment.py:600 +#: pretix/plugins/paypal/payment.py:616 pretix/plugins/paypal/payment.py:624 msgid "PayPal payment ID" msgstr "" -#: pretix/plugins/paypal/payment.py:594 +#: pretix/plugins/paypal/payment.py:618 msgid "PayPal sale ID" msgstr "" @@ -17113,48 +17166,48 @@ msgstr "" msgid "Created: %s" msgstr "" -#: pretix/plugins/reports/exporters.py:153 +#: pretix/plugins/reports/exporters.py:156 msgid "Order overview (PDF)" msgstr "" -#: pretix/plugins/reports/exporters.py:197 +#: pretix/plugins/reports/exporters.py:200 #: pretix/plugins/statistics/templates/pretixplugins/statistics/index.html:58 msgid "Orders by product" msgstr "" -#: pretix/plugins/reports/exporters.py:202 +#: pretix/plugins/reports/exporters.py:205 #, python-brace-format msgid "{axis} between {start} and {end}" msgstr "" -#: pretix/plugins/reports/exporters.py:227 -#: pretix/plugins/reports/exporters.py:228 -#: pretix/plugins/reports/exporters.py:229 #: pretix/plugins/reports/exporters.py:230 #: pretix/plugins/reports/exporters.py:231 +#: pretix/plugins/reports/exporters.py:232 +#: pretix/plugins/reports/exporters.py:233 +#: pretix/plugins/reports/exporters.py:234 msgid "#" msgstr "" -#: pretix/plugins/reports/exporters.py:299 +#: pretix/plugins/reports/exporters.py:302 msgid "List of orders with taxes (PDF)" msgstr "" -#: pretix/plugins/reports/exporters.py:376 +#: pretix/plugins/reports/exporters.py:379 #, python-brace-format msgid "Orders by tax rate ({currency})" msgstr "" -#: pretix/plugins/reports/exporters.py:385 -#: pretix/plugins/reports/exporters.py:521 +#: pretix/plugins/reports/exporters.py:388 +#: pretix/plugins/reports/exporters.py:524 msgid "Gross" msgstr "" -#: pretix/plugins/reports/exporters.py:385 -#: pretix/plugins/reports/exporters.py:521 +#: pretix/plugins/reports/exporters.py:388 +#: pretix/plugins/reports/exporters.py:524 msgid "Tax" msgstr "" -#: pretix/plugins/reports/exporters.py:470 +#: pretix/plugins/reports/exporters.py:473 msgid "List of orders with taxes" msgstr "" @@ -18296,7 +18349,7 @@ msgid "Show all events of %(name)s" msgstr "Показать все мероприятия %(name)s" #: pretix/presale/templates/pretixpresale/event/base.html:98 -#: pretix/presale/templates/pretixpresale/event/base.html:128 +#: pretix/presale/templates/pretixpresale/event/base.html:132 msgid "" "This ticket shop is currently in test mode. Please do not perform any real " "purchases as your order might be deleted without notice." @@ -18306,7 +18359,7 @@ msgstr "" "быть удалён без уведомления." #: pretix/presale/templates/pretixpresale/event/base.html:104 -#: pretix/presale/templates/pretixpresale/event/base.html:134 +#: pretix/presale/templates/pretixpresale/event/base.html:138 msgid "" "Orders made through this sales channel cannot be deleted - even if the " "ticket shop is in test mode!" @@ -18314,11 +18367,11 @@ msgstr "" "Заказы, сделанные через этот канал продаж, не могут быть удалены, даже если " "билетная касса находится в тестовом режиме!" -#: pretix/presale/templates/pretixpresale/event/base.html:142 +#: pretix/presale/templates/pretixpresale/event/base.html:146 msgid "Contact event organizer" msgstr "Связаться с организатором мероприятия" -#: pretix/presale/templates/pretixpresale/event/base.html:145 +#: pretix/presale/templates/pretixpresale/event/base.html:149 msgid "Imprint" msgstr "Выходные данные" @@ -18766,6 +18819,11 @@ msgstr "Количество %(item)s для заказа" msgid "Go" msgstr "Перейти" +#: pretix/presale/templates/pretixpresale/event/fragment_subevent_calendar_week.html:21 +#: pretix/presale/templates/pretixpresale/organizers/calendar_week.html:48 +msgid "W" +msgstr "" + #: pretix/presale/templates/pretixpresale/event/fragment_subevent_list.html:21 #: pretix/presale/templates/pretixpresale/event/fragment_subevent_list.html:30 #: pretix/presale/templates/pretixpresale/fragment_calendar.html:71 @@ -19536,19 +19594,19 @@ msgstr "Пожалуйста, введите только цифры." msgid "Please enter positive numbers only." msgstr "Пожалуйста, введите только положительные числа." -#: pretix/presale/views/cart.py:338 +#: pretix/presale/views/cart.py:340 msgid "We applied the voucher to as many products in your cart as we could." msgstr "" -#: pretix/presale/views/cart.py:360 +#: pretix/presale/views/cart.py:362 msgid "Your cart has been updated." msgstr "Ваша корзина была обновлена." -#: pretix/presale/views/cart.py:363 pretix/presale/views/cart.py:385 +#: pretix/presale/views/cart.py:365 pretix/presale/views/cart.py:387 msgid "Your cart is now empty." msgstr "Ваша корзина сейчас пуста." -#: pretix/presale/views/cart.py:400 +#: pretix/presale/views/cart.py:402 msgid "The products have been successfully added to your cart." msgstr "Продукты были успешно добавлены в вашу корзину." diff --git a/src/pretix/locale/ru/LC_MESSAGES/djangojs.po b/src/pretix/locale/ru/LC_MESSAGES/djangojs.po index e789371fd..295a8fefc 100644 --- a/src/pretix/locale/ru/LC_MESSAGES/djangojs.po +++ b/src/pretix/locale/ru/LC_MESSAGES/djangojs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-05-13 16:45+0000\n" +"POT-Creation-Date: 2020-06-10 16:02+0000\n" "PO-Revision-Date: 2019-11-07 09:31+0000\n" "Last-Translator: Raphael Michel \n" "Language-Team: Russian \n" "Language-Team: Slovenian " msgid "Empty, if this product is not an admission ticket" msgstr "Prazno, če ta izdelek ni vstopnica" -#: pretix/base/models/orders.py:1069 pretix/base/models/orders.py:2110 +#: pretix/base/models/orders.py:1069 pretix/base/models/orders.py:2137 #: pretix/base/settings.py:537 msgid "Company name" msgstr "Ime podjetja" -#: pretix/base/models/orders.py:1073 pretix/base/models/orders.py:2117 +#: pretix/base/models/orders.py:1073 pretix/base/models/orders.py:2144 #: pretix/base/settings.py:32 pretix/plugins/stripe/payment.py:150 msgid "Select country" msgstr "Izberite državo" -#: pretix/base/models/orders.py:1204 +#: pretix/base/models/orders.py:1231 msgctxt "payment_state" msgid "created" msgstr "ustvarjeno" -#: pretix/base/models/orders.py:1205 +#: pretix/base/models/orders.py:1232 msgctxt "payment_state" msgid "pending" msgstr "v teku" -#: pretix/base/models/orders.py:1206 +#: pretix/base/models/orders.py:1233 msgctxt "payment_state" msgid "confirmed" msgstr "potrjeno" -#: pretix/base/models/orders.py:1207 +#: pretix/base/models/orders.py:1234 msgctxt "payment_state" msgid "canceled" msgstr "preklicano" -#: pretix/base/models/orders.py:1208 +#: pretix/base/models/orders.py:1235 msgctxt "payment_state" msgid "failed" msgstr "z napako" -#: pretix/base/models/orders.py:1209 +#: pretix/base/models/orders.py:1236 msgctxt "payment_state" msgid "refunded" msgstr "povrnjeno" -#: pretix/base/models/orders.py:1237 pretix/base/models/orders.py:1608 +#: pretix/base/models/orders.py:1264 pretix/base/models/orders.py:1635 #: pretix/base/shredder.py:352 msgid "Payment information" msgstr "Podatki o plačilu" -#: pretix/base/models/orders.py:1430 +#: pretix/base/models/orders.py:1457 #, python-format msgid "Event registration confirmed: %(code)s" msgstr "Registracija na dogodek potrjena: %(code)s" -#: pretix/base/models/orders.py:1448 +#: pretix/base/models/orders.py:1475 #, python-format msgid "Payment received for your order: %(code)s" msgstr "Plačilo naročila prejeto: %(code)s" -#: pretix/base/models/orders.py:1554 +#: pretix/base/models/orders.py:1581 msgctxt "refund_state" msgid "started externally" msgstr "začeto zunaj" -#: pretix/base/models/orders.py:1555 +#: pretix/base/models/orders.py:1582 msgctxt "refund_state" msgid "created" msgstr "ustvarjeno" -#: pretix/base/models/orders.py:1556 +#: pretix/base/models/orders.py:1583 msgctxt "refund_state" msgid "in transit" msgstr "v tranzitu" -#: pretix/base/models/orders.py:1557 +#: pretix/base/models/orders.py:1584 msgctxt "refund_state" msgid "done" msgstr "opravljeno" -#: pretix/base/models/orders.py:1558 +#: pretix/base/models/orders.py:1585 msgctxt "refund_state" msgid "failed" msgstr "neuspelo" -#: pretix/base/models/orders.py:1560 +#: pretix/base/models/orders.py:1587 msgctxt "refund_state" msgid "canceled" msgstr "preklicano" -#: pretix/base/models/orders.py:1568 +#: pretix/base/models/orders.py:1595 msgctxt "refund_source" msgid "Organizer" msgstr "Organizator" -#: pretix/base/models/orders.py:1569 +#: pretix/base/models/orders.py:1596 msgctxt "refund_source" msgid "Customer" msgstr "Stranka" -#: pretix/base/models/orders.py:1570 +#: pretix/base/models/orders.py:1597 msgctxt "refund_source" msgid "External" msgstr "Zunanje" -#: pretix/base/models/orders.py:1714 +#: pretix/base/models/orders.py:1741 msgid "Payment fee" msgstr "Stroški plačila" -#: pretix/base/models/orders.py:1715 +#: pretix/base/models/orders.py:1742 msgid "Shipping fee" msgstr "Stroški pošiljanja" -#: pretix/base/models/orders.py:1716 +#: pretix/base/models/orders.py:1743 msgid "Service fee" msgstr "Stroški storitve" -#: pretix/base/models/orders.py:1717 +#: pretix/base/models/orders.py:1744 #: pretix/control/templates/pretixcontrol/order/index.html:133 msgid "Cancellation fee" msgstr "Stroški preklica" -#: pretix/base/models/orders.py:1718 +#: pretix/base/models/orders.py:1745 msgid "Other fees" msgstr "Drugi stroški" -#: pretix/base/models/orders.py:1719 pretix/base/payment.py:1005 +#: pretix/base/models/orders.py:1746 pretix/base/payment.py:1005 #: pretix/control/templates/pretixcontrol/order/index.html:128 msgid "Gift card" msgstr "Darilna kartica" -#: pretix/base/models/orders.py:1724 +#: pretix/base/models/orders.py:1751 #: pretix/control/templates/pretixcontrol/organizers/giftcard.html:65 #: pretix/control/templates/pretixcontrol/organizers/giftcard.html:103 #: pretix/control/views/vouchers.py:70 msgid "Value" msgstr "Vrednost" -#: pretix/base/models/orders.py:1861 +#: pretix/base/models/orders.py:1888 msgid "Order position" msgstr "Vrstni red naročila" -#: pretix/base/models/orders.py:2036 pretix/base/services/orders.py:846 +#: pretix/base/models/orders.py:2063 pretix/base/services/orders.py:846 #, python-format msgid "Your event registration: %(code)s" msgstr "Registracija vašega dogodka: %(code)s" -#: pretix/base/models/orders.py:2065 +#: pretix/base/models/orders.py:2092 msgid "Cart ID (e.g. session key)" msgstr "ID košarice (e.g. session key)" -#: pretix/base/models/orders.py:2083 +#: pretix/base/models/orders.py:2110 msgid "Cart position" msgstr "Pozicija košarice" -#: pretix/base/models/orders.py:2084 +#: pretix/base/models/orders.py:2111 msgid "Cart positions" msgstr "Pozicije košarice" -#: pretix/base/models/orders.py:2121 +#: pretix/base/models/orders.py:2148 msgid "Only for business customers within the EU." msgstr "Samo za poslovne stranke v EU." -#: pretix/base/models/orders.py:2126 +#: pretix/base/models/orders.py:2153 msgid "This reference will be printed on your invoice for your convenience." msgstr "Ta referenca bo za vaše udobje natisnjena na računu." @@ -3036,9 +3038,9 @@ msgstr "" "polž se lahko uporabi samo enkrat. To se uporablja v naslovih URL za " "sklicevanje na vaše račune organizatorja in vaše dogodke." -#: pretix/base/models/organizer.py:52 pretix/control/forms/event.py:68 -#: pretix/control/forms/event.py:74 pretix/control/forms/filter.py:338 -#: pretix/control/forms/filter.py:614 +#: pretix/base/models/organizer.py:52 pretix/control/forms/event.py:63 +#: pretix/control/forms/event.py:69 pretix/control/forms/filter.py:338 +#: pretix/control/forms/filter.py:666 #: pretix/control/templates/pretixcontrol/events/index.html:68 #: pretix/control/templates/pretixcontrol/organizers/base.html:4 #: pretix/control/templates/pretixcontrol/organizers/edit.html:9 @@ -3119,7 +3121,7 @@ msgid "%(name)s on %(object)s" msgstr "%(name)s na %(object)s" #: pretix/base/models/organizer.py:252 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:82 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:84 msgid "Team" msgstr "Ekipa" @@ -3133,21 +3135,21 @@ msgstr "Ekipe" msgid "Invite to team '{team}' for '{email}'" msgstr "Povabi v ekipo '{team}' za '{email}'" -#: pretix/base/models/seating.py:23 +#: pretix/base/models/seating.py:24 msgid "Your layout file is not a valid JSON file." msgstr "Vaša postavitvena datoteka ni veljavna datoteka JSON." -#: pretix/base/models/seating.py:32 +#: pretix/base/models/seating.py:33 msgid "Your layout file is not a valid seating plan. Error message: {}" msgstr "" "Vaša postavitev datoteka ni veljaven sedežni načrt. Obvestilo o napaki: {}" -#: pretix/base/models/seating.py:145 +#: pretix/base/models/seating.py:152 #, python-brace-format msgid "Row {number}" msgstr "Vrsta {number}" -#: pretix/base/models/seating.py:150 +#: pretix/base/models/seating.py:157 #, python-brace-format msgid "Seat {number}" msgstr "Sedež {number}" @@ -3231,7 +3233,7 @@ msgstr "Zmanjšaj ceno izdelka za (%)" #: pretix/control/templates/pretixcontrol/vouchers/index.html:19 #: pretix/control/templates/pretixcontrol/vouchers/index.html:100 #: pretix/control/views/vouchers.py:69 pretix/control/views/waitinglist.py:199 -#: pretix/plugins/checkinlists/exporters.py:359 +#: pretix/plugins/checkinlists/exporters.py:418 #: pretix/presale/templates/pretixpresale/event/fragment_cart.html:316 #: pretix/presale/templates/pretixpresale/event/index.html:278 msgid "Voucher code" @@ -3266,7 +3268,7 @@ msgstr "" msgid "Valid until" msgstr "Velja do" -#: pretix/base/models/vouchers.py:131 pretix/control/forms/filter.py:955 +#: pretix/base/models/vouchers.py:131 pretix/control/forms/filter.py:1007 msgid "Reserve ticket from quota" msgstr "Rezerviraj vstopnico iz kvote" @@ -3545,7 +3547,7 @@ msgctxt "subevent" msgid "Dates" msgstr "" -#: pretix/base/notifications.py:184 pretix/base/pdf.py:130 +#: pretix/base/notifications.py:184 pretix/base/pdf.py:135 msgid "Event date" msgstr "Datum dogodka" @@ -4132,7 +4134,7 @@ msgstr "Koda vstopnice (vsebina črtne kode)" msgid "Order position number" msgstr "Vrstni red naročila" -#: pretix/base/pdf.py:64 pretix/control/forms/event.py:1263 +#: pretix/base/pdf.py:64 pretix/control/forms/event.py:1262 #: pretix/control/templates/pretixcontrol/items/index.html:33 msgid "Product name" msgstr "Ime izdelka" @@ -4188,7 +4190,7 @@ msgstr "Cena z vključenimi dodatki" msgid "Attendee company" msgstr "Email udeleženca" -#: pretix/base/pdf.py:114 pretix/base/pdf.py:212 +#: pretix/base/pdf.py:114 pretix/base/pdf.py:217 #: pretix/base/services/tickets.py:96 pretix/control/views/pdf.py:80 msgid "Sample company" msgstr "Vzorčna družba" @@ -4196,108 +4198,123 @@ msgstr "Vzorčna družba" #: pretix/base/pdf.py:118 #, fuzzy #| msgid "Attendee email" +msgid "Full attendee address" +msgstr "Email udeleženca" + +#: pretix/base/pdf.py:119 +msgid "" +"John Doe\n" +"Sample company\n" +"Sesame Street 42\n" +"12345 Any City\n" +"Atlantis" +msgstr "" + +#: pretix/base/pdf.py:123 +#, fuzzy +#| msgid "Attendee email" msgid "Attendee country" msgstr "Email udeleženca" -#: pretix/base/pdf.py:126 +#: pretix/base/pdf.py:131 msgid "Sample event name" msgstr "Primer imena dogodka" -#: pretix/base/pdf.py:131 +#: pretix/base/pdf.py:136 msgid "May 31st, 2017" msgstr "31. maj 2017" -#: pretix/base/pdf.py:135 +#: pretix/base/pdf.py:140 msgid "Event date range" msgstr "Časovno obdobje dogodka" -#: pretix/base/pdf.py:136 +#: pretix/base/pdf.py:141 msgid "May 31st – June 4th, 2017" msgstr "31. maj - 4. junij 2017" -#: pretix/base/pdf.py:140 +#: pretix/base/pdf.py:145 msgid "Event begin date and time" msgstr "Datum in ura začetka dogodka" -#: pretix/base/pdf.py:141 +#: pretix/base/pdf.py:146 msgid "2017-05-31 20:00" msgstr "2017-05-31 20:00" -#: pretix/base/pdf.py:148 +#: pretix/base/pdf.py:153 msgid "Event begin date" msgstr "Datum začetka dogodka" -#: pretix/base/pdf.py:149 pretix/base/pdf.py:170 pretix/base/pdf.py:244 +#: pretix/base/pdf.py:154 pretix/base/pdf.py:175 pretix/base/pdf.py:249 msgid "2017-05-31" msgstr "2017-05-31" -#: pretix/base/pdf.py:156 +#: pretix/base/pdf.py:161 msgid "Event begin time" msgstr "Čas začetka dogodka" -#: pretix/base/pdf.py:157 +#: pretix/base/pdf.py:162 msgid "20:00" msgstr "20:00" -#: pretix/base/pdf.py:161 +#: pretix/base/pdf.py:166 msgid "Event end date and time" msgstr "Datum in čas zaključka dogodka" -#: pretix/base/pdf.py:162 +#: pretix/base/pdf.py:167 msgid "2017-05-31 22:00" msgstr "2017-05-31 22:00" -#: pretix/base/pdf.py:169 +#: pretix/base/pdf.py:174 msgid "Event end date" msgstr "Končni datum dogodka" -#: pretix/base/pdf.py:178 +#: pretix/base/pdf.py:183 msgid "22:00" msgstr "22:00" -#: pretix/base/pdf.py:185 +#: pretix/base/pdf.py:190 msgid "Event admission date and time" msgstr "Datum in ura vstopa na dogodek" -#: pretix/base/pdf.py:186 pretix/base/pdf.py:252 +#: pretix/base/pdf.py:191 pretix/base/pdf.py:257 msgid "2017-05-31 19:00" msgstr "2017-05-31 19:00" -#: pretix/base/pdf.py:193 +#: pretix/base/pdf.py:198 msgid "Event admission time" msgstr "Čas vstopa na dogodek" -#: pretix/base/pdf.py:194 pretix/base/pdf.py:260 +#: pretix/base/pdf.py:199 pretix/base/pdf.py:265 msgid "19:00" msgstr "19:00" -#: pretix/base/pdf.py:201 +#: pretix/base/pdf.py:206 msgid "Event location" msgstr "Lokacija dogodka" -#: pretix/base/pdf.py:202 pretix/base/settings.py:559 +#: pretix/base/pdf.py:207 pretix/base/settings.py:559 msgid "Random City" msgstr "Naključno mesto" -#: pretix/base/pdf.py:211 +#: pretix/base/pdf.py:216 msgid "Invoice address company" msgstr "Družba za naslov računa" -#: pretix/base/pdf.py:216 +#: pretix/base/pdf.py:221 #, fuzzy #| msgid "Invoice address company" msgid "Invoice address city" msgstr "Družba za naslov računa" -#: pretix/base/pdf.py:217 pretix/base/services/invoices.py:340 +#: pretix/base/pdf.py:222 pretix/base/services/invoices.py:340 msgid "Sample city" msgstr "" -#: pretix/base/pdf.py:221 +#: pretix/base/pdf.py:226 msgid "List of Add-Ons" msgstr "Seznam dodatkov" -#: pretix/base/pdf.py:222 +#: pretix/base/pdf.py:227 msgid "" "Add-on 1\n" "Add-on 2" @@ -4305,90 +4322,90 @@ msgstr "" "Dodatek 1\n" "Dodatek 2" -#: pretix/base/pdf.py:233 pretix/control/forms/filter.py:490 -#: pretix/control/forms/filter.py:492 +#: pretix/base/pdf.py:238 pretix/control/forms/filter.py:542 +#: pretix/control/forms/filter.py:544 #: pretix/control/templates/pretixcontrol/organizers/index.html:35 msgid "Organizer name" msgstr "Ime organizatorja" -#: pretix/base/pdf.py:234 +#: pretix/base/pdf.py:239 msgid "Event organizer company" msgstr "Podjetje organizatorja" -#: pretix/base/pdf.py:238 +#: pretix/base/pdf.py:243 msgid "Organizer info text" msgstr "Info opis organizatorja" -#: pretix/base/pdf.py:239 +#: pretix/base/pdf.py:244 msgid "Event organizer info text" msgstr "Info opis organizatorja" -#: pretix/base/pdf.py:243 +#: pretix/base/pdf.py:248 msgid "Printing date" msgstr "Datum tiskanja" -#: pretix/base/pdf.py:251 +#: pretix/base/pdf.py:256 msgid "Printing date and time" msgstr "Datum in čas tiskanja" -#: pretix/base/pdf.py:259 +#: pretix/base/pdf.py:264 msgid "Printing time" msgstr "Čas tiskanja" -#: pretix/base/pdf.py:267 +#: pretix/base/pdf.py:272 msgid "Seat: Full name" msgstr "Sedež:polno ime" -#: pretix/base/pdf.py:268 +#: pretix/base/pdf.py:273 msgid "Ground floor, Row 3, Seat 4" msgstr "Parter, vrsta 3, sedež 4" -#: pretix/base/pdf.py:270 pretix/base/pdf.py:276 -#: pretix/control/forms/orders.py:229 +#: pretix/base/pdf.py:275 pretix/base/pdf.py:281 +#: pretix/control/forms/orders.py:233 msgid "General admission" msgstr "Splošna vstopnica" -#: pretix/base/pdf.py:273 +#: pretix/base/pdf.py:278 msgid "Seat: zone" msgstr "Sedež: cona" -#: pretix/base/pdf.py:274 +#: pretix/base/pdf.py:279 msgid "Ground floor" msgstr "Parter" -#: pretix/base/pdf.py:279 +#: pretix/base/pdf.py:284 msgid "Seat: row" msgstr "Sedež:vrsta" -#: pretix/base/pdf.py:284 +#: pretix/base/pdf.py:289 msgid "Seat: seat number" msgstr "Sedež: številka" -#: pretix/base/pdf.py:320 +#: pretix/base/pdf.py:325 #, python-brace-format msgid "Question: {question}" msgstr "Vprašanje: {question}" -#: pretix/base/pdf.py:321 +#: pretix/base/pdf.py:326 #, python-brace-format msgid "" msgstr "" -#: pretix/base/pdf.py:343 pretix/base/pdf.py:350 -#: pretix/plugins/badges/exporters.py:238 -#: pretix/plugins/checkinlists/exporters.py:62 -#: pretix/plugins/checkinlists/exporters.py:335 +#: pretix/base/pdf.py:348 pretix/base/pdf.py:355 +#: pretix/plugins/badges/exporters.py:246 +#: pretix/plugins/checkinlists/exporters.py:77 +#: pretix/plugins/checkinlists/exporters.py:394 #: pretix/plugins/ticketoutputpdf/exporters.py:42 #, python-brace-format msgid "Attendee name: {part}" msgstr "Ime udeleženca: {part}" -#: pretix/base/pdf.py:360 +#: pretix/base/pdf.py:365 #, python-brace-format msgid "Invoice address name: {part}" msgstr "Naslov računa: {part}" -#: pretix/base/pdf.py:522 pretix/plugins/ticketoutputpdf/ticketoutput.py:78 +#: pretix/base/pdf.py:527 pretix/plugins/ticketoutputpdf/ticketoutput.py:78 msgid "Ticket" msgstr "Vstopnica" @@ -4432,7 +4449,7 @@ msgstr "" "Vaše zahteve nismo mogli v celoti obdelati, saj je bil strežnik preveč " "zaseden. Prosim poskusite ponovno." -#: pretix/base/services/cart.py:54 pretix/presale/views/cart.py:174 +#: pretix/base/services/cart.py:54 pretix/presale/views/cart.py:176 msgid "You did not select any products." msgstr "Niste izbrali nobenega izdelka." @@ -4700,7 +4717,7 @@ msgctxt "invoice" msgid "Attendee: {name}" msgstr "" -#: pretix/base/services/invoices.py:170 pretix/plugins/reports/exporters.py:215 +#: pretix/base/services/invoices.py:170 pretix/plugins/reports/exporters.py:218 msgctxt "subevent" msgid "Date: {}" msgstr "" @@ -4862,7 +4879,7 @@ msgid "" "the position from your cart." msgstr "" -#: pretix/base/services/orders.py:153 pretix/control/forms/orders.py:68 +#: pretix/base/services/orders.py:153 pretix/control/forms/orders.py:69 msgid "The new expiry date needs to be in the future." msgstr "" @@ -4897,7 +4914,7 @@ msgid "" "order has already been redeemed." msgstr "" -#: pretix/base/services/orders.py:391 pretix/control/forms/orders.py:132 +#: pretix/base/services/orders.py:391 pretix/control/forms/orders.py:136 msgid "" "The cancellation fee cannot be higher than the payment credit of this order." msgstr "" @@ -5018,14 +5035,14 @@ msgid "" "contact the event organizer for further information." msgstr "" -#: pretix/base/services/seating.py:35 pretix/base/services/seating.py:90 +#: pretix/base/services/seating.py:35 pretix/base/services/seating.py:94 #, python-format msgid "" "You can not change the plan since seat \"%s\" is not present in the new plan " "and is already sold." msgstr "" -#: pretix/base/services/seating.py:93 +#: pretix/base/services/seating.py:97 #, python-format msgid "" "You can not change the plan since seat \"%s\" is not present in the new plan " @@ -5539,7 +5556,7 @@ msgstr "" msgid "Available languages" msgstr "" -#: pretix/base/settings.py:707 pretix/control/forms/event.py:96 +#: pretix/base/settings.py:707 pretix/control/forms/event.py:91 msgid "Default language" msgstr "" @@ -5575,7 +5592,7 @@ msgstr "" msgid "Hide all products that are sold out" msgstr "" -#: pretix/base/settings.py:757 pretix/control/forms/event.py:1177 +#: pretix/base/settings.py:757 pretix/control/forms/event.py:1176 msgid "Publicly show how many tickets of a certain type are still available." msgstr "" @@ -5591,7 +5608,7 @@ msgstr "" msgid "Enable waiting list" msgstr "" -#: pretix/base/settings.py:785 pretix/control/forms/event.py:1182 +#: pretix/base/settings.py:785 pretix/control/forms/event.py:1181 msgid "" "Once a ticket is sold out, people can add themselves to a waiting list. As " "soon as a ticket becomes available again, it will be reserved for the first " @@ -5681,7 +5698,7 @@ msgid "" msgstr "" #: pretix/base/settings.py:888 pretix/base/settings.py:896 -#: pretix/control/forms/organizer.py:292 +#: pretix/control/forms/organizer.py:293 #: pretix/presale/templates/pretixpresale/organizers/calendar.html:25 #: pretix/presale/templates/pretixpresale/organizers/calendar_week.html:25 #: pretix/presale/templates/pretixpresale/organizers/index.html:34 @@ -5689,16 +5706,16 @@ msgid "List" msgstr "" #: pretix/base/settings.py:889 pretix/base/settings.py:897 -#: pretix/control/forms/organizer.py:293 +#: pretix/control/forms/organizer.py:294 msgid "Week calendar" msgstr "" #: pretix/base/settings.py:890 pretix/base/settings.py:898 -#: pretix/control/forms/organizer.py:294 +#: pretix/control/forms/organizer.py:295 msgid "Month calendar" msgstr "" -#: pretix/base/settings.py:894 pretix/control/forms/organizer.py:290 +#: pretix/base/settings.py:894 pretix/control/forms/organizer.py:291 msgid "Default overview style" msgstr "" @@ -5732,7 +5749,7 @@ msgid "" "Otherwise, a manual refund will be created for you to process manually." msgstr "" -#: pretix/base/settings.py:952 pretix/control/forms/orders.py:586 +#: pretix/base/settings.py:952 pretix/control/forms/orders.py:590 msgid "Keep a fixed cancellation fee" msgstr "" @@ -5740,7 +5757,7 @@ msgstr "" msgid "Keep payment, shipping and service fees" msgstr "" -#: pretix/base/settings.py:973 pretix/control/forms/orders.py:591 +#: pretix/base/settings.py:973 pretix/control/forms/orders.py:595 msgid "Keep a percentual cancellation fee" msgstr "" @@ -5800,19 +5817,19 @@ msgstr "Darilna kartica" msgid "Refund method" msgstr "Zahtevano je vračilo" -#: pretix/base/settings.py:1051 pretix/control/forms/event.py:1205 +#: pretix/base/settings.py:1051 pretix/control/forms/event.py:1204 msgid "Contact address" msgstr "" -#: pretix/base/settings.py:1052 pretix/control/forms/event.py:1207 +#: pretix/base/settings.py:1052 pretix/control/forms/event.py:1206 msgid "We'll show this publicly to allow attendees to contact you." msgstr "" -#: pretix/base/settings.py:1060 pretix/control/forms/event.py:1199 +#: pretix/base/settings.py:1060 pretix/control/forms/event.py:1198 msgid "Imprint URL" msgstr "" -#: pretix/base/settings.py:1061 pretix/control/forms/event.py:1200 +#: pretix/base/settings.py:1061 pretix/control/forms/event.py:1199 msgid "" "This should point e.g. to a part of your website that has your contact " "details and legal information." @@ -6201,100 +6218,100 @@ msgctxt "subevent" msgid "Date ordering" msgstr "" -#: pretix/base/settings.py:1657 +#: pretix/base/settings.py:1665 msgid "Most common English titles" msgstr "" -#: pretix/base/settings.py:1667 +#: pretix/base/settings.py:1675 msgid "Most common German titles" msgstr "" -#: pretix/base/settings.py:1676 pretix/base/settings.py:1689 -#: pretix/base/settings.py:1705 pretix/base/settings.py:1755 -#: pretix/base/settings.py:1768 pretix/base/settings.py:1782 +#: pretix/base/settings.py:1684 pretix/base/settings.py:1697 +#: pretix/base/settings.py:1713 pretix/base/settings.py:1763 +#: pretix/base/settings.py:1776 pretix/base/settings.py:1790 msgid "Given name" msgstr "" -#: pretix/base/settings.py:1677 pretix/base/settings.py:1690 -#: pretix/base/settings.py:1706 pretix/base/settings.py:1722 -#: pretix/base/settings.py:1739 pretix/base/settings.py:1754 -#: pretix/base/settings.py:1769 pretix/base/settings.py:1783 +#: pretix/base/settings.py:1685 pretix/base/settings.py:1698 +#: pretix/base/settings.py:1714 pretix/base/settings.py:1730 +#: pretix/base/settings.py:1747 pretix/base/settings.py:1762 +#: pretix/base/settings.py:1777 pretix/base/settings.py:1791 msgid "Family name" msgstr "" -#: pretix/base/settings.py:1681 pretix/base/settings.py:1697 -#: pretix/base/settings.py:1713 pretix/base/settings.py:1728 -#: pretix/base/settings.py:1746 pretix/base/settings.py:1761 -#: pretix/base/settings.py:1791 pretix/base/settings.py:1814 +#: pretix/base/settings.py:1689 pretix/base/settings.py:1705 +#: pretix/base/settings.py:1721 pretix/base/settings.py:1736 +#: pretix/base/settings.py:1754 pretix/base/settings.py:1769 +#: pretix/base/settings.py:1799 pretix/base/settings.py:1822 msgctxt "person_name_sample" msgid "John" msgstr "" -#: pretix/base/settings.py:1682 pretix/base/settings.py:1698 -#: pretix/base/settings.py:1714 pretix/base/settings.py:1730 -#: pretix/base/settings.py:1748 pretix/base/settings.py:1762 -#: pretix/base/settings.py:1792 +#: pretix/base/settings.py:1690 pretix/base/settings.py:1706 +#: pretix/base/settings.py:1722 pretix/base/settings.py:1738 +#: pretix/base/settings.py:1756 pretix/base/settings.py:1770 +#: pretix/base/settings.py:1800 msgctxt "person_name_sample" msgid "Doe" msgstr "" -#: pretix/base/settings.py:1688 pretix/base/settings.py:1704 -#: pretix/base/settings.py:1736 +#: pretix/base/settings.py:1696 pretix/base/settings.py:1712 +#: pretix/base/settings.py:1744 msgctxt "person_name" msgid "Title" msgstr "" -#: pretix/base/settings.py:1696 pretix/base/settings.py:1712 -#: pretix/base/settings.py:1745 +#: pretix/base/settings.py:1704 pretix/base/settings.py:1720 +#: pretix/base/settings.py:1753 msgctxt "person_name_sample" msgid "Dr" msgstr "" -#: pretix/base/settings.py:1720 pretix/base/settings.py:1737 +#: pretix/base/settings.py:1728 pretix/base/settings.py:1745 msgid "First name" msgstr "" -#: pretix/base/settings.py:1721 pretix/base/settings.py:1738 +#: pretix/base/settings.py:1729 pretix/base/settings.py:1746 msgid "Middle name" msgstr "" -#: pretix/base/settings.py:1802 pretix/base/settings.py:1813 +#: pretix/base/settings.py:1810 pretix/base/settings.py:1821 msgctxt "person_name_sample" msgid "John Doe" msgstr "" -#: pretix/base/settings.py:1808 +#: pretix/base/settings.py:1816 msgid "Calling name" msgstr "" -#: pretix/base/settings.py:1821 +#: pretix/base/settings.py:1829 msgid "Latin transcription" msgstr "" -#: pretix/base/settings.py:1924 pretix/control/forms/event.py:176 +#: pretix/base/settings.py:1932 pretix/control/forms/event.py:172 msgid "" "Your default locale must also be enabled for your event (see box above)." msgstr "" -#: pretix/base/settings.py:1928 +#: pretix/base/settings.py:1936 msgid "" "You cannot require specifying attendee names if you do not ask for them." msgstr "" -#: pretix/base/settings.py:1932 +#: pretix/base/settings.py:1940 msgid "You have to ask for attendee emails if you want to make them required." msgstr "" -#: pretix/base/settings.py:1936 +#: pretix/base/settings.py:1944 msgid "" "You have to ask for invoice addresses if you want to make them required." msgstr "" -#: pretix/base/settings.py:1940 +#: pretix/base/settings.py:1948 msgid "You have to require invoice addresses to require for company names." msgstr "" -#: pretix/base/settings.py:1947 +#: pretix/base/settings.py:1955 msgid "The last payment date cannot be before the end of presale." msgstr "" @@ -6657,16 +6674,21 @@ msgstr "" msgid "The task has been completed." msgstr "" -#: pretix/control/forms/__init__.py:112 +#: pretix/control/forms/__init__.py:115 +#, python-brace-format +msgid "Please do not upload files larger than {size}!" +msgstr "" + +#: pretix/control/forms/__init__.py:136 msgid "Filetype not allowed!" msgstr "" #: pretix/control/forms/checkin.py:38 pretix/control/forms/filter.py:244 -#: pretix/control/forms/filter.py:271 pretix/control/forms/filter.py:979 -#: pretix/control/forms/filter.py:999 pretix/control/forms/filter.py:1091 -#: pretix/control/forms/filter.py:1107 pretix/control/forms/filter.py:1168 -#: pretix/control/forms/filter.py:1203 pretix/control/forms/orders.py:544 -#: pretix/control/forms/orders.py:699 +#: pretix/control/forms/filter.py:271 pretix/control/forms/filter.py:1031 +#: pretix/control/forms/filter.py:1051 pretix/control/forms/filter.py:1143 +#: pretix/control/forms/filter.py:1159 pretix/control/forms/filter.py:1220 +#: pretix/control/forms/filter.py:1255 pretix/control/forms/orders.py:548 +#: pretix/control/forms/orders.py:703 #: pretix/control/templates/pretixcontrol/event/fragment_subevent_choice_simple.html:5 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:47 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:109 @@ -6675,7 +6697,7 @@ msgctxt "subevent" msgid "All dates" msgstr "" -#: pretix/control/forms/event.py:44 pretix/control/forms/organizer.py:310 +#: pretix/control/forms/event.py:44 pretix/control/forms/organizer.py:311 msgid "Use languages" msgstr "" @@ -6687,114 +6709,104 @@ msgstr "" msgid "This is an event series" msgstr "" -#: pretix/control/forms/event.py:50 -msgid "" -"Only recommended for advanced users. If this feature is enabled, this will " -"not only be a single event but a series of very similar events that are " -"handled within a single shop. The single events inside the series can only " -"differ in date, time, location, prices and quotas, but not in other " -"settings, and buying tickets across multiple of these events at the same " -"time is possible. You cannot change this setting for this event later." -msgstr "" - -#: pretix/control/forms/event.py:88 +#: pretix/control/forms/event.py:83 msgid "" "You already used this slug for a different event. Please choose a new one." msgstr "" -#: pretix/control/forms/event.py:92 pretix/control/forms/event.py:394 +#: pretix/control/forms/event.py:87 pretix/control/forms/event.py:390 msgid "Event timezone" msgstr "" -#: pretix/control/forms/event.py:99 +#: pretix/control/forms/event.py:94 msgid "Sales tax rate" msgstr "" -#: pretix/control/forms/event.py:100 +#: pretix/control/forms/event.py:95 msgid "" "Do you need to pay sales tax on your tickets? In this case, please enter the " "applicable tax rate here in percent. If you have a more complicated tax " "situation, you can add more tax rates and detailed configuration later." msgstr "" -#: pretix/control/forms/event.py:107 +#: pretix/control/forms/event.py:102 msgid "Grant access to team" msgstr "" -#: pretix/control/forms/event.py:108 +#: pretix/control/forms/event.py:103 msgid "" "You are allowed to create events under this organizer, however you do not " "have permission to edit all events under this organizer. Please select one " "of your existing teams that will be granted access to this event." msgstr "" -#: pretix/control/forms/event.py:113 +#: pretix/control/forms/event.py:108 msgid "Create a new team for this event with me as the only member" msgstr "" -#: pretix/control/forms/event.py:156 pretix/control/forms/event.py:309 +#: pretix/control/forms/event.py:151 pretix/control/forms/event.py:305 msgid "" "Sample Conference Center\n" "Heidelberg, Germany" msgstr "" -#: pretix/control/forms/event.py:180 +#: pretix/control/forms/event.py:176 msgid "Your default locale must be specified." msgstr "" -#: pretix/control/forms/event.py:254 +#: pretix/control/forms/event.py:250 msgid "Copy configuration from" msgstr "" -#: pretix/control/forms/event.py:260 pretix/control/forms/event.py:263 +#: pretix/control/forms/event.py:256 pretix/control/forms/event.py:259 #: pretix/control/forms/item.py:250 msgid "Do not copy" msgstr "" -#: pretix/control/forms/event.py:314 pretix/control/forms/organizer.py:87 +#: pretix/control/forms/event.py:310 pretix/control/forms/organizer.py:87 msgid "Custom domain" msgstr "" -#: pretix/control/forms/event.py:316 pretix/control/forms/organizer.py:89 +#: pretix/control/forms/event.py:312 pretix/control/forms/organizer.py:89 msgid "You need to configure the custom domain in the webserver beforehand." msgstr "" -#: pretix/control/forms/event.py:324 pretix/control/forms/organizer.py:97 +#: pretix/control/forms/event.py:320 pretix/control/forms/organizer.py:97 msgid "You cannot choose the base domain of this installation." msgstr "" -#: pretix/control/forms/event.py:328 pretix/control/forms/organizer.py:102 +#: pretix/control/forms/event.py:324 pretix/control/forms/organizer.py:102 #, fuzzy #| msgid "This slug has already been used for a different event." msgid "This domain is already in use for a different event or organizer." msgstr "Ta opisni link je že bil uporabljen za drug dogodek." -#: pretix/control/forms/event.py:397 +#: pretix/control/forms/event.py:393 msgid "Name format" msgstr "" -#: pretix/control/forms/event.py:398 +#: pretix/control/forms/event.py:394 msgid "" "This defines how pretix will ask for human names. Changing this after you " "already received orders might lead to unexpected behavior when sorting or " "changing names." msgstr "" -#: pretix/control/forms/event.py:403 +#: pretix/control/forms/event.py:399 msgid "Allowed titles" msgstr "" -#: pretix/control/forms/event.py:404 +#: pretix/control/forms/event.py:400 msgid "" "If the naming scheme you defined above allows users to input a title, you " "can use this to restrict the set of selectable titles." msgstr "" -#: pretix/control/forms/event.py:409 pretix/control/forms/organizer.py:276 +#: pretix/control/forms/event.py:405 pretix/control/forms/organizer.py:276 msgid "Header image" msgstr "" -#: pretix/control/forms/event.py:412 +#: pretix/control/forms/event.py:409 msgid "" "If you provide a logo image, we will by default not show your event name and " "date in the page header. By default, we show your logo with a size of up to " @@ -6803,29 +6815,29 @@ msgid "" "smaller screens." msgstr "" -#: pretix/control/forms/event.py:418 pretix/control/forms/organizer.py:285 +#: pretix/control/forms/event.py:415 pretix/control/forms/organizer.py:286 msgid "Use header image in its full size" msgstr "" -#: pretix/control/forms/event.py:419 pretix/control/forms/organizer.py:286 +#: pretix/control/forms/event.py:416 pretix/control/forms/organizer.py:287 msgid "We recommend to upload a picture at least 1170 pixels wide." msgstr "" -#: pretix/control/forms/event.py:423 +#: pretix/control/forms/event.py:420 msgid "Show event title even if a header image is present" msgstr "" -#: pretix/control/forms/event.py:424 +#: pretix/control/forms/event.py:421 #, fuzzy #| msgid "This question will only show up in the backend." msgid "The title will only be shown on the event front page." msgstr "To vprašanje se bo pojavilo šele v zaledju." -#: pretix/control/forms/event.py:428 +#: pretix/control/forms/event.py:425 msgid "Social media image" msgstr "" -#: pretix/control/forms/event.py:431 +#: pretix/control/forms/event.py:429 msgid "" "This picture will be used as a preview if you post links to your ticket shop " "on social media. Facebook advises to use a picture size of 1200 x 630 " @@ -6834,299 +6846,299 @@ msgid "" "square is shown. If you do not fill this, we will use the logo given above." msgstr "" -#: pretix/control/forms/event.py:437 pretix/control/forms/organizer.py:226 +#: pretix/control/forms/event.py:435 pretix/control/forms/organizer.py:226 msgid "Primary color" msgstr "" -#: pretix/control/forms/event.py:441 pretix/control/forms/event.py:451 -#: pretix/control/forms/event.py:461 pretix/control/forms/event.py:470 +#: pretix/control/forms/event.py:439 pretix/control/forms/event.py:449 +#: pretix/control/forms/event.py:459 pretix/control/forms/event.py:468 #: pretix/control/forms/organizer.py:230 pretix/control/forms/organizer.py:240 #: pretix/control/forms/organizer.py:250 pretix/control/forms/organizer.py:260 msgid "Please enter the hexadecimal code of a color, e.g. #990000." msgstr "" -#: pretix/control/forms/event.py:446 pretix/control/forms/organizer.py:235 +#: pretix/control/forms/event.py:444 pretix/control/forms/organizer.py:235 msgid "Accent color for success" msgstr "" -#: pretix/control/forms/event.py:447 pretix/control/forms/organizer.py:236 +#: pretix/control/forms/event.py:445 pretix/control/forms/organizer.py:236 msgid "We strongly suggest to use a shade of green." msgstr "" -#: pretix/control/forms/event.py:456 pretix/control/forms/organizer.py:245 +#: pretix/control/forms/event.py:454 pretix/control/forms/organizer.py:245 msgid "Accent color for errors" msgstr "" -#: pretix/control/forms/event.py:457 +#: pretix/control/forms/event.py:455 msgid "We strongly suggest to use a dark shade of red." msgstr "" -#: pretix/control/forms/event.py:466 pretix/control/forms/organizer.py:256 +#: pretix/control/forms/event.py:464 pretix/control/forms/organizer.py:256 msgid "Page background color" msgstr "" -#: pretix/control/forms/event.py:476 pretix/control/forms/organizer.py:266 +#: pretix/control/forms/event.py:474 pretix/control/forms/organizer.py:266 msgid "Use round edges" msgstr "" -#: pretix/control/forms/event.py:480 pretix/control/forms/organizer.py:315 +#: pretix/control/forms/event.py:478 pretix/control/forms/organizer.py:316 #: pretix/control/templates/pretixcontrol/pdf/index.html:305 msgid "Font" msgstr "" -#: pretix/control/forms/event.py:485 pretix/control/forms/organizer.py:320 +#: pretix/control/forms/event.py:483 pretix/control/forms/organizer.py:321 msgid "Only respected by modern browsers." msgstr "" -#: pretix/control/forms/event.py:542 +#: pretix/control/forms/event.py:540 msgid "" "e.g. I hereby confirm that I have read and agree with the event organizer's " "terms of service and agree with them." msgstr "" -#: pretix/control/forms/event.py:546 +#: pretix/control/forms/event.py:544 #, python-brace-format msgid "Ask for {fields}, display like {example}" msgstr "" -#: pretix/control/forms/event.py:552 +#: pretix/control/forms/event.py:550 msgid "Free text input" msgstr "" -#: pretix/control/forms/event.py:586 +#: pretix/control/forms/event.py:584 msgid "" "You have configured gift cards to be valid {} years plus the year the gift " "card is issued in." msgstr "" -#: pretix/control/forms/event.py:601 +#: pretix/control/forms/event.py:599 msgid "Tax rule for payment fees" msgstr "" -#: pretix/control/forms/event.py:603 +#: pretix/control/forms/event.py:601 msgid "" "The tax rule that applies for additional fees you configured for single " "payment methods. This will set the tax rate and reverse charge rules, other " "settings of the tax rule are ignored." msgstr "" -#: pretix/control/forms/event.py:695 +#: pretix/control/forms/event.py:693 msgid "Generate invoices for Sales channels" msgstr "" -#: pretix/control/forms/event.py:698 +#: pretix/control/forms/event.py:696 msgid "" "If you have enabled invoice generation in the previous setting, you can " "limit it here to specific sales channels." msgstr "" -#: pretix/control/forms/event.py:702 +#: pretix/control/forms/event.py:700 msgid "Invoice style" msgstr "" -#: pretix/control/forms/event.py:708 +#: pretix/control/forms/event.py:706 msgid "Invoice language" msgstr "" -#: pretix/control/forms/event.py:709 pretix/control/forms/event.py:730 +#: pretix/control/forms/event.py:707 pretix/control/forms/event.py:729 msgid "The user's language" msgstr "" -#: pretix/control/forms/event.py:712 +#: pretix/control/forms/event.py:710 msgid "Logo image" msgstr "" -#: pretix/control/forms/event.py:715 +#: pretix/control/forms/event.py:714 msgid "We will show your logo with a maximal height and width of 2.5 cm." msgstr "" -#: pretix/control/forms/event.py:759 +#: pretix/control/forms/event.py:758 msgid "Bcc address" msgstr "" -#: pretix/control/forms/event.py:760 +#: pretix/control/forms/event.py:759 msgid "All emails will be sent to this address as a Bcc copy" msgstr "" -#: pretix/control/forms/event.py:766 +#: pretix/control/forms/event.py:765 msgid "Signature" msgstr "" -#: pretix/control/forms/event.py:769 +#: pretix/control/forms/event.py:768 #, python-brace-format msgid "This will be attached to every email. Available placeholders: {event}" msgstr "" -#: pretix/control/forms/event.py:774 +#: pretix/control/forms/event.py:773 msgid "e.g. your contact details" msgstr "" -#: pretix/control/forms/event.py:779 +#: pretix/control/forms/event.py:778 msgid "HTML mail renderer" msgstr "" -#: pretix/control/forms/event.py:784 pretix/control/forms/event.py:801 -#: pretix/control/forms/event.py:818 pretix/control/forms/event.py:877 +#: pretix/control/forms/event.py:783 pretix/control/forms/event.py:800 +#: pretix/control/forms/event.py:817 pretix/control/forms/event.py:876 msgid "Text sent to order contact address" msgstr "" +#: pretix/control/forms/event.py:788 pretix/control/forms/event.py:805 +#: pretix/control/forms/event.py:822 pretix/control/forms/event.py:881 +msgid "Send an email to attendees" +msgstr "" + #: pretix/control/forms/event.py:789 pretix/control/forms/event.py:806 #: pretix/control/forms/event.py:823 pretix/control/forms/event.py:882 -msgid "Send an email to attendees" -msgstr "" - -#: pretix/control/forms/event.py:790 pretix/control/forms/event.py:807 -#: pretix/control/forms/event.py:824 pretix/control/forms/event.py:883 msgid "" "If the order contains attendees with email addresses different from the " "person who orders the tickets, the following email will be sent out to the " "attendees." msgstr "" -#: pretix/control/forms/event.py:795 pretix/control/forms/event.py:812 -#: pretix/control/forms/event.py:829 pretix/control/forms/event.py:888 +#: pretix/control/forms/event.py:794 pretix/control/forms/event.py:811 +#: pretix/control/forms/event.py:828 pretix/control/forms/event.py:887 msgid "Text sent to attendees" msgstr "" -#: pretix/control/forms/event.py:835 pretix/control/forms/event.py:857 -#: pretix/control/forms/event.py:862 pretix/control/forms/event.py:867 -#: pretix/control/forms/event.py:872 +#: pretix/control/forms/event.py:834 pretix/control/forms/event.py:856 +#: pretix/control/forms/event.py:861 pretix/control/forms/event.py:866 +#: pretix/control/forms/event.py:871 #: pretix/control/templates/pretixcontrol/organizers/giftcard.html:99 #: pretix/control/templates/pretixcontrol/pdf/index.html:367 msgid "Text" msgstr "" -#: pretix/control/forms/event.py:840 +#: pretix/control/forms/event.py:839 msgid "Text (sent by admin)" msgstr "" -#: pretix/control/forms/event.py:845 +#: pretix/control/forms/event.py:844 msgid "Text (requested by user)" msgstr "" -#: pretix/control/forms/event.py:850 pretix/control/forms/event.py:893 +#: pretix/control/forms/event.py:849 pretix/control/forms/event.py:892 msgid "Number of days" msgstr "" -#: pretix/control/forms/event.py:853 +#: pretix/control/forms/event.py:852 msgid "" "This email will be sent out this many days before the order expires. If the " "value is 0, the mail will never be sent." msgstr "" -#: pretix/control/forms/event.py:896 +#: pretix/control/forms/event.py:895 msgid "" "This email will be sent out this many days before the order event starts. If " "the field is empty, the mail will never be sent." msgstr "" -#: pretix/control/forms/event.py:900 +#: pretix/control/forms/event.py:899 msgid "Received order" msgstr "" -#: pretix/control/forms/event.py:905 +#: pretix/control/forms/event.py:904 msgid "Approved order" msgstr "" -#: pretix/control/forms/event.py:908 +#: pretix/control/forms/event.py:907 msgid "" "This will only be sent out for non-free orders. Free orders will receive the " "free order template from above instead." msgstr "" -#: pretix/control/forms/event.py:912 +#: pretix/control/forms/event.py:911 msgid "Denied order" msgstr "" -#: pretix/control/forms/event.py:917 +#: pretix/control/forms/event.py:916 msgid "Use custom SMTP server" msgstr "" -#: pretix/control/forms/event.py:918 +#: pretix/control/forms/event.py:917 msgid "" "All mail related to your event will be sent over the smtp server specified " "by you." msgstr "" -#: pretix/control/forms/event.py:922 +#: pretix/control/forms/event.py:921 msgid "Hostname" msgstr "" -#: pretix/control/forms/event.py:927 +#: pretix/control/forms/event.py:926 msgid "Port" msgstr "" -#: pretix/control/forms/event.py:932 +#: pretix/control/forms/event.py:931 msgid "Username" msgstr "" -#: pretix/control/forms/event.py:944 +#: pretix/control/forms/event.py:943 msgid "Use STARTTLS" msgstr "" -#: pretix/control/forms/event.py:945 +#: pretix/control/forms/event.py:944 msgid "Commonly enabled on port 587." msgstr "" -#: pretix/control/forms/event.py:949 +#: pretix/control/forms/event.py:948 msgid "Use SSL" msgstr "" -#: pretix/control/forms/event.py:950 +#: pretix/control/forms/event.py:949 msgid "Commonly enabled on port 465." msgstr "" -#: pretix/control/forms/event.py:979 pretix/control/forms/orders.py:465 -#: pretix/control/forms/orders.py:622 pretix/control/forms/vouchers.py:255 +#: pretix/control/forms/event.py:978 pretix/control/forms/orders.py:469 +#: pretix/control/forms/orders.py:626 pretix/control/forms/vouchers.py:255 #: pretix/plugins/sendmail/forms.py:49 #, fuzzy, python-brace-format #| msgid "Invalid placeholder(s): %(value)s" msgid "Available placeholders: {list}" msgstr "Napačne spremenljivke: %(value)s" -#: pretix/control/forms/event.py:1014 +#: pretix/control/forms/event.py:1013 msgid "" "You can activate either SSL or STARTTLS security, but not both at the same " "time." msgstr "" -#: pretix/control/forms/event.py:1063 +#: pretix/control/forms/event.py:1062 msgid "Any country" msgstr "" -#: pretix/control/forms/event.py:1064 +#: pretix/control/forms/event.py:1063 msgid "European Union" msgstr "" -#: pretix/control/forms/event.py:1076 +#: pretix/control/forms/event.py:1075 msgid "Any customer" msgstr "" -#: pretix/control/forms/event.py:1077 +#: pretix/control/forms/event.py:1076 msgid "Individual" msgstr "" -#: pretix/control/forms/event.py:1078 +#: pretix/control/forms/event.py:1077 msgid "Business" msgstr "" -#: pretix/control/forms/event.py:1079 +#: pretix/control/forms/event.py:1078 msgid "Business with valid VAT ID" msgstr "" -#: pretix/control/forms/event.py:1085 +#: pretix/control/forms/event.py:1084 msgid "Charge VAT" msgstr "" -#: pretix/control/forms/event.py:1087 +#: pretix/control/forms/event.py:1086 msgid "No VAT" msgstr "" -#: pretix/control/forms/event.py:1116 +#: pretix/control/forms/event.py:1115 msgid "Pre-selected voucher" msgstr "" -#: pretix/control/forms/event.py:1118 +#: pretix/control/forms/event.py:1117 msgid "" "If set, the widget will show products as if this voucher has been entered " "and when a product is bought via the widget, this voucher will be used. This " @@ -7134,52 +7146,52 @@ msgid "" "secret products." msgstr "" -#: pretix/control/forms/event.py:1123 +#: pretix/control/forms/event.py:1122 msgid "Compatibility mode" msgstr "" -#: pretix/control/forms/event.py:1125 +#: pretix/control/forms/event.py:1124 msgid "" "Our regular widget doesn't work in all website builders. If you run into " "trouble, try using this compatibility mode." msgstr "" -#: pretix/control/forms/event.py:1146 +#: pretix/control/forms/event.py:1145 msgid "The given voucher code does not exist." msgstr "" -#: pretix/control/forms/event.py:1153 pretix/control/forms/organizer.py:48 +#: pretix/control/forms/event.py:1152 pretix/control/forms/organizer.py:48 #: pretix/control/views/shredder.py:108 msgid "The slug you entered was not correct." msgstr "" -#: pretix/control/forms/event.py:1157 pretix/control/forms/organizer.py:52 +#: pretix/control/forms/event.py:1156 pretix/control/forms/organizer.py:52 msgid "Event slug" msgstr "" -#: pretix/control/forms/event.py:1188 +#: pretix/control/forms/event.py:1187 msgid "Ticket downloads" msgstr "" -#: pretix/control/forms/event.py:1189 +#: pretix/control/forms/event.py:1188 msgid "Your customers will be able to download their tickets in PDF format." msgstr "" -#: pretix/control/forms/event.py:1193 +#: pretix/control/forms/event.py:1192 msgid "Require all attendees to fill in their names" msgstr "" -#: pretix/control/forms/event.py:1194 +#: pretix/control/forms/event.py:1193 msgid "" "By default, we will ask for names but not require them. You can turn this " "off completely in the settings." msgstr "" -#: pretix/control/forms/event.py:1220 +#: pretix/control/forms/event.py:1219 msgid "Payment via Stripe" msgstr "" -#: pretix/control/forms/event.py:1221 +#: pretix/control/forms/event.py:1220 msgid "" "Stripe is an online payments processor supporting credit cards and lots of " "other payment options. To accept payments via Stripe, you will need to set " @@ -7187,27 +7199,27 @@ msgid "" "simple interface." msgstr "" -#: pretix/control/forms/event.py:1227 +#: pretix/control/forms/event.py:1226 msgid "Payment by bank transfer" msgstr "" -#: pretix/control/forms/event.py:1228 +#: pretix/control/forms/event.py:1227 msgid "" "Your customers will be instructed to wire the money to your account. You can " "then import your bank statements to process the payments within pretix, or " "mark them as paid manually." msgstr "" -#: pretix/control/forms/event.py:1267 +#: pretix/control/forms/event.py:1266 #: pretix/control/templates/pretixcontrol/event/quick_setup.html:45 msgid "Price (optional)" msgstr "" -#: pretix/control/forms/event.py:1272 +#: pretix/control/forms/event.py:1271 msgid "Free" msgstr "" -#: pretix/control/forms/event.py:1277 +#: pretix/control/forms/event.py:1276 msgid "Quantity available" msgstr "" @@ -7228,7 +7240,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/items/question.html:21 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:8 #: pretix/control/templates/pretixcontrol/orders/overview.html:67 -#: pretix/plugins/reports/exporters.py:223 +#: pretix/plugins/reports/exporters.py:226 msgid "Pending" msgstr "" @@ -7242,13 +7254,13 @@ msgstr "" msgid "Pending or paid" msgstr "" -#: pretix/control/forms/filter.py:111 pretix/control/forms/filter.py:541 -#: pretix/control/forms/filter.py:946 +#: pretix/control/forms/filter.py:111 pretix/control/forms/filter.py:593 +#: pretix/control/forms/filter.py:998 #: pretix/control/templates/pretixcontrol/items/question.html:24 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:17 #: pretix/control/templates/pretixcontrol/orders/overview.html:60 #: pretix/control/templates/pretixcontrol/organizers/giftcards.html:76 -#: pretix/plugins/reports/exporters.py:219 +#: pretix/plugins/reports/exporters.py:222 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:20 msgid "Expired" msgstr "" @@ -7262,7 +7274,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/items/question.html:26 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:19 #: pretix/control/templates/pretixcontrol/orders/overview.html:59 -#: pretix/plugins/reports/exporters.py:219 +#: pretix/plugins/reports/exporters.py:222 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:22 msgid "Canceled" msgstr "" @@ -7289,8 +7301,8 @@ msgstr "" msgid "Pending (but fully paid)" msgstr "" -#: pretix/control/forms/filter.py:119 pretix/control/forms/filter.py:526 -#: pretix/control/forms/filter.py:529 +#: pretix/control/forms/filter.py:119 pretix/control/forms/filter.py:578 +#: pretix/control/forms/filter.py:581 #: pretix/control/templates/pretixcontrol/event/live.html:63 msgid "Test mode" msgstr "" @@ -7301,28 +7313,28 @@ msgstr "" msgid "Cancellation requested" msgstr "Stroški preklica" -#: pretix/control/forms/filter.py:278 pretix/control/forms/filter.py:796 -#: pretix/control/forms/filter.py:1006 pretix/control/forms/vouchers.py:112 +#: pretix/control/forms/filter.py:278 pretix/control/forms/filter.py:848 +#: pretix/control/forms/filter.py:1058 pretix/control/forms/vouchers.py:112 #: pretix/control/templates/pretixcontrol/items/question.html:29 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:99 msgid "All products" msgstr "" -#: pretix/control/forms/filter.py:282 pretix/control/forms/filter.py:1010 +#: pretix/control/forms/filter.py:282 pretix/control/forms/filter.py:1062 #: pretix/control/forms/vouchers.py:100 pretix/control/views/typeahead.py:514 #, python-brace-format msgid "{product} – Any variation" msgstr "" #: pretix/control/forms/filter.py:341 pretix/control/forms/filter.py:346 -#: pretix/control/forms/filter.py:617 pretix/control/forms/filter.py:622 +#: pretix/control/forms/filter.py:669 pretix/control/forms/filter.py:674 msgid "All organizers" msgstr "" -#: pretix/control/forms/filter.py:381 pretix/control/forms/filter.py:528 -#: pretix/control/forms/filter.py:537 pretix/control/forms/filter.py:860 -#: pretix/control/forms/filter.py:869 pretix/control/forms/filter.py:941 -#: pretix/control/forms/filter.py:954 +#: pretix/control/forms/filter.py:433 pretix/control/forms/filter.py:580 +#: pretix/control/forms/filter.py:589 pretix/control/forms/filter.py:912 +#: pretix/control/forms/filter.py:921 pretix/control/forms/filter.py:993 +#: pretix/control/forms/filter.py:1006 #: pretix/control/templates/pretixcontrol/checkin/lists.html:104 #: pretix/control/templates/pretixcontrol/checkin/lists.html:116 #: pretix/control/templates/pretixcontrol/organizers/devices.html:72 @@ -7332,204 +7344,204 @@ msgstr "" msgid "All" msgstr "Vse" -#: pretix/control/forms/filter.py:383 pretix/control/forms/filter.py:603 +#: pretix/control/forms/filter.py:435 pretix/control/forms/filter.py:655 msgid "Shop live and presale running" msgstr "" -#: pretix/control/forms/filter.py:384 pretix/control/forms/filter.py:862 +#: pretix/control/forms/filter.py:436 pretix/control/forms/filter.py:914 msgid "Inactive" msgstr "" -#: pretix/control/forms/filter.py:396 pretix/control/forms/subevents.py:287 +#: pretix/control/forms/filter.py:448 pretix/control/forms/subevents.py:287 #: pretix/control/forms/subevents.py:326 msgid "Weekday" msgstr "" -#: pretix/control/forms/filter.py:398 +#: pretix/control/forms/filter.py:450 msgid "All days" msgstr "" -#: pretix/control/forms/filter.py:399 +#: pretix/control/forms/filter.py:451 msgid "Monday" msgstr "" -#: pretix/control/forms/filter.py:400 +#: pretix/control/forms/filter.py:452 msgid "Tuesday" msgstr "" -#: pretix/control/forms/filter.py:401 +#: pretix/control/forms/filter.py:453 msgid "Wednesday" msgstr "" -#: pretix/control/forms/filter.py:402 +#: pretix/control/forms/filter.py:454 msgid "Thursday" msgstr "" -#: pretix/control/forms/filter.py:403 +#: pretix/control/forms/filter.py:455 msgid "Friday" msgstr "" -#: pretix/control/forms/filter.py:404 +#: pretix/control/forms/filter.py:456 msgid "Saturday" msgstr "" -#: pretix/control/forms/filter.py:405 +#: pretix/control/forms/filter.py:457 msgid "Sunday" msgstr "" -#: pretix/control/forms/filter.py:530 +#: pretix/control/forms/filter.py:582 msgid "Live" msgstr "" -#: pretix/control/forms/filter.py:535 pretix/control/forms/filter.py:538 +#: pretix/control/forms/filter.py:587 pretix/control/forms/filter.py:590 msgid "Empty" msgstr "" -#: pretix/control/forms/filter.py:539 +#: pretix/control/forms/filter.py:591 msgid "Valid and with value" msgstr "" -#: pretix/control/forms/filter.py:540 +#: pretix/control/forms/filter.py:592 msgid "Expired and with value" msgstr "" -#: pretix/control/forms/filter.py:546 pretix/control/forms/filter.py:548 -#: pretix/control/forms/filter.py:876 pretix/control/forms/filter.py:878 +#: pretix/control/forms/filter.py:598 pretix/control/forms/filter.py:600 +#: pretix/control/forms/filter.py:928 pretix/control/forms/filter.py:930 msgid "Search query" msgstr "" -#: pretix/control/forms/filter.py:601 +#: pretix/control/forms/filter.py:653 msgid "All events" msgstr "" -#: pretix/control/forms/filter.py:602 +#: pretix/control/forms/filter.py:654 msgid "Shop live" msgstr "" -#: pretix/control/forms/filter.py:604 +#: pretix/control/forms/filter.py:656 msgid "Shop not live" msgstr "" -#: pretix/control/forms/filter.py:607 +#: pretix/control/forms/filter.py:659 msgid "Single event running or in the future" msgstr "" -#: pretix/control/forms/filter.py:608 +#: pretix/control/forms/filter.py:660 msgid "Single event in the past" msgstr "" -#: pretix/control/forms/filter.py:775 pretix/control/forms/filter.py:777 +#: pretix/control/forms/filter.py:827 pretix/control/forms/filter.py:829 msgid "Search attendee…" msgstr "" -#: pretix/control/forms/filter.py:783 +#: pretix/control/forms/filter.py:835 msgid "Check-in status" msgstr "" -#: pretix/control/forms/filter.py:785 +#: pretix/control/forms/filter.py:837 msgid "All attendees" msgstr "" -#: pretix/control/forms/filter.py:786 +#: pretix/control/forms/filter.py:838 #, fuzzy #| msgid "Presale end" msgctxt "checkin state" msgid "Present" msgstr "Zaključek predprodaje" -#: pretix/control/forms/filter.py:787 +#: pretix/control/forms/filter.py:839 #: pretix/control/templates/pretixcontrol/checkin/index.html:131 #: pretix/control/templates/pretixcontrol/checkin/lists.html:73 -#: pretix/plugins/checkinlists/exporters.py:337 +#: pretix/plugins/checkinlists/exporters.py:396 msgid "Checked in" msgstr "" -#: pretix/control/forms/filter.py:788 +#: pretix/control/forms/filter.py:840 #: pretix/control/templates/pretixcontrol/checkin/index.html:126 msgid "Not checked in" msgstr "" -#: pretix/control/forms/filter.py:867 pretix/control/forms/filter.py:870 +#: pretix/control/forms/filter.py:919 pretix/control/forms/filter.py:922 #: pretix/control/templates/pretixcontrol/users/index.html:47 msgid "Administrator" msgstr "" -#: pretix/control/forms/filter.py:871 +#: pretix/control/forms/filter.py:923 msgid "No administrator" msgstr "" -#: pretix/control/forms/filter.py:942 +#: pretix/control/forms/filter.py:994 msgid "Valid" msgstr "" -#: pretix/control/forms/filter.py:943 +#: pretix/control/forms/filter.py:995 msgid "Unredeemed" msgstr "" -#: pretix/control/forms/filter.py:944 +#: pretix/control/forms/filter.py:996 msgid "Redeemed at least once" msgstr "" -#: pretix/control/forms/filter.py:945 +#: pretix/control/forms/filter.py:997 msgid "Fully redeemed" msgstr "" -#: pretix/control/forms/filter.py:947 +#: pretix/control/forms/filter.py:999 msgid "Redeemed and checked in with ticket" msgstr "" -#: pretix/control/forms/filter.py:952 +#: pretix/control/forms/filter.py:1004 msgid "Quota handling" msgstr "" -#: pretix/control/forms/filter.py:956 +#: pretix/control/forms/filter.py:1008 msgid "Allow to ignore quota" msgstr "" -#: pretix/control/forms/filter.py:961 pretix/control/forms/filter.py:963 +#: pretix/control/forms/filter.py:1013 pretix/control/forms/filter.py:1015 msgid "Filter by tag" msgstr "" -#: pretix/control/forms/filter.py:968 pretix/control/forms/filter.py:970 +#: pretix/control/forms/filter.py:1020 pretix/control/forms/filter.py:1022 msgid "Search voucher" msgstr "" -#: pretix/control/forms/filter.py:1016 pretix/control/forms/vouchers.py:91 +#: pretix/control/forms/filter.py:1068 pretix/control/forms/vouchers.py:91 #: pretix/control/views/typeahead.py:522 pretix/control/views/typeahead.py:526 #: pretix/control/views/vouchers.py:81 #, python-brace-format msgid "Any product in quota \"{quota}\"" msgstr "" -#: pretix/control/forms/filter.py:1132 +#: pretix/control/forms/filter.py:1184 msgid "Refund status" msgstr "" -#: pretix/control/forms/filter.py:1134 +#: pretix/control/forms/filter.py:1186 msgid "All open refunds" msgstr "" -#: pretix/control/forms/filter.py:1135 +#: pretix/control/forms/filter.py:1187 msgid "All refunds" msgstr "" -#: pretix/control/forms/filter.py:1171 +#: pretix/control/forms/filter.py:1223 msgid "Date filter" msgstr "" -#: pretix/control/forms/filter.py:1173 +#: pretix/control/forms/filter.py:1225 msgid "Filter by…" msgstr "" -#: pretix/control/forms/filter.py:1175 +#: pretix/control/forms/filter.py:1227 msgid "Date of last successful payment" msgstr "" -#: pretix/control/forms/filter.py:1180 +#: pretix/control/forms/filter.py:1232 msgid "Date from" msgstr "" -#: pretix/control/forms/filter.py:1185 +#: pretix/control/forms/filter.py:1237 msgid "Date until" msgstr "" @@ -7732,8 +7744,8 @@ msgstr "" msgid "Bundled product" msgstr "" -#: pretix/control/forms/item.py:735 pretix/control/forms/orders.py:260 -#: pretix/control/forms/orders.py:394 +#: pretix/control/forms/item.py:735 pretix/control/forms/orders.py:264 +#: pretix/control/forms/orders.py:398 msgid "inactive" msgstr "" @@ -7766,21 +7778,21 @@ msgstr "" msgid "CSV column: \"{name}\"" msgstr "" -#: pretix/control/forms/orders.py:33 +#: pretix/control/forms/orders.py:34 msgid "Overbook quota" msgstr "" -#: pretix/control/forms/orders.py:34 +#: pretix/control/forms/orders.py:35 msgid "" "If you check this box, this operation will be performed even if it leads to " "an overbooked quota and you having sold more tickets than you planned!" msgstr "" -#: pretix/control/forms/orders.py:78 +#: pretix/control/forms/orders.py:79 msgid "Overbook quota and ignore late payment" msgstr "" -#: pretix/control/forms/orders.py:79 +#: pretix/control/forms/orders.py:80 msgid "" "If you check this box, this operation will be performed even if it leads to " "an overbooked quota and you having sold more tickets than you planned! The " @@ -7788,16 +7800,16 @@ msgid "" "payments." msgstr "" -#: pretix/control/forms/orders.py:105 +#: pretix/control/forms/orders.py:106 #: pretix/control/templates/pretixcontrol/order/deny.html:19 msgid "Notify user by e-mail" msgstr "" -#: pretix/control/forms/orders.py:112 +#: pretix/control/forms/orders.py:113 msgid "Keep a cancellation fee of" msgstr "" -#: pretix/control/forms/orders.py:113 +#: pretix/control/forms/orders.py:114 msgid "" "If you keep a fee, all positions within this order will be canceled and the " "order will be reduced to a paid cancellation fee. Payment and shipping fees " @@ -7806,24 +7818,24 @@ msgid "" "automatically." msgstr "" -#: pretix/control/forms/orders.py:141 +#: pretix/control/forms/orders.py:145 msgid "Payment amount" msgstr "" -#: pretix/control/forms/orders.py:145 +#: pretix/control/forms/orders.py:149 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/control.html:7 -#: pretix/plugins/reports/exporters.py:319 -#: pretix/plugins/reports/exporters.py:381 -#: pretix/plugins/reports/exporters.py:491 -#: pretix/plugins/reports/exporters.py:520 +#: pretix/plugins/reports/exporters.py:322 +#: pretix/plugins/reports/exporters.py:384 +#: pretix/plugins/reports/exporters.py:494 +#: pretix/plugins/reports/exporters.py:523 msgid "Payment date" msgstr "" -#: pretix/control/forms/orders.py:183 +#: pretix/control/forms/orders.py:187 msgid "Re-calculate taxes" msgstr "" -#: pretix/control/forms/orders.py:186 +#: pretix/control/forms/orders.py:190 msgid "" "This operation re-checks if taxes should be paid to the items due to e.g. " "configured reverse charge rules and changes the prices and tax values " @@ -7832,135 +7844,135 @@ msgid "" "this procedure." msgstr "" -#: pretix/control/forms/orders.py:192 +#: pretix/control/forms/orders.py:196 msgid "Issue a new invoice if required" msgstr "" -#: pretix/control/forms/orders.py:196 +#: pretix/control/forms/orders.py:200 msgid "" "If an invoice exists for this order and this operation would change its " "contents, the old invoice will be canceled and a new invoice will be issued." msgstr "" -#: pretix/control/forms/orders.py:201 +#: pretix/control/forms/orders.py:205 msgid "Notify user" msgstr "" -#: pretix/control/forms/orders.py:205 +#: pretix/control/forms/orders.py:209 msgid "" "Send an email to the customer notifying that their order has been changed." msgstr "" -#: pretix/control/forms/orders.py:209 +#: pretix/control/forms/orders.py:213 msgid "Allow to overbook quotas when performing this operation" msgstr "" -#: pretix/control/forms/orders.py:225 +#: pretix/control/forms/orders.py:229 msgid "Add-on to" msgstr "" -#: pretix/control/forms/orders.py:230 +#: pretix/control/forms/orders.py:234 #: pretix/control/templates/pretixcontrol/checkin/index.html:70 #: pretix/control/templates/pretixcontrol/order/change.html:118 #: pretix/control/views/vouchers.py:70 msgid "Seat" msgstr "" -#: pretix/control/forms/orders.py:237 +#: pretix/control/forms/orders.py:241 msgid "Including taxes, if any. Keep empty for the product's default price" msgstr "" -#: pretix/control/forms/orders.py:335 pretix/control/forms/orders.py:339 -#: pretix/control/forms/orders.py:378 pretix/control/forms/orders.py:389 +#: pretix/control/forms/orders.py:339 pretix/control/forms/orders.py:343 +#: pretix/control/forms/orders.py:382 pretix/control/forms/orders.py:393 msgid "(Unchanged)" msgstr "" -#: pretix/control/forms/orders.py:345 pretix/control/forms/orders.py:412 +#: pretix/control/forms/orders.py:349 pretix/control/forms/orders.py:416 msgid "New price (gross)" msgstr "" -#: pretix/control/forms/orders.py:349 +#: pretix/control/forms/orders.py:353 msgid "Generate a new secret" msgstr "" -#: pretix/control/forms/orders.py:353 +#: pretix/control/forms/orders.py:357 msgid "Cancel this position" msgstr "" -#: pretix/control/forms/orders.py:357 +#: pretix/control/forms/orders.py:361 msgid "Split into new order" msgstr "" -#: pretix/control/forms/orders.py:416 +#: pretix/control/forms/orders.py:420 msgid "Remove this fee" msgstr "" -#: pretix/control/forms/orders.py:430 +#: pretix/control/forms/orders.py:434 msgid "Invalidate secrets" msgstr "" -#: pretix/control/forms/orders.py:431 +#: pretix/control/forms/orders.py:435 msgid "" "Regenerates the order and ticket secrets. You will need to re-send the link " "to the order page to the user and the user will need to download his tickets " "again. The old versions will be invalid." msgstr "" -#: pretix/control/forms/orders.py:456 pretix/control/forms/orders.py:639 -#: pretix/control/forms/orders.py:666 pretix/control/forms/vouchers.py:222 +#: pretix/control/forms/orders.py:460 pretix/control/forms/orders.py:643 +#: pretix/control/forms/orders.py:670 pretix/control/forms/vouchers.py:222 #: pretix/plugins/sendmail/forms.py:21 pretix/plugins/sendmail/forms.py:76 msgid "Subject" msgstr "" -#: pretix/control/forms/orders.py:480 +#: pretix/control/forms/orders.py:484 msgid "Recipient" msgstr "" -#: pretix/control/forms/orders.py:486 pretix/control/forms/orders.py:647 -#: pretix/control/forms/orders.py:674 pretix/control/forms/vouchers.py:228 +#: pretix/control/forms/orders.py:490 pretix/control/forms/orders.py:651 +#: pretix/control/forms/orders.py:678 pretix/control/forms/vouchers.py:228 #: pretix/plugins/sendmail/forms.py:22 pretix/plugins/sendmail/forms.py:81 msgid "Message" msgstr "" -#: pretix/control/forms/orders.py:499 +#: pretix/control/forms/orders.py:503 msgid "" "Cancel the order. All tickets will no longer work. This can not be reverted." msgstr "" -#: pretix/control/forms/orders.py:500 +#: pretix/control/forms/orders.py:504 msgid "" "Mark the order as pending and allow the user to pay the open amount with " "another payment method." msgstr "" -#: pretix/control/forms/orders.py:502 +#: pretix/control/forms/orders.py:506 msgid "Do nothing and keep the order as it is." msgstr "" -#: pretix/control/forms/orders.py:529 +#: pretix/control/forms/orders.py:533 msgid "The refund amount needs to be positive and less than {}." msgstr "" -#: pretix/control/forms/orders.py:535 +#: pretix/control/forms/orders.py:539 msgid "You need to specify an amount for a partial refund." msgstr "" -#: pretix/control/forms/orders.py:547 +#: pretix/control/forms/orders.py:551 #, fuzzy #| msgid "Can change orders" msgid "Cancel all dates" msgstr "Lahko spreminja naročila" -#: pretix/control/forms/orders.py:552 +#: pretix/control/forms/orders.py:556 msgid "Automatically refund money if possible" msgstr "" -#: pretix/control/forms/orders.py:557 +#: pretix/control/forms/orders.py:561 msgid "" "Create manual refund if the payment method odes not support automatic refunds" msgstr "" -#: pretix/control/forms/orders.py:561 +#: pretix/control/forms/orders.py:565 msgid "" "If checked, all payments with a payment method not supporting automatic " "refunds will be on your manual refund to-do list. Do not check if you want " @@ -7968,29 +7980,29 @@ msgid "" "gift cards." msgstr "" -#: pretix/control/forms/orders.py:566 +#: pretix/control/forms/orders.py:570 msgid "" "Refund order value to a gift card instead instead of the original payment " "method" msgstr "" -#: pretix/control/forms/orders.py:572 +#: pretix/control/forms/orders.py:576 #, fuzzy #| msgid "Gift card" msgid "Gift card validity" msgstr "Darilna kartica" -#: pretix/control/forms/orders.py:579 +#: pretix/control/forms/orders.py:583 msgid "Special terms and conditions" msgstr "" -#: pretix/control/forms/orders.py:596 +#: pretix/control/forms/orders.py:600 #, fuzzy #| msgid "Order fees" msgid "Keep fees" msgstr "Stroški naročila" -#: pretix/control/forms/orders.py:599 +#: pretix/control/forms/orders.py:603 msgid "" "The selected types of fees will not be refunded but instead added to the " "cancellation fee. Fees are never refunded in when an order in an event " @@ -7998,25 +8010,25 @@ msgid "" "dates." msgstr "" -#: pretix/control/forms/orders.py:605 +#: pretix/control/forms/orders.py:609 #, fuzzy #| msgid "Order information changed" msgid "Send information via email" msgstr "Podatki naročila so spremenjeni" -#: pretix/control/forms/orders.py:611 +#: pretix/control/forms/orders.py:615 #, fuzzy #| msgid "Order information changed" msgid "Send information to waiting list" msgstr "Podatki naročila so spremenjeni" -#: pretix/control/forms/orders.py:642 pretix/control/forms/orders.py:668 +#: pretix/control/forms/orders.py:646 pretix/control/forms/orders.py:672 #, fuzzy, python-brace-format #| msgid "Can create events" msgid "Canceled: {event}" msgstr "Lahko dodaja dogodke" -#: pretix/control/forms/orders.py:653 +#: pretix/control/forms/orders.py:657 #, python-brace-format msgid "" "Hello,\n" @@ -8034,7 +8046,7 @@ msgid "" "Your {event} team" msgstr "" -#: pretix/control/forms/orders.py:680 +#: pretix/control/forms/orders.py:684 #, python-brace-format msgid "" "Hello,\n" @@ -8048,7 +8060,7 @@ msgid "" "Your {event} team" msgstr "" -#: pretix/control/forms/orders.py:711 +#: pretix/control/forms/orders.py:715 msgid "Please confirm that you want to cancel ALL dates in this event series." msgstr "" @@ -8101,7 +8113,7 @@ msgstr "" msgid "This will be displayed on the organizer homepage." msgstr "" -#: pretix/control/forms/organizer.py:279 +#: pretix/control/forms/organizer.py:280 msgid "" "If you provide a logo image, we will by default not show your organization " "name in the page header. By default, we show your logo with a size of up to " @@ -8110,67 +8122,67 @@ msgid "" "smaller screens." msgstr "" -#: pretix/control/forms/organizer.py:298 +#: pretix/control/forms/organizer.py:299 msgid "Show availability in event overviews" msgstr "" -#: pretix/control/forms/organizer.py:299 +#: pretix/control/forms/organizer.py:300 msgid "" "If checked, the list of events will show if events are sold out. This might " "make for longer page loading times if you have lots of events and the shown " "status might be out of date for up to two minutes." msgstr "" -#: pretix/control/forms/organizer.py:305 +#: pretix/control/forms/organizer.py:306 msgid "Link back to organizer overview on all event pages" msgstr "" -#: pretix/control/forms/organizer.py:312 +#: pretix/control/forms/organizer.py:313 msgid "" "Choose all languages that your organizer homepage should be available in." msgstr "" -#: pretix/control/forms/organizer.py:323 +#: pretix/control/forms/organizer.py:324 msgid "Favicon" msgstr "" -#: pretix/control/forms/organizer.py:326 +#: pretix/control/forms/organizer.py:328 msgid "" "If you provide a favicon, we will show it instead of the default pretix " "icon. We recommend a size of at least 200x200px to accommodate most devices." msgstr "" -#: pretix/control/forms/organizer.py:330 +#: pretix/control/forms/organizer.py:332 #, fuzzy #| msgid "Gift card" msgid "Length of gift card codes" msgstr "Darilna kartica" -#: pretix/control/forms/organizer.py:331 +#: pretix/control/forms/organizer.py:333 msgid "" "The system generates by default {}-character long gift card codes. However, " "if a different length is required, it can be set here." msgstr "" -#: pretix/control/forms/organizer.py:336 +#: pretix/control/forms/organizer.py:338 #, fuzzy #| msgid "Gift card" msgid "Validity of gift card codes in years" msgstr "Darilna kartica" -#: pretix/control/forms/organizer.py:337 +#: pretix/control/forms/organizer.py:339 msgid "" "If you set a number here, gift cards will by default expire at the end of " "the year after this many years. If you keep it empty, gift cards do not have " "an explicit expiry date." msgstr "" -#: pretix/control/forms/organizer.py:352 +#: pretix/control/forms/organizer.py:354 msgctxt "webhooks" msgid "Event types" msgstr "" -#: pretix/control/forms/organizer.py:383 +#: pretix/control/forms/organizer.py:385 #, fuzzy #| msgid "Gift card" msgid "Gift card value" @@ -9775,7 +9787,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/organizers/detail.html:43 #: pretix/control/templates/pretixcontrol/organizers/giftcards.html:38 #: pretix/control/templates/pretixcontrol/organizers/index.html:18 -#: pretix/control/templates/pretixcontrol/search/orders.html:27 +#: pretix/control/templates/pretixcontrol/search/orders.html:33 #: pretix/control/templates/pretixcontrol/subevents/index.html:41 #: pretix/control/templates/pretixcontrol/users/index.html:22 #: pretix/control/templates/pretixcontrol/vouchers/index.html:54 @@ -9860,7 +9872,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/order/pay.html:33 #: pretix/control/templates/pretixcontrol/order/pay_complete.html:28 #: pretix/control/templates/pretixcontrol/order/reactivate.html:30 -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:155 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:169 #: pretix/control/templates/pretixcontrol/order/refund_done.html:26 #: pretix/control/templates/pretixcontrol/order/refund_process.html:47 #: pretix/control/templates/pretixcontrol/order/refund_start.html:51 @@ -9912,9 +9924,9 @@ msgstr "" #: pretix/control/templates/pretixcontrol/checkin/list_edit.html:10 #: pretix/control/templates/pretixcontrol/checkin/list_edit.html:17 -#: pretix/plugins/checkinlists/exporters.py:38 -#: pretix/plugins/checkinlists/exporters.py:88 -#: pretix/plugins/checkinlists/exporters.py:315 +#: pretix/plugins/checkinlists/exporters.py:39 +#: pretix/plugins/checkinlists/exporters.py:107 +#: pretix/plugins/checkinlists/exporters.py:374 #: pretix/plugins/pretixdroid/forms.py:39 #: pretix/plugins/pretixdroid/models.py:24 #: pretix/plugins/pretixdroid/templates/pretixplugins/pretixdroid/configuration.html:79 @@ -10600,7 +10612,7 @@ msgid "Installed plugins" msgstr "" #: pretix/control/templates/pretixcontrol/event/plugins.html:10 -#: pretix/control/views/checkin.py:260 pretix/control/views/event.py:177 +#: pretix/control/views/checkin.py:264 pretix/control/views/event.py:177 #: pretix/control/views/event.py:317 pretix/control/views/event.py:396 #: pretix/control/views/event.py:436 pretix/control/views/event.py:594 #: pretix/control/views/event.py:785 pretix/control/views/event.py:1135 @@ -10763,14 +10775,14 @@ msgid "Basics" msgstr "" #: pretix/control/templates/pretixcontrol/event/settings.html:31 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:44 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:46 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:349 #: pretix/control/templates/pretixcontrol/subevents/detail.html:32 msgid "Geo coordinates" msgstr "" #: pretix/control/templates/pretixcontrol/event/settings.html:32 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:45 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:47 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:271 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:275 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:350 @@ -10779,7 +10791,7 @@ msgid "Optional" msgstr "" #: pretix/control/templates/pretixcontrol/event/settings.html:39 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:52 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:54 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:357 #: pretix/control/templates/pretixcontrol/subevents/detail.html:40 msgid "Geocoding data © OpenStreetMap" @@ -10811,7 +10823,7 @@ msgid "Shop design" msgstr "" #: pretix/control/templates/pretixcontrol/event/settings.html:124 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:74 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:76 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:392 #: pretix/control/templates/pretixcontrol/subevents/detail.html:76 msgid "Timeline" @@ -11053,7 +11065,7 @@ msgid "" "We strongly recommend against using short forms of more then 16 characters." msgstr "" -#: pretix/control/templates/pretixcontrol/events/create_basics.html:68 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:70 msgid "Display settings" msgstr "" @@ -11071,7 +11083,40 @@ msgid "" "that contain the event name." msgstr "" -#: pretix/control/templates/pretixcontrol/events/create_foundation.html:10 +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:13 +msgid "Singular event or non-event shop" +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:15 +msgid "" +"An event with individual configuration. If you create more events later, you " +"can copy the event to save yourself some work." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:21 +msgid "" +"Examples: Conferences, workshops, trade fairs, one-off concerts, sale of " +"digital content, multi-day events with combination tickets." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:32 +msgid "Event series or time slot booking" +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:34 +msgid "" +"A series of events that share the same configuration. They can still be " +"different in their dates, locations, prices, and capacities." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:40 +msgid "" +"Examples: Multiple presentations of the same show, same concert in multiple " +"locations, museums, libraries, or swimming pools, events that need to be " +"booked together in one cart." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:53 msgid "" "Please note that you will only be able to delete your event until the first " "order has been created." @@ -11492,8 +11537,8 @@ msgstr "" #: pretix/control/templates/pretixcontrol/items/question.html:20 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:14 #: pretix/control/templates/pretixcontrol/orders/overview.html:68 -#: pretix/plugins/checkinlists/exporters.py:343 -#: pretix/plugins/reports/exporters.py:223 +#: pretix/plugins/checkinlists/exporters.py:402 +#: pretix/plugins/reports/exporters.py:226 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:17 msgid "Paid" msgstr "" @@ -12313,10 +12358,10 @@ msgstr "" #: pretix/control/templates/pretixcontrol/order/index.html:550 #: pretix/control/templates/pretixcontrol/orders/overview.html:69 #: pretix/control/templates/pretixcontrol/orders/overview.html:146 -#: pretix/plugins/reports/exporters.py:223 -#: pretix/plugins/reports/exporters.py:278 -#: pretix/plugins/reports/exporters.py:447 -#: pretix/plugins/reports/exporters.py:591 +#: pretix/plugins/reports/exporters.py:226 +#: pretix/plugins/reports/exporters.py:281 +#: pretix/plugins/reports/exporters.py:450 +#: pretix/plugins/reports/exporters.py:594 #: pretix/presale/templates/pretixpresale/event/fragment_cart.html:292 msgid "Total" msgstr "Skupaj" @@ -12513,54 +12558,54 @@ msgctxt "amount_label" msgid "Automatically refund" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:59 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:63 msgid "Automatically refund full amount" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:62 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:66 msgid "This payment method does not support automatic refunds." msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:70 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:74 msgid "Transfer to other order" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:73 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:77 msgctxt "amount_label" msgid "Transfer" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:81 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:85 msgctxt "order_label" msgid "to" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:91 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:95 #: pretix/control/templates/pretixcontrol/organizers/giftcard_create.html:5 msgid "Create a new gift card" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:103 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:113 #, fuzzy #| msgid "This order is not yet approved by the event organizer." msgid "" "The gift card can be used to buy tickets for all events of this organizer." msgstr "Organizator prireditve tega naročila še ni odobril." -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:111 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:121 msgid "Manual refund" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:114 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:124 msgctxt "amount_label" msgid "Manually refund" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:125 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:139 msgid "Keep transfer as to do" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:129 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:143 #: pretix/control/templates/pretixcontrol/order/refund_done.html:5 #: pretix/control/templates/pretixcontrol/order/refund_done.html:9 #: pretix/control/templates/pretixcontrol/order/refund_process.html:6 @@ -12568,7 +12613,7 @@ msgstr "" msgid "Mark refund as done" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:139 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:153 msgid "" "Any payments that you selected for automatical refunds will be immediately " "communicate the refund request to the respective payment provider. Manual " @@ -12576,7 +12621,7 @@ msgid "" "done once you actually transferred the money back to the customer." msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:160 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:174 msgid "Perform refund" msgstr "" @@ -12811,29 +12856,29 @@ msgid "Remove filter" msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:132 -#: pretix/control/templates/pretixcontrol/search/orders.html:78 +#: pretix/control/templates/pretixcontrol/search/orders.html:83 msgid "CANCELLATION REQUESTED" msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:135 #: pretix/control/templates/pretixcontrol/orders/index.html:137 -#: pretix/control/templates/pretixcontrol/search/orders.html:81 -#: pretix/control/templates/pretixcontrol/search/orders.html:83 +#: pretix/control/templates/pretixcontrol/search/orders.html:86 +#: pretix/control/templates/pretixcontrol/search/orders.html:88 msgid "REFUND PENDING" msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:140 -#: pretix/control/templates/pretixcontrol/search/orders.html:86 +#: pretix/control/templates/pretixcontrol/search/orders.html:91 msgid "OVERPAID" msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:142 -#: pretix/control/templates/pretixcontrol/search/orders.html:88 +#: pretix/control/templates/pretixcontrol/search/orders.html:93 msgid "UNDERPAID" msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:144 -#: pretix/control/templates/pretixcontrol/search/orders.html:90 +#: pretix/control/templates/pretixcontrol/search/orders.html:95 msgid "FULLY PAID" msgstr "" @@ -12875,7 +12920,7 @@ msgid "" msgstr "" #: pretix/control/templates/pretixcontrol/orders/overview.html:61 -#: pretix/plugins/reports/exporters.py:219 +#: pretix/plugins/reports/exporters.py:222 msgid "Purchased" msgstr "" @@ -13536,7 +13581,7 @@ msgstr "" msgid "pretix Logo" msgstr "" -#: pretix/control/templates/pretixcontrol/search/orders.html:99 +#: pretix/control/templates/pretixcontrol/search/orders.html:104 msgid "" "We couldn't find any orders that you have access to and that match your " "search query." @@ -14614,15 +14659,15 @@ msgstr "" msgid "The selected check-ins have been reverted." msgstr "" -#: pretix/control/views/checkin.py:163 +#: pretix/control/views/checkin.py:167 msgid "The selected tickets have been marked as checked in." msgstr "" -#: pretix/control/views/checkin.py:227 +#: pretix/control/views/checkin.py:231 msgid "The new check-in list has been created." msgstr "" -#: pretix/control/views/checkin.py:234 pretix/control/views/checkin.py:277 +#: pretix/control/views/checkin.py:238 pretix/control/views/checkin.py:281 #: pretix/control/views/event.py:206 pretix/control/views/event.py:399 #: pretix/control/views/event.py:439 pretix/control/views/event.py:597 #: pretix/control/views/event.py:754 pretix/control/views/event.py:1094 @@ -14637,11 +14682,11 @@ msgstr "" msgid "We could not save your changes. See below for details." msgstr "" -#: pretix/control/views/checkin.py:256 pretix/control/views/checkin.py:293 +#: pretix/control/views/checkin.py:260 pretix/control/views/checkin.py:297 msgid "The requested list does not exist." msgstr "" -#: pretix/control/views/checkin.py:302 +#: pretix/control/views/checkin.py:306 msgid "The selected list has been deleted." msgstr "" @@ -14877,7 +14922,7 @@ msgstr "" msgid "Could not update the comment." msgstr "" -#: pretix/control/views/event.py:1061 pretix/control/views/main.py:296 +#: pretix/control/views/event.py:1061 pretix/control/views/main.py:276 msgid "VAT" msgstr "" @@ -15852,30 +15897,30 @@ msgstr "" msgid "8 portrait A7 pages on one A4 page" msgstr "" -#: pretix/plugins/badges/exporters.py:186 +#: pretix/plugins/badges/exporters.py:194 msgid "None of the selected products is configured to print badges." msgstr "" -#: pretix/plugins/badges/exporters.py:192 +#: pretix/plugins/badges/exporters.py:200 msgid "Attendee badges" msgstr "" -#: pretix/plugins/badges/exporters.py:212 +#: pretix/plugins/badges/exporters.py:220 #: pretix/plugins/ticketoutputpdf/exporters.py:32 msgid "Include pending orders" msgstr "" -#: pretix/plugins/badges/exporters.py:217 +#: pretix/plugins/badges/exporters.py:225 msgid "Include add-on or bundled positions" msgstr "" -#: pretix/plugins/badges/exporters.py:222 +#: pretix/plugins/badges/exporters.py:230 #, fuzzy #| msgid "Question option" msgid "Rendering option" msgstr "Opcija vprašanja" -#: pretix/plugins/badges/exporters.py:227 +#: pretix/plugins/badges/exporters.py:235 msgid "" "This option allows you to align multiple badges on one page, for example if " "you want to print to a sheet of stickers with a regular office printer. " @@ -15883,10 +15928,10 @@ msgid "" "correct size." msgstr "" -#: pretix/plugins/badges/exporters.py:233 -#: pretix/plugins/checkinlists/exporters.py:56 -#: pretix/plugins/reports/exporters.py:315 -#: pretix/plugins/reports/exporters.py:487 +#: pretix/plugins/badges/exporters.py:241 +#: pretix/plugins/checkinlists/exporters.py:71 +#: pretix/plugins/reports/exporters.py:318 +#: pretix/plugins/reports/exporters.py:490 #: pretix/plugins/ticketoutputpdf/exporters.py:37 msgid "Sort by" msgstr "" @@ -16409,37 +16454,45 @@ msgstr "" msgid "This plugin allows you to generate check-in lists for your conference." msgstr "" -#: pretix/plugins/checkinlists/exporters.py:46 +#: pretix/plugins/checkinlists/exporters.py:50 +msgid "Only include tickets for dates on or after this date." +msgstr "" + +#: pretix/plugins/checkinlists/exporters.py:57 +msgid "Only include tickets for dates on or before this date." +msgstr "" + +#: pretix/plugins/checkinlists/exporters.py:61 msgid "Include QR-code secret" msgstr "" -#: pretix/plugins/checkinlists/exporters.py:51 +#: pretix/plugins/checkinlists/exporters.py:66 #, fuzzy #| msgid "Requires special attention" msgid "Only tickets requiring special attention" msgstr "Potrebuje posebno pozornost" -#: pretix/plugins/checkinlists/exporters.py:71 +#: pretix/plugins/checkinlists/exporters.py:86 msgid "Include questions" msgstr "" -#: pretix/plugins/checkinlists/exporters.py:183 +#: pretix/plugins/checkinlists/exporters.py:222 msgid "Check-in list (PDF)" msgstr "" #. Translators: maximum 5 characters -#: pretix/plugins/checkinlists/exporters.py:234 +#: pretix/plugins/checkinlists/exporters.py:284 msgctxt "tablehead" msgid "paid" msgstr "" -#: pretix/plugins/checkinlists/exporters.py:337 +#: pretix/plugins/checkinlists/exporters.py:396 #, fuzzy #| msgid "Ticket checked in" msgid "Automatically checked in" msgstr "Vstopnica 'checkirana'" -#: pretix/plugins/checkinlists/exporters.py:346 +#: pretix/plugins/checkinlists/exporters.py:405 #: pretix/plugins/paypal/payment.py:86 msgid "Secret" msgstr "" @@ -16520,48 +16573,48 @@ msgid "" "to send any payments." msgstr "" -#: pretix/plugins/paypal/payment.py:205 pretix/plugins/paypal/payment.py:291 -#: pretix/plugins/paypal/payment.py:306 pretix/plugins/paypal/payment.py:309 -#: pretix/plugins/paypal/payment.py:367 +#: pretix/plugins/paypal/payment.py:205 pretix/plugins/paypal/payment.py:298 +#: pretix/plugins/paypal/payment.py:313 pretix/plugins/paypal/payment.py:316 +#: pretix/plugins/paypal/payment.py:374 pretix/plugins/paypal/payment.py:515 msgid "We had trouble communicating with PayPal" msgstr "" -#: pretix/plugins/paypal/payment.py:323 pretix/plugins/paypal/payment.py:332 -#: pretix/plugins/paypal/payment.py:393 +#: pretix/plugins/paypal/payment.py:330 pretix/plugins/paypal/payment.py:339 +#: pretix/plugins/paypal/payment.py:400 msgid "" "We were unable to process your payment. See below for details on how to " "proceed." msgstr "" -#: pretix/plugins/paypal/payment.py:374 pretix/plugins/paypal/payment.py:383 +#: pretix/plugins/paypal/payment.py:381 pretix/plugins/paypal/payment.py:390 msgid "" "PayPal has not yet approved the payment. We will inform you as soon as the " "payment completed." msgstr "" -#: pretix/plugins/paypal/payment.py:408 pretix/plugins/stripe/payment.py:435 +#: pretix/plugins/paypal/payment.py:415 pretix/plugins/stripe/payment.py:435 #: pretix/plugins/stripe/payment.py:787 msgid "There was an error sending the confirmation mail." msgstr "" -#: pretix/plugins/paypal/payment.py:485 pretix/plugins/paypal/payment.py:492 +#: pretix/plugins/paypal/payment.py:492 pretix/plugins/paypal/payment.py:499 msgid "Refunding the amount via PayPal failed: {}" msgstr "" -#: pretix/plugins/paypal/payment.py:591 pretix/plugins/paypal/payment.py:599 +#: pretix/plugins/paypal/payment.py:615 pretix/plugins/paypal/payment.py:623 #, fuzzy #| msgctxt "invoice" #| msgid "The payment for this invoice has already been received." msgid "The payment for this invoice has already been received." msgstr "Plačilo za ta račun je že prejeto." -#: pretix/plugins/paypal/payment.py:592 pretix/plugins/paypal/payment.py:600 +#: pretix/plugins/paypal/payment.py:616 pretix/plugins/paypal/payment.py:624 #, fuzzy #| msgid "Payment ID" msgid "PayPal payment ID" msgstr "ID plačila" -#: pretix/plugins/paypal/payment.py:594 +#: pretix/plugins/paypal/payment.py:618 msgid "PayPal sale ID" msgstr "" @@ -16932,48 +16985,48 @@ msgstr "" msgid "Created: %s" msgstr "" -#: pretix/plugins/reports/exporters.py:153 +#: pretix/plugins/reports/exporters.py:156 msgid "Order overview (PDF)" msgstr "" -#: pretix/plugins/reports/exporters.py:197 +#: pretix/plugins/reports/exporters.py:200 #: pretix/plugins/statistics/templates/pretixplugins/statistics/index.html:58 msgid "Orders by product" msgstr "" -#: pretix/plugins/reports/exporters.py:202 +#: pretix/plugins/reports/exporters.py:205 #, python-brace-format msgid "{axis} between {start} and {end}" msgstr "" -#: pretix/plugins/reports/exporters.py:227 -#: pretix/plugins/reports/exporters.py:228 -#: pretix/plugins/reports/exporters.py:229 #: pretix/plugins/reports/exporters.py:230 #: pretix/plugins/reports/exporters.py:231 +#: pretix/plugins/reports/exporters.py:232 +#: pretix/plugins/reports/exporters.py:233 +#: pretix/plugins/reports/exporters.py:234 msgid "#" msgstr "" -#: pretix/plugins/reports/exporters.py:299 +#: pretix/plugins/reports/exporters.py:302 msgid "List of orders with taxes (PDF)" msgstr "" -#: pretix/plugins/reports/exporters.py:376 +#: pretix/plugins/reports/exporters.py:379 #, python-brace-format msgid "Orders by tax rate ({currency})" msgstr "" -#: pretix/plugins/reports/exporters.py:385 -#: pretix/plugins/reports/exporters.py:521 +#: pretix/plugins/reports/exporters.py:388 +#: pretix/plugins/reports/exporters.py:524 msgid "Gross" msgstr "" -#: pretix/plugins/reports/exporters.py:385 -#: pretix/plugins/reports/exporters.py:521 +#: pretix/plugins/reports/exporters.py:388 +#: pretix/plugins/reports/exporters.py:524 msgid "Tax" msgstr "" -#: pretix/plugins/reports/exporters.py:470 +#: pretix/plugins/reports/exporters.py:473 msgid "List of orders with taxes" msgstr "" @@ -18048,24 +18101,24 @@ msgid "Show all events of %(name)s" msgstr "" #: pretix/presale/templates/pretixpresale/event/base.html:98 -#: pretix/presale/templates/pretixpresale/event/base.html:128 +#: pretix/presale/templates/pretixpresale/event/base.html:132 msgid "" "This ticket shop is currently in test mode. Please do not perform any real " "purchases as your order might be deleted without notice." msgstr "" #: pretix/presale/templates/pretixpresale/event/base.html:104 -#: pretix/presale/templates/pretixpresale/event/base.html:134 +#: pretix/presale/templates/pretixpresale/event/base.html:138 msgid "" "Orders made through this sales channel cannot be deleted - even if the " "ticket shop is in test mode!" msgstr "" -#: pretix/presale/templates/pretixpresale/event/base.html:142 +#: pretix/presale/templates/pretixpresale/event/base.html:146 msgid "Contact event organizer" msgstr "" -#: pretix/presale/templates/pretixpresale/event/base.html:145 +#: pretix/presale/templates/pretixpresale/event/base.html:149 msgid "Imprint" msgstr "" @@ -18477,6 +18530,11 @@ msgstr "" msgid "Go" msgstr "" +#: pretix/presale/templates/pretixpresale/event/fragment_subevent_calendar_week.html:21 +#: pretix/presale/templates/pretixpresale/organizers/calendar_week.html:48 +msgid "W" +msgstr "" + #: pretix/presale/templates/pretixpresale/event/fragment_subevent_list.html:21 #: pretix/presale/templates/pretixpresale/event/fragment_subevent_list.html:30 #: pretix/presale/templates/pretixpresale/fragment_calendar.html:71 @@ -19154,19 +19212,19 @@ msgstr "" msgid "Please enter positive numbers only." msgstr "" -#: pretix/presale/views/cart.py:338 +#: pretix/presale/views/cart.py:340 msgid "We applied the voucher to as many products in your cart as we could." msgstr "" -#: pretix/presale/views/cart.py:360 +#: pretix/presale/views/cart.py:362 msgid "Your cart has been updated." msgstr "" -#: pretix/presale/views/cart.py:363 pretix/presale/views/cart.py:385 +#: pretix/presale/views/cart.py:365 pretix/presale/views/cart.py:387 msgid "Your cart is now empty." msgstr "" -#: pretix/presale/views/cart.py:400 +#: pretix/presale/views/cart.py:402 msgid "The products have been successfully added to your cart." msgstr "" diff --git a/src/pretix/locale/sl/LC_MESSAGES/djangojs.po b/src/pretix/locale/sl/LC_MESSAGES/djangojs.po index 996a3e0a3..86b10df44 100644 --- a/src/pretix/locale/sl/LC_MESSAGES/djangojs.po +++ b/src/pretix/locale/sl/LC_MESSAGES/djangojs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-05-13 16:45+0000\n" +"POT-Creation-Date: 2020-06-10 16:02+0000\n" "PO-Revision-Date: 2019-08-27 08:00+0000\n" "Last-Translator: Bostjan Marusic \n" "Language-Team: Slovenian \n" "Language-Team: Swedish " msgstr "" -#: pretix/base/pdf.py:343 pretix/base/pdf.py:350 -#: pretix/plugins/badges/exporters.py:238 -#: pretix/plugins/checkinlists/exporters.py:62 -#: pretix/plugins/checkinlists/exporters.py:335 +#: pretix/base/pdf.py:348 pretix/base/pdf.py:355 +#: pretix/plugins/badges/exporters.py:246 +#: pretix/plugins/checkinlists/exporters.py:77 +#: pretix/plugins/checkinlists/exporters.py:394 #: pretix/plugins/ticketoutputpdf/exporters.py:42 #, python-brace-format msgid "Attendee name: {part}" msgstr "" -#: pretix/base/pdf.py:360 +#: pretix/base/pdf.py:365 #, python-brace-format msgid "Invoice address name: {part}" msgstr "" -#: pretix/base/pdf.py:522 pretix/plugins/ticketoutputpdf/ticketoutput.py:78 +#: pretix/base/pdf.py:527 pretix/plugins/ticketoutputpdf/ticketoutput.py:78 msgid "Ticket" msgstr "" @@ -4190,7 +4207,7 @@ msgid "" "busy. Please try again." msgstr "" -#: pretix/base/services/cart.py:54 pretix/presale/views/cart.py:174 +#: pretix/base/services/cart.py:54 pretix/presale/views/cart.py:176 msgid "You did not select any products." msgstr "Du valde ingen av produkterna." @@ -4440,7 +4457,7 @@ msgctxt "invoice" msgid "Attendee: {name}" msgstr "" -#: pretix/base/services/invoices.py:170 pretix/plugins/reports/exporters.py:215 +#: pretix/base/services/invoices.py:170 pretix/plugins/reports/exporters.py:218 msgctxt "subevent" msgid "Date: {}" msgstr "" @@ -4595,7 +4612,7 @@ msgid "" "the position from your cart." msgstr "" -#: pretix/base/services/orders.py:153 pretix/control/forms/orders.py:68 +#: pretix/base/services/orders.py:153 pretix/control/forms/orders.py:69 msgid "The new expiry date needs to be in the future." msgstr "" @@ -4630,7 +4647,7 @@ msgid "" "order has already been redeemed." msgstr "" -#: pretix/base/services/orders.py:391 pretix/control/forms/orders.py:132 +#: pretix/base/services/orders.py:391 pretix/control/forms/orders.py:136 msgid "" "The cancellation fee cannot be higher than the payment credit of this order." msgstr "" @@ -4751,14 +4768,14 @@ msgid "" "contact the event organizer for further information." msgstr "" -#: pretix/base/services/seating.py:35 pretix/base/services/seating.py:90 +#: pretix/base/services/seating.py:35 pretix/base/services/seating.py:94 #, python-format msgid "" "You can not change the plan since seat \"%s\" is not present in the new plan " "and is already sold." msgstr "" -#: pretix/base/services/seating.py:93 +#: pretix/base/services/seating.py:97 #, python-format msgid "" "You can not change the plan since seat \"%s\" is not present in the new plan " @@ -5268,7 +5285,7 @@ msgstr "" msgid "Available languages" msgstr "" -#: pretix/base/settings.py:707 pretix/control/forms/event.py:96 +#: pretix/base/settings.py:707 pretix/control/forms/event.py:91 msgid "Default language" msgstr "" @@ -5304,7 +5321,7 @@ msgstr "" msgid "Hide all products that are sold out" msgstr "" -#: pretix/base/settings.py:757 pretix/control/forms/event.py:1177 +#: pretix/base/settings.py:757 pretix/control/forms/event.py:1176 msgid "Publicly show how many tickets of a certain type are still available." msgstr "" @@ -5320,7 +5337,7 @@ msgstr "" msgid "Enable waiting list" msgstr "" -#: pretix/base/settings.py:785 pretix/control/forms/event.py:1182 +#: pretix/base/settings.py:785 pretix/control/forms/event.py:1181 msgid "" "Once a ticket is sold out, people can add themselves to a waiting list. As " "soon as a ticket becomes available again, it will be reserved for the first " @@ -5404,7 +5421,7 @@ msgid "" msgstr "" #: pretix/base/settings.py:888 pretix/base/settings.py:896 -#: pretix/control/forms/organizer.py:292 +#: pretix/control/forms/organizer.py:293 #: pretix/presale/templates/pretixpresale/organizers/calendar.html:25 #: pretix/presale/templates/pretixpresale/organizers/calendar_week.html:25 #: pretix/presale/templates/pretixpresale/organizers/index.html:34 @@ -5412,20 +5429,20 @@ msgid "List" msgstr "Lista" #: pretix/base/settings.py:889 pretix/base/settings.py:897 -#: pretix/control/forms/organizer.py:293 +#: pretix/control/forms/organizer.py:294 #, fuzzy #| msgid "Calendar" msgid "Week calendar" msgstr "Kalender" #: pretix/base/settings.py:890 pretix/base/settings.py:898 -#: pretix/control/forms/organizer.py:294 +#: pretix/control/forms/organizer.py:295 #, fuzzy #| msgid "Calendar" msgid "Month calendar" msgstr "Kalender" -#: pretix/base/settings.py:894 pretix/control/forms/organizer.py:290 +#: pretix/base/settings.py:894 pretix/control/forms/organizer.py:291 msgid "Default overview style" msgstr "" @@ -5459,7 +5476,7 @@ msgid "" "Otherwise, a manual refund will be created for you to process manually." msgstr "" -#: pretix/base/settings.py:952 pretix/control/forms/orders.py:586 +#: pretix/base/settings.py:952 pretix/control/forms/orders.py:590 msgid "Keep a fixed cancellation fee" msgstr "" @@ -5467,7 +5484,7 @@ msgstr "" msgid "Keep payment, shipping and service fees" msgstr "" -#: pretix/base/settings.py:973 pretix/control/forms/orders.py:591 +#: pretix/base/settings.py:973 pretix/control/forms/orders.py:595 msgid "Keep a percentual cancellation fee" msgstr "" @@ -5525,19 +5542,19 @@ msgstr "" msgid "Refund method" msgstr "Totalt" -#: pretix/base/settings.py:1051 pretix/control/forms/event.py:1205 +#: pretix/base/settings.py:1051 pretix/control/forms/event.py:1204 msgid "Contact address" msgstr "" -#: pretix/base/settings.py:1052 pretix/control/forms/event.py:1207 +#: pretix/base/settings.py:1052 pretix/control/forms/event.py:1206 msgid "We'll show this publicly to allow attendees to contact you." msgstr "" -#: pretix/base/settings.py:1060 pretix/control/forms/event.py:1199 +#: pretix/base/settings.py:1060 pretix/control/forms/event.py:1198 msgid "Imprint URL" msgstr "" -#: pretix/base/settings.py:1061 pretix/control/forms/event.py:1200 +#: pretix/base/settings.py:1061 pretix/control/forms/event.py:1199 msgid "" "This should point e.g. to a part of your website that has your contact " "details and legal information." @@ -5929,100 +5946,100 @@ msgctxt "subevent" msgid "Date ordering" msgstr "" -#: pretix/base/settings.py:1657 +#: pretix/base/settings.py:1665 msgid "Most common English titles" msgstr "" -#: pretix/base/settings.py:1667 +#: pretix/base/settings.py:1675 msgid "Most common German titles" msgstr "" -#: pretix/base/settings.py:1676 pretix/base/settings.py:1689 -#: pretix/base/settings.py:1705 pretix/base/settings.py:1755 -#: pretix/base/settings.py:1768 pretix/base/settings.py:1782 +#: pretix/base/settings.py:1684 pretix/base/settings.py:1697 +#: pretix/base/settings.py:1713 pretix/base/settings.py:1763 +#: pretix/base/settings.py:1776 pretix/base/settings.py:1790 msgid "Given name" msgstr "" -#: pretix/base/settings.py:1677 pretix/base/settings.py:1690 -#: pretix/base/settings.py:1706 pretix/base/settings.py:1722 -#: pretix/base/settings.py:1739 pretix/base/settings.py:1754 -#: pretix/base/settings.py:1769 pretix/base/settings.py:1783 +#: pretix/base/settings.py:1685 pretix/base/settings.py:1698 +#: pretix/base/settings.py:1714 pretix/base/settings.py:1730 +#: pretix/base/settings.py:1747 pretix/base/settings.py:1762 +#: pretix/base/settings.py:1777 pretix/base/settings.py:1791 msgid "Family name" msgstr "" -#: pretix/base/settings.py:1681 pretix/base/settings.py:1697 -#: pretix/base/settings.py:1713 pretix/base/settings.py:1728 -#: pretix/base/settings.py:1746 pretix/base/settings.py:1761 -#: pretix/base/settings.py:1791 pretix/base/settings.py:1814 +#: pretix/base/settings.py:1689 pretix/base/settings.py:1705 +#: pretix/base/settings.py:1721 pretix/base/settings.py:1736 +#: pretix/base/settings.py:1754 pretix/base/settings.py:1769 +#: pretix/base/settings.py:1799 pretix/base/settings.py:1822 msgctxt "person_name_sample" msgid "John" msgstr "" -#: pretix/base/settings.py:1682 pretix/base/settings.py:1698 -#: pretix/base/settings.py:1714 pretix/base/settings.py:1730 -#: pretix/base/settings.py:1748 pretix/base/settings.py:1762 -#: pretix/base/settings.py:1792 +#: pretix/base/settings.py:1690 pretix/base/settings.py:1706 +#: pretix/base/settings.py:1722 pretix/base/settings.py:1738 +#: pretix/base/settings.py:1756 pretix/base/settings.py:1770 +#: pretix/base/settings.py:1800 msgctxt "person_name_sample" msgid "Doe" msgstr "" -#: pretix/base/settings.py:1688 pretix/base/settings.py:1704 -#: pretix/base/settings.py:1736 +#: pretix/base/settings.py:1696 pretix/base/settings.py:1712 +#: pretix/base/settings.py:1744 msgctxt "person_name" msgid "Title" msgstr "" -#: pretix/base/settings.py:1696 pretix/base/settings.py:1712 -#: pretix/base/settings.py:1745 +#: pretix/base/settings.py:1704 pretix/base/settings.py:1720 +#: pretix/base/settings.py:1753 msgctxt "person_name_sample" msgid "Dr" msgstr "" -#: pretix/base/settings.py:1720 pretix/base/settings.py:1737 +#: pretix/base/settings.py:1728 pretix/base/settings.py:1745 msgid "First name" msgstr "" -#: pretix/base/settings.py:1721 pretix/base/settings.py:1738 +#: pretix/base/settings.py:1729 pretix/base/settings.py:1746 msgid "Middle name" msgstr "" -#: pretix/base/settings.py:1802 pretix/base/settings.py:1813 +#: pretix/base/settings.py:1810 pretix/base/settings.py:1821 msgctxt "person_name_sample" msgid "John Doe" msgstr "" -#: pretix/base/settings.py:1808 +#: pretix/base/settings.py:1816 msgid "Calling name" msgstr "" -#: pretix/base/settings.py:1821 +#: pretix/base/settings.py:1829 msgid "Latin transcription" msgstr "" -#: pretix/base/settings.py:1924 pretix/control/forms/event.py:176 +#: pretix/base/settings.py:1932 pretix/control/forms/event.py:172 msgid "" "Your default locale must also be enabled for your event (see box above)." msgstr "" -#: pretix/base/settings.py:1928 +#: pretix/base/settings.py:1936 msgid "" "You cannot require specifying attendee names if you do not ask for them." msgstr "" -#: pretix/base/settings.py:1932 +#: pretix/base/settings.py:1940 msgid "You have to ask for attendee emails if you want to make them required." msgstr "" -#: pretix/base/settings.py:1936 +#: pretix/base/settings.py:1944 msgid "" "You have to ask for invoice addresses if you want to make them required." msgstr "" -#: pretix/base/settings.py:1940 +#: pretix/base/settings.py:1948 msgid "You have to require invoice addresses to require for company names." msgstr "" -#: pretix/base/settings.py:1947 +#: pretix/base/settings.py:1955 msgid "The last payment date cannot be before the end of presale." msgstr "" @@ -6385,16 +6402,21 @@ msgstr "" msgid "The task has been completed." msgstr "" -#: pretix/control/forms/__init__.py:112 +#: pretix/control/forms/__init__.py:115 +#, python-brace-format +msgid "Please do not upload files larger than {size}!" +msgstr "" + +#: pretix/control/forms/__init__.py:136 msgid "Filetype not allowed!" msgstr "" #: pretix/control/forms/checkin.py:38 pretix/control/forms/filter.py:244 -#: pretix/control/forms/filter.py:271 pretix/control/forms/filter.py:979 -#: pretix/control/forms/filter.py:999 pretix/control/forms/filter.py:1091 -#: pretix/control/forms/filter.py:1107 pretix/control/forms/filter.py:1168 -#: pretix/control/forms/filter.py:1203 pretix/control/forms/orders.py:544 -#: pretix/control/forms/orders.py:699 +#: pretix/control/forms/filter.py:271 pretix/control/forms/filter.py:1031 +#: pretix/control/forms/filter.py:1051 pretix/control/forms/filter.py:1143 +#: pretix/control/forms/filter.py:1159 pretix/control/forms/filter.py:1220 +#: pretix/control/forms/filter.py:1255 pretix/control/forms/orders.py:548 +#: pretix/control/forms/orders.py:703 #: pretix/control/templates/pretixcontrol/event/fragment_subevent_choice_simple.html:5 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:47 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:109 @@ -6403,7 +6425,7 @@ msgctxt "subevent" msgid "All dates" msgstr "" -#: pretix/control/forms/event.py:44 pretix/control/forms/organizer.py:310 +#: pretix/control/forms/event.py:44 pretix/control/forms/organizer.py:311 msgid "Use languages" msgstr "" @@ -6415,112 +6437,102 @@ msgstr "" msgid "This is an event series" msgstr "" -#: pretix/control/forms/event.py:50 -msgid "" -"Only recommended for advanced users. If this feature is enabled, this will " -"not only be a single event but a series of very similar events that are " -"handled within a single shop. The single events inside the series can only " -"differ in date, time, location, prices and quotas, but not in other " -"settings, and buying tickets across multiple of these events at the same " -"time is possible. You cannot change this setting for this event later." -msgstr "" - -#: pretix/control/forms/event.py:88 +#: pretix/control/forms/event.py:83 msgid "" "You already used this slug for a different event. Please choose a new one." msgstr "" -#: pretix/control/forms/event.py:92 pretix/control/forms/event.py:394 +#: pretix/control/forms/event.py:87 pretix/control/forms/event.py:390 msgid "Event timezone" msgstr "" -#: pretix/control/forms/event.py:99 +#: pretix/control/forms/event.py:94 msgid "Sales tax rate" msgstr "" -#: pretix/control/forms/event.py:100 +#: pretix/control/forms/event.py:95 msgid "" "Do you need to pay sales tax on your tickets? In this case, please enter the " "applicable tax rate here in percent. If you have a more complicated tax " "situation, you can add more tax rates and detailed configuration later." msgstr "" -#: pretix/control/forms/event.py:107 +#: pretix/control/forms/event.py:102 msgid "Grant access to team" msgstr "" -#: pretix/control/forms/event.py:108 +#: pretix/control/forms/event.py:103 msgid "" "You are allowed to create events under this organizer, however you do not " "have permission to edit all events under this organizer. Please select one " "of your existing teams that will be granted access to this event." msgstr "" -#: pretix/control/forms/event.py:113 +#: pretix/control/forms/event.py:108 msgid "Create a new team for this event with me as the only member" msgstr "" -#: pretix/control/forms/event.py:156 pretix/control/forms/event.py:309 +#: pretix/control/forms/event.py:151 pretix/control/forms/event.py:305 msgid "" "Sample Conference Center\n" "Heidelberg, Germany" msgstr "" -#: pretix/control/forms/event.py:180 +#: pretix/control/forms/event.py:176 msgid "Your default locale must be specified." msgstr "" -#: pretix/control/forms/event.py:254 +#: pretix/control/forms/event.py:250 msgid "Copy configuration from" msgstr "" -#: pretix/control/forms/event.py:260 pretix/control/forms/event.py:263 +#: pretix/control/forms/event.py:256 pretix/control/forms/event.py:259 #: pretix/control/forms/item.py:250 msgid "Do not copy" msgstr "" -#: pretix/control/forms/event.py:314 pretix/control/forms/organizer.py:87 +#: pretix/control/forms/event.py:310 pretix/control/forms/organizer.py:87 msgid "Custom domain" msgstr "" -#: pretix/control/forms/event.py:316 pretix/control/forms/organizer.py:89 +#: pretix/control/forms/event.py:312 pretix/control/forms/organizer.py:89 msgid "You need to configure the custom domain in the webserver beforehand." msgstr "" -#: pretix/control/forms/event.py:324 pretix/control/forms/organizer.py:97 +#: pretix/control/forms/event.py:320 pretix/control/forms/organizer.py:97 msgid "You cannot choose the base domain of this installation." msgstr "" -#: pretix/control/forms/event.py:328 pretix/control/forms/organizer.py:102 +#: pretix/control/forms/event.py:324 pretix/control/forms/organizer.py:102 msgid "This domain is already in use for a different event or organizer." msgstr "" -#: pretix/control/forms/event.py:397 +#: pretix/control/forms/event.py:393 msgid "Name format" msgstr "" -#: pretix/control/forms/event.py:398 +#: pretix/control/forms/event.py:394 msgid "" "This defines how pretix will ask for human names. Changing this after you " "already received orders might lead to unexpected behavior when sorting or " "changing names." msgstr "" -#: pretix/control/forms/event.py:403 +#: pretix/control/forms/event.py:399 msgid "Allowed titles" msgstr "" -#: pretix/control/forms/event.py:404 +#: pretix/control/forms/event.py:400 msgid "" "If the naming scheme you defined above allows users to input a title, you " "can use this to restrict the set of selectable titles." msgstr "" -#: pretix/control/forms/event.py:409 pretix/control/forms/organizer.py:276 +#: pretix/control/forms/event.py:405 pretix/control/forms/organizer.py:276 msgid "Header image" msgstr "" -#: pretix/control/forms/event.py:412 +#: pretix/control/forms/event.py:409 msgid "" "If you provide a logo image, we will by default not show your event name and " "date in the page header. By default, we show your logo with a size of up to " @@ -6529,27 +6541,27 @@ msgid "" "smaller screens." msgstr "" -#: pretix/control/forms/event.py:418 pretix/control/forms/organizer.py:285 +#: pretix/control/forms/event.py:415 pretix/control/forms/organizer.py:286 msgid "Use header image in its full size" msgstr "" -#: pretix/control/forms/event.py:419 pretix/control/forms/organizer.py:286 +#: pretix/control/forms/event.py:416 pretix/control/forms/organizer.py:287 msgid "We recommend to upload a picture at least 1170 pixels wide." msgstr "" -#: pretix/control/forms/event.py:423 +#: pretix/control/forms/event.py:420 msgid "Show event title even if a header image is present" msgstr "" -#: pretix/control/forms/event.py:424 +#: pretix/control/forms/event.py:421 msgid "The title will only be shown on the event front page." msgstr "" -#: pretix/control/forms/event.py:428 +#: pretix/control/forms/event.py:425 msgid "Social media image" msgstr "" -#: pretix/control/forms/event.py:431 +#: pretix/control/forms/event.py:429 msgid "" "This picture will be used as a preview if you post links to your ticket shop " "on social media. Facebook advises to use a picture size of 1200 x 630 " @@ -6558,298 +6570,298 @@ msgid "" "square is shown. If you do not fill this, we will use the logo given above." msgstr "" -#: pretix/control/forms/event.py:437 pretix/control/forms/organizer.py:226 +#: pretix/control/forms/event.py:435 pretix/control/forms/organizer.py:226 msgid "Primary color" msgstr "" -#: pretix/control/forms/event.py:441 pretix/control/forms/event.py:451 -#: pretix/control/forms/event.py:461 pretix/control/forms/event.py:470 +#: pretix/control/forms/event.py:439 pretix/control/forms/event.py:449 +#: pretix/control/forms/event.py:459 pretix/control/forms/event.py:468 #: pretix/control/forms/organizer.py:230 pretix/control/forms/organizer.py:240 #: pretix/control/forms/organizer.py:250 pretix/control/forms/organizer.py:260 msgid "Please enter the hexadecimal code of a color, e.g. #990000." msgstr "" -#: pretix/control/forms/event.py:446 pretix/control/forms/organizer.py:235 +#: pretix/control/forms/event.py:444 pretix/control/forms/organizer.py:235 msgid "Accent color for success" msgstr "" -#: pretix/control/forms/event.py:447 pretix/control/forms/organizer.py:236 +#: pretix/control/forms/event.py:445 pretix/control/forms/organizer.py:236 msgid "We strongly suggest to use a shade of green." msgstr "" -#: pretix/control/forms/event.py:456 pretix/control/forms/organizer.py:245 +#: pretix/control/forms/event.py:454 pretix/control/forms/organizer.py:245 msgid "Accent color for errors" msgstr "" -#: pretix/control/forms/event.py:457 +#: pretix/control/forms/event.py:455 msgid "We strongly suggest to use a dark shade of red." msgstr "" -#: pretix/control/forms/event.py:466 pretix/control/forms/organizer.py:256 +#: pretix/control/forms/event.py:464 pretix/control/forms/organizer.py:256 msgid "Page background color" msgstr "" -#: pretix/control/forms/event.py:476 pretix/control/forms/organizer.py:266 +#: pretix/control/forms/event.py:474 pretix/control/forms/organizer.py:266 msgid "Use round edges" msgstr "" -#: pretix/control/forms/event.py:480 pretix/control/forms/organizer.py:315 +#: pretix/control/forms/event.py:478 pretix/control/forms/organizer.py:316 #: pretix/control/templates/pretixcontrol/pdf/index.html:305 msgid "Font" msgstr "" -#: pretix/control/forms/event.py:485 pretix/control/forms/organizer.py:320 +#: pretix/control/forms/event.py:483 pretix/control/forms/organizer.py:321 msgid "Only respected by modern browsers." msgstr "" -#: pretix/control/forms/event.py:542 +#: pretix/control/forms/event.py:540 msgid "" "e.g. I hereby confirm that I have read and agree with the event organizer's " "terms of service and agree with them." msgstr "" -#: pretix/control/forms/event.py:546 +#: pretix/control/forms/event.py:544 #, python-brace-format msgid "Ask for {fields}, display like {example}" msgstr "" -#: pretix/control/forms/event.py:552 +#: pretix/control/forms/event.py:550 msgid "Free text input" msgstr "" -#: pretix/control/forms/event.py:586 +#: pretix/control/forms/event.py:584 msgid "" "You have configured gift cards to be valid {} years plus the year the gift " "card is issued in." msgstr "" -#: pretix/control/forms/event.py:601 +#: pretix/control/forms/event.py:599 msgid "Tax rule for payment fees" msgstr "" -#: pretix/control/forms/event.py:603 +#: pretix/control/forms/event.py:601 msgid "" "The tax rule that applies for additional fees you configured for single " "payment methods. This will set the tax rate and reverse charge rules, other " "settings of the tax rule are ignored." msgstr "" -#: pretix/control/forms/event.py:695 +#: pretix/control/forms/event.py:693 msgid "Generate invoices for Sales channels" msgstr "" -#: pretix/control/forms/event.py:698 +#: pretix/control/forms/event.py:696 msgid "" "If you have enabled invoice generation in the previous setting, you can " "limit it here to specific sales channels." msgstr "" -#: pretix/control/forms/event.py:702 +#: pretix/control/forms/event.py:700 msgid "Invoice style" msgstr "" -#: pretix/control/forms/event.py:708 +#: pretix/control/forms/event.py:706 msgid "Invoice language" msgstr "" -#: pretix/control/forms/event.py:709 pretix/control/forms/event.py:730 +#: pretix/control/forms/event.py:707 pretix/control/forms/event.py:729 msgid "The user's language" msgstr "" -#: pretix/control/forms/event.py:712 +#: pretix/control/forms/event.py:710 msgid "Logo image" msgstr "" -#: pretix/control/forms/event.py:715 +#: pretix/control/forms/event.py:714 msgid "We will show your logo with a maximal height and width of 2.5 cm." msgstr "" -#: pretix/control/forms/event.py:759 +#: pretix/control/forms/event.py:758 msgid "Bcc address" msgstr "" -#: pretix/control/forms/event.py:760 +#: pretix/control/forms/event.py:759 msgid "All emails will be sent to this address as a Bcc copy" msgstr "" -#: pretix/control/forms/event.py:766 +#: pretix/control/forms/event.py:765 msgid "Signature" msgstr "" -#: pretix/control/forms/event.py:769 +#: pretix/control/forms/event.py:768 #, python-brace-format msgid "This will be attached to every email. Available placeholders: {event}" msgstr "" -#: pretix/control/forms/event.py:774 +#: pretix/control/forms/event.py:773 msgid "e.g. your contact details" msgstr "" -#: pretix/control/forms/event.py:779 +#: pretix/control/forms/event.py:778 msgid "HTML mail renderer" msgstr "" -#: pretix/control/forms/event.py:784 pretix/control/forms/event.py:801 -#: pretix/control/forms/event.py:818 pretix/control/forms/event.py:877 +#: pretix/control/forms/event.py:783 pretix/control/forms/event.py:800 +#: pretix/control/forms/event.py:817 pretix/control/forms/event.py:876 msgid "Text sent to order contact address" msgstr "" +#: pretix/control/forms/event.py:788 pretix/control/forms/event.py:805 +#: pretix/control/forms/event.py:822 pretix/control/forms/event.py:881 +msgid "Send an email to attendees" +msgstr "" + #: pretix/control/forms/event.py:789 pretix/control/forms/event.py:806 #: pretix/control/forms/event.py:823 pretix/control/forms/event.py:882 -msgid "Send an email to attendees" -msgstr "" - -#: pretix/control/forms/event.py:790 pretix/control/forms/event.py:807 -#: pretix/control/forms/event.py:824 pretix/control/forms/event.py:883 msgid "" "If the order contains attendees with email addresses different from the " "person who orders the tickets, the following email will be sent out to the " "attendees." msgstr "" -#: pretix/control/forms/event.py:795 pretix/control/forms/event.py:812 -#: pretix/control/forms/event.py:829 pretix/control/forms/event.py:888 +#: pretix/control/forms/event.py:794 pretix/control/forms/event.py:811 +#: pretix/control/forms/event.py:828 pretix/control/forms/event.py:887 msgid "Text sent to attendees" msgstr "" -#: pretix/control/forms/event.py:835 pretix/control/forms/event.py:857 -#: pretix/control/forms/event.py:862 pretix/control/forms/event.py:867 -#: pretix/control/forms/event.py:872 +#: pretix/control/forms/event.py:834 pretix/control/forms/event.py:856 +#: pretix/control/forms/event.py:861 pretix/control/forms/event.py:866 +#: pretix/control/forms/event.py:871 #: pretix/control/templates/pretixcontrol/organizers/giftcard.html:99 #: pretix/control/templates/pretixcontrol/pdf/index.html:367 msgid "Text" msgstr "" -#: pretix/control/forms/event.py:840 +#: pretix/control/forms/event.py:839 msgid "Text (sent by admin)" msgstr "" -#: pretix/control/forms/event.py:845 +#: pretix/control/forms/event.py:844 msgid "Text (requested by user)" msgstr "" -#: pretix/control/forms/event.py:850 pretix/control/forms/event.py:893 +#: pretix/control/forms/event.py:849 pretix/control/forms/event.py:892 msgid "Number of days" msgstr "" -#: pretix/control/forms/event.py:853 +#: pretix/control/forms/event.py:852 msgid "" "This email will be sent out this many days before the order expires. If the " "value is 0, the mail will never be sent." msgstr "" -#: pretix/control/forms/event.py:896 +#: pretix/control/forms/event.py:895 msgid "" "This email will be sent out this many days before the order event starts. If " "the field is empty, the mail will never be sent." msgstr "" -#: pretix/control/forms/event.py:900 +#: pretix/control/forms/event.py:899 msgid "Received order" msgstr "" -#: pretix/control/forms/event.py:905 +#: pretix/control/forms/event.py:904 msgid "Approved order" msgstr "" -#: pretix/control/forms/event.py:908 +#: pretix/control/forms/event.py:907 msgid "" "This will only be sent out for non-free orders. Free orders will receive the " "free order template from above instead." msgstr "" -#: pretix/control/forms/event.py:912 +#: pretix/control/forms/event.py:911 msgid "Denied order" msgstr "" -#: pretix/control/forms/event.py:917 +#: pretix/control/forms/event.py:916 msgid "Use custom SMTP server" msgstr "" -#: pretix/control/forms/event.py:918 +#: pretix/control/forms/event.py:917 msgid "" "All mail related to your event will be sent over the smtp server specified " "by you." msgstr "" -#: pretix/control/forms/event.py:922 +#: pretix/control/forms/event.py:921 msgid "Hostname" msgstr "" -#: pretix/control/forms/event.py:927 +#: pretix/control/forms/event.py:926 msgid "Port" msgstr "" -#: pretix/control/forms/event.py:932 +#: pretix/control/forms/event.py:931 msgid "Username" msgstr "" -#: pretix/control/forms/event.py:944 +#: pretix/control/forms/event.py:943 msgid "Use STARTTLS" msgstr "" -#: pretix/control/forms/event.py:945 +#: pretix/control/forms/event.py:944 msgid "Commonly enabled on port 587." msgstr "" -#: pretix/control/forms/event.py:949 +#: pretix/control/forms/event.py:948 msgid "Use SSL" msgstr "" -#: pretix/control/forms/event.py:950 +#: pretix/control/forms/event.py:949 msgid "Commonly enabled on port 465." msgstr "" -#: pretix/control/forms/event.py:979 pretix/control/forms/orders.py:465 -#: pretix/control/forms/orders.py:622 pretix/control/forms/vouchers.py:255 +#: pretix/control/forms/event.py:978 pretix/control/forms/orders.py:469 +#: pretix/control/forms/orders.py:626 pretix/control/forms/vouchers.py:255 #: pretix/plugins/sendmail/forms.py:49 #, python-brace-format msgid "Available placeholders: {list}" msgstr "" -#: pretix/control/forms/event.py:1014 +#: pretix/control/forms/event.py:1013 msgid "" "You can activate either SSL or STARTTLS security, but not both at the same " "time." msgstr "" -#: pretix/control/forms/event.py:1063 +#: pretix/control/forms/event.py:1062 msgid "Any country" msgstr "" -#: pretix/control/forms/event.py:1064 +#: pretix/control/forms/event.py:1063 msgid "European Union" msgstr "" -#: pretix/control/forms/event.py:1076 +#: pretix/control/forms/event.py:1075 msgid "Any customer" msgstr "" -#: pretix/control/forms/event.py:1077 +#: pretix/control/forms/event.py:1076 msgid "Individual" msgstr "" -#: pretix/control/forms/event.py:1078 +#: pretix/control/forms/event.py:1077 msgid "Business" msgstr "" -#: pretix/control/forms/event.py:1079 +#: pretix/control/forms/event.py:1078 msgid "Business with valid VAT ID" msgstr "" -#: pretix/control/forms/event.py:1085 +#: pretix/control/forms/event.py:1084 msgid "Charge VAT" msgstr "" -#: pretix/control/forms/event.py:1087 +#: pretix/control/forms/event.py:1086 msgid "No VAT" msgstr "" -#: pretix/control/forms/event.py:1116 +#: pretix/control/forms/event.py:1115 msgid "Pre-selected voucher" msgstr "" -#: pretix/control/forms/event.py:1118 +#: pretix/control/forms/event.py:1117 msgid "" "If set, the widget will show products as if this voucher has been entered " "and when a product is bought via the widget, this voucher will be used. This " @@ -6857,52 +6869,52 @@ msgid "" "secret products." msgstr "" -#: pretix/control/forms/event.py:1123 +#: pretix/control/forms/event.py:1122 msgid "Compatibility mode" msgstr "" -#: pretix/control/forms/event.py:1125 +#: pretix/control/forms/event.py:1124 msgid "" "Our regular widget doesn't work in all website builders. If you run into " "trouble, try using this compatibility mode." msgstr "" -#: pretix/control/forms/event.py:1146 +#: pretix/control/forms/event.py:1145 msgid "The given voucher code does not exist." msgstr "" -#: pretix/control/forms/event.py:1153 pretix/control/forms/organizer.py:48 +#: pretix/control/forms/event.py:1152 pretix/control/forms/organizer.py:48 #: pretix/control/views/shredder.py:108 msgid "The slug you entered was not correct." msgstr "" -#: pretix/control/forms/event.py:1157 pretix/control/forms/organizer.py:52 +#: pretix/control/forms/event.py:1156 pretix/control/forms/organizer.py:52 msgid "Event slug" msgstr "" -#: pretix/control/forms/event.py:1188 +#: pretix/control/forms/event.py:1187 msgid "Ticket downloads" msgstr "" -#: pretix/control/forms/event.py:1189 +#: pretix/control/forms/event.py:1188 msgid "Your customers will be able to download their tickets in PDF format." msgstr "" -#: pretix/control/forms/event.py:1193 +#: pretix/control/forms/event.py:1192 msgid "Require all attendees to fill in their names" msgstr "" -#: pretix/control/forms/event.py:1194 +#: pretix/control/forms/event.py:1193 msgid "" "By default, we will ask for names but not require them. You can turn this " "off completely in the settings." msgstr "" -#: pretix/control/forms/event.py:1220 +#: pretix/control/forms/event.py:1219 msgid "Payment via Stripe" msgstr "" -#: pretix/control/forms/event.py:1221 +#: pretix/control/forms/event.py:1220 msgid "" "Stripe is an online payments processor supporting credit cards and lots of " "other payment options. To accept payments via Stripe, you will need to set " @@ -6910,27 +6922,27 @@ msgid "" "simple interface." msgstr "" -#: pretix/control/forms/event.py:1227 +#: pretix/control/forms/event.py:1226 msgid "Payment by bank transfer" msgstr "" -#: pretix/control/forms/event.py:1228 +#: pretix/control/forms/event.py:1227 msgid "" "Your customers will be instructed to wire the money to your account. You can " "then import your bank statements to process the payments within pretix, or " "mark them as paid manually." msgstr "" -#: pretix/control/forms/event.py:1267 +#: pretix/control/forms/event.py:1266 #: pretix/control/templates/pretixcontrol/event/quick_setup.html:45 msgid "Price (optional)" msgstr "" -#: pretix/control/forms/event.py:1272 +#: pretix/control/forms/event.py:1271 msgid "Free" msgstr "" -#: pretix/control/forms/event.py:1277 +#: pretix/control/forms/event.py:1276 msgid "Quantity available" msgstr "" @@ -6951,7 +6963,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/items/question.html:21 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:8 #: pretix/control/templates/pretixcontrol/orders/overview.html:67 -#: pretix/plugins/reports/exporters.py:223 +#: pretix/plugins/reports/exporters.py:226 msgid "Pending" msgstr "" @@ -6965,13 +6977,13 @@ msgstr "" msgid "Pending or paid" msgstr "" -#: pretix/control/forms/filter.py:111 pretix/control/forms/filter.py:541 -#: pretix/control/forms/filter.py:946 +#: pretix/control/forms/filter.py:111 pretix/control/forms/filter.py:593 +#: pretix/control/forms/filter.py:998 #: pretix/control/templates/pretixcontrol/items/question.html:24 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:17 #: pretix/control/templates/pretixcontrol/orders/overview.html:60 #: pretix/control/templates/pretixcontrol/organizers/giftcards.html:76 -#: pretix/plugins/reports/exporters.py:219 +#: pretix/plugins/reports/exporters.py:222 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:20 msgid "Expired" msgstr "Utgången" @@ -6985,7 +6997,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/items/question.html:26 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:19 #: pretix/control/templates/pretixcontrol/orders/overview.html:59 -#: pretix/plugins/reports/exporters.py:219 +#: pretix/plugins/reports/exporters.py:222 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:22 msgid "Canceled" msgstr "Avbruten" @@ -7012,8 +7024,8 @@ msgstr "" msgid "Pending (but fully paid)" msgstr "" -#: pretix/control/forms/filter.py:119 pretix/control/forms/filter.py:526 -#: pretix/control/forms/filter.py:529 +#: pretix/control/forms/filter.py:119 pretix/control/forms/filter.py:578 +#: pretix/control/forms/filter.py:581 #: pretix/control/templates/pretixcontrol/event/live.html:63 msgid "Test mode" msgstr "" @@ -7025,28 +7037,28 @@ msgstr "" msgid "Cancellation requested" msgstr "Avbruten" -#: pretix/control/forms/filter.py:278 pretix/control/forms/filter.py:796 -#: pretix/control/forms/filter.py:1006 pretix/control/forms/vouchers.py:112 +#: pretix/control/forms/filter.py:278 pretix/control/forms/filter.py:848 +#: pretix/control/forms/filter.py:1058 pretix/control/forms/vouchers.py:112 #: pretix/control/templates/pretixcontrol/items/question.html:29 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:99 msgid "All products" msgstr "" -#: pretix/control/forms/filter.py:282 pretix/control/forms/filter.py:1010 +#: pretix/control/forms/filter.py:282 pretix/control/forms/filter.py:1062 #: pretix/control/forms/vouchers.py:100 pretix/control/views/typeahead.py:514 #, python-brace-format msgid "{product} – Any variation" msgstr "" #: pretix/control/forms/filter.py:341 pretix/control/forms/filter.py:346 -#: pretix/control/forms/filter.py:617 pretix/control/forms/filter.py:622 +#: pretix/control/forms/filter.py:669 pretix/control/forms/filter.py:674 msgid "All organizers" msgstr "" -#: pretix/control/forms/filter.py:381 pretix/control/forms/filter.py:528 -#: pretix/control/forms/filter.py:537 pretix/control/forms/filter.py:860 -#: pretix/control/forms/filter.py:869 pretix/control/forms/filter.py:941 -#: pretix/control/forms/filter.py:954 +#: pretix/control/forms/filter.py:433 pretix/control/forms/filter.py:580 +#: pretix/control/forms/filter.py:589 pretix/control/forms/filter.py:912 +#: pretix/control/forms/filter.py:921 pretix/control/forms/filter.py:993 +#: pretix/control/forms/filter.py:1006 #: pretix/control/templates/pretixcontrol/checkin/lists.html:104 #: pretix/control/templates/pretixcontrol/checkin/lists.html:116 #: pretix/control/templates/pretixcontrol/organizers/devices.html:72 @@ -7056,206 +7068,206 @@ msgstr "" msgid "All" msgstr "Alla" -#: pretix/control/forms/filter.py:383 pretix/control/forms/filter.py:603 +#: pretix/control/forms/filter.py:435 pretix/control/forms/filter.py:655 msgid "Shop live and presale running" msgstr "" -#: pretix/control/forms/filter.py:384 pretix/control/forms/filter.py:862 +#: pretix/control/forms/filter.py:436 pretix/control/forms/filter.py:914 msgid "Inactive" msgstr "" -#: pretix/control/forms/filter.py:396 pretix/control/forms/subevents.py:287 +#: pretix/control/forms/filter.py:448 pretix/control/forms/subevents.py:287 #: pretix/control/forms/subevents.py:326 msgid "Weekday" msgstr "" -#: pretix/control/forms/filter.py:398 +#: pretix/control/forms/filter.py:450 msgid "All days" msgstr "" -#: pretix/control/forms/filter.py:399 +#: pretix/control/forms/filter.py:451 msgid "Monday" msgstr "" -#: pretix/control/forms/filter.py:400 +#: pretix/control/forms/filter.py:452 msgid "Tuesday" msgstr "" -#: pretix/control/forms/filter.py:401 +#: pretix/control/forms/filter.py:453 msgid "Wednesday" msgstr "" -#: pretix/control/forms/filter.py:402 +#: pretix/control/forms/filter.py:454 msgid "Thursday" msgstr "" -#: pretix/control/forms/filter.py:403 +#: pretix/control/forms/filter.py:455 msgid "Friday" msgstr "" -#: pretix/control/forms/filter.py:404 +#: pretix/control/forms/filter.py:456 msgid "Saturday" msgstr "" -#: pretix/control/forms/filter.py:405 +#: pretix/control/forms/filter.py:457 msgid "Sunday" msgstr "" -#: pretix/control/forms/filter.py:530 +#: pretix/control/forms/filter.py:582 msgid "Live" msgstr "" -#: pretix/control/forms/filter.py:535 pretix/control/forms/filter.py:538 +#: pretix/control/forms/filter.py:587 pretix/control/forms/filter.py:590 #, fuzzy #| msgid "Empty cart" msgid "Empty" msgstr "Töm varukorg" -#: pretix/control/forms/filter.py:539 +#: pretix/control/forms/filter.py:591 msgid "Valid and with value" msgstr "" -#: pretix/control/forms/filter.py:540 +#: pretix/control/forms/filter.py:592 msgid "Expired and with value" msgstr "" -#: pretix/control/forms/filter.py:546 pretix/control/forms/filter.py:548 -#: pretix/control/forms/filter.py:876 pretix/control/forms/filter.py:878 +#: pretix/control/forms/filter.py:598 pretix/control/forms/filter.py:600 +#: pretix/control/forms/filter.py:928 pretix/control/forms/filter.py:930 msgid "Search query" msgstr "" -#: pretix/control/forms/filter.py:601 +#: pretix/control/forms/filter.py:653 msgid "All events" msgstr "" -#: pretix/control/forms/filter.py:602 +#: pretix/control/forms/filter.py:654 msgid "Shop live" msgstr "" -#: pretix/control/forms/filter.py:604 +#: pretix/control/forms/filter.py:656 msgid "Shop not live" msgstr "" -#: pretix/control/forms/filter.py:607 +#: pretix/control/forms/filter.py:659 msgid "Single event running or in the future" msgstr "" -#: pretix/control/forms/filter.py:608 +#: pretix/control/forms/filter.py:660 msgid "Single event in the past" msgstr "" -#: pretix/control/forms/filter.py:775 pretix/control/forms/filter.py:777 +#: pretix/control/forms/filter.py:827 pretix/control/forms/filter.py:829 msgid "Search attendee…" msgstr "" -#: pretix/control/forms/filter.py:783 +#: pretix/control/forms/filter.py:835 msgid "Check-in status" msgstr "" -#: pretix/control/forms/filter.py:785 +#: pretix/control/forms/filter.py:837 msgid "All attendees" msgstr "" -#: pretix/control/forms/filter.py:786 +#: pretix/control/forms/filter.py:838 #, fuzzy #| msgid "Presale" msgctxt "checkin state" msgid "Present" msgstr "Förköp" -#: pretix/control/forms/filter.py:787 +#: pretix/control/forms/filter.py:839 #: pretix/control/templates/pretixcontrol/checkin/index.html:131 #: pretix/control/templates/pretixcontrol/checkin/lists.html:73 -#: pretix/plugins/checkinlists/exporters.py:337 +#: pretix/plugins/checkinlists/exporters.py:396 msgid "Checked in" msgstr "" -#: pretix/control/forms/filter.py:788 +#: pretix/control/forms/filter.py:840 #: pretix/control/templates/pretixcontrol/checkin/index.html:126 msgid "Not checked in" msgstr "" -#: pretix/control/forms/filter.py:867 pretix/control/forms/filter.py:870 +#: pretix/control/forms/filter.py:919 pretix/control/forms/filter.py:922 #: pretix/control/templates/pretixcontrol/users/index.html:47 msgid "Administrator" msgstr "" -#: pretix/control/forms/filter.py:871 +#: pretix/control/forms/filter.py:923 msgid "No administrator" msgstr "" -#: pretix/control/forms/filter.py:942 +#: pretix/control/forms/filter.py:994 msgid "Valid" msgstr "" -#: pretix/control/forms/filter.py:943 +#: pretix/control/forms/filter.py:995 msgid "Unredeemed" msgstr "" -#: pretix/control/forms/filter.py:944 +#: pretix/control/forms/filter.py:996 msgid "Redeemed at least once" msgstr "" -#: pretix/control/forms/filter.py:945 +#: pretix/control/forms/filter.py:997 msgid "Fully redeemed" msgstr "" -#: pretix/control/forms/filter.py:947 +#: pretix/control/forms/filter.py:999 msgid "Redeemed and checked in with ticket" msgstr "" -#: pretix/control/forms/filter.py:952 +#: pretix/control/forms/filter.py:1004 msgid "Quota handling" msgstr "" -#: pretix/control/forms/filter.py:956 +#: pretix/control/forms/filter.py:1008 msgid "Allow to ignore quota" msgstr "" -#: pretix/control/forms/filter.py:961 pretix/control/forms/filter.py:963 +#: pretix/control/forms/filter.py:1013 pretix/control/forms/filter.py:1015 msgid "Filter by tag" msgstr "" -#: pretix/control/forms/filter.py:968 pretix/control/forms/filter.py:970 +#: pretix/control/forms/filter.py:1020 pretix/control/forms/filter.py:1022 msgid "Search voucher" msgstr "" -#: pretix/control/forms/filter.py:1016 pretix/control/forms/vouchers.py:91 +#: pretix/control/forms/filter.py:1068 pretix/control/forms/vouchers.py:91 #: pretix/control/views/typeahead.py:522 pretix/control/views/typeahead.py:526 #: pretix/control/views/vouchers.py:81 #, python-brace-format msgid "Any product in quota \"{quota}\"" msgstr "" -#: pretix/control/forms/filter.py:1132 +#: pretix/control/forms/filter.py:1184 msgid "Refund status" msgstr "" -#: pretix/control/forms/filter.py:1134 +#: pretix/control/forms/filter.py:1186 msgid "All open refunds" msgstr "" -#: pretix/control/forms/filter.py:1135 +#: pretix/control/forms/filter.py:1187 msgid "All refunds" msgstr "" -#: pretix/control/forms/filter.py:1171 +#: pretix/control/forms/filter.py:1223 msgid "Date filter" msgstr "" -#: pretix/control/forms/filter.py:1173 +#: pretix/control/forms/filter.py:1225 msgid "Filter by…" msgstr "" -#: pretix/control/forms/filter.py:1175 +#: pretix/control/forms/filter.py:1227 msgid "Date of last successful payment" msgstr "" -#: pretix/control/forms/filter.py:1180 +#: pretix/control/forms/filter.py:1232 msgid "Date from" msgstr "" -#: pretix/control/forms/filter.py:1185 +#: pretix/control/forms/filter.py:1237 msgid "Date until" msgstr "" @@ -7456,8 +7468,8 @@ msgstr "" msgid "Bundled product" msgstr "" -#: pretix/control/forms/item.py:735 pretix/control/forms/orders.py:260 -#: pretix/control/forms/orders.py:394 +#: pretix/control/forms/item.py:735 pretix/control/forms/orders.py:264 +#: pretix/control/forms/orders.py:398 msgid "inactive" msgstr "" @@ -7490,21 +7502,21 @@ msgstr "" msgid "CSV column: \"{name}\"" msgstr "" -#: pretix/control/forms/orders.py:33 +#: pretix/control/forms/orders.py:34 msgid "Overbook quota" msgstr "" -#: pretix/control/forms/orders.py:34 +#: pretix/control/forms/orders.py:35 msgid "" "If you check this box, this operation will be performed even if it leads to " "an overbooked quota and you having sold more tickets than you planned!" msgstr "" -#: pretix/control/forms/orders.py:78 +#: pretix/control/forms/orders.py:79 msgid "Overbook quota and ignore late payment" msgstr "" -#: pretix/control/forms/orders.py:79 +#: pretix/control/forms/orders.py:80 msgid "" "If you check this box, this operation will be performed even if it leads to " "an overbooked quota and you having sold more tickets than you planned! The " @@ -7512,16 +7524,16 @@ msgid "" "payments." msgstr "" -#: pretix/control/forms/orders.py:105 +#: pretix/control/forms/orders.py:106 #: pretix/control/templates/pretixcontrol/order/deny.html:19 msgid "Notify user by e-mail" msgstr "" -#: pretix/control/forms/orders.py:112 +#: pretix/control/forms/orders.py:113 msgid "Keep a cancellation fee of" msgstr "" -#: pretix/control/forms/orders.py:113 +#: pretix/control/forms/orders.py:114 msgid "" "If you keep a fee, all positions within this order will be canceled and the " "order will be reduced to a paid cancellation fee. Payment and shipping fees " @@ -7530,24 +7542,24 @@ msgid "" "automatically." msgstr "" -#: pretix/control/forms/orders.py:141 +#: pretix/control/forms/orders.py:145 msgid "Payment amount" msgstr "" -#: pretix/control/forms/orders.py:145 +#: pretix/control/forms/orders.py:149 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/control.html:7 -#: pretix/plugins/reports/exporters.py:319 -#: pretix/plugins/reports/exporters.py:381 -#: pretix/plugins/reports/exporters.py:491 -#: pretix/plugins/reports/exporters.py:520 +#: pretix/plugins/reports/exporters.py:322 +#: pretix/plugins/reports/exporters.py:384 +#: pretix/plugins/reports/exporters.py:494 +#: pretix/plugins/reports/exporters.py:523 msgid "Payment date" msgstr "" -#: pretix/control/forms/orders.py:183 +#: pretix/control/forms/orders.py:187 msgid "Re-calculate taxes" msgstr "" -#: pretix/control/forms/orders.py:186 +#: pretix/control/forms/orders.py:190 msgid "" "This operation re-checks if taxes should be paid to the items due to e.g. " "configured reverse charge rules and changes the prices and tax values " @@ -7556,137 +7568,137 @@ msgid "" "this procedure." msgstr "" -#: pretix/control/forms/orders.py:192 +#: pretix/control/forms/orders.py:196 msgid "Issue a new invoice if required" msgstr "" -#: pretix/control/forms/orders.py:196 +#: pretix/control/forms/orders.py:200 msgid "" "If an invoice exists for this order and this operation would change its " "contents, the old invoice will be canceled and a new invoice will be issued." msgstr "" -#: pretix/control/forms/orders.py:201 +#: pretix/control/forms/orders.py:205 msgid "Notify user" msgstr "" -#: pretix/control/forms/orders.py:205 +#: pretix/control/forms/orders.py:209 msgid "" "Send an email to the customer notifying that their order has been changed." msgstr "" -#: pretix/control/forms/orders.py:209 +#: pretix/control/forms/orders.py:213 msgid "Allow to overbook quotas when performing this operation" msgstr "" -#: pretix/control/forms/orders.py:225 +#: pretix/control/forms/orders.py:229 msgid "Add-on to" msgstr "" -#: pretix/control/forms/orders.py:230 +#: pretix/control/forms/orders.py:234 #: pretix/control/templates/pretixcontrol/checkin/index.html:70 #: pretix/control/templates/pretixcontrol/order/change.html:118 #: pretix/control/views/vouchers.py:70 msgid "Seat" msgstr "" -#: pretix/control/forms/orders.py:237 +#: pretix/control/forms/orders.py:241 msgid "Including taxes, if any. Keep empty for the product's default price" msgstr "" -#: pretix/control/forms/orders.py:335 pretix/control/forms/orders.py:339 -#: pretix/control/forms/orders.py:378 pretix/control/forms/orders.py:389 +#: pretix/control/forms/orders.py:339 pretix/control/forms/orders.py:343 +#: pretix/control/forms/orders.py:382 pretix/control/forms/orders.py:393 msgid "(Unchanged)" msgstr "" -#: pretix/control/forms/orders.py:345 pretix/control/forms/orders.py:412 +#: pretix/control/forms/orders.py:349 pretix/control/forms/orders.py:416 msgid "New price (gross)" msgstr "" -#: pretix/control/forms/orders.py:349 +#: pretix/control/forms/orders.py:353 msgid "Generate a new secret" msgstr "" -#: pretix/control/forms/orders.py:353 +#: pretix/control/forms/orders.py:357 msgid "Cancel this position" msgstr "" -#: pretix/control/forms/orders.py:357 +#: pretix/control/forms/orders.py:361 msgid "Split into new order" msgstr "" -#: pretix/control/forms/orders.py:416 +#: pretix/control/forms/orders.py:420 #, fuzzy #| msgid "Remove one" msgid "Remove this fee" msgstr "Ta bort en" -#: pretix/control/forms/orders.py:430 +#: pretix/control/forms/orders.py:434 msgid "Invalidate secrets" msgstr "" -#: pretix/control/forms/orders.py:431 +#: pretix/control/forms/orders.py:435 msgid "" "Regenerates the order and ticket secrets. You will need to re-send the link " "to the order page to the user and the user will need to download his tickets " "again. The old versions will be invalid." msgstr "" -#: pretix/control/forms/orders.py:456 pretix/control/forms/orders.py:639 -#: pretix/control/forms/orders.py:666 pretix/control/forms/vouchers.py:222 +#: pretix/control/forms/orders.py:460 pretix/control/forms/orders.py:643 +#: pretix/control/forms/orders.py:670 pretix/control/forms/vouchers.py:222 #: pretix/plugins/sendmail/forms.py:21 pretix/plugins/sendmail/forms.py:76 msgid "Subject" msgstr "" -#: pretix/control/forms/orders.py:480 +#: pretix/control/forms/orders.py:484 msgid "Recipient" msgstr "" -#: pretix/control/forms/orders.py:486 pretix/control/forms/orders.py:647 -#: pretix/control/forms/orders.py:674 pretix/control/forms/vouchers.py:228 +#: pretix/control/forms/orders.py:490 pretix/control/forms/orders.py:651 +#: pretix/control/forms/orders.py:678 pretix/control/forms/vouchers.py:228 #: pretix/plugins/sendmail/forms.py:22 pretix/plugins/sendmail/forms.py:81 msgid "Message" msgstr "" -#: pretix/control/forms/orders.py:499 +#: pretix/control/forms/orders.py:503 msgid "" "Cancel the order. All tickets will no longer work. This can not be reverted." msgstr "" -#: pretix/control/forms/orders.py:500 +#: pretix/control/forms/orders.py:504 msgid "" "Mark the order as pending and allow the user to pay the open amount with " "another payment method." msgstr "" -#: pretix/control/forms/orders.py:502 +#: pretix/control/forms/orders.py:506 msgid "Do nothing and keep the order as it is." msgstr "" -#: pretix/control/forms/orders.py:529 +#: pretix/control/forms/orders.py:533 msgid "The refund amount needs to be positive and less than {}." msgstr "" -#: pretix/control/forms/orders.py:535 +#: pretix/control/forms/orders.py:539 msgid "You need to specify an amount for a partial refund." msgstr "" -#: pretix/control/forms/orders.py:547 +#: pretix/control/forms/orders.py:551 #, fuzzy #| msgid "Cancel order" msgid "Cancel all dates" msgstr "Avbryt beställning" -#: pretix/control/forms/orders.py:552 +#: pretix/control/forms/orders.py:556 msgid "Automatically refund money if possible" msgstr "" -#: pretix/control/forms/orders.py:557 +#: pretix/control/forms/orders.py:561 msgid "" "Create manual refund if the payment method odes not support automatic refunds" msgstr "" -#: pretix/control/forms/orders.py:561 +#: pretix/control/forms/orders.py:565 msgid "" "If checked, all payments with a payment method not supporting automatic " "refunds will be on your manual refund to-do list. Do not check if you want " @@ -7694,25 +7706,25 @@ msgid "" "gift cards." msgstr "" -#: pretix/control/forms/orders.py:566 +#: pretix/control/forms/orders.py:570 msgid "" "Refund order value to a gift card instead instead of the original payment " "method" msgstr "" -#: pretix/control/forms/orders.py:572 +#: pretix/control/forms/orders.py:576 msgid "Gift card validity" msgstr "" -#: pretix/control/forms/orders.py:579 +#: pretix/control/forms/orders.py:583 msgid "Special terms and conditions" msgstr "" -#: pretix/control/forms/orders.py:596 +#: pretix/control/forms/orders.py:600 msgid "Keep fees" msgstr "" -#: pretix/control/forms/orders.py:599 +#: pretix/control/forms/orders.py:603 msgid "" "The selected types of fees will not be refunded but instead added to the " "cancellation fee. Fees are never refunded in when an order in an event " @@ -7720,21 +7732,21 @@ msgid "" "dates." msgstr "" -#: pretix/control/forms/orders.py:605 +#: pretix/control/forms/orders.py:609 msgid "Send information via email" msgstr "" -#: pretix/control/forms/orders.py:611 +#: pretix/control/forms/orders.py:615 msgid "Send information to waiting list" msgstr "" -#: pretix/control/forms/orders.py:642 pretix/control/forms/orders.py:668 +#: pretix/control/forms/orders.py:646 pretix/control/forms/orders.py:672 #, fuzzy, python-brace-format #| msgid "Canceled" msgid "Canceled: {event}" msgstr "Avbruten" -#: pretix/control/forms/orders.py:653 +#: pretix/control/forms/orders.py:657 #, python-brace-format msgid "" "Hello,\n" @@ -7752,7 +7764,7 @@ msgid "" "Your {event} team" msgstr "" -#: pretix/control/forms/orders.py:680 +#: pretix/control/forms/orders.py:684 #, python-brace-format msgid "" "Hello,\n" @@ -7766,7 +7778,7 @@ msgid "" "Your {event} team" msgstr "" -#: pretix/control/forms/orders.py:711 +#: pretix/control/forms/orders.py:715 msgid "Please confirm that you want to cancel ALL dates in this event series." msgstr "" @@ -7819,7 +7831,7 @@ msgstr "" msgid "This will be displayed on the organizer homepage." msgstr "" -#: pretix/control/forms/organizer.py:279 +#: pretix/control/forms/organizer.py:280 msgid "" "If you provide a logo image, we will by default not show your organization " "name in the page header. By default, we show your logo with a size of up to " @@ -7828,67 +7840,67 @@ msgid "" "smaller screens." msgstr "" -#: pretix/control/forms/organizer.py:298 +#: pretix/control/forms/organizer.py:299 msgid "Show availability in event overviews" msgstr "" -#: pretix/control/forms/organizer.py:299 +#: pretix/control/forms/organizer.py:300 msgid "" "If checked, the list of events will show if events are sold out. This might " "make for longer page loading times if you have lots of events and the shown " "status might be out of date for up to two minutes." msgstr "" -#: pretix/control/forms/organizer.py:305 +#: pretix/control/forms/organizer.py:306 msgid "Link back to organizer overview on all event pages" msgstr "" -#: pretix/control/forms/organizer.py:312 +#: pretix/control/forms/organizer.py:313 msgid "" "Choose all languages that your organizer homepage should be available in." msgstr "" -#: pretix/control/forms/organizer.py:323 +#: pretix/control/forms/organizer.py:324 msgid "Favicon" msgstr "" -#: pretix/control/forms/organizer.py:326 +#: pretix/control/forms/organizer.py:328 msgid "" "If you provide a favicon, we will show it instead of the default pretix " "icon. We recommend a size of at least 200x200px to accommodate most devices." msgstr "" -#: pretix/control/forms/organizer.py:330 +#: pretix/control/forms/organizer.py:332 #, fuzzy #| msgid "Your changes have been saved." msgid "Length of gift card codes" msgstr "Dina ändringar har sparats." -#: pretix/control/forms/organizer.py:331 +#: pretix/control/forms/organizer.py:333 msgid "" "The system generates by default {}-character long gift card codes. However, " "if a different length is required, it can be set here." msgstr "" -#: pretix/control/forms/organizer.py:336 +#: pretix/control/forms/organizer.py:338 #, fuzzy #| msgid "Your changes have been saved." msgid "Validity of gift card codes in years" msgstr "Dina ändringar har sparats." -#: pretix/control/forms/organizer.py:337 +#: pretix/control/forms/organizer.py:339 msgid "" "If you set a number here, gift cards will by default expire at the end of " "the year after this many years. If you keep it empty, gift cards do not have " "an explicit expiry date." msgstr "" -#: pretix/control/forms/organizer.py:352 +#: pretix/control/forms/organizer.py:354 msgctxt "webhooks" msgid "Event types" msgstr "" -#: pretix/control/forms/organizer.py:383 +#: pretix/control/forms/organizer.py:385 msgid "Gift card value" msgstr "" @@ -9483,7 +9495,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/organizers/detail.html:43 #: pretix/control/templates/pretixcontrol/organizers/giftcards.html:38 #: pretix/control/templates/pretixcontrol/organizers/index.html:18 -#: pretix/control/templates/pretixcontrol/search/orders.html:27 +#: pretix/control/templates/pretixcontrol/search/orders.html:33 #: pretix/control/templates/pretixcontrol/subevents/index.html:41 #: pretix/control/templates/pretixcontrol/users/index.html:22 #: pretix/control/templates/pretixcontrol/vouchers/index.html:54 @@ -9568,7 +9580,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/order/pay.html:33 #: pretix/control/templates/pretixcontrol/order/pay_complete.html:28 #: pretix/control/templates/pretixcontrol/order/reactivate.html:30 -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:155 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:169 #: pretix/control/templates/pretixcontrol/order/refund_done.html:26 #: pretix/control/templates/pretixcontrol/order/refund_process.html:47 #: pretix/control/templates/pretixcontrol/order/refund_start.html:51 @@ -9620,9 +9632,9 @@ msgstr "" #: pretix/control/templates/pretixcontrol/checkin/list_edit.html:10 #: pretix/control/templates/pretixcontrol/checkin/list_edit.html:17 -#: pretix/plugins/checkinlists/exporters.py:38 -#: pretix/plugins/checkinlists/exporters.py:88 -#: pretix/plugins/checkinlists/exporters.py:315 +#: pretix/plugins/checkinlists/exporters.py:39 +#: pretix/plugins/checkinlists/exporters.py:107 +#: pretix/plugins/checkinlists/exporters.py:374 #: pretix/plugins/pretixdroid/forms.py:39 #: pretix/plugins/pretixdroid/models.py:24 #: pretix/plugins/pretixdroid/templates/pretixplugins/pretixdroid/configuration.html:79 @@ -10310,7 +10322,7 @@ msgid "Installed plugins" msgstr "" #: pretix/control/templates/pretixcontrol/event/plugins.html:10 -#: pretix/control/views/checkin.py:260 pretix/control/views/event.py:177 +#: pretix/control/views/checkin.py:264 pretix/control/views/event.py:177 #: pretix/control/views/event.py:317 pretix/control/views/event.py:396 #: pretix/control/views/event.py:436 pretix/control/views/event.py:594 #: pretix/control/views/event.py:785 pretix/control/views/event.py:1135 @@ -10473,14 +10485,14 @@ msgid "Basics" msgstr "" #: pretix/control/templates/pretixcontrol/event/settings.html:31 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:44 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:46 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:349 #: pretix/control/templates/pretixcontrol/subevents/detail.html:32 msgid "Geo coordinates" msgstr "" #: pretix/control/templates/pretixcontrol/event/settings.html:32 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:45 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:47 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:271 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:275 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:350 @@ -10491,7 +10503,7 @@ msgid "Optional" msgstr "(valfritt)" #: pretix/control/templates/pretixcontrol/event/settings.html:39 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:52 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:54 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:357 #: pretix/control/templates/pretixcontrol/subevents/detail.html:40 msgid "Geocoding data © OpenStreetMap" @@ -10523,7 +10535,7 @@ msgid "Shop design" msgstr "" #: pretix/control/templates/pretixcontrol/event/settings.html:124 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:74 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:76 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:392 #: pretix/control/templates/pretixcontrol/subevents/detail.html:76 msgid "Timeline" @@ -10761,7 +10773,7 @@ msgid "" "We strongly recommend against using short forms of more then 16 characters." msgstr "" -#: pretix/control/templates/pretixcontrol/events/create_basics.html:68 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:70 msgid "Display settings" msgstr "" @@ -10779,7 +10791,40 @@ msgid "" "that contain the event name." msgstr "" -#: pretix/control/templates/pretixcontrol/events/create_foundation.html:10 +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:13 +msgid "Singular event or non-event shop" +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:15 +msgid "" +"An event with individual configuration. If you create more events later, you " +"can copy the event to save yourself some work." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:21 +msgid "" +"Examples: Conferences, workshops, trade fairs, one-off concerts, sale of " +"digital content, multi-day events with combination tickets." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:32 +msgid "Event series or time slot booking" +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:34 +msgid "" +"A series of events that share the same configuration. They can still be " +"different in their dates, locations, prices, and capacities." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:40 +msgid "" +"Examples: Multiple presentations of the same show, same concert in multiple " +"locations, museums, libraries, or swimming pools, events that need to be " +"booked together in one cart." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:53 msgid "" "Please note that you will only be able to delete your event until the first " "order has been created." @@ -11198,8 +11243,8 @@ msgstr "" #: pretix/control/templates/pretixcontrol/items/question.html:20 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:14 #: pretix/control/templates/pretixcontrol/orders/overview.html:68 -#: pretix/plugins/checkinlists/exporters.py:343 -#: pretix/plugins/reports/exporters.py:223 +#: pretix/plugins/checkinlists/exporters.py:402 +#: pretix/plugins/reports/exporters.py:226 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:17 msgid "Paid" msgstr "Betald" @@ -12013,10 +12058,10 @@ msgstr "Avgifter" #: pretix/control/templates/pretixcontrol/order/index.html:550 #: pretix/control/templates/pretixcontrol/orders/overview.html:69 #: pretix/control/templates/pretixcontrol/orders/overview.html:146 -#: pretix/plugins/reports/exporters.py:223 -#: pretix/plugins/reports/exporters.py:278 -#: pretix/plugins/reports/exporters.py:447 -#: pretix/plugins/reports/exporters.py:591 +#: pretix/plugins/reports/exporters.py:226 +#: pretix/plugins/reports/exporters.py:281 +#: pretix/plugins/reports/exporters.py:450 +#: pretix/plugins/reports/exporters.py:594 #: pretix/presale/templates/pretixpresale/event/fragment_cart.html:292 msgid "Total" msgstr "Totalt" @@ -12211,52 +12256,52 @@ msgctxt "amount_label" msgid "Automatically refund" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:59 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:63 msgid "Automatically refund full amount" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:62 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:66 msgid "This payment method does not support automatic refunds." msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:70 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:74 msgid "Transfer to other order" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:73 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:77 msgctxt "amount_label" msgid "Transfer" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:81 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:85 msgctxt "order_label" msgid "to" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:91 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:95 #: pretix/control/templates/pretixcontrol/organizers/giftcard_create.html:5 msgid "Create a new gift card" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:103 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:113 msgid "" "The gift card can be used to buy tickets for all events of this organizer." msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:111 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:121 msgid "Manual refund" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:114 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:124 msgctxt "amount_label" msgid "Manually refund" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:125 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:139 msgid "Keep transfer as to do" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:129 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:143 #: pretix/control/templates/pretixcontrol/order/refund_done.html:5 #: pretix/control/templates/pretixcontrol/order/refund_done.html:9 #: pretix/control/templates/pretixcontrol/order/refund_process.html:6 @@ -12264,7 +12309,7 @@ msgstr "" msgid "Mark refund as done" msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:139 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:153 msgid "" "Any payments that you selected for automatical refunds will be immediately " "communicate the refund request to the respective payment provider. Manual " @@ -12272,7 +12317,7 @@ msgid "" "done once you actually transferred the money back to the customer." msgstr "" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:160 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:174 msgid "Perform refund" msgstr "" @@ -12505,29 +12550,29 @@ msgid "Remove filter" msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:132 -#: pretix/control/templates/pretixcontrol/search/orders.html:78 +#: pretix/control/templates/pretixcontrol/search/orders.html:83 msgid "CANCELLATION REQUESTED" msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:135 #: pretix/control/templates/pretixcontrol/orders/index.html:137 -#: pretix/control/templates/pretixcontrol/search/orders.html:81 -#: pretix/control/templates/pretixcontrol/search/orders.html:83 +#: pretix/control/templates/pretixcontrol/search/orders.html:86 +#: pretix/control/templates/pretixcontrol/search/orders.html:88 msgid "REFUND PENDING" msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:140 -#: pretix/control/templates/pretixcontrol/search/orders.html:86 +#: pretix/control/templates/pretixcontrol/search/orders.html:91 msgid "OVERPAID" msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:142 -#: pretix/control/templates/pretixcontrol/search/orders.html:88 +#: pretix/control/templates/pretixcontrol/search/orders.html:93 msgid "UNDERPAID" msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:144 -#: pretix/control/templates/pretixcontrol/search/orders.html:90 +#: pretix/control/templates/pretixcontrol/search/orders.html:95 msgid "FULLY PAID" msgstr "" @@ -12567,7 +12612,7 @@ msgid "" msgstr "" #: pretix/control/templates/pretixcontrol/orders/overview.html:61 -#: pretix/plugins/reports/exporters.py:219 +#: pretix/plugins/reports/exporters.py:222 msgid "Purchased" msgstr "" @@ -13221,7 +13266,7 @@ msgstr "" msgid "pretix Logo" msgstr "" -#: pretix/control/templates/pretixcontrol/search/orders.html:99 +#: pretix/control/templates/pretixcontrol/search/orders.html:104 msgid "" "We couldn't find any orders that you have access to and that match your " "search query." @@ -14295,15 +14340,15 @@ msgstr "" msgid "The selected check-ins have been reverted." msgstr "" -#: pretix/control/views/checkin.py:163 +#: pretix/control/views/checkin.py:167 msgid "The selected tickets have been marked as checked in." msgstr "" -#: pretix/control/views/checkin.py:227 +#: pretix/control/views/checkin.py:231 msgid "The new check-in list has been created." msgstr "" -#: pretix/control/views/checkin.py:234 pretix/control/views/checkin.py:277 +#: pretix/control/views/checkin.py:238 pretix/control/views/checkin.py:281 #: pretix/control/views/event.py:206 pretix/control/views/event.py:399 #: pretix/control/views/event.py:439 pretix/control/views/event.py:597 #: pretix/control/views/event.py:754 pretix/control/views/event.py:1094 @@ -14318,11 +14363,11 @@ msgstr "" msgid "We could not save your changes. See below for details." msgstr "" -#: pretix/control/views/checkin.py:256 pretix/control/views/checkin.py:293 +#: pretix/control/views/checkin.py:260 pretix/control/views/checkin.py:297 msgid "The requested list does not exist." msgstr "" -#: pretix/control/views/checkin.py:302 +#: pretix/control/views/checkin.py:306 msgid "The selected list has been deleted." msgstr "" @@ -14555,7 +14600,7 @@ msgstr "" msgid "Could not update the comment." msgstr "" -#: pretix/control/views/event.py:1061 pretix/control/views/main.py:296 +#: pretix/control/views/event.py:1061 pretix/control/views/main.py:276 msgid "VAT" msgstr "" @@ -15537,30 +15582,30 @@ msgstr "" msgid "8 portrait A7 pages on one A4 page" msgstr "" -#: pretix/plugins/badges/exporters.py:186 +#: pretix/plugins/badges/exporters.py:194 msgid "None of the selected products is configured to print badges." msgstr "" -#: pretix/plugins/badges/exporters.py:192 +#: pretix/plugins/badges/exporters.py:200 msgid "Attendee badges" msgstr "" -#: pretix/plugins/badges/exporters.py:212 +#: pretix/plugins/badges/exporters.py:220 #: pretix/plugins/ticketoutputpdf/exporters.py:32 msgid "Include pending orders" msgstr "" -#: pretix/plugins/badges/exporters.py:217 +#: pretix/plugins/badges/exporters.py:225 msgid "Include add-on or bundled positions" msgstr "" -#: pretix/plugins/badges/exporters.py:222 +#: pretix/plugins/badges/exporters.py:230 #, fuzzy #| msgid "Net total" msgid "Rendering option" msgstr "Totalt" -#: pretix/plugins/badges/exporters.py:227 +#: pretix/plugins/badges/exporters.py:235 msgid "" "This option allows you to align multiple badges on one page, for example if " "you want to print to a sheet of stickers with a regular office printer. " @@ -15568,10 +15613,10 @@ msgid "" "correct size." msgstr "" -#: pretix/plugins/badges/exporters.py:233 -#: pretix/plugins/checkinlists/exporters.py:56 -#: pretix/plugins/reports/exporters.py:315 -#: pretix/plugins/reports/exporters.py:487 +#: pretix/plugins/badges/exporters.py:241 +#: pretix/plugins/checkinlists/exporters.py:71 +#: pretix/plugins/reports/exporters.py:318 +#: pretix/plugins/reports/exporters.py:490 #: pretix/plugins/ticketoutputpdf/exporters.py:37 msgid "Sort by" msgstr "" @@ -16095,33 +16140,41 @@ msgstr "" msgid "This plugin allows you to generate check-in lists for your conference." msgstr "" -#: pretix/plugins/checkinlists/exporters.py:46 +#: pretix/plugins/checkinlists/exporters.py:50 +msgid "Only include tickets for dates on or after this date." +msgstr "" + +#: pretix/plugins/checkinlists/exporters.py:57 +msgid "Only include tickets for dates on or before this date." +msgstr "" + +#: pretix/plugins/checkinlists/exporters.py:61 msgid "Include QR-code secret" msgstr "" -#: pretix/plugins/checkinlists/exporters.py:51 +#: pretix/plugins/checkinlists/exporters.py:66 msgid "Only tickets requiring special attention" msgstr "" -#: pretix/plugins/checkinlists/exporters.py:71 +#: pretix/plugins/checkinlists/exporters.py:86 msgid "Include questions" msgstr "" -#: pretix/plugins/checkinlists/exporters.py:183 +#: pretix/plugins/checkinlists/exporters.py:222 msgid "Check-in list (PDF)" msgstr "" #. Translators: maximum 5 characters -#: pretix/plugins/checkinlists/exporters.py:234 +#: pretix/plugins/checkinlists/exporters.py:284 msgctxt "tablehead" msgid "paid" msgstr "" -#: pretix/plugins/checkinlists/exporters.py:337 +#: pretix/plugins/checkinlists/exporters.py:396 msgid "Automatically checked in" msgstr "" -#: pretix/plugins/checkinlists/exporters.py:346 +#: pretix/plugins/checkinlists/exporters.py:405 #: pretix/plugins/paypal/payment.py:86 msgid "Secret" msgstr "" @@ -16202,45 +16255,45 @@ msgid "" "to send any payments." msgstr "" -#: pretix/plugins/paypal/payment.py:205 pretix/plugins/paypal/payment.py:291 -#: pretix/plugins/paypal/payment.py:306 pretix/plugins/paypal/payment.py:309 -#: pretix/plugins/paypal/payment.py:367 +#: pretix/plugins/paypal/payment.py:205 pretix/plugins/paypal/payment.py:298 +#: pretix/plugins/paypal/payment.py:313 pretix/plugins/paypal/payment.py:316 +#: pretix/plugins/paypal/payment.py:374 pretix/plugins/paypal/payment.py:515 msgid "We had trouble communicating with PayPal" msgstr "" -#: pretix/plugins/paypal/payment.py:323 pretix/plugins/paypal/payment.py:332 -#: pretix/plugins/paypal/payment.py:393 +#: pretix/plugins/paypal/payment.py:330 pretix/plugins/paypal/payment.py:339 +#: pretix/plugins/paypal/payment.py:400 msgid "" "We were unable to process your payment. See below for details on how to " "proceed." msgstr "" -#: pretix/plugins/paypal/payment.py:374 pretix/plugins/paypal/payment.py:383 +#: pretix/plugins/paypal/payment.py:381 pretix/plugins/paypal/payment.py:390 msgid "" "PayPal has not yet approved the payment. We will inform you as soon as the " "payment completed." msgstr "" -#: pretix/plugins/paypal/payment.py:408 pretix/plugins/stripe/payment.py:435 +#: pretix/plugins/paypal/payment.py:415 pretix/plugins/stripe/payment.py:435 #: pretix/plugins/stripe/payment.py:787 msgid "There was an error sending the confirmation mail." msgstr "" -#: pretix/plugins/paypal/payment.py:485 pretix/plugins/paypal/payment.py:492 +#: pretix/plugins/paypal/payment.py:492 pretix/plugins/paypal/payment.py:499 msgid "Refunding the amount via PayPal failed: {}" msgstr "" -#: pretix/plugins/paypal/payment.py:591 pretix/plugins/paypal/payment.py:599 +#: pretix/plugins/paypal/payment.py:615 pretix/plugins/paypal/payment.py:623 #, fuzzy #| msgid "The presale for this event has not yet started." msgid "The payment for this invoice has already been received." msgstr "Förköp för detta evenemang har ännu inte påbörjats." -#: pretix/plugins/paypal/payment.py:592 pretix/plugins/paypal/payment.py:600 +#: pretix/plugins/paypal/payment.py:616 pretix/plugins/paypal/payment.py:624 msgid "PayPal payment ID" msgstr "" -#: pretix/plugins/paypal/payment.py:594 +#: pretix/plugins/paypal/payment.py:618 msgid "PayPal sale ID" msgstr "" @@ -16611,48 +16664,48 @@ msgstr "" msgid "Created: %s" msgstr "" -#: pretix/plugins/reports/exporters.py:153 +#: pretix/plugins/reports/exporters.py:156 msgid "Order overview (PDF)" msgstr "" -#: pretix/plugins/reports/exporters.py:197 +#: pretix/plugins/reports/exporters.py:200 #: pretix/plugins/statistics/templates/pretixplugins/statistics/index.html:58 msgid "Orders by product" msgstr "" -#: pretix/plugins/reports/exporters.py:202 +#: pretix/plugins/reports/exporters.py:205 #, python-brace-format msgid "{axis} between {start} and {end}" msgstr "" -#: pretix/plugins/reports/exporters.py:227 -#: pretix/plugins/reports/exporters.py:228 -#: pretix/plugins/reports/exporters.py:229 #: pretix/plugins/reports/exporters.py:230 #: pretix/plugins/reports/exporters.py:231 +#: pretix/plugins/reports/exporters.py:232 +#: pretix/plugins/reports/exporters.py:233 +#: pretix/plugins/reports/exporters.py:234 msgid "#" msgstr "" -#: pretix/plugins/reports/exporters.py:299 +#: pretix/plugins/reports/exporters.py:302 msgid "List of orders with taxes (PDF)" msgstr "" -#: pretix/plugins/reports/exporters.py:376 +#: pretix/plugins/reports/exporters.py:379 #, python-brace-format msgid "Orders by tax rate ({currency})" msgstr "" -#: pretix/plugins/reports/exporters.py:385 -#: pretix/plugins/reports/exporters.py:521 +#: pretix/plugins/reports/exporters.py:388 +#: pretix/plugins/reports/exporters.py:524 msgid "Gross" msgstr "" -#: pretix/plugins/reports/exporters.py:385 -#: pretix/plugins/reports/exporters.py:521 +#: pretix/plugins/reports/exporters.py:388 +#: pretix/plugins/reports/exporters.py:524 msgid "Tax" msgstr "" -#: pretix/plugins/reports/exporters.py:470 +#: pretix/plugins/reports/exporters.py:473 msgid "List of orders with taxes" msgstr "" @@ -17719,7 +17772,7 @@ msgid "Show all events of %(name)s" msgstr "Visa alla evenemang från %(name)s" #: pretix/presale/templates/pretixpresale/event/base.html:98 -#: pretix/presale/templates/pretixpresale/event/base.html:128 +#: pretix/presale/templates/pretixpresale/event/base.html:132 msgid "" "This ticket shop is currently in test mode. Please do not perform any real " "purchases as your order might be deleted without notice." @@ -17728,17 +17781,17 @@ msgstr "" "bort utan förvarning." #: pretix/presale/templates/pretixpresale/event/base.html:104 -#: pretix/presale/templates/pretixpresale/event/base.html:134 +#: pretix/presale/templates/pretixpresale/event/base.html:138 msgid "" "Orders made through this sales channel cannot be deleted - even if the " "ticket shop is in test mode!" msgstr "" -#: pretix/presale/templates/pretixpresale/event/base.html:142 +#: pretix/presale/templates/pretixpresale/event/base.html:146 msgid "Contact event organizer" msgstr "Kontakta arrangör" -#: pretix/presale/templates/pretixpresale/event/base.html:145 +#: pretix/presale/templates/pretixpresale/event/base.html:149 msgid "Imprint" msgstr "Imprint" @@ -18171,6 +18224,11 @@ msgstr "Antal av %(item)s att beställa" msgid "Go" msgstr "Gå" +#: pretix/presale/templates/pretixpresale/event/fragment_subevent_calendar_week.html:21 +#: pretix/presale/templates/pretixpresale/organizers/calendar_week.html:48 +msgid "W" +msgstr "" + #: pretix/presale/templates/pretixpresale/event/fragment_subevent_list.html:21 #: pretix/presale/templates/pretixpresale/event/fragment_subevent_list.html:30 #: pretix/presale/templates/pretixpresale/fragment_calendar.html:71 @@ -18849,19 +18907,19 @@ msgstr "" msgid "Please enter positive numbers only." msgstr "" -#: pretix/presale/views/cart.py:338 +#: pretix/presale/views/cart.py:340 msgid "We applied the voucher to as many products in your cart as we could." msgstr "" -#: pretix/presale/views/cart.py:360 +#: pretix/presale/views/cart.py:362 msgid "Your cart has been updated." msgstr "" -#: pretix/presale/views/cart.py:363 pretix/presale/views/cart.py:385 +#: pretix/presale/views/cart.py:365 pretix/presale/views/cart.py:387 msgid "Your cart is now empty." msgstr "" -#: pretix/presale/views/cart.py:400 +#: pretix/presale/views/cart.py:402 msgid "The products have been successfully added to your cart." msgstr "" diff --git a/src/pretix/locale/sv/LC_MESSAGES/djangojs.po b/src/pretix/locale/sv/LC_MESSAGES/djangojs.po index 67ef095bc..720c0d445 100644 --- a/src/pretix/locale/sv/LC_MESSAGES/djangojs.po +++ b/src/pretix/locale/sv/LC_MESSAGES/djangojs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-05-13 16:45+0000\n" +"POT-Creation-Date: 2020-06-10 16:02+0000\n" "PO-Revision-Date: 2019-08-11 00:00+0000\n" "Last-Translator: Tobias Sundgren \n" "Language-Team: Swedish \n" "Language-Team: Turkish " msgid "Empty, if this product is not an admission ticket" msgstr "Boş, eğer bu ürün giriş bileti değilse" -#: pretix/base/models/orders.py:1069 pretix/base/models/orders.py:2110 +#: pretix/base/models/orders.py:1069 pretix/base/models/orders.py:2137 #: pretix/base/settings.py:537 msgid "Company name" msgstr "Şirket Adı" -#: pretix/base/models/orders.py:1073 pretix/base/models/orders.py:2117 +#: pretix/base/models/orders.py:1073 pretix/base/models/orders.py:2144 #: pretix/base/settings.py:32 pretix/plugins/stripe/payment.py:150 msgid "Select country" msgstr "Ülke seçin" -#: pretix/base/models/orders.py:1204 +#: pretix/base/models/orders.py:1231 msgctxt "payment_state" msgid "created" msgstr "Oluşturuldu" -#: pretix/base/models/orders.py:1205 +#: pretix/base/models/orders.py:1232 msgctxt "payment_state" msgid "pending" msgstr "bekleniyor" -#: pretix/base/models/orders.py:1206 +#: pretix/base/models/orders.py:1233 msgctxt "payment_state" msgid "confirmed" msgstr "onaylandı" -#: pretix/base/models/orders.py:1207 +#: pretix/base/models/orders.py:1234 msgctxt "payment_state" msgid "canceled" msgstr "iptal edildi" -#: pretix/base/models/orders.py:1208 +#: pretix/base/models/orders.py:1235 msgctxt "payment_state" msgid "failed" msgstr "başarısız oldu" -#: pretix/base/models/orders.py:1209 +#: pretix/base/models/orders.py:1236 msgctxt "payment_state" msgid "refunded" msgstr "iade edildi" -#: pretix/base/models/orders.py:1237 pretix/base/models/orders.py:1608 +#: pretix/base/models/orders.py:1264 pretix/base/models/orders.py:1635 #: pretix/base/shredder.py:352 msgid "Payment information" msgstr "Ödeme bilgileri" -#: pretix/base/models/orders.py:1430 +#: pretix/base/models/orders.py:1457 #, fuzzy, python-format #| msgid "Order approved and confirmed: %(code)s" msgid "Event registration confirmed: %(code)s" msgstr "Sipariş onaylandı ve onaylandı: %(code)s" -#: pretix/base/models/orders.py:1448 +#: pretix/base/models/orders.py:1475 #, python-format msgid "Payment received for your order: %(code)s" msgstr "Siparişiniz için ödeme alındı: %(code)s" -#: pretix/base/models/orders.py:1554 +#: pretix/base/models/orders.py:1581 msgctxt "refund_state" msgid "started externally" msgstr "dışarıdan başladı" -#: pretix/base/models/orders.py:1555 +#: pretix/base/models/orders.py:1582 msgctxt "refund_state" msgid "created" msgstr "oluşturuldu" -#: pretix/base/models/orders.py:1556 +#: pretix/base/models/orders.py:1583 msgctxt "refund_state" msgid "in transit" msgstr "transit olarak" -#: pretix/base/models/orders.py:1557 +#: pretix/base/models/orders.py:1584 msgctxt "refund_state" msgid "done" msgstr "tamam" -#: pretix/base/models/orders.py:1558 +#: pretix/base/models/orders.py:1585 msgctxt "refund_state" msgid "failed" msgstr "başarısız oldu" -#: pretix/base/models/orders.py:1560 +#: pretix/base/models/orders.py:1587 msgctxt "refund_state" msgid "canceled" msgstr "iptal edildi" -#: pretix/base/models/orders.py:1568 +#: pretix/base/models/orders.py:1595 msgctxt "refund_source" msgid "Organizer" msgstr "Organizatör" -#: pretix/base/models/orders.py:1569 +#: pretix/base/models/orders.py:1596 msgctxt "refund_source" msgid "Customer" msgstr "Müşteri" -#: pretix/base/models/orders.py:1570 +#: pretix/base/models/orders.py:1597 msgctxt "refund_source" msgid "External" msgstr "Harici" -#: pretix/base/models/orders.py:1714 +#: pretix/base/models/orders.py:1741 msgid "Payment fee" msgstr "Ödeme ücreti" -#: pretix/base/models/orders.py:1715 +#: pretix/base/models/orders.py:1742 msgid "Shipping fee" msgstr "Nakliye ücreti" -#: pretix/base/models/orders.py:1716 +#: pretix/base/models/orders.py:1743 msgid "Service fee" msgstr "Servis ücreti" -#: pretix/base/models/orders.py:1717 +#: pretix/base/models/orders.py:1744 #: pretix/control/templates/pretixcontrol/order/index.html:133 #, fuzzy #| msgid "Cancellation" msgid "Cancellation fee" msgstr "İptal" -#: pretix/base/models/orders.py:1718 +#: pretix/base/models/orders.py:1745 msgid "Other fees" msgstr "Diğer ücretler" -#: pretix/base/models/orders.py:1719 pretix/base/payment.py:1005 +#: pretix/base/models/orders.py:1746 pretix/base/payment.py:1005 #: pretix/control/templates/pretixcontrol/order/index.html:128 msgid "Gift card" msgstr "Hediye kartı" -#: pretix/base/models/orders.py:1724 +#: pretix/base/models/orders.py:1751 #: pretix/control/templates/pretixcontrol/organizers/giftcard.html:65 #: pretix/control/templates/pretixcontrol/organizers/giftcard.html:103 #: pretix/control/views/vouchers.py:70 msgid "Value" msgstr "Değer" -#: pretix/base/models/orders.py:1861 +#: pretix/base/models/orders.py:1888 msgid "Order position" msgstr "Sipariş pozisyonu" -#: pretix/base/models/orders.py:2036 pretix/base/services/orders.py:846 +#: pretix/base/models/orders.py:2063 pretix/base/services/orders.py:846 #, fuzzy, python-format #| msgid "Your order: %(code)s" msgid "Your event registration: %(code)s" msgstr "Siparişiniz: %(code)s" -#: pretix/base/models/orders.py:2065 +#: pretix/base/models/orders.py:2092 msgid "Cart ID (e.g. session key)" msgstr "Sepet kimliği (ör. oturum anahtarı)" -#: pretix/base/models/orders.py:2083 +#: pretix/base/models/orders.py:2110 msgid "Cart position" msgstr "Sepet pozisyonu" -#: pretix/base/models/orders.py:2084 +#: pretix/base/models/orders.py:2111 msgid "Cart positions" msgstr "Sepet pozisyonları" -#: pretix/base/models/orders.py:2121 +#: pretix/base/models/orders.py:2148 msgid "Only for business customers within the EU." msgstr "Sadece AB içindeki kurumsal müşteriler için." -#: pretix/base/models/orders.py:2126 +#: pretix/base/models/orders.py:2153 msgid "This reference will be printed on your invoice for your convenience." msgstr "" "Bu referans, sizin için rahat olması amacıyla faturanızda yazdırılacaktır." @@ -3211,9 +3213,9 @@ msgstr "" "içermelidir. Her dizi sadece bir kez kullanılabilir. Bu, URL'lerde " "düzenleyici hesaplarınıza ve etkinliklerinize başvurmak için kullanılıyor." -#: pretix/base/models/organizer.py:52 pretix/control/forms/event.py:68 -#: pretix/control/forms/event.py:74 pretix/control/forms/filter.py:338 -#: pretix/control/forms/filter.py:614 +#: pretix/base/models/organizer.py:52 pretix/control/forms/event.py:63 +#: pretix/control/forms/event.py:69 pretix/control/forms/filter.py:338 +#: pretix/control/forms/filter.py:666 #: pretix/control/templates/pretixcontrol/events/index.html:68 #: pretix/control/templates/pretixcontrol/organizers/base.html:4 #: pretix/control/templates/pretixcontrol/organizers/edit.html:9 @@ -3294,7 +3296,7 @@ msgid "%(name)s on %(object)s" msgstr "%(name)s %(object)sde" #: pretix/base/models/organizer.py:252 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:82 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:84 msgid "Team" msgstr "Ekip" @@ -3308,22 +3310,22 @@ msgstr "Ekipler" msgid "Invite to team '{team}' for '{email}'" msgstr "{email} ile {team} takımına davet et" -#: pretix/base/models/seating.py:23 +#: pretix/base/models/seating.py:24 msgid "Your layout file is not a valid JSON file." msgstr "" -#: pretix/base/models/seating.py:32 +#: pretix/base/models/seating.py:33 msgid "Your layout file is not a valid seating plan. Error message: {}" msgstr "" -#: pretix/base/models/seating.py:145 +#: pretix/base/models/seating.py:152 #, fuzzy, python-brace-format #| msgctxt "invoice" #| msgid "Invoice number" msgid "Row {number}" msgstr "Fatura numarası" -#: pretix/base/models/seating.py:150 +#: pretix/base/models/seating.py:157 #, fuzzy, python-brace-format #| msgid "Team name" msgid "Seat {number}" @@ -3408,7 +3410,7 @@ msgstr "Ürün fiyatını azalt(%)" #: pretix/control/templates/pretixcontrol/vouchers/index.html:19 #: pretix/control/templates/pretixcontrol/vouchers/index.html:100 #: pretix/control/views/vouchers.py:69 pretix/control/views/waitinglist.py:199 -#: pretix/plugins/checkinlists/exporters.py:359 +#: pretix/plugins/checkinlists/exporters.py:418 #: pretix/presale/templates/pretixpresale/event/fragment_cart.html:316 #: pretix/presale/templates/pretixpresale/event/index.html:278 msgid "Voucher code" @@ -3443,7 +3445,7 @@ msgstr "" msgid "Valid until" msgstr "Kadar geçerli" -#: pretix/base/models/vouchers.py:131 pretix/control/forms/filter.py:955 +#: pretix/base/models/vouchers.py:131 pretix/control/forms/filter.py:1007 msgid "Reserve ticket from quota" msgstr "Kotadan rezervasyon bileti" @@ -3731,7 +3733,7 @@ msgctxt "subevent" msgid "Dates" msgstr "Tarihler" -#: pretix/base/notifications.py:184 pretix/base/pdf.py:130 +#: pretix/base/notifications.py:184 pretix/base/pdf.py:135 msgid "Event date" msgstr "Etkinlik tarihi" @@ -4350,7 +4352,7 @@ msgstr "Bilet kodu (barkod içeriği)" msgid "Order position number" msgstr "Sipariş pozisyonu" -#: pretix/base/pdf.py:64 pretix/control/forms/event.py:1263 +#: pretix/base/pdf.py:64 pretix/control/forms/event.py:1262 #: pretix/control/templates/pretixcontrol/items/index.html:33 msgid "Product name" msgstr "Ürün adı" @@ -4406,126 +4408,141 @@ msgstr "" msgid "Attendee company" msgstr "Katılımcı e-postası" -#: pretix/base/pdf.py:114 pretix/base/pdf.py:212 +#: pretix/base/pdf.py:114 pretix/base/pdf.py:217 #: pretix/base/services/tickets.py:96 pretix/control/views/pdf.py:80 msgid "Sample company" msgstr "Örnek şirket" #: pretix/base/pdf.py:118 #, fuzzy +#| msgid "Attendee badges" +msgid "Full attendee address" +msgstr "Katılımcı rozetleri" + +#: pretix/base/pdf.py:119 +msgid "" +"John Doe\n" +"Sample company\n" +"Sesame Street 42\n" +"12345 Any City\n" +"Atlantis" +msgstr "" + +#: pretix/base/pdf.py:123 +#, fuzzy #| msgid "Attendee email" msgid "Attendee country" msgstr "Katılımcı e-postası" -#: pretix/base/pdf.py:126 +#: pretix/base/pdf.py:131 msgid "Sample event name" msgstr "Örnek etkinlik adı" -#: pretix/base/pdf.py:131 +#: pretix/base/pdf.py:136 msgid "May 31st, 2017" msgstr "31 May, 2017" -#: pretix/base/pdf.py:135 +#: pretix/base/pdf.py:140 msgid "Event date range" msgstr "Etkinlik tarih aralığı" -#: pretix/base/pdf.py:136 +#: pretix/base/pdf.py:141 msgid "May 31st – June 4th, 2017" msgstr "31 Mayıs - 4 Haziran, 2017" -#: pretix/base/pdf.py:140 +#: pretix/base/pdf.py:145 msgid "Event begin date and time" msgstr "Etkinlik başlangıç tarihi ve saati" -#: pretix/base/pdf.py:141 +#: pretix/base/pdf.py:146 msgid "2017-05-31 20:00" msgstr "2017-05-31 20:00" -#: pretix/base/pdf.py:148 +#: pretix/base/pdf.py:153 #, fuzzy #| msgid "Event begin time" msgid "Event begin date" msgstr "Etkinlik başlangıç zamanı" -#: pretix/base/pdf.py:149 pretix/base/pdf.py:170 pretix/base/pdf.py:244 +#: pretix/base/pdf.py:154 pretix/base/pdf.py:175 pretix/base/pdf.py:249 #, fuzzy #| msgid "2017-05-31 20:00" msgid "2017-05-31" msgstr "2017-05-31 20:00" -#: pretix/base/pdf.py:156 +#: pretix/base/pdf.py:161 msgid "Event begin time" msgstr "Etkinlik başlangıç zamanı" -#: pretix/base/pdf.py:157 +#: pretix/base/pdf.py:162 msgid "20:00" msgstr "20:00" -#: pretix/base/pdf.py:161 +#: pretix/base/pdf.py:166 msgid "Event end date and time" msgstr "Etkinlik bitiş tarihi ve saati" -#: pretix/base/pdf.py:162 +#: pretix/base/pdf.py:167 msgid "2017-05-31 22:00" msgstr "2017-05-31 22:00" -#: pretix/base/pdf.py:169 +#: pretix/base/pdf.py:174 #, fuzzy #| msgid "Event end time" msgid "Event end date" msgstr "Etkinlik bitiş saati" -#: pretix/base/pdf.py:178 +#: pretix/base/pdf.py:183 msgid "22:00" msgstr "22:00" -#: pretix/base/pdf.py:185 +#: pretix/base/pdf.py:190 msgid "Event admission date and time" msgstr "Etkinlik kabul tarihi ve saati" -#: pretix/base/pdf.py:186 pretix/base/pdf.py:252 +#: pretix/base/pdf.py:191 pretix/base/pdf.py:257 msgid "2017-05-31 19:00" msgstr "2017-05-31 19:00" -#: pretix/base/pdf.py:193 +#: pretix/base/pdf.py:198 msgid "Event admission time" msgstr "Etkinlik kabul süresi" -#: pretix/base/pdf.py:194 pretix/base/pdf.py:260 +#: pretix/base/pdf.py:199 pretix/base/pdf.py:265 msgid "19:00" msgstr "19:00" -#: pretix/base/pdf.py:201 +#: pretix/base/pdf.py:206 msgid "Event location" msgstr "Etkinlilk yeri" -#: pretix/base/pdf.py:202 pretix/base/settings.py:559 +#: pretix/base/pdf.py:207 pretix/base/settings.py:559 msgid "Random City" msgstr "Rastgele Şehir" -#: pretix/base/pdf.py:211 +#: pretix/base/pdf.py:216 #, fuzzy #| msgid "Invoice address: company" msgid "Invoice address company" msgstr "Fatura adresi: şirket" -#: pretix/base/pdf.py:216 +#: pretix/base/pdf.py:221 #, fuzzy #| msgid "Invoice address: company" msgid "Invoice address city" msgstr "Fatura adresi: şirket" -#: pretix/base/pdf.py:217 pretix/base/services/invoices.py:340 +#: pretix/base/pdf.py:222 pretix/base/services/invoices.py:340 #, fuzzy #| msgid "Sample company" msgid "Sample city" msgstr "Örnek şirket" -#: pretix/base/pdf.py:221 +#: pretix/base/pdf.py:226 msgid "List of Add-Ons" msgstr "Eklenti Listesi" -#: pretix/base/pdf.py:222 +#: pretix/base/pdf.py:227 msgid "" "Add-on 1\n" "Add-on 2" @@ -4533,106 +4550,106 @@ msgstr "" "Eklenti 1\n" "Eklenti 2" -#: pretix/base/pdf.py:233 pretix/control/forms/filter.py:490 -#: pretix/control/forms/filter.py:492 +#: pretix/base/pdf.py:238 pretix/control/forms/filter.py:542 +#: pretix/control/forms/filter.py:544 #: pretix/control/templates/pretixcontrol/organizers/index.html:35 msgid "Organizer name" msgstr "Organizatör ismi" -#: pretix/base/pdf.py:234 +#: pretix/base/pdf.py:239 msgid "Event organizer company" msgstr "Etkinlik organizatörü şirketi" -#: pretix/base/pdf.py:238 +#: pretix/base/pdf.py:243 msgid "Organizer info text" msgstr "Organizatör bilgi metni" -#: pretix/base/pdf.py:239 +#: pretix/base/pdf.py:244 msgid "Event organizer info text" msgstr "Etkinlik organizatör bilgisi metni" -#: pretix/base/pdf.py:243 +#: pretix/base/pdf.py:248 #, fuzzy #| msgid "Creation date" msgid "Printing date" msgstr "Oluşturulma tarihi" -#: pretix/base/pdf.py:251 +#: pretix/base/pdf.py:256 #, fuzzy #| msgid "Event begin date and time" msgid "Printing date and time" msgstr "Etkinlik başlangıç tarihi ve saati" -#: pretix/base/pdf.py:259 +#: pretix/base/pdf.py:264 #, fuzzy #| msgid "Event begin time" msgid "Printing time" msgstr "Etkinlik başlangıç zamanı" -#: pretix/base/pdf.py:267 +#: pretix/base/pdf.py:272 #, fuzzy #| msgid "Full name" msgid "Seat: Full name" msgstr "Ad Soyad" -#: pretix/base/pdf.py:268 +#: pretix/base/pdf.py:273 msgid "Ground floor, Row 3, Seat 4" msgstr "" -#: pretix/base/pdf.py:270 pretix/base/pdf.py:276 -#: pretix/control/forms/orders.py:229 +#: pretix/base/pdf.py:275 pretix/base/pdf.py:281 +#: pretix/control/forms/orders.py:233 #, fuzzy #| msgid "Event admission" msgid "General admission" msgstr "Etkinlik girişi" -#: pretix/base/pdf.py:273 +#: pretix/base/pdf.py:278 #, fuzzy #| msgid "Team name" msgid "Seat: zone" msgstr "Takım ismi" -#: pretix/base/pdf.py:274 +#: pretix/base/pdf.py:279 msgid "Ground floor" msgstr "" -#: pretix/base/pdf.py:279 +#: pretix/base/pdf.py:284 msgid "Seat: row" msgstr "" -#: pretix/base/pdf.py:284 +#: pretix/base/pdf.py:289 #, fuzzy #| msgid "Street and Number" msgid "Seat: seat number" msgstr "Sokak ve numara" -#: pretix/base/pdf.py:320 +#: pretix/base/pdf.py:325 #, python-brace-format msgid "Question: {question}" msgstr "Soru: {question}" -#: pretix/base/pdf.py:321 +#: pretix/base/pdf.py:326 #, python-brace-format msgid "" msgstr "" -#: pretix/base/pdf.py:343 pretix/base/pdf.py:350 -#: pretix/plugins/badges/exporters.py:238 -#: pretix/plugins/checkinlists/exporters.py:62 -#: pretix/plugins/checkinlists/exporters.py:335 +#: pretix/base/pdf.py:348 pretix/base/pdf.py:355 +#: pretix/plugins/badges/exporters.py:246 +#: pretix/plugins/checkinlists/exporters.py:77 +#: pretix/plugins/checkinlists/exporters.py:394 #: pretix/plugins/ticketoutputpdf/exporters.py:42 #, fuzzy, python-brace-format #| msgid "Attendee name" msgid "Attendee name: {part}" msgstr "Katılımcı adı" -#: pretix/base/pdf.py:360 +#: pretix/base/pdf.py:365 #, fuzzy, python-brace-format #| msgid "Invoice address: name" msgid "Invoice address name: {part}" msgstr "Fatura adresi: isim" -#: pretix/base/pdf.py:522 pretix/plugins/ticketoutputpdf/ticketoutput.py:78 +#: pretix/base/pdf.py:527 pretix/plugins/ticketoutputpdf/ticketoutput.py:78 msgid "Ticket" msgstr "Bilet" @@ -4676,7 +4693,7 @@ msgstr "" "Sunucu çok meşgul olduğu için isteğinizi tamamen işleme koyamadık. Lütfen " "tekrar deneyin." -#: pretix/base/services/cart.py:54 pretix/presale/views/cart.py:174 +#: pretix/base/services/cart.py:54 pretix/presale/views/cart.py:176 msgid "You did not select any products." msgstr "Herhangi bir ürün seçmediniz." @@ -4980,7 +4997,7 @@ msgctxt "invoice" msgid "Attendee: {name}" msgstr "Katılımcı: {name}" -#: pretix/base/services/invoices.py:170 pretix/plugins/reports/exporters.py:215 +#: pretix/base/services/invoices.py:170 pretix/plugins/reports/exporters.py:218 msgctxt "subevent" msgid "Date: {}" msgstr "Tarih: {}" @@ -5190,7 +5207,7 @@ msgstr "" "Kartınızdaki öğelerden biri için kullanılan kupon kodu, izin verilen " "maksimum sayı kadar kullanılmış. Bu ürünü sepetinizden kaldırdık." -#: pretix/base/services/orders.py:153 pretix/control/forms/orders.py:68 +#: pretix/base/services/orders.py:153 pretix/control/forms/orders.py:69 msgid "The new expiry date needs to be in the future." msgstr "Yeni sona erme tarihinin gelecekte olması gerekiyor." @@ -5225,7 +5242,7 @@ msgid "" "order has already been redeemed." msgstr "" -#: pretix/base/services/orders.py:391 pretix/control/forms/orders.py:132 +#: pretix/base/services/orders.py:391 pretix/control/forms/orders.py:136 msgid "" "The cancellation fee cannot be higher than the payment credit of this order." msgstr "" @@ -5355,14 +5372,14 @@ msgid "" "contact the event organizer for further information." msgstr "" -#: pretix/base/services/seating.py:35 pretix/base/services/seating.py:90 +#: pretix/base/services/seating.py:35 pretix/base/services/seating.py:94 #, python-format msgid "" "You can not change the plan since seat \"%s\" is not present in the new plan " "and is already sold." msgstr "" -#: pretix/base/services/seating.py:93 +#: pretix/base/services/seating.py:97 #, python-format msgid "" "You can not change the plan since seat \"%s\" is not present in the new plan " @@ -6001,7 +6018,7 @@ msgstr "" msgid "Available languages" msgstr "Mevcut diller" -#: pretix/base/settings.py:707 pretix/control/forms/event.py:96 +#: pretix/base/settings.py:707 pretix/control/forms/event.py:91 msgid "Default language" msgstr "Varsayılan dil" @@ -6043,7 +6060,7 @@ msgstr "" msgid "Hide all products that are sold out" msgstr "" -#: pretix/base/settings.py:757 pretix/control/forms/event.py:1177 +#: pretix/base/settings.py:757 pretix/control/forms/event.py:1176 msgid "Publicly show how many tickets of a certain type are still available." msgstr "" "Belirli bir türden kaç tane biletin hala mevcut olduğunu halka açık olarak " @@ -6061,7 +6078,7 @@ msgstr "Varsayılan olarak genişletilmiş bir ürünün varyasyonlarını göst msgid "Enable waiting list" msgstr "Bekleme listesini etkinleştir" -#: pretix/base/settings.py:785 pretix/control/forms/event.py:1182 +#: pretix/base/settings.py:785 pretix/control/forms/event.py:1181 msgid "" "Once a ticket is sold out, people can add themselves to a waiting list. As " "soon as a ticket becomes available again, it will be reserved for the first " @@ -6174,7 +6191,7 @@ msgid "" msgstr "" #: pretix/base/settings.py:888 pretix/base/settings.py:896 -#: pretix/control/forms/organizer.py:292 +#: pretix/control/forms/organizer.py:293 #: pretix/presale/templates/pretixpresale/organizers/calendar.html:25 #: pretix/presale/templates/pretixpresale/organizers/calendar_week.html:25 #: pretix/presale/templates/pretixpresale/organizers/index.html:34 @@ -6182,20 +6199,20 @@ msgid "List" msgstr "Liste" #: pretix/base/settings.py:889 pretix/base/settings.py:897 -#: pretix/control/forms/organizer.py:293 +#: pretix/control/forms/organizer.py:294 #, fuzzy #| msgid "Calendar" msgid "Week calendar" msgstr "Takvim" #: pretix/base/settings.py:890 pretix/base/settings.py:898 -#: pretix/control/forms/organizer.py:294 +#: pretix/control/forms/organizer.py:295 #, fuzzy #| msgid "Calendar" msgid "Month calendar" msgstr "Takvim" -#: pretix/base/settings.py:894 pretix/control/forms/organizer.py:290 +#: pretix/base/settings.py:894 pretix/control/forms/organizer.py:291 msgid "Default overview style" msgstr "Varsayılan genel bakış stili" @@ -6239,7 +6256,7 @@ msgid "" "Otherwise, a manual refund will be created for you to process manually." msgstr "" -#: pretix/base/settings.py:952 pretix/control/forms/orders.py:586 +#: pretix/base/settings.py:952 pretix/control/forms/orders.py:590 #, fuzzy #| msgid "Cancellation" msgid "Keep a fixed cancellation fee" @@ -6249,7 +6266,7 @@ msgstr "İptal" msgid "Keep payment, shipping and service fees" msgstr "" -#: pretix/base/settings.py:973 pretix/control/forms/orders.py:591 +#: pretix/base/settings.py:973 pretix/control/forms/orders.py:595 #, fuzzy #| msgid "Cancellation" msgid "Keep a percentual cancellation fee" @@ -6313,21 +6330,21 @@ msgstr "Kredi kartı" msgid "Refund method" msgstr "Geri iade sıralaması" -#: pretix/base/settings.py:1051 pretix/control/forms/event.py:1205 +#: pretix/base/settings.py:1051 pretix/control/forms/event.py:1204 msgid "Contact address" msgstr "İletişim Adresi" -#: pretix/base/settings.py:1052 pretix/control/forms/event.py:1207 +#: pretix/base/settings.py:1052 pretix/control/forms/event.py:1206 msgid "We'll show this publicly to allow attendees to contact you." msgstr "" "Katılımcıların sizinle iletişim kurmasına izin vermek için bunu herkese açık " "olarak gösteririz." -#: pretix/base/settings.py:1060 pretix/control/forms/event.py:1199 +#: pretix/base/settings.py:1060 pretix/control/forms/event.py:1198 msgid "Imprint URL" msgstr "Künye URL'si" -#: pretix/base/settings.py:1061 pretix/control/forms/event.py:1200 +#: pretix/base/settings.py:1061 pretix/control/forms/event.py:1199 msgid "" "This should point e.g. to a part of your website that has your contact " "details and legal information." @@ -7001,113 +7018,113 @@ msgctxt "subevent" msgid "Date ordering" msgstr "Tarih sıralaması" -#: pretix/base/settings.py:1657 +#: pretix/base/settings.py:1665 msgid "Most common English titles" msgstr "" -#: pretix/base/settings.py:1667 +#: pretix/base/settings.py:1675 msgid "Most common German titles" msgstr "" -#: pretix/base/settings.py:1676 pretix/base/settings.py:1689 -#: pretix/base/settings.py:1705 pretix/base/settings.py:1755 -#: pretix/base/settings.py:1768 pretix/base/settings.py:1782 +#: pretix/base/settings.py:1684 pretix/base/settings.py:1697 +#: pretix/base/settings.py:1713 pretix/base/settings.py:1763 +#: pretix/base/settings.py:1776 pretix/base/settings.py:1790 #, fuzzy #| msgid "Event name" msgid "Given name" msgstr "Etkinlik adı" -#: pretix/base/settings.py:1677 pretix/base/settings.py:1690 -#: pretix/base/settings.py:1706 pretix/base/settings.py:1722 -#: pretix/base/settings.py:1739 pretix/base/settings.py:1754 -#: pretix/base/settings.py:1769 pretix/base/settings.py:1783 +#: pretix/base/settings.py:1685 pretix/base/settings.py:1698 +#: pretix/base/settings.py:1714 pretix/base/settings.py:1730 +#: pretix/base/settings.py:1747 pretix/base/settings.py:1762 +#: pretix/base/settings.py:1777 pretix/base/settings.py:1791 #, fuzzy #| msgid "Full name" msgid "Family name" msgstr "Ad Soyad" -#: pretix/base/settings.py:1681 pretix/base/settings.py:1697 -#: pretix/base/settings.py:1713 pretix/base/settings.py:1728 -#: pretix/base/settings.py:1746 pretix/base/settings.py:1761 -#: pretix/base/settings.py:1791 pretix/base/settings.py:1814 +#: pretix/base/settings.py:1689 pretix/base/settings.py:1705 +#: pretix/base/settings.py:1721 pretix/base/settings.py:1736 +#: pretix/base/settings.py:1754 pretix/base/settings.py:1769 +#: pretix/base/settings.py:1799 pretix/base/settings.py:1822 #, fuzzy #| msgid "John Doe" msgctxt "person_name_sample" msgid "John" msgstr "John Doe" -#: pretix/base/settings.py:1682 pretix/base/settings.py:1698 -#: pretix/base/settings.py:1714 pretix/base/settings.py:1730 -#: pretix/base/settings.py:1748 pretix/base/settings.py:1762 -#: pretix/base/settings.py:1792 +#: pretix/base/settings.py:1690 pretix/base/settings.py:1706 +#: pretix/base/settings.py:1722 pretix/base/settings.py:1738 +#: pretix/base/settings.py:1756 pretix/base/settings.py:1770 +#: pretix/base/settings.py:1800 msgctxt "person_name_sample" msgid "Doe" msgstr "" -#: pretix/base/settings.py:1688 pretix/base/settings.py:1704 -#: pretix/base/settings.py:1736 +#: pretix/base/settings.py:1696 pretix/base/settings.py:1712 +#: pretix/base/settings.py:1744 msgctxt "person_name" msgid "Title" msgstr "" -#: pretix/base/settings.py:1696 pretix/base/settings.py:1712 -#: pretix/base/settings.py:1745 +#: pretix/base/settings.py:1704 pretix/base/settings.py:1720 +#: pretix/base/settings.py:1753 #, fuzzy #| msgid "Dark" msgctxt "person_name_sample" msgid "Dr" msgstr "Karanlık" -#: pretix/base/settings.py:1720 pretix/base/settings.py:1737 +#: pretix/base/settings.py:1728 pretix/base/settings.py:1745 #, fuzzy #| msgid "Ticket name" msgid "First name" msgstr "Bilet adı" -#: pretix/base/settings.py:1721 pretix/base/settings.py:1738 +#: pretix/base/settings.py:1729 pretix/base/settings.py:1746 #, fuzzy #| msgid "Device name" msgid "Middle name" msgstr "Cihaz adı" -#: pretix/base/settings.py:1802 pretix/base/settings.py:1813 +#: pretix/base/settings.py:1810 pretix/base/settings.py:1821 #, fuzzy #| msgid "John Doe" msgctxt "person_name_sample" msgid "John Doe" msgstr "John Doe" -#: pretix/base/settings.py:1808 +#: pretix/base/settings.py:1816 #, fuzzy #| msgid "Full name" msgid "Calling name" msgstr "Ad Soyad" -#: pretix/base/settings.py:1821 +#: pretix/base/settings.py:1829 #, fuzzy #| msgctxt "refund_state" #| msgid "in transit" msgid "Latin transcription" msgstr "transit olarak" -#: pretix/base/settings.py:1924 pretix/control/forms/event.py:176 +#: pretix/base/settings.py:1932 pretix/control/forms/event.py:172 msgid "" "Your default locale must also be enabled for your event (see box above)." msgstr "" "Varsayılan yerel ayarınız etkinliğiniz için de etkinleştirilmelidir " "(yukarıdaki kutuya bakın)." -#: pretix/base/settings.py:1928 +#: pretix/base/settings.py:1936 msgid "" "You cannot require specifying attendee names if you do not ask for them." msgstr "Sormadığınız takdirde katılımcı adlarını belirtmeniz gerekemez." -#: pretix/base/settings.py:1932 +#: pretix/base/settings.py:1940 msgid "You have to ask for attendee emails if you want to make them required." msgstr "" "Gerekli hale getirmek istiyorsanız, katılımcı e-postalarını sormalısınız." -#: pretix/base/settings.py:1936 +#: pretix/base/settings.py:1944 #, fuzzy #| msgid "" #| "You have to ask for attendee emails if you want to make them required." @@ -7116,13 +7133,13 @@ msgid "" msgstr "" "Gerekli hale getirmek istiyorsanız, katılımcı e-postalarını sormalısınız." -#: pretix/base/settings.py:1940 +#: pretix/base/settings.py:1948 #, fuzzy #| msgid "This will require users to enter a company name." msgid "You have to require invoice addresses to require for company names." msgstr "Bu, kullanıcıların bir şirket adı girmesini gerektirir." -#: pretix/base/settings.py:1947 +#: pretix/base/settings.py:1955 msgid "The last payment date cannot be before the end of presale." msgstr "Son ödeme tarihi, ön satışın sona ermesinden önce olamaz." @@ -7561,16 +7578,22 @@ msgstr "Dahili bir hata oluştu, lütfen tekrar deneyin." msgid "The task has been completed." msgstr "Görev tamamlandı." -#: pretix/control/forms/__init__.py:112 +#: pretix/control/forms/__init__.py:115 +#, fuzzy, python-brace-format +#| msgid "Please only upload PDF files." +msgid "Please do not upload files larger than {size}!" +msgstr "Sadece PDF dosyası yükleyin." + +#: pretix/control/forms/__init__.py:136 msgid "Filetype not allowed!" msgstr "Dosya türüne izin verilmedi!" #: pretix/control/forms/checkin.py:38 pretix/control/forms/filter.py:244 -#: pretix/control/forms/filter.py:271 pretix/control/forms/filter.py:979 -#: pretix/control/forms/filter.py:999 pretix/control/forms/filter.py:1091 -#: pretix/control/forms/filter.py:1107 pretix/control/forms/filter.py:1168 -#: pretix/control/forms/filter.py:1203 pretix/control/forms/orders.py:544 -#: pretix/control/forms/orders.py:699 +#: pretix/control/forms/filter.py:271 pretix/control/forms/filter.py:1031 +#: pretix/control/forms/filter.py:1051 pretix/control/forms/filter.py:1143 +#: pretix/control/forms/filter.py:1159 pretix/control/forms/filter.py:1220 +#: pretix/control/forms/filter.py:1255 pretix/control/forms/orders.py:548 +#: pretix/control/forms/orders.py:703 #: pretix/control/templates/pretixcontrol/event/fragment_subevent_choice_simple.html:5 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:47 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:109 @@ -7579,7 +7602,7 @@ msgctxt "subevent" msgid "All dates" msgstr "Tüm tarihler" -#: pretix/control/forms/event.py:44 pretix/control/forms/organizer.py:310 +#: pretix/control/forms/event.py:44 pretix/control/forms/organizer.py:311 msgid "Use languages" msgstr "Dilleri kullan" @@ -7591,37 +7614,21 @@ msgstr "Etkinliğinizin mevcut olması gereken tüm dilleri seçin." msgid "This is an event series" msgstr "Bu bir olay serisi" -#: pretix/control/forms/event.py:50 -msgid "" -"Only recommended for advanced users. If this feature is enabled, this will " -"not only be a single event but a series of very similar events that are " -"handled within a single shop. The single events inside the series can only " -"differ in date, time, location, prices and quotas, but not in other " -"settings, and buying tickets across multiple of these events at the same " -"time is possible. You cannot change this setting for this event later." -msgstr "" -"Sadece ileri düzey kullanıcılar için önerilir. Bu özellik etkinleştirilirse, " -"bu yalnızca tek bir olay değil, tek bir mağazada ele alınan çok benzer bir " -"dizi olay olacaktır. Serinin içindeki tek olaylar yalnızca tarih, saat, yer, " -"fiyatlar ve kotalarla farklılık gösterebilir, ancak diğer ortamlarda değil, " -"aynı anda bu etkinliklerin çoğunda bilet satın almak da mümkündür. Bu " -"etkinliği daha sonra bu etkinlik için değiştiremezsiniz." - -#: pretix/control/forms/event.py:88 +#: pretix/control/forms/event.py:83 msgid "" "You already used this slug for a different event. Please choose a new one." msgstr "" "Bu diziyi zaten farklı bir olay için kullandınız. Lütfen yeni bir tane seçin." -#: pretix/control/forms/event.py:92 pretix/control/forms/event.py:394 +#: pretix/control/forms/event.py:87 pretix/control/forms/event.py:390 msgid "Event timezone" msgstr "Etkinlik saat dilimi" -#: pretix/control/forms/event.py:99 +#: pretix/control/forms/event.py:94 msgid "Sales tax rate" msgstr "Satış vergisi oranı" -#: pretix/control/forms/event.py:100 +#: pretix/control/forms/event.py:95 msgid "" "Do you need to pay sales tax on your tickets? In this case, please enter the " "applicable tax rate here in percent. If you have a more complicated tax " @@ -7631,22 +7638,22 @@ msgstr "" "geçerli vergi oranını yüzde olarak girin. Daha karmaşık bir vergi durumunuz " "varsa daha fazla vergi oranı ve ayrıntılı yapılandırma ekleyebilirsiniz." -#: pretix/control/forms/event.py:107 +#: pretix/control/forms/event.py:102 msgid "Grant access to team" msgstr "" -#: pretix/control/forms/event.py:108 +#: pretix/control/forms/event.py:103 msgid "" "You are allowed to create events under this organizer, however you do not " "have permission to edit all events under this organizer. Please select one " "of your existing teams that will be granted access to this event." msgstr "" -#: pretix/control/forms/event.py:113 +#: pretix/control/forms/event.py:108 msgid "Create a new team for this event with me as the only member" msgstr "" -#: pretix/control/forms/event.py:156 pretix/control/forms/event.py:309 +#: pretix/control/forms/event.py:151 pretix/control/forms/event.py:305 msgid "" "Sample Conference Center\n" "Heidelberg, Germany" @@ -7654,28 +7661,28 @@ msgstr "" "Örnek Konferans Merkezi\n" "Eskişehir, Türkiye" -#: pretix/control/forms/event.py:180 +#: pretix/control/forms/event.py:176 msgid "Your default locale must be specified." msgstr "Varsayılan yerel ayarınız belirtilmelidir." -#: pretix/control/forms/event.py:254 +#: pretix/control/forms/event.py:250 msgid "Copy configuration from" msgstr "Yapılandırmayı kopyala" -#: pretix/control/forms/event.py:260 pretix/control/forms/event.py:263 +#: pretix/control/forms/event.py:256 pretix/control/forms/event.py:259 #: pretix/control/forms/item.py:250 msgid "Do not copy" msgstr "Kopyalama" -#: pretix/control/forms/event.py:314 pretix/control/forms/organizer.py:87 +#: pretix/control/forms/event.py:310 pretix/control/forms/organizer.py:87 msgid "Custom domain" msgstr "Özel alan" -#: pretix/control/forms/event.py:316 pretix/control/forms/organizer.py:89 +#: pretix/control/forms/event.py:312 pretix/control/forms/organizer.py:89 msgid "You need to configure the custom domain in the webserver beforehand." msgstr "Web sunucusunda özel alanı önceden yapılandırmanız gerekir." -#: pretix/control/forms/event.py:324 pretix/control/forms/organizer.py:97 +#: pretix/control/forms/event.py:320 pretix/control/forms/organizer.py:97 #, fuzzy #| msgid "You can choose at most one option from this category." #| msgid_plural "" @@ -7683,42 +7690,42 @@ msgstr "Web sunucusunda özel alanı önceden yapılandırmanız gerekir." msgid "You cannot choose the base domain of this installation." msgstr "Bu kategoriden en fazla bir seçeneği seçebilirsiniz." -#: pretix/control/forms/event.py:328 pretix/control/forms/organizer.py:102 +#: pretix/control/forms/event.py:324 pretix/control/forms/organizer.py:102 #, fuzzy #| msgid "This identifier is already used for a different question." msgid "This domain is already in use for a different event or organizer." msgstr "Bu tanımlayıcı zaten farklı bir soru için kullanılıyor." -#: pretix/control/forms/event.py:397 +#: pretix/control/forms/event.py:393 #, fuzzy #| msgid "Payment information" msgid "Name format" msgstr "Ödeme bilgileri" -#: pretix/control/forms/event.py:398 +#: pretix/control/forms/event.py:394 msgid "" "This defines how pretix will ask for human names. Changing this after you " "already received orders might lead to unexpected behavior when sorting or " "changing names." msgstr "" -#: pretix/control/forms/event.py:403 +#: pretix/control/forms/event.py:399 msgid "Allowed titles" msgstr "" -#: pretix/control/forms/event.py:404 +#: pretix/control/forms/event.py:400 msgid "" "If the naming scheme you defined above allows users to input a title, you " "can use this to restrict the set of selectable titles." msgstr "" -#: pretix/control/forms/event.py:409 pretix/control/forms/organizer.py:276 +#: pretix/control/forms/event.py:405 pretix/control/forms/organizer.py:276 #, fuzzy #| msgid "Attendee name" msgid "Header image" msgstr "Katılımcı adı" -#: pretix/control/forms/event.py:412 +#: pretix/control/forms/event.py:409 #, fuzzy #| msgid "" #| "If you provide a logo image, we will by default not show your events name " @@ -7735,29 +7742,29 @@ msgstr "" "sayfa başlığında göstermeyiz. Logonuzu maksimum 120 piksel yüksekliğinde " "göstereceğiz." -#: pretix/control/forms/event.py:418 pretix/control/forms/organizer.py:285 +#: pretix/control/forms/event.py:415 pretix/control/forms/organizer.py:286 msgid "Use header image in its full size" msgstr "" -#: pretix/control/forms/event.py:419 pretix/control/forms/organizer.py:286 +#: pretix/control/forms/event.py:416 pretix/control/forms/organizer.py:287 msgid "We recommend to upload a picture at least 1170 pixels wide." msgstr "" -#: pretix/control/forms/event.py:423 +#: pretix/control/forms/event.py:420 msgid "Show event title even if a header image is present" msgstr "" -#: pretix/control/forms/event.py:424 +#: pretix/control/forms/event.py:421 #, fuzzy #| msgid "This question will be asked during check-in." msgid "The title will only be shown on the event front page." msgstr "Bu soru giriş sırasında sorulacaktır." -#: pretix/control/forms/event.py:428 +#: pretix/control/forms/event.py:425 msgid "Social media image" msgstr "" -#: pretix/control/forms/event.py:431 +#: pretix/control/forms/event.py:429 msgid "" "This picture will be used as a preview if you post links to your ticket shop " "on social media. Facebook advises to use a picture size of 1200 x 630 " @@ -7766,51 +7773,51 @@ msgid "" "square is shown. If you do not fill this, we will use the logo given above." msgstr "" -#: pretix/control/forms/event.py:437 pretix/control/forms/organizer.py:226 +#: pretix/control/forms/event.py:435 pretix/control/forms/organizer.py:226 msgid "Primary color" msgstr "Ana renk" -#: pretix/control/forms/event.py:441 pretix/control/forms/event.py:451 -#: pretix/control/forms/event.py:461 pretix/control/forms/event.py:470 +#: pretix/control/forms/event.py:439 pretix/control/forms/event.py:449 +#: pretix/control/forms/event.py:459 pretix/control/forms/event.py:468 #: pretix/control/forms/organizer.py:230 pretix/control/forms/organizer.py:240 #: pretix/control/forms/organizer.py:250 pretix/control/forms/organizer.py:260 msgid "Please enter the hexadecimal code of a color, e.g. #990000." msgstr "Lütfen bir rengin onaltılık kodunu girin, ör. # 990000." -#: pretix/control/forms/event.py:446 pretix/control/forms/organizer.py:235 +#: pretix/control/forms/event.py:444 pretix/control/forms/organizer.py:235 msgid "Accent color for success" msgstr "" -#: pretix/control/forms/event.py:447 pretix/control/forms/organizer.py:236 +#: pretix/control/forms/event.py:445 pretix/control/forms/organizer.py:236 msgid "We strongly suggest to use a shade of green." msgstr "" -#: pretix/control/forms/event.py:456 pretix/control/forms/organizer.py:245 +#: pretix/control/forms/event.py:454 pretix/control/forms/organizer.py:245 msgid "Accent color for errors" msgstr "" -#: pretix/control/forms/event.py:457 +#: pretix/control/forms/event.py:455 msgid "We strongly suggest to use a dark shade of red." msgstr "" -#: pretix/control/forms/event.py:466 pretix/control/forms/organizer.py:256 +#: pretix/control/forms/event.py:464 pretix/control/forms/organizer.py:256 msgid "Page background color" msgstr "" -#: pretix/control/forms/event.py:476 pretix/control/forms/organizer.py:266 +#: pretix/control/forms/event.py:474 pretix/control/forms/organizer.py:266 msgid "Use round edges" msgstr "" -#: pretix/control/forms/event.py:480 pretix/control/forms/organizer.py:315 +#: pretix/control/forms/event.py:478 pretix/control/forms/organizer.py:316 #: pretix/control/templates/pretixcontrol/pdf/index.html:305 msgid "Font" msgstr "Yazı tipi" -#: pretix/control/forms/event.py:485 pretix/control/forms/organizer.py:320 +#: pretix/control/forms/event.py:483 pretix/control/forms/organizer.py:321 msgid "Only respected by modern browsers." msgstr "Sadece modern tarayıcılar tarafından saygı duyulur." -#: pretix/control/forms/event.py:542 +#: pretix/control/forms/event.py:540 msgid "" "e.g. I hereby confirm that I have read and agree with the event organizer's " "terms of service and agree with them." @@ -7818,28 +7825,28 @@ msgstr "" "Örneğin. Etkinlik düzenleyicisinin hizmet şartlarını okuyup kabul ettiğimi " "ve onlarla hemfikir olduğumu onaylıyorum." -#: pretix/control/forms/event.py:546 +#: pretix/control/forms/event.py:544 #, python-brace-format msgid "Ask for {fields}, display like {example}" msgstr "" -#: pretix/control/forms/event.py:552 +#: pretix/control/forms/event.py:550 #, fuzzy #| msgid "Free price input" msgid "Free text input" msgstr "Serbest fiyat girişi" -#: pretix/control/forms/event.py:586 +#: pretix/control/forms/event.py:584 msgid "" "You have configured gift cards to be valid {} years plus the year the gift " "card is issued in." msgstr "" -#: pretix/control/forms/event.py:601 +#: pretix/control/forms/event.py:599 msgid "Tax rule for payment fees" msgstr "Ödeme ücretleri için vergi kuralı" -#: pretix/control/forms/event.py:603 +#: pretix/control/forms/event.py:601 msgid "" "The tax rule that applies for additional fees you configured for single " "payment methods. This will set the tax rate and reverse charge rules, other " @@ -7849,113 +7856,113 @@ msgstr "" "vergi kuralı. Bu vergi oranını ve ters ücret kurallarını belirleyecek, vergi " "kuralının diğer ayarları göz ardı edilecektir." -#: pretix/control/forms/event.py:695 +#: pretix/control/forms/event.py:693 #, fuzzy #| msgid "Generate invoices" msgid "Generate invoices for Sales channels" msgstr "Faturalar oluştur" -#: pretix/control/forms/event.py:698 +#: pretix/control/forms/event.py:696 msgid "" "If you have enabled invoice generation in the previous setting, you can " "limit it here to specific sales channels." msgstr "" -#: pretix/control/forms/event.py:702 +#: pretix/control/forms/event.py:700 msgid "Invoice style" msgstr "Fatura tarzı" -#: pretix/control/forms/event.py:708 +#: pretix/control/forms/event.py:706 msgid "Invoice language" msgstr "Fatura dili" -#: pretix/control/forms/event.py:709 pretix/control/forms/event.py:730 +#: pretix/control/forms/event.py:707 pretix/control/forms/event.py:729 msgid "The user's language" msgstr "Kullanıcının dili" -#: pretix/control/forms/event.py:712 +#: pretix/control/forms/event.py:710 msgid "Logo image" msgstr "Logo resmi" -#: pretix/control/forms/event.py:715 +#: pretix/control/forms/event.py:714 msgid "We will show your logo with a maximal height and width of 2.5 cm." msgstr "Logonuzu maksimum yükseklik ve 2,5 cm genişliğinde göstereceğiz." -#: pretix/control/forms/event.py:759 +#: pretix/control/forms/event.py:758 msgid "Bcc address" msgstr "Bcc adresi" -#: pretix/control/forms/event.py:760 +#: pretix/control/forms/event.py:759 msgid "All emails will be sent to this address as a Bcc copy" msgstr "Tüm e-postalar bu adrese bir Bcc kopyası olarak gönderilecektir" -#: pretix/control/forms/event.py:766 +#: pretix/control/forms/event.py:765 msgid "Signature" msgstr "İmza" -#: pretix/control/forms/event.py:769 +#: pretix/control/forms/event.py:768 #, python-brace-format msgid "This will be attached to every email. Available placeholders: {event}" msgstr "Bu her e-postaya eklenecektir. Mevcut yer tutucuları: {event}" -#: pretix/control/forms/event.py:774 +#: pretix/control/forms/event.py:773 msgid "e.g. your contact details" msgstr "Örneğin. iletişim bilgilerin" -#: pretix/control/forms/event.py:779 +#: pretix/control/forms/event.py:778 msgid "HTML mail renderer" msgstr "HTML posta oluşturucu" -#: pretix/control/forms/event.py:784 pretix/control/forms/event.py:801 -#: pretix/control/forms/event.py:818 pretix/control/forms/event.py:877 +#: pretix/control/forms/event.py:783 pretix/control/forms/event.py:800 +#: pretix/control/forms/event.py:817 pretix/control/forms/event.py:876 #, fuzzy #| msgid "Order contact address changed" msgid "Text sent to order contact address" msgstr "Siparişin iletişim adresi değişti" -#: pretix/control/forms/event.py:789 pretix/control/forms/event.py:806 -#: pretix/control/forms/event.py:823 pretix/control/forms/event.py:882 +#: pretix/control/forms/event.py:788 pretix/control/forms/event.py:805 +#: pretix/control/forms/event.py:822 pretix/control/forms/event.py:881 #, fuzzy #| msgid "Send a new email based on this" msgid "Send an email to attendees" msgstr "Buna dayanarak yeni bir e-posta gönder" -#: pretix/control/forms/event.py:790 pretix/control/forms/event.py:807 -#: pretix/control/forms/event.py:824 pretix/control/forms/event.py:883 +#: pretix/control/forms/event.py:789 pretix/control/forms/event.py:806 +#: pretix/control/forms/event.py:823 pretix/control/forms/event.py:882 msgid "" "If the order contains attendees with email addresses different from the " "person who orders the tickets, the following email will be sent out to the " "attendees." msgstr "" -#: pretix/control/forms/event.py:795 pretix/control/forms/event.py:812 -#: pretix/control/forms/event.py:829 pretix/control/forms/event.py:888 +#: pretix/control/forms/event.py:794 pretix/control/forms/event.py:811 +#: pretix/control/forms/event.py:828 pretix/control/forms/event.py:887 #, fuzzy #| msgid "Text (sent by admin)" msgid "Text sent to attendees" msgstr "Metin (yönetici tarafından gönderildi)" -#: pretix/control/forms/event.py:835 pretix/control/forms/event.py:857 -#: pretix/control/forms/event.py:862 pretix/control/forms/event.py:867 -#: pretix/control/forms/event.py:872 +#: pretix/control/forms/event.py:834 pretix/control/forms/event.py:856 +#: pretix/control/forms/event.py:861 pretix/control/forms/event.py:866 +#: pretix/control/forms/event.py:871 #: pretix/control/templates/pretixcontrol/organizers/giftcard.html:99 #: pretix/control/templates/pretixcontrol/pdf/index.html:367 msgid "Text" msgstr "Metin" -#: pretix/control/forms/event.py:840 +#: pretix/control/forms/event.py:839 msgid "Text (sent by admin)" msgstr "Metin (yönetici tarafından gönderildi)" -#: pretix/control/forms/event.py:845 +#: pretix/control/forms/event.py:844 msgid "Text (requested by user)" msgstr "Metin (kullanıcı tarafından talep edildi)" -#: pretix/control/forms/event.py:850 pretix/control/forms/event.py:893 +#: pretix/control/forms/event.py:849 pretix/control/forms/event.py:892 msgid "Number of days" msgstr "Gün sayısı" -#: pretix/control/forms/event.py:853 +#: pretix/control/forms/event.py:852 msgid "" "This email will be sent out this many days before the order expires. If the " "value is 0, the mail will never be sent." @@ -7963,7 +7970,7 @@ msgstr "" "Bu e-posta, siparişin süresi dolmadan bu günler önce gönderilecektir. Değer " "0 ise, posta asla gönderilmez." -#: pretix/control/forms/event.py:896 +#: pretix/control/forms/event.py:895 msgid "" "This email will be sent out this many days before the order event starts. If " "the field is empty, the mail will never be sent." @@ -7971,15 +7978,15 @@ msgstr "" "Bu e-posta, sipariş etkinliğinin başlamasından birkaç gün önce " "gönderilecektir. Alan boşsa, posta asla gönderilmez." -#: pretix/control/forms/event.py:900 +#: pretix/control/forms/event.py:899 msgid "Received order" msgstr "Alınan sipariş" -#: pretix/control/forms/event.py:905 +#: pretix/control/forms/event.py:904 msgid "Approved order" msgstr "Onaylanan sipariş" -#: pretix/control/forms/event.py:908 +#: pretix/control/forms/event.py:907 #, fuzzy #| msgid "" #| "This will only be sent out for non-free orders. Free orders will receive " @@ -7995,15 +8002,15 @@ msgstr "" "tutucuları: {event}, {total_with_currency}, {total}, {currency}, {date}, " "{payment_info}, {url}, {invoice_name}, {invoice_company}" -#: pretix/control/forms/event.py:912 +#: pretix/control/forms/event.py:911 msgid "Denied order" msgstr "Sipariş reddedildi" -#: pretix/control/forms/event.py:917 +#: pretix/control/forms/event.py:916 msgid "Use custom SMTP server" msgstr "Özel SMTP sunucusu kullan" -#: pretix/control/forms/event.py:918 +#: pretix/control/forms/event.py:917 msgid "" "All mail related to your event will be sent over the smtp server specified " "by you." @@ -8011,43 +8018,43 @@ msgstr "" "Etkinliğinizle ilgili tüm postalar, sizin tarafınızdan belirtilen smtp " "sunucusuna gönderilecektir." -#: pretix/control/forms/event.py:922 +#: pretix/control/forms/event.py:921 msgid "Hostname" msgstr "Ana makine adı" -#: pretix/control/forms/event.py:927 +#: pretix/control/forms/event.py:926 msgid "Port" msgstr "Port" -#: pretix/control/forms/event.py:932 +#: pretix/control/forms/event.py:931 msgid "Username" msgstr "Kullanıcı adı" -#: pretix/control/forms/event.py:944 +#: pretix/control/forms/event.py:943 msgid "Use STARTTLS" msgstr "STARTTLS kullanın" -#: pretix/control/forms/event.py:945 +#: pretix/control/forms/event.py:944 msgid "Commonly enabled on port 587." msgstr "587 numaralı bağlantı noktasında yaygın olarak etkinleştirildi." -#: pretix/control/forms/event.py:949 +#: pretix/control/forms/event.py:948 msgid "Use SSL" msgstr "SSL kullan" -#: pretix/control/forms/event.py:950 +#: pretix/control/forms/event.py:949 msgid "Commonly enabled on port 465." msgstr "Yaygın olarak 465 numaralı bağlantı noktasında etkinleştirildi." -#: pretix/control/forms/event.py:979 pretix/control/forms/orders.py:465 -#: pretix/control/forms/orders.py:622 pretix/control/forms/vouchers.py:255 +#: pretix/control/forms/event.py:978 pretix/control/forms/orders.py:469 +#: pretix/control/forms/orders.py:626 pretix/control/forms/vouchers.py:255 #: pretix/plugins/sendmail/forms.py:49 #, fuzzy, python-brace-format #| msgid "Available placeholders: {event}, {url}" msgid "Available placeholders: {list}" msgstr "Mevcut yer tutucuları: {event}, {url}" -#: pretix/control/forms/event.py:1014 +#: pretix/control/forms/event.py:1013 msgid "" "You can activate either SSL or STARTTLS security, but not both at the same " "time." @@ -8055,43 +8062,43 @@ msgstr "" "SSL veya STARTTLS güvenliğini etkinleştirebilir, ancak her ikisini de aynı " "anda gerçekleştiremezsiniz." -#: pretix/control/forms/event.py:1063 +#: pretix/control/forms/event.py:1062 msgid "Any country" msgstr "Herhangi bir ülke" -#: pretix/control/forms/event.py:1064 +#: pretix/control/forms/event.py:1063 msgid "European Union" msgstr "Avrupa Birliği" -#: pretix/control/forms/event.py:1076 +#: pretix/control/forms/event.py:1075 msgid "Any customer" msgstr "Herhangi bir müşteri" -#: pretix/control/forms/event.py:1077 +#: pretix/control/forms/event.py:1076 msgid "Individual" msgstr "Bireysel" -#: pretix/control/forms/event.py:1078 +#: pretix/control/forms/event.py:1077 msgid "Business" msgstr "İş" -#: pretix/control/forms/event.py:1079 +#: pretix/control/forms/event.py:1078 msgid "Business with valid VAT ID" msgstr "Geçerli KDV Kimliği ile iş" -#: pretix/control/forms/event.py:1085 +#: pretix/control/forms/event.py:1084 msgid "Charge VAT" msgstr "Ücretli KDV" -#: pretix/control/forms/event.py:1087 +#: pretix/control/forms/event.py:1086 msgid "No VAT" msgstr "KDV yok" -#: pretix/control/forms/event.py:1116 +#: pretix/control/forms/event.py:1115 msgid "Pre-selected voucher" msgstr "Önceden seçilmiş kupon" -#: pretix/control/forms/event.py:1118 +#: pretix/control/forms/event.py:1117 msgid "" "If set, the widget will show products as if this voucher has been entered " "and when a product is bought via the widget, this voucher will be used. This " @@ -8103,11 +8110,11 @@ msgstr "" "veren veya gizli ürünlerin kilidini açan widget'lar sağlamak için " "kullanılabilir." -#: pretix/control/forms/event.py:1123 +#: pretix/control/forms/event.py:1122 msgid "Compatibility mode" msgstr "Uyumluluk modu" -#: pretix/control/forms/event.py:1125 +#: pretix/control/forms/event.py:1124 msgid "" "Our regular widget doesn't work in all website builders. If you run into " "trouble, try using this compatibility mode." @@ -8115,32 +8122,32 @@ msgstr "" "Normal widget'ımız tüm web sitesi oluşturucularında çalışmaz. Sorun " "yaşarsanız, bu uyumluluk modunu kullanmayı deneyin." -#: pretix/control/forms/event.py:1146 +#: pretix/control/forms/event.py:1145 msgid "The given voucher code does not exist." msgstr "Verilen kupon kodu mevcut değil." -#: pretix/control/forms/event.py:1153 pretix/control/forms/organizer.py:48 +#: pretix/control/forms/event.py:1152 pretix/control/forms/organizer.py:48 #: pretix/control/views/shredder.py:108 msgid "The slug you entered was not correct." msgstr "Girdiğiniz dizi doğru değil." -#: pretix/control/forms/event.py:1157 pretix/control/forms/organizer.py:52 +#: pretix/control/forms/event.py:1156 pretix/control/forms/organizer.py:52 msgid "Event slug" msgstr "Etkinlik dizisi" -#: pretix/control/forms/event.py:1188 +#: pretix/control/forms/event.py:1187 msgid "Ticket downloads" msgstr "Bilet indirme" -#: pretix/control/forms/event.py:1189 +#: pretix/control/forms/event.py:1188 msgid "Your customers will be able to download their tickets in PDF format." msgstr "Müşterileriniz biletlerini PDF formatında indirebilecekler." -#: pretix/control/forms/event.py:1193 +#: pretix/control/forms/event.py:1192 msgid "Require all attendees to fill in their names" msgstr "Tüm katılımcıların adlarını doldurmasını zorunlu kılın" -#: pretix/control/forms/event.py:1194 +#: pretix/control/forms/event.py:1193 msgid "" "By default, we will ask for names but not require them. You can turn this " "off completely in the settings." @@ -8148,11 +8155,11 @@ msgstr "" "Varsayılan olarak, isimleri soracağız, ancak bunlara ihtiyaç duymayacağız. " "Bunu tamamen ayarlarda kapatabilirsiniz." -#: pretix/control/forms/event.py:1220 +#: pretix/control/forms/event.py:1219 msgid "Payment via Stripe" msgstr "Stripe ile Ödeme" -#: pretix/control/forms/event.py:1221 +#: pretix/control/forms/event.py:1220 msgid "" "Stripe is an online payments processor supporting credit cards and lots of " "other payment options. To accept payments via Stripe, you will need to set " @@ -8164,11 +8171,11 @@ msgstr "" "basit bir arayüz kullanarak beş dakikadan kısa süren bir hesap oluşturmanız " "gerekecektir." -#: pretix/control/forms/event.py:1227 +#: pretix/control/forms/event.py:1226 msgid "Payment by bank transfer" msgstr "Banka havalesi ile ödeme" -#: pretix/control/forms/event.py:1228 +#: pretix/control/forms/event.py:1227 msgid "" "Your customers will be instructed to wire the money to your account. You can " "then import your bank statements to process the payments within pretix, or " @@ -8178,16 +8185,16 @@ msgstr "" "Daha sonra ödemeleri pretix içinde işlemek için banka ekstrenizden içe " "aktarabilir veya bunları manuel olarak ödenmiş olarak işaretleyebilirsiniz." -#: pretix/control/forms/event.py:1267 +#: pretix/control/forms/event.py:1266 #: pretix/control/templates/pretixcontrol/event/quick_setup.html:45 msgid "Price (optional)" msgstr "Fiyat (isteğe bağlı)" -#: pretix/control/forms/event.py:1272 +#: pretix/control/forms/event.py:1271 msgid "Free" msgstr "Ücretsiz" -#: pretix/control/forms/event.py:1277 +#: pretix/control/forms/event.py:1276 msgid "Quantity available" msgstr "Mevcut miktar" @@ -8208,7 +8215,7 @@ msgstr "" #: pretix/control/templates/pretixcontrol/items/question.html:21 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:8 #: pretix/control/templates/pretixcontrol/orders/overview.html:67 -#: pretix/plugins/reports/exporters.py:223 +#: pretix/plugins/reports/exporters.py:226 msgid "Pending" msgstr "Bekleniliyor" @@ -8222,13 +8229,13 @@ msgstr "Beklemede (gecikmiş)" msgid "Pending or paid" msgstr "Beklemede veya ödenmiş" -#: pretix/control/forms/filter.py:111 pretix/control/forms/filter.py:541 -#: pretix/control/forms/filter.py:946 +#: pretix/control/forms/filter.py:111 pretix/control/forms/filter.py:593 +#: pretix/control/forms/filter.py:998 #: pretix/control/templates/pretixcontrol/items/question.html:24 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:17 #: pretix/control/templates/pretixcontrol/orders/overview.html:60 #: pretix/control/templates/pretixcontrol/organizers/giftcards.html:76 -#: pretix/plugins/reports/exporters.py:219 +#: pretix/plugins/reports/exporters.py:222 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:20 msgid "Expired" msgstr "Süresi doldu" @@ -8242,7 +8249,7 @@ msgstr "Beklemede veya süresi doldu" #: pretix/control/templates/pretixcontrol/items/question.html:26 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:19 #: pretix/control/templates/pretixcontrol/orders/overview.html:59 -#: pretix/plugins/reports/exporters.py:219 +#: pretix/plugins/reports/exporters.py:222 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:22 msgid "Canceled" msgstr "İptal edildi" @@ -8271,8 +8278,8 @@ msgstr "Az ödenmiş" msgid "Pending (but fully paid)" msgstr "Beklemede (ancak tamamen ödenmiş)" -#: pretix/control/forms/filter.py:119 pretix/control/forms/filter.py:526 -#: pretix/control/forms/filter.py:529 +#: pretix/control/forms/filter.py:119 pretix/control/forms/filter.py:578 +#: pretix/control/forms/filter.py:581 #: pretix/control/templates/pretixcontrol/event/live.html:63 #, fuzzy #| msgid "Price mode" @@ -8285,28 +8292,28 @@ msgstr "Fiyat modu" msgid "Cancellation requested" msgstr "İptal" -#: pretix/control/forms/filter.py:278 pretix/control/forms/filter.py:796 -#: pretix/control/forms/filter.py:1006 pretix/control/forms/vouchers.py:112 +#: pretix/control/forms/filter.py:278 pretix/control/forms/filter.py:848 +#: pretix/control/forms/filter.py:1058 pretix/control/forms/vouchers.py:112 #: pretix/control/templates/pretixcontrol/items/question.html:29 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:99 msgid "All products" msgstr "Tüm ürünler" -#: pretix/control/forms/filter.py:282 pretix/control/forms/filter.py:1010 +#: pretix/control/forms/filter.py:282 pretix/control/forms/filter.py:1062 #: pretix/control/forms/vouchers.py:100 pretix/control/views/typeahead.py:514 #, python-brace-format msgid "{product} – Any variation" msgstr "{product} - Herhangi bir varyasyon" #: pretix/control/forms/filter.py:341 pretix/control/forms/filter.py:346 -#: pretix/control/forms/filter.py:617 pretix/control/forms/filter.py:622 +#: pretix/control/forms/filter.py:669 pretix/control/forms/filter.py:674 msgid "All organizers" msgstr "Tüm organizatörler" -#: pretix/control/forms/filter.py:381 pretix/control/forms/filter.py:528 -#: pretix/control/forms/filter.py:537 pretix/control/forms/filter.py:860 -#: pretix/control/forms/filter.py:869 pretix/control/forms/filter.py:941 -#: pretix/control/forms/filter.py:954 +#: pretix/control/forms/filter.py:433 pretix/control/forms/filter.py:580 +#: pretix/control/forms/filter.py:589 pretix/control/forms/filter.py:912 +#: pretix/control/forms/filter.py:921 pretix/control/forms/filter.py:993 +#: pretix/control/forms/filter.py:1006 #: pretix/control/templates/pretixcontrol/checkin/lists.html:104 #: pretix/control/templates/pretixcontrol/checkin/lists.html:116 #: pretix/control/templates/pretixcontrol/organizers/devices.html:72 @@ -8316,218 +8323,218 @@ msgstr "Tüm organizatörler" msgid "All" msgstr "Herşey" -#: pretix/control/forms/filter.py:383 pretix/control/forms/filter.py:603 +#: pretix/control/forms/filter.py:435 pretix/control/forms/filter.py:655 msgid "Shop live and presale running" msgstr "Canlı ve satış öncesi alışveriş yapın" -#: pretix/control/forms/filter.py:384 pretix/control/forms/filter.py:862 +#: pretix/control/forms/filter.py:436 pretix/control/forms/filter.py:914 msgid "Inactive" msgstr "etkisiz" -#: pretix/control/forms/filter.py:396 pretix/control/forms/subevents.py:287 +#: pretix/control/forms/filter.py:448 pretix/control/forms/subevents.py:287 #: pretix/control/forms/subevents.py:326 msgid "Weekday" msgstr "Hafta içi" -#: pretix/control/forms/filter.py:398 +#: pretix/control/forms/filter.py:450 msgid "All days" msgstr "Tüm günler" -#: pretix/control/forms/filter.py:399 +#: pretix/control/forms/filter.py:451 msgid "Monday" msgstr "Pazartesi" -#: pretix/control/forms/filter.py:400 +#: pretix/control/forms/filter.py:452 msgid "Tuesday" msgstr "Salı" -#: pretix/control/forms/filter.py:401 +#: pretix/control/forms/filter.py:453 msgid "Wednesday" msgstr "Çarşamba" -#: pretix/control/forms/filter.py:402 +#: pretix/control/forms/filter.py:454 msgid "Thursday" msgstr "Perşembe" -#: pretix/control/forms/filter.py:403 +#: pretix/control/forms/filter.py:455 msgid "Friday" msgstr "Cuma" -#: pretix/control/forms/filter.py:404 +#: pretix/control/forms/filter.py:456 msgid "Saturday" msgstr "Cumartesi" -#: pretix/control/forms/filter.py:405 +#: pretix/control/forms/filter.py:457 msgid "Sunday" msgstr "Pazar" -#: pretix/control/forms/filter.py:530 +#: pretix/control/forms/filter.py:582 #, fuzzy #| msgctxt "stripe" #| msgid "Live" msgid "Live" msgstr "Canlı" -#: pretix/control/forms/filter.py:535 pretix/control/forms/filter.py:538 +#: pretix/control/forms/filter.py:587 pretix/control/forms/filter.py:590 #, fuzzy #| msgid "Empty cart" msgid "Empty" msgstr "Boş sepet" -#: pretix/control/forms/filter.py:539 +#: pretix/control/forms/filter.py:591 msgid "Valid and with value" msgstr "" -#: pretix/control/forms/filter.py:540 +#: pretix/control/forms/filter.py:592 msgid "Expired and with value" msgstr "" -#: pretix/control/forms/filter.py:546 pretix/control/forms/filter.py:548 -#: pretix/control/forms/filter.py:876 pretix/control/forms/filter.py:878 +#: pretix/control/forms/filter.py:598 pretix/control/forms/filter.py:600 +#: pretix/control/forms/filter.py:928 pretix/control/forms/filter.py:930 msgid "Search query" msgstr "Arama sorgusu" -#: pretix/control/forms/filter.py:601 +#: pretix/control/forms/filter.py:653 msgid "All events" msgstr "Bütün olaylar" -#: pretix/control/forms/filter.py:602 +#: pretix/control/forms/filter.py:654 msgid "Shop live" msgstr "Mağaza açık" -#: pretix/control/forms/filter.py:604 +#: pretix/control/forms/filter.py:656 msgid "Shop not live" msgstr "Mağaza kapalı" -#: pretix/control/forms/filter.py:607 +#: pretix/control/forms/filter.py:659 msgid "Single event running or in the future" msgstr "Çalışan veya gelecekteki tekli etkinlik" -#: pretix/control/forms/filter.py:608 +#: pretix/control/forms/filter.py:660 msgid "Single event in the past" msgstr "Geçmişteki tekli etkinlik" -#: pretix/control/forms/filter.py:775 pretix/control/forms/filter.py:777 +#: pretix/control/forms/filter.py:827 pretix/control/forms/filter.py:829 msgid "Search attendee…" msgstr "Katılımcıyı ara…" -#: pretix/control/forms/filter.py:783 +#: pretix/control/forms/filter.py:835 msgid "Check-in status" msgstr "Check-in durumu" -#: pretix/control/forms/filter.py:785 +#: pretix/control/forms/filter.py:837 msgid "All attendees" msgstr "Tüm katılımcılar" -#: pretix/control/forms/filter.py:786 +#: pretix/control/forms/filter.py:838 #, fuzzy #| msgid "Presale" msgctxt "checkin state" msgid "Present" msgstr "Ön satış" -#: pretix/control/forms/filter.py:787 +#: pretix/control/forms/filter.py:839 #: pretix/control/templates/pretixcontrol/checkin/index.html:131 #: pretix/control/templates/pretixcontrol/checkin/lists.html:73 -#: pretix/plugins/checkinlists/exporters.py:337 +#: pretix/plugins/checkinlists/exporters.py:396 msgid "Checked in" msgstr "Kontrol edilmiş" -#: pretix/control/forms/filter.py:788 +#: pretix/control/forms/filter.py:840 #: pretix/control/templates/pretixcontrol/checkin/index.html:126 msgid "Not checked in" msgstr "Kontrol edilmedi" -#: pretix/control/forms/filter.py:867 pretix/control/forms/filter.py:870 +#: pretix/control/forms/filter.py:919 pretix/control/forms/filter.py:922 #: pretix/control/templates/pretixcontrol/users/index.html:47 msgid "Administrator" msgstr "Yönetici" -#: pretix/control/forms/filter.py:871 +#: pretix/control/forms/filter.py:923 msgid "No administrator" msgstr "Yönetici yok" -#: pretix/control/forms/filter.py:942 +#: pretix/control/forms/filter.py:994 msgid "Valid" msgstr "Geçerli" -#: pretix/control/forms/filter.py:943 +#: pretix/control/forms/filter.py:995 msgid "Unredeemed" msgstr "Tutulmamış" -#: pretix/control/forms/filter.py:944 +#: pretix/control/forms/filter.py:996 msgid "Redeemed at least once" msgstr "En az bir kez kullanıldı" -#: pretix/control/forms/filter.py:945 +#: pretix/control/forms/filter.py:997 msgid "Fully redeemed" msgstr "Tamamen kullanıldı" -#: pretix/control/forms/filter.py:947 +#: pretix/control/forms/filter.py:999 msgid "Redeemed and checked in with ticket" msgstr "Kullanıldı ve biletle kontrol edildi" -#: pretix/control/forms/filter.py:952 +#: pretix/control/forms/filter.py:1004 msgid "Quota handling" msgstr "Kota kullanımı" -#: pretix/control/forms/filter.py:956 +#: pretix/control/forms/filter.py:1008 msgid "Allow to ignore quota" msgstr "Kotayı göz ardı etmesine izin ver" -#: pretix/control/forms/filter.py:961 pretix/control/forms/filter.py:963 +#: pretix/control/forms/filter.py:1013 pretix/control/forms/filter.py:1015 msgid "Filter by tag" msgstr "Etikete göre filtrele" -#: pretix/control/forms/filter.py:968 pretix/control/forms/filter.py:970 +#: pretix/control/forms/filter.py:1020 pretix/control/forms/filter.py:1022 msgid "Search voucher" msgstr "Arama kuponu" -#: pretix/control/forms/filter.py:1016 pretix/control/forms/vouchers.py:91 +#: pretix/control/forms/filter.py:1068 pretix/control/forms/vouchers.py:91 #: pretix/control/views/typeahead.py:522 pretix/control/views/typeahead.py:526 #: pretix/control/views/vouchers.py:81 #, python-brace-format msgid "Any product in quota \"{quota}\"" msgstr "Kotadaki herhangi bir ürün \"{quota}\"" -#: pretix/control/forms/filter.py:1132 +#: pretix/control/forms/filter.py:1184 msgid "Refund status" msgstr "İade durumu" -#: pretix/control/forms/filter.py:1134 +#: pretix/control/forms/filter.py:1186 msgid "All open refunds" msgstr "Tüm açık iadeler" -#: pretix/control/forms/filter.py:1135 +#: pretix/control/forms/filter.py:1187 msgid "All refunds" msgstr "Tüm geri iaderler" -#: pretix/control/forms/filter.py:1171 +#: pretix/control/forms/filter.py:1223 #, fuzzy #| msgctxt "subevent" #| msgid "Date history" msgid "Date filter" msgstr "Tarih geçmişi" -#: pretix/control/forms/filter.py:1173 +#: pretix/control/forms/filter.py:1225 #, fuzzy #| msgid "Filter by tag" msgid "Filter by…" msgstr "Etikete göre filtrele" -#: pretix/control/forms/filter.py:1175 +#: pretix/control/forms/filter.py:1227 #, fuzzy #| msgid "Date of last payment" msgid "Date of last successful payment" msgstr "Son ödeme tarihi" -#: pretix/control/forms/filter.py:1180 +#: pretix/control/forms/filter.py:1232 #, fuzzy #| msgid "Date" msgid "Date from" msgstr "Tarih" -#: pretix/control/forms/filter.py:1185 +#: pretix/control/forms/filter.py:1237 #, fuzzy #| msgid "Date and time" msgid "Date until" @@ -8762,8 +8769,8 @@ msgstr "Aynı eklenti kategorisini iki kez eklediniz" msgid "Bundled product" msgstr "Ürün ekle" -#: pretix/control/forms/item.py:735 pretix/control/forms/orders.py:260 -#: pretix/control/forms/orders.py:394 +#: pretix/control/forms/item.py:735 pretix/control/forms/orders.py:264 +#: pretix/control/forms/orders.py:398 msgid "inactive" msgstr "etkin değil" @@ -8802,11 +8809,11 @@ msgstr "Etkilenen siparişleri göster" msgid "CSV column: \"{name}\"" msgstr "" -#: pretix/control/forms/orders.py:33 +#: pretix/control/forms/orders.py:34 msgid "Overbook quota" msgstr "Çifte rezervasyon kotası" -#: pretix/control/forms/orders.py:34 +#: pretix/control/forms/orders.py:35 msgid "" "If you check this box, this operation will be performed even if it leads to " "an overbooked quota and you having sold more tickets than you planned!" @@ -8814,11 +8821,11 @@ msgstr "" "Bu kutuyu işaretlerseniz, bu işlem fazla rezervasyona yol açsa ve " "planladığınızdan daha fazla bilet satmış olsanız bile gerçekleştirilecektir!" -#: pretix/control/forms/orders.py:78 +#: pretix/control/forms/orders.py:79 msgid "Overbook quota and ignore late payment" msgstr "Kotayı aş ve geç ödemeleri görmezden gel" -#: pretix/control/forms/orders.py:79 +#: pretix/control/forms/orders.py:80 msgid "" "If you check this box, this operation will be performed even if it leads to " "an overbooked quota and you having sold more tickets than you planned! The " @@ -8830,18 +8837,18 @@ msgstr "" "İşlem, geç ödemeler için yapılan ayarlara bakılmaksızın da " "gerçekleştirilecektir." -#: pretix/control/forms/orders.py:105 +#: pretix/control/forms/orders.py:106 #: pretix/control/templates/pretixcontrol/order/deny.html:19 msgid "Notify user by e-mail" msgstr "Kullanıcıyı e-mail ile bilgilendir" -#: pretix/control/forms/orders.py:112 +#: pretix/control/forms/orders.py:113 #, fuzzy #| msgid "Cancellation" msgid "Keep a cancellation fee of" msgstr "İptal" -#: pretix/control/forms/orders.py:113 +#: pretix/control/forms/orders.py:114 msgid "" "If you keep a fee, all positions within this order will be canceled and the " "order will be reduced to a paid cancellation fee. Payment and shipping fees " @@ -8850,26 +8857,26 @@ msgid "" "automatically." msgstr "" -#: pretix/control/forms/orders.py:141 +#: pretix/control/forms/orders.py:145 #, fuzzy #| msgid "Payment date" msgid "Payment amount" msgstr "Ödeme tarihi" -#: pretix/control/forms/orders.py:145 +#: pretix/control/forms/orders.py:149 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/control.html:7 -#: pretix/plugins/reports/exporters.py:319 -#: pretix/plugins/reports/exporters.py:381 -#: pretix/plugins/reports/exporters.py:491 -#: pretix/plugins/reports/exporters.py:520 +#: pretix/plugins/reports/exporters.py:322 +#: pretix/plugins/reports/exporters.py:384 +#: pretix/plugins/reports/exporters.py:494 +#: pretix/plugins/reports/exporters.py:523 msgid "Payment date" msgstr "Ödeme tarihi" -#: pretix/control/forms/orders.py:183 +#: pretix/control/forms/orders.py:187 msgid "Re-calculate taxes" msgstr "Vergileri yeniden hesapla" -#: pretix/control/forms/orders.py:186 +#: pretix/control/forms/orders.py:190 msgid "" "This operation re-checks if taxes should be paid to the items due to e.g. " "configured reverse charge rules and changes the prices and tax values " @@ -8882,81 +8889,81 @@ msgstr "" "değişikliğinden sonra. Dikkatli kullanın ve sadece ihtiyacınız varsa. Bu " "işlemde yuvarlama farklılıklarının olabileceğini unutmayın." -#: pretix/control/forms/orders.py:192 +#: pretix/control/forms/orders.py:196 msgid "Issue a new invoice if required" msgstr "" -#: pretix/control/forms/orders.py:196 +#: pretix/control/forms/orders.py:200 msgid "" "If an invoice exists for this order and this operation would change its " "contents, the old invoice will be canceled and a new invoice will be issued." msgstr "" -#: pretix/control/forms/orders.py:201 +#: pretix/control/forms/orders.py:205 msgid "Notify user" msgstr "Kullanıcıya bildir" -#: pretix/control/forms/orders.py:205 +#: pretix/control/forms/orders.py:209 msgid "" "Send an email to the customer notifying that their order has been changed." msgstr "" "Müşterinin siparişlerinin değiştirildiğini bildiren bir e-posta gönderin." -#: pretix/control/forms/orders.py:209 +#: pretix/control/forms/orders.py:213 msgid "Allow to overbook quotas when performing this operation" msgstr "" -#: pretix/control/forms/orders.py:225 +#: pretix/control/forms/orders.py:229 msgid "Add-on to" msgstr "Eklentiyi ekle" -#: pretix/control/forms/orders.py:230 +#: pretix/control/forms/orders.py:234 #: pretix/control/templates/pretixcontrol/checkin/index.html:70 #: pretix/control/templates/pretixcontrol/order/change.html:118 #: pretix/control/views/vouchers.py:70 msgid "Seat" msgstr "" -#: pretix/control/forms/orders.py:237 +#: pretix/control/forms/orders.py:241 msgid "Including taxes, if any. Keep empty for the product's default price" msgstr "Varsa vergiler dahil. Ürünün varsayılan fiyatı için boş bırak" -#: pretix/control/forms/orders.py:335 pretix/control/forms/orders.py:339 -#: pretix/control/forms/orders.py:378 pretix/control/forms/orders.py:389 +#: pretix/control/forms/orders.py:339 pretix/control/forms/orders.py:343 +#: pretix/control/forms/orders.py:382 pretix/control/forms/orders.py:393 #, fuzzy #| msgid "Keep unchanged" msgid "(Unchanged)" msgstr "Değiştirmeden devam et" -#: pretix/control/forms/orders.py:345 pretix/control/forms/orders.py:412 +#: pretix/control/forms/orders.py:349 pretix/control/forms/orders.py:416 msgid "New price (gross)" msgstr "Yeni fiyat (brüt)" -#: pretix/control/forms/orders.py:349 +#: pretix/control/forms/orders.py:353 msgid "Generate a new secret" msgstr "Yeni bir sır oluştur" -#: pretix/control/forms/orders.py:353 +#: pretix/control/forms/orders.py:357 #, fuzzy #| msgid "Cart position" msgid "Cancel this position" msgstr "Sepet pozisyonu" -#: pretix/control/forms/orders.py:357 +#: pretix/control/forms/orders.py:361 msgid "Split into new order" msgstr "Yeni sıraya bölün" -#: pretix/control/forms/orders.py:416 +#: pretix/control/forms/orders.py:420 #, fuzzy #| msgid "Remove filter" msgid "Remove this fee" msgstr "Filtreyi kaldır" -#: pretix/control/forms/orders.py:430 +#: pretix/control/forms/orders.py:434 msgid "Invalidate secrets" msgstr "Sırları geçersiz kıl" -#: pretix/control/forms/orders.py:431 +#: pretix/control/forms/orders.py:435 msgid "" "Regenerates the order and ticket secrets. You will need to re-send the link " "to the order page to the user and the user will need to download his tickets " @@ -8966,23 +8973,23 @@ msgstr "" "kullanıcıya yeniden göndermeniz gerekecek ve kullanıcının biletlerini tekrar " "indirmesi gerekecektir. Eski versiyonlar geçersiz olacak." -#: pretix/control/forms/orders.py:456 pretix/control/forms/orders.py:639 -#: pretix/control/forms/orders.py:666 pretix/control/forms/vouchers.py:222 +#: pretix/control/forms/orders.py:460 pretix/control/forms/orders.py:643 +#: pretix/control/forms/orders.py:670 pretix/control/forms/vouchers.py:222 #: pretix/plugins/sendmail/forms.py:21 pretix/plugins/sendmail/forms.py:76 msgid "Subject" msgstr "konu" -#: pretix/control/forms/orders.py:480 +#: pretix/control/forms/orders.py:484 msgid "Recipient" msgstr "Alıcı" -#: pretix/control/forms/orders.py:486 pretix/control/forms/orders.py:647 -#: pretix/control/forms/orders.py:674 pretix/control/forms/vouchers.py:228 +#: pretix/control/forms/orders.py:490 pretix/control/forms/orders.py:651 +#: pretix/control/forms/orders.py:678 pretix/control/forms/vouchers.py:228 #: pretix/plugins/sendmail/forms.py:22 pretix/plugins/sendmail/forms.py:81 msgid "Message" msgstr "Mesaj" -#: pretix/control/forms/orders.py:499 +#: pretix/control/forms/orders.py:503 #, fuzzy #| msgid "" #| "Mark the complete order as refunded. The order will be canceled and all " @@ -8993,7 +9000,7 @@ msgstr "" "Siparişin tamamını iade edildi olarak işaretleyin. Sipariş iptal edilecek ve " "tüm biletler artık çalışmayacak. Bu geri alınamaz." -#: pretix/control/forms/orders.py:500 +#: pretix/control/forms/orders.py:504 msgid "" "Mark the order as pending and allow the user to pay the open amount with " "another payment method." @@ -9001,39 +9008,39 @@ msgstr "" "Siparişi beklemede olarak işaretleyin ve kullanıcının açık tutarı başka bir " "ödeme yöntemiyle ödemesine izin verin." -#: pretix/control/forms/orders.py:502 +#: pretix/control/forms/orders.py:506 msgid "Do nothing and keep the order as it is." msgstr "Hiçbir şey yapmayın ve siparişi olduğu gibi bırakın." -#: pretix/control/forms/orders.py:529 +#: pretix/control/forms/orders.py:533 msgid "The refund amount needs to be positive and less than {}." msgstr "Geri ödeme tutarı {} tarihinden düşük ve pozitif olmalıdır." -#: pretix/control/forms/orders.py:535 +#: pretix/control/forms/orders.py:539 msgid "You need to specify an amount for a partial refund." msgstr "Kısmi geri ödeme için bir miktar belirtmeniz gerekiyor." -#: pretix/control/forms/orders.py:547 +#: pretix/control/forms/orders.py:551 #, fuzzy #| msgid "Cancel order" msgid "Cancel all dates" msgstr "Siparişi iptal et" -#: pretix/control/forms/orders.py:552 +#: pretix/control/forms/orders.py:556 #, fuzzy #| msgctxt "amount_label" #| msgid "Automatically refund" msgid "Automatically refund money if possible" msgstr "Otomatik geri ödeme" -#: pretix/control/forms/orders.py:557 +#: pretix/control/forms/orders.py:561 #, fuzzy #| msgid "This payment method does not support automatic refunds." msgid "" "Create manual refund if the payment method odes not support automatic refunds" msgstr "Bu ödeme yöntemi otomatik geri ödemeleri desteklemez." -#: pretix/control/forms/orders.py:561 +#: pretix/control/forms/orders.py:565 msgid "" "If checked, all payments with a payment method not supporting automatic " "refunds will be on your manual refund to-do list. Do not check if you want " @@ -9041,29 +9048,29 @@ msgid "" "gift cards." msgstr "" -#: pretix/control/forms/orders.py:566 +#: pretix/control/forms/orders.py:570 msgid "" "Refund order value to a gift card instead instead of the original payment " "method" msgstr "" -#: pretix/control/forms/orders.py:572 +#: pretix/control/forms/orders.py:576 #, fuzzy #| msgid "Gift card" msgid "Gift card validity" msgstr "Hediye kartı" -#: pretix/control/forms/orders.py:579 +#: pretix/control/forms/orders.py:583 msgid "Special terms and conditions" msgstr "" -#: pretix/control/forms/orders.py:596 +#: pretix/control/forms/orders.py:600 #, fuzzy #| msgid "Other fees" msgid "Keep fees" msgstr "Diğer ücretler" -#: pretix/control/forms/orders.py:599 +#: pretix/control/forms/orders.py:603 msgid "" "The selected types of fees will not be refunded but instead added to the " "cancellation fee. Fees are never refunded in when an order in an event " @@ -9071,25 +9078,25 @@ msgid "" "dates." msgstr "" -#: pretix/control/forms/orders.py:605 +#: pretix/control/forms/orders.py:609 #, fuzzy #| msgid "Send vouchers" msgid "Send information via email" msgstr "Makbuz gönder" -#: pretix/control/forms/orders.py:611 +#: pretix/control/forms/orders.py:615 #, fuzzy #| msgid "Send vouchers" msgid "Send information to waiting list" msgstr "Makbuz gönder" -#: pretix/control/forms/orders.py:642 pretix/control/forms/orders.py:668 +#: pretix/control/forms/orders.py:646 pretix/control/forms/orders.py:672 #, fuzzy, python-brace-format #| msgid "Can create events" msgid "Canceled: {event}" msgstr "Etkinlik oluşturabilir" -#: pretix/control/forms/orders.py:653 +#: pretix/control/forms/orders.py:657 #, fuzzy, python-brace-format #| msgid "" #| "Hello,\n" @@ -9126,7 +9133,7 @@ msgstr "" "En iyi dileklerimizle,\n" "{event} ekibiniz" -#: pretix/control/forms/orders.py:680 +#: pretix/control/forms/orders.py:684 #, fuzzy, python-brace-format #| msgid "" #| "Hello,\n" @@ -9159,7 +9166,7 @@ msgstr "" "En iyi dileklerimizle,\n" "{event} ekibiniz" -#: pretix/control/forms/orders.py:711 +#: pretix/control/forms/orders.py:715 msgid "Please confirm that you want to cancel ALL dates in this event series." msgstr "" @@ -9218,7 +9225,7 @@ msgstr "Ana sayfa metni" msgid "This will be displayed on the organizer homepage." msgstr "Bu, organizatör ana sayfasında görüntülenecektir." -#: pretix/control/forms/organizer.py:279 +#: pretix/control/forms/organizer.py:280 #, fuzzy #| msgid "" #| "If you provide a logo image, we will by default not show your " @@ -9235,71 +9242,71 @@ msgstr "" "başlığında göstermeyiz. Logonuzu maksimum 120 piksel yüksekliğinde " "göstereceğiz." -#: pretix/control/forms/organizer.py:298 +#: pretix/control/forms/organizer.py:299 #, fuzzy #| msgid "Date in event series" msgid "Show availability in event overviews" msgstr "Etkinlik serisindeki tarih" -#: pretix/control/forms/organizer.py:299 +#: pretix/control/forms/organizer.py:300 msgid "" "If checked, the list of events will show if events are sold out. This might " "make for longer page loading times if you have lots of events and the shown " "status might be out of date for up to two minutes." msgstr "" -#: pretix/control/forms/organizer.py:305 +#: pretix/control/forms/organizer.py:306 msgid "Link back to organizer overview on all event pages" msgstr "Tüm etkinlik sayfalarında düzenleyiciye genel bakışa geri dönün" -#: pretix/control/forms/organizer.py:312 +#: pretix/control/forms/organizer.py:313 msgid "" "Choose all languages that your organizer homepage should be available in." msgstr "Organizatör ana sayfanızın kullanılabilmesi gereken tüm dilleri seçin." -#: pretix/control/forms/organizer.py:323 +#: pretix/control/forms/organizer.py:324 msgid "Favicon" msgstr "" -#: pretix/control/forms/organizer.py:326 +#: pretix/control/forms/organizer.py:328 msgid "" "If you provide a favicon, we will show it instead of the default pretix " "icon. We recommend a size of at least 200x200px to accommodate most devices." msgstr "" -#: pretix/control/forms/organizer.py:330 +#: pretix/control/forms/organizer.py:332 #, fuzzy #| msgid "Gift card" msgid "Length of gift card codes" msgstr "Hediye kartı" -#: pretix/control/forms/organizer.py:331 +#: pretix/control/forms/organizer.py:333 msgid "" "The system generates by default {}-character long gift card codes. However, " "if a different length is required, it can be set here." msgstr "" -#: pretix/control/forms/organizer.py:336 +#: pretix/control/forms/organizer.py:338 #, fuzzy #| msgid "Gift card" msgid "Validity of gift card codes in years" msgstr "Hediye kartı" -#: pretix/control/forms/organizer.py:337 +#: pretix/control/forms/organizer.py:339 msgid "" "If you set a number here, gift cards will by default expire at the end of " "the year after this many years. If you keep it empty, gift cards do not have " "an explicit expiry date." msgstr "" -#: pretix/control/forms/organizer.py:352 +#: pretix/control/forms/organizer.py:354 #, fuzzy #| msgid "Event date" msgctxt "webhooks" msgid "Event types" msgstr "Etkinlik tarihi" -#: pretix/control/forms/organizer.py:383 +#: pretix/control/forms/organizer.py:385 #, fuzzy #| msgid "Gift card" msgid "Gift card value" @@ -11096,7 +11103,7 @@ msgstr "CSV" #: pretix/control/templates/pretixcontrol/organizers/detail.html:43 #: pretix/control/templates/pretixcontrol/organizers/giftcards.html:38 #: pretix/control/templates/pretixcontrol/organizers/index.html:18 -#: pretix/control/templates/pretixcontrol/search/orders.html:27 +#: pretix/control/templates/pretixcontrol/search/orders.html:33 #: pretix/control/templates/pretixcontrol/subevents/index.html:41 #: pretix/control/templates/pretixcontrol/users/index.html:22 #: pretix/control/templates/pretixcontrol/vouchers/index.html:54 @@ -11187,7 +11194,7 @@ msgstr "Bu, %(num)s check-in bilgisini de silecektir." #: pretix/control/templates/pretixcontrol/order/pay.html:33 #: pretix/control/templates/pretixcontrol/order/pay_complete.html:28 #: pretix/control/templates/pretixcontrol/order/reactivate.html:30 -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:155 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:169 #: pretix/control/templates/pretixcontrol/order/refund_done.html:26 #: pretix/control/templates/pretixcontrol/order/refund_process.html:47 #: pretix/control/templates/pretixcontrol/order/refund_start.html:51 @@ -11239,9 +11246,9 @@ msgstr "Sil" #: pretix/control/templates/pretixcontrol/checkin/list_edit.html:10 #: pretix/control/templates/pretixcontrol/checkin/list_edit.html:17 -#: pretix/plugins/checkinlists/exporters.py:38 -#: pretix/plugins/checkinlists/exporters.py:88 -#: pretix/plugins/checkinlists/exporters.py:315 +#: pretix/plugins/checkinlists/exporters.py:39 +#: pretix/plugins/checkinlists/exporters.py:107 +#: pretix/plugins/checkinlists/exporters.py:374 #: pretix/plugins/pretixdroid/forms.py:39 #: pretix/plugins/pretixdroid/models.py:24 #: pretix/plugins/pretixdroid/templates/pretixplugins/pretixdroid/configuration.html:79 @@ -12059,7 +12066,7 @@ msgid "Installed plugins" msgstr "Yüklü eklentiler" #: pretix/control/templates/pretixcontrol/event/plugins.html:10 -#: pretix/control/views/checkin.py:260 pretix/control/views/event.py:177 +#: pretix/control/views/checkin.py:264 pretix/control/views/event.py:177 #: pretix/control/views/event.py:317 pretix/control/views/event.py:396 #: pretix/control/views/event.py:436 pretix/control/views/event.py:594 #: pretix/control/views/event.py:785 pretix/control/views/event.py:1135 @@ -12247,7 +12254,7 @@ msgid "Basics" msgstr "" #: pretix/control/templates/pretixcontrol/event/settings.html:31 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:44 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:46 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:349 #: pretix/control/templates/pretixcontrol/subevents/detail.html:32 #, fuzzy @@ -12257,7 +12264,7 @@ msgid "Geo coordinates" msgstr "Tarih yok" #: pretix/control/templates/pretixcontrol/event/settings.html:32 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:45 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:47 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:271 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:275 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:350 @@ -12269,7 +12276,7 @@ msgid "Optional" msgstr "İsteğe bağlı" #: pretix/control/templates/pretixcontrol/event/settings.html:39 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:52 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:54 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:357 #: pretix/control/templates/pretixcontrol/subevents/detail.html:40 msgid "Geocoding data © OpenStreetMap" @@ -12307,7 +12314,7 @@ msgid "Shop design" msgstr "Mağaza tasarımı" #: pretix/control/templates/pretixcontrol/event/settings.html:124 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:74 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:76 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:392 #: pretix/control/templates/pretixcontrol/subevents/detail.html:76 msgid "Timeline" @@ -12610,7 +12617,7 @@ msgid "" msgstr "" "16 karakterden daha kısa formları kullanmamanızı şiddetle tavsiye ederiz." -#: pretix/control/templates/pretixcontrol/events/create_basics.html:68 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:70 msgid "Display settings" msgstr "Görüntü ayarları" @@ -12634,7 +12641,40 @@ msgstr "" "Muhtemelen bazı ayarları manuel olarak değiştirmeniz gerekecektir, örn. " "tarih ve saat ayarları ve etkinlik adını içeren metinler." -#: pretix/control/templates/pretixcontrol/events/create_foundation.html:10 +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:13 +msgid "Singular event or non-event shop" +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:15 +msgid "" +"An event with individual configuration. If you create more events later, you " +"can copy the event to save yourself some work." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:21 +msgid "" +"Examples: Conferences, workshops, trade fairs, one-off concerts, sale of " +"digital content, multi-day events with combination tickets." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:32 +msgid "Event series or time slot booking" +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:34 +msgid "" +"A series of events that share the same configuration. They can still be " +"different in their dates, locations, prices, and capacities." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:40 +msgid "" +"Examples: Multiple presentations of the same show, same concert in multiple " +"locations, museums, libraries, or swimming pools, events that need to be " +"booked together in one cart." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:53 msgid "" "Please note that you will only be able to delete your event until the first " "order has been created." @@ -13099,8 +13139,8 @@ msgstr "Soruyu düzenle" #: pretix/control/templates/pretixcontrol/items/question.html:20 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:14 #: pretix/control/templates/pretixcontrol/orders/overview.html:68 -#: pretix/plugins/checkinlists/exporters.py:343 -#: pretix/plugins/reports/exporters.py:223 +#: pretix/plugins/checkinlists/exporters.py:402 +#: pretix/plugins/reports/exporters.py:226 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:17 msgid "Paid" msgstr "Ödenmiş" @@ -14009,10 +14049,10 @@ msgstr "Vergi" #: pretix/control/templates/pretixcontrol/order/index.html:550 #: pretix/control/templates/pretixcontrol/orders/overview.html:69 #: pretix/control/templates/pretixcontrol/orders/overview.html:146 -#: pretix/plugins/reports/exporters.py:223 -#: pretix/plugins/reports/exporters.py:278 -#: pretix/plugins/reports/exporters.py:447 -#: pretix/plugins/reports/exporters.py:591 +#: pretix/plugins/reports/exporters.py:226 +#: pretix/plugins/reports/exporters.py:281 +#: pretix/plugins/reports/exporters.py:450 +#: pretix/plugins/reports/exporters.py:594 #: pretix/presale/templates/pretixpresale/event/fragment_cart.html:292 msgid "Total" msgstr "Toplam" @@ -14224,56 +14264,56 @@ msgctxt "amount_label" msgid "Automatically refund" msgstr "Otomatik geri ödeme" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:59 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:63 msgid "Automatically refund full amount" msgstr "Tam tutarı otomatik olarak iade et" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:62 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:66 msgid "This payment method does not support automatic refunds." msgstr "Bu ödeme yöntemi otomatik geri ödemeleri desteklemez." -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:70 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:74 msgid "Transfer to other order" msgstr "Diğer siparişe aktar" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:73 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:77 msgctxt "amount_label" msgid "Transfer" msgstr "Aktarma" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:81 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:85 msgctxt "order_label" msgid "to" msgstr "için" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:91 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:95 #: pretix/control/templates/pretixcontrol/organizers/giftcard_create.html:5 #, fuzzy #| msgid "Create a new team" msgid "Create a new gift card" msgstr "Yeni ekip yarat" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:103 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:113 #, fuzzy #| msgid "This order is not yet approved by the event organizer." msgid "" "The gift card can be used to buy tickets for all events of this organizer." msgstr "Bu sipariş etkinlik düzenleyici tarafından henüz onaylanmadı." -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:111 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:121 msgid "Manual refund" msgstr "Manuel geri ödeme" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:114 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:124 msgctxt "amount_label" msgid "Manually refund" msgstr "Manuel ödeme" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:125 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:139 msgid "Keep transfer as to do" msgstr "Aktarımı yapmaya devam et" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:129 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:143 #: pretix/control/templates/pretixcontrol/order/refund_done.html:5 #: pretix/control/templates/pretixcontrol/order/refund_done.html:9 #: pretix/control/templates/pretixcontrol/order/refund_process.html:6 @@ -14281,7 +14321,7 @@ msgstr "Aktarımı yapmaya devam et" msgid "Mark refund as done" msgstr "İade işlemi bitti olarak işaretle" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:139 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:153 msgid "" "Any payments that you selected for automatical refunds will be immediately " "communicate the refund request to the respective payment provider. Manual " @@ -14293,7 +14333,7 @@ msgstr "" "bekleyen geri ödemeler olarak oluşturulacak, daha sonra parayı müşteriye " "geri gönderdikten sonra bunları daha sonra tamam olarak işaretleyebilirsiniz." -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:160 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:174 msgid "Perform refund" msgstr "Para iadesi yap" @@ -14542,29 +14582,29 @@ msgid "Remove filter" msgstr "Filtreyi kaldır" #: pretix/control/templates/pretixcontrol/orders/index.html:132 -#: pretix/control/templates/pretixcontrol/search/orders.html:78 +#: pretix/control/templates/pretixcontrol/search/orders.html:83 msgid "CANCELLATION REQUESTED" msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:135 #: pretix/control/templates/pretixcontrol/orders/index.html:137 -#: pretix/control/templates/pretixcontrol/search/orders.html:81 -#: pretix/control/templates/pretixcontrol/search/orders.html:83 +#: pretix/control/templates/pretixcontrol/search/orders.html:86 +#: pretix/control/templates/pretixcontrol/search/orders.html:88 msgid "REFUND PENDING" msgstr "GERİ ÖDEME BEKLEMEDE" #: pretix/control/templates/pretixcontrol/orders/index.html:140 -#: pretix/control/templates/pretixcontrol/search/orders.html:86 +#: pretix/control/templates/pretixcontrol/search/orders.html:91 msgid "OVERPAID" msgstr "FAZLA ÖDEME" #: pretix/control/templates/pretixcontrol/orders/index.html:142 -#: pretix/control/templates/pretixcontrol/search/orders.html:88 +#: pretix/control/templates/pretixcontrol/search/orders.html:93 msgid "UNDERPAID" msgstr "DÜŞÜK ÜCRETLİ" #: pretix/control/templates/pretixcontrol/orders/index.html:144 -#: pretix/control/templates/pretixcontrol/search/orders.html:90 +#: pretix/control/templates/pretixcontrol/search/orders.html:95 msgid "FULLY PAID" msgstr "TAMAMEN ÖDENMİŞ" @@ -14612,7 +14652,7 @@ msgstr "" "olduklarının net olmadığı için burada listelenmeyecektir." #: pretix/control/templates/pretixcontrol/orders/overview.html:61 -#: pretix/plugins/reports/exporters.py:219 +#: pretix/plugins/reports/exporters.py:222 msgid "Purchased" msgstr "Satın alındı" @@ -15379,7 +15419,7 @@ msgstr "QR kod tarayıcısına yönlendirmek" msgid "pretix Logo" msgstr "pretix Logosu" -#: pretix/control/templates/pretixcontrol/search/orders.html:99 +#: pretix/control/templates/pretixcontrol/search/orders.html:104 msgid "" "We couldn't find any orders that you have access to and that match your " "search query." @@ -16628,15 +16668,15 @@ msgstr "Bu eylemi gerçekleştirme izniniz yok." msgid "The selected check-ins have been reverted." msgstr "Seçilen check-in'ler geri alındı." -#: pretix/control/views/checkin.py:163 +#: pretix/control/views/checkin.py:167 msgid "The selected tickets have been marked as checked in." msgstr "Seçilen biletler check in olarak işaretlendi." -#: pretix/control/views/checkin.py:227 +#: pretix/control/views/checkin.py:231 msgid "The new check-in list has been created." msgstr "Yeni check-in listesi oluşturuldu." -#: pretix/control/views/checkin.py:234 pretix/control/views/checkin.py:277 +#: pretix/control/views/checkin.py:238 pretix/control/views/checkin.py:281 #: pretix/control/views/event.py:206 pretix/control/views/event.py:399 #: pretix/control/views/event.py:439 pretix/control/views/event.py:597 #: pretix/control/views/event.py:754 pretix/control/views/event.py:1094 @@ -16651,11 +16691,11 @@ msgstr "Yeni check-in listesi oluşturuldu." msgid "We could not save your changes. See below for details." msgstr "Değişikliklerinizi kaydedemedik. Detaylar için aşağıya bakın." -#: pretix/control/views/checkin.py:256 pretix/control/views/checkin.py:293 +#: pretix/control/views/checkin.py:260 pretix/control/views/checkin.py:297 msgid "The requested list does not exist." msgstr "İstenen liste mevcut değil." -#: pretix/control/views/checkin.py:302 +#: pretix/control/views/checkin.py:306 msgid "The selected list has been deleted." msgstr "Seçilen liste silinmiştir." @@ -16912,7 +16952,7 @@ msgstr "Yorum güncellendi." msgid "Could not update the comment." msgstr "Yorum güncellenemedi." -#: pretix/control/views/event.py:1061 pretix/control/views/main.py:296 +#: pretix/control/views/event.py:1061 pretix/control/views/main.py:276 msgid "VAT" msgstr "değer katkı vergisi" @@ -18026,34 +18066,34 @@ msgstr "" msgid "8 portrait A7 pages on one A4 page" msgstr "" -#: pretix/plugins/badges/exporters.py:186 +#: pretix/plugins/badges/exporters.py:194 #, fuzzy #| msgid "The selected product is not active or has no price set." msgid "None of the selected products is configured to print badges." msgstr "Seçilen ürün aktif değil veya fiyat ayarlı değil." -#: pretix/plugins/badges/exporters.py:192 +#: pretix/plugins/badges/exporters.py:200 msgid "Attendee badges" msgstr "Katılımcı rozetleri" -#: pretix/plugins/badges/exporters.py:212 +#: pretix/plugins/badges/exporters.py:220 #: pretix/plugins/ticketoutputpdf/exporters.py:32 msgid "Include pending orders" msgstr "Bekleyen siparişleri dahil et" -#: pretix/plugins/badges/exporters.py:217 +#: pretix/plugins/badges/exporters.py:225 #, fuzzy #| msgid "Include questions" msgid "Include add-on or bundled positions" msgstr "Soruları dahil et" -#: pretix/plugins/badges/exporters.py:222 +#: pretix/plugins/badges/exporters.py:230 #, fuzzy #| msgid "Answer options" msgid "Rendering option" msgstr "Cevap seçenekleri" -#: pretix/plugins/badges/exporters.py:227 +#: pretix/plugins/badges/exporters.py:235 msgid "" "This option allows you to align multiple badges on one page, for example if " "you want to print to a sheet of stickers with a regular office printer. " @@ -18061,10 +18101,10 @@ msgid "" "correct size." msgstr "" -#: pretix/plugins/badges/exporters.py:233 -#: pretix/plugins/checkinlists/exporters.py:56 -#: pretix/plugins/reports/exporters.py:315 -#: pretix/plugins/reports/exporters.py:487 +#: pretix/plugins/badges/exporters.py:241 +#: pretix/plugins/checkinlists/exporters.py:71 +#: pretix/plugins/reports/exporters.py:318 +#: pretix/plugins/reports/exporters.py:490 #: pretix/plugins/ticketoutputpdf/exporters.py:37 msgid "Sort by" msgstr "Göre sırala" @@ -18649,38 +18689,46 @@ msgid "This plugin allows you to generate check-in lists for your conference." msgstr "" "Bu eklenti, konferansınız için check-in listeleri oluşturmanıza olanak tanır." -#: pretix/plugins/checkinlists/exporters.py:46 +#: pretix/plugins/checkinlists/exporters.py:50 +msgid "Only include tickets for dates on or after this date." +msgstr "" + +#: pretix/plugins/checkinlists/exporters.py:57 +msgid "Only include tickets for dates on or before this date." +msgstr "" + +#: pretix/plugins/checkinlists/exporters.py:61 msgid "Include QR-code secret" msgstr "QR kodunun sırrını dahil et" -#: pretix/plugins/checkinlists/exporters.py:51 +#: pretix/plugins/checkinlists/exporters.py:66 #, fuzzy #| msgid "Requires special attention" msgid "Only tickets requiring special attention" msgstr "Özel ilgi gerektirir" -#: pretix/plugins/checkinlists/exporters.py:71 +#: pretix/plugins/checkinlists/exporters.py:86 msgid "Include questions" msgstr "Soruları dahil et" -#: pretix/plugins/checkinlists/exporters.py:183 +#: pretix/plugins/checkinlists/exporters.py:222 msgid "Check-in list (PDF)" msgstr "Check-in listesi (PDF)" #. Translators: maximum 5 characters -#: pretix/plugins/checkinlists/exporters.py:234 +#: pretix/plugins/checkinlists/exporters.py:284 msgctxt "tablehead" msgid "paid" msgstr "ücretli" -#: pretix/plugins/checkinlists/exporters.py:337 +#: pretix/plugins/checkinlists/exporters.py:396 #, fuzzy #| msgctxt "amount_label" #| msgid "Automatically refund" msgid "Automatically checked in" msgstr "Otomatik geri ödeme" -#: pretix/plugins/checkinlists/exporters.py:346 +#: pretix/plugins/checkinlists/exporters.py:405 #: pretix/plugins/paypal/payment.py:86 msgid "Secret" msgstr "Sır" @@ -18779,14 +18827,14 @@ msgid "" "to send any payments." msgstr "" -#: pretix/plugins/paypal/payment.py:205 pretix/plugins/paypal/payment.py:291 -#: pretix/plugins/paypal/payment.py:306 pretix/plugins/paypal/payment.py:309 -#: pretix/plugins/paypal/payment.py:367 +#: pretix/plugins/paypal/payment.py:205 pretix/plugins/paypal/payment.py:298 +#: pretix/plugins/paypal/payment.py:313 pretix/plugins/paypal/payment.py:316 +#: pretix/plugins/paypal/payment.py:374 pretix/plugins/paypal/payment.py:515 msgid "We had trouble communicating with PayPal" msgstr "PayPal ile iletişimde sorun yaşadık" -#: pretix/plugins/paypal/payment.py:323 pretix/plugins/paypal/payment.py:332 -#: pretix/plugins/paypal/payment.py:393 +#: pretix/plugins/paypal/payment.py:330 pretix/plugins/paypal/payment.py:339 +#: pretix/plugins/paypal/payment.py:400 msgid "" "We were unable to process your payment. See below for details on how to " "proceed." @@ -18794,7 +18842,7 @@ msgstr "" "Ödemenizi işleme koyamadık. Nasıl devam edeceğiniz hakkında ayrıntılar için " "aşağıya bakın." -#: pretix/plugins/paypal/payment.py:374 pretix/plugins/paypal/payment.py:383 +#: pretix/plugins/paypal/payment.py:381 pretix/plugins/paypal/payment.py:390 msgid "" "PayPal has not yet approved the payment. We will inform you as soon as the " "payment completed." @@ -18802,29 +18850,29 @@ msgstr "" "PayPal henüz ödemeyi onaylamadı. Ödeme tamamlanır tamamlanmaz sizi " "bilgilendireceğiz." -#: pretix/plugins/paypal/payment.py:408 pretix/plugins/stripe/payment.py:435 +#: pretix/plugins/paypal/payment.py:415 pretix/plugins/stripe/payment.py:435 #: pretix/plugins/stripe/payment.py:787 msgid "There was an error sending the confirmation mail." msgstr "Onay postası gönderilirken bir hata oluştu." -#: pretix/plugins/paypal/payment.py:485 pretix/plugins/paypal/payment.py:492 +#: pretix/plugins/paypal/payment.py:492 pretix/plugins/paypal/payment.py:499 msgid "Refunding the amount via PayPal failed: {}" msgstr "Tutarı PayPal üzerinden iade etme başarısız oldu: {}" -#: pretix/plugins/paypal/payment.py:591 pretix/plugins/paypal/payment.py:599 +#: pretix/plugins/paypal/payment.py:615 pretix/plugins/paypal/payment.py:623 #, fuzzy #| msgctxt "invoice" #| msgid "The payment for this invoice has already been received." msgid "The payment for this invoice has already been received." msgstr "Bu faturanın ödemesi zaten alındı." -#: pretix/plugins/paypal/payment.py:592 pretix/plugins/paypal/payment.py:600 +#: pretix/plugins/paypal/payment.py:616 pretix/plugins/paypal/payment.py:624 #, fuzzy #| msgid "Payment ID" msgid "PayPal payment ID" msgstr "Ödeme numarası" -#: pretix/plugins/paypal/payment.py:594 +#: pretix/plugins/paypal/payment.py:618 #, fuzzy #| msgid "Stripe Connect: Client ID" msgid "PayPal sale ID" @@ -19248,48 +19296,48 @@ msgstr "Sayfa %d" msgid "Created: %s" msgstr "Oluşturuldu: %s" -#: pretix/plugins/reports/exporters.py:153 +#: pretix/plugins/reports/exporters.py:156 msgid "Order overview (PDF)" msgstr "Siparişe genel bakış (PDF)" -#: pretix/plugins/reports/exporters.py:197 +#: pretix/plugins/reports/exporters.py:200 #: pretix/plugins/statistics/templates/pretixplugins/statistics/index.html:58 msgid "Orders by product" msgstr "Ürüne göre siparişler" -#: pretix/plugins/reports/exporters.py:202 +#: pretix/plugins/reports/exporters.py:205 #, python-brace-format msgid "{axis} between {start} and {end}" msgstr "" -#: pretix/plugins/reports/exporters.py:227 -#: pretix/plugins/reports/exporters.py:228 -#: pretix/plugins/reports/exporters.py:229 #: pretix/plugins/reports/exporters.py:230 #: pretix/plugins/reports/exporters.py:231 +#: pretix/plugins/reports/exporters.py:232 +#: pretix/plugins/reports/exporters.py:233 +#: pretix/plugins/reports/exporters.py:234 msgid "#" msgstr "#" -#: pretix/plugins/reports/exporters.py:299 +#: pretix/plugins/reports/exporters.py:302 msgid "List of orders with taxes (PDF)" msgstr "Vergili siparişlerin listesi (PDF)" -#: pretix/plugins/reports/exporters.py:376 +#: pretix/plugins/reports/exporters.py:379 #, python-brace-format msgid "Orders by tax rate ({currency})" msgstr "Vergi oranına göre siparişler ({currency})" -#: pretix/plugins/reports/exporters.py:385 -#: pretix/plugins/reports/exporters.py:521 +#: pretix/plugins/reports/exporters.py:388 +#: pretix/plugins/reports/exporters.py:524 msgid "Gross" msgstr "Brüt" -#: pretix/plugins/reports/exporters.py:385 -#: pretix/plugins/reports/exporters.py:521 +#: pretix/plugins/reports/exporters.py:388 +#: pretix/plugins/reports/exporters.py:524 msgid "Tax" msgstr "Vergi" -#: pretix/plugins/reports/exporters.py:470 +#: pretix/plugins/reports/exporters.py:473 #, fuzzy #| msgid "List of orders with taxes (PDF)" msgid "List of orders with taxes" @@ -20491,24 +20539,24 @@ msgid "Show all events of %(name)s" msgstr "Tüm olayları göster %(name)s" #: pretix/presale/templates/pretixpresale/event/base.html:98 -#: pretix/presale/templates/pretixpresale/event/base.html:128 +#: pretix/presale/templates/pretixpresale/event/base.html:132 msgid "" "This ticket shop is currently in test mode. Please do not perform any real " "purchases as your order might be deleted without notice." msgstr "" #: pretix/presale/templates/pretixpresale/event/base.html:104 -#: pretix/presale/templates/pretixpresale/event/base.html:134 +#: pretix/presale/templates/pretixpresale/event/base.html:138 msgid "" "Orders made through this sales channel cannot be deleted - even if the " "ticket shop is in test mode!" msgstr "" -#: pretix/presale/templates/pretixpresale/event/base.html:142 +#: pretix/presale/templates/pretixpresale/event/base.html:146 msgid "Contact event organizer" msgstr "Etkinlik düzenleyicisi ile iletişime geç" -#: pretix/presale/templates/pretixpresale/event/base.html:145 +#: pretix/presale/templates/pretixpresale/event/base.html:149 msgid "Imprint" msgstr "damga" @@ -20966,6 +21014,11 @@ msgstr "Sipariş için %(item)s miktarı" msgid "Go" msgstr "Git" +#: pretix/presale/templates/pretixpresale/event/fragment_subevent_calendar_week.html:21 +#: pretix/presale/templates/pretixpresale/organizers/calendar_week.html:48 +msgid "W" +msgstr "" + #: pretix/presale/templates/pretixpresale/event/fragment_subevent_list.html:21 #: pretix/presale/templates/pretixpresale/event/fragment_subevent_list.html:30 #: pretix/presale/templates/pretixpresale/fragment_calendar.html:71 @@ -21718,19 +21771,19 @@ msgstr "Lütfen sadece rakam giriniz." msgid "Please enter positive numbers only." msgstr "Lütfen sadece pozitif sayıları giriniz." -#: pretix/presale/views/cart.py:338 +#: pretix/presale/views/cart.py:340 msgid "We applied the voucher to as many products in your cart as we could." msgstr "" -#: pretix/presale/views/cart.py:360 +#: pretix/presale/views/cart.py:362 msgid "Your cart has been updated." msgstr "Alışveriş sepetiniz güncellendi." -#: pretix/presale/views/cart.py:363 pretix/presale/views/cart.py:385 +#: pretix/presale/views/cart.py:365 pretix/presale/views/cart.py:387 msgid "Your cart is now empty." msgstr "Sepetiniz artık boş." -#: pretix/presale/views/cart.py:400 +#: pretix/presale/views/cart.py:402 msgid "The products have been successfully added to your cart." msgstr "Ürünler sepetinize başarıyla eklendi." @@ -21976,6 +22029,22 @@ msgstr "Okuma erişimi" msgid "Write access" msgstr "Yazma erişimi" +#~ msgid "" +#~ "Only recommended for advanced users. If this feature is enabled, this " +#~ "will not only be a single event but a series of very similar events that " +#~ "are handled within a single shop. The single events inside the series can " +#~ "only differ in date, time, location, prices and quotas, but not in other " +#~ "settings, and buying tickets across multiple of these events at the same " +#~ "time is possible. You cannot change this setting for this event later." +#~ msgstr "" +#~ "Sadece ileri düzey kullanıcılar için önerilir. Bu özellik " +#~ "etkinleştirilirse, bu yalnızca tek bir olay değil, tek bir mağazada ele " +#~ "alınan çok benzer bir dizi olay olacaktır. Serinin içindeki tek olaylar " +#~ "yalnızca tarih, saat, yer, fiyatlar ve kotalarla farklılık gösterebilir, " +#~ "ancak diğer ortamlarda değil, aynı anda bu etkinliklerin çoğunda bilet " +#~ "satın almak da mümkündür. Bu etkinliği daha sonra bu etkinlik için " +#~ "değiştiremezsiniz." + #~ msgid "Edit list" #~ msgstr "Listeyi düzenle" diff --git a/src/pretix/locale/tr/LC_MESSAGES/djangojs.po b/src/pretix/locale/tr/LC_MESSAGES/djangojs.po index a01a9a4f4..298b3e510 100644 --- a/src/pretix/locale/tr/LC_MESSAGES/djangojs.po +++ b/src/pretix/locale/tr/LC_MESSAGES/djangojs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-05-13 16:45+0000\n" +"POT-Creation-Date: 2020-06-10 16:02+0000\n" "PO-Revision-Date: 2018-09-03 06:36+0000\n" "Last-Translator: Yunus Fırat Pişkin \n" "Language-Team: Turkish \n" "Language-Team: Chinese (Simplified) " msgid "Empty, if this product is not an admission ticket" msgstr "空,如果这个产品不是门票" -#: pretix/base/models/orders.py:1069 pretix/base/models/orders.py:2110 +#: pretix/base/models/orders.py:1069 pretix/base/models/orders.py:2137 #: pretix/base/settings.py:537 msgid "Company name" msgstr "公司名称" -#: pretix/base/models/orders.py:1073 pretix/base/models/orders.py:2117 +#: pretix/base/models/orders.py:1073 pretix/base/models/orders.py:2144 #: pretix/base/settings.py:32 pretix/plugins/stripe/payment.py:150 msgid "Select country" msgstr "选择国家" -#: pretix/base/models/orders.py:1204 +#: pretix/base/models/orders.py:1231 msgctxt "payment_state" msgid "created" msgstr "创建" -#: pretix/base/models/orders.py:1205 +#: pretix/base/models/orders.py:1232 msgctxt "payment_state" msgid "pending" msgstr "待处理的" -#: pretix/base/models/orders.py:1206 +#: pretix/base/models/orders.py:1233 msgctxt "payment_state" msgid "confirmed" msgstr "确认" -#: pretix/base/models/orders.py:1207 +#: pretix/base/models/orders.py:1234 msgctxt "payment_state" msgid "canceled" msgstr "取消" -#: pretix/base/models/orders.py:1208 +#: pretix/base/models/orders.py:1235 msgctxt "payment_state" msgid "failed" msgstr "失败" -#: pretix/base/models/orders.py:1209 +#: pretix/base/models/orders.py:1236 msgctxt "payment_state" msgid "refunded" msgstr "退还" -#: pretix/base/models/orders.py:1237 pretix/base/models/orders.py:1608 +#: pretix/base/models/orders.py:1264 pretix/base/models/orders.py:1635 #: pretix/base/shredder.py:352 msgid "Payment information" msgstr "支付信息" -#: pretix/base/models/orders.py:1430 +#: pretix/base/models/orders.py:1457 #, python-format msgid "Event registration confirmed: %(code)s" msgstr "活动注册已确认:%(code)s" -#: pretix/base/models/orders.py:1448 +#: pretix/base/models/orders.py:1475 #, python-format msgid "Payment received for your order: %(code)s" msgstr "已收到您的订单付款:%(code)s" -#: pretix/base/models/orders.py:1554 +#: pretix/base/models/orders.py:1581 msgctxt "refund_state" msgid "started externally" msgstr "从外部开始" -#: pretix/base/models/orders.py:1555 +#: pretix/base/models/orders.py:1582 msgctxt "refund_state" msgid "created" msgstr "创建" -#: pretix/base/models/orders.py:1556 +#: pretix/base/models/orders.py:1583 msgctxt "refund_state" msgid "in transit" msgstr "在运输过程中" -#: pretix/base/models/orders.py:1557 +#: pretix/base/models/orders.py:1584 msgctxt "refund_state" msgid "done" msgstr "完成" -#: pretix/base/models/orders.py:1558 +#: pretix/base/models/orders.py:1585 msgctxt "refund_state" msgid "failed" msgstr "失败" -#: pretix/base/models/orders.py:1560 +#: pretix/base/models/orders.py:1587 msgctxt "refund_state" msgid "canceled" msgstr "取消" -#: pretix/base/models/orders.py:1568 +#: pretix/base/models/orders.py:1595 msgctxt "refund_source" msgid "Organizer" msgstr "组织者" -#: pretix/base/models/orders.py:1569 +#: pretix/base/models/orders.py:1596 msgctxt "refund_source" msgid "Customer" msgstr "客户" -#: pretix/base/models/orders.py:1570 +#: pretix/base/models/orders.py:1597 msgctxt "refund_source" msgid "External" msgstr "外部" -#: pretix/base/models/orders.py:1714 +#: pretix/base/models/orders.py:1741 msgid "Payment fee" msgstr "支付费用" -#: pretix/base/models/orders.py:1715 +#: pretix/base/models/orders.py:1742 msgid "Shipping fee" msgstr "运输费用" -#: pretix/base/models/orders.py:1716 +#: pretix/base/models/orders.py:1743 msgid "Service fee" msgstr "服务费用" -#: pretix/base/models/orders.py:1717 +#: pretix/base/models/orders.py:1744 #: pretix/control/templates/pretixcontrol/order/index.html:133 msgid "Cancellation fee" msgstr "取消费用" -#: pretix/base/models/orders.py:1718 +#: pretix/base/models/orders.py:1745 msgid "Other fees" msgstr "其他费用" -#: pretix/base/models/orders.py:1719 pretix/base/payment.py:1005 +#: pretix/base/models/orders.py:1746 pretix/base/payment.py:1005 #: pretix/control/templates/pretixcontrol/order/index.html:128 msgid "Gift card" msgstr "礼品卡" -#: pretix/base/models/orders.py:1724 +#: pretix/base/models/orders.py:1751 #: pretix/control/templates/pretixcontrol/organizers/giftcard.html:65 #: pretix/control/templates/pretixcontrol/organizers/giftcard.html:103 #: pretix/control/views/vouchers.py:70 msgid "Value" msgstr "价值" -#: pretix/base/models/orders.py:1861 +#: pretix/base/models/orders.py:1888 msgid "Order position" msgstr "订单位置" -#: pretix/base/models/orders.py:2036 pretix/base/services/orders.py:846 +#: pretix/base/models/orders.py:2063 pretix/base/services/orders.py:846 #, python-format msgid "Your event registration: %(code)s" msgstr "您的活动注册:%(code)s" -#: pretix/base/models/orders.py:2065 +#: pretix/base/models/orders.py:2092 msgid "Cart ID (e.g. session key)" msgstr "购物车 ID(例如,会话密钥)" -#: pretix/base/models/orders.py:2083 +#: pretix/base/models/orders.py:2110 msgid "Cart position" msgstr "购物车位置" -#: pretix/base/models/orders.py:2084 +#: pretix/base/models/orders.py:2111 msgid "Cart positions" msgstr "购物车位置" -#: pretix/base/models/orders.py:2121 +#: pretix/base/models/orders.py:2148 msgid "Only for business customers within the EU." msgstr "仅适用于欧盟境内的商业客户。" -#: pretix/base/models/orders.py:2126 +#: pretix/base/models/orders.py:2153 msgid "This reference will be printed on your invoice for your convenience." msgstr "为方便起见,此参考文件将打印在您的发票上。" @@ -2961,9 +2963,9 @@ msgstr "" "应该简短,只包含小写字母,数字,点和短划线。每个slug只能使用一次。这在URL中用" "于指代您的组织者帐户和您的活动。" -#: pretix/base/models/organizer.py:52 pretix/control/forms/event.py:68 -#: pretix/control/forms/event.py:74 pretix/control/forms/filter.py:338 -#: pretix/control/forms/filter.py:614 +#: pretix/base/models/organizer.py:52 pretix/control/forms/event.py:63 +#: pretix/control/forms/event.py:69 pretix/control/forms/filter.py:338 +#: pretix/control/forms/filter.py:666 #: pretix/control/templates/pretixcontrol/events/index.html:68 #: pretix/control/templates/pretixcontrol/organizers/base.html:4 #: pretix/control/templates/pretixcontrol/organizers/edit.html:9 @@ -3041,7 +3043,7 @@ msgid "%(name)s on %(object)s" msgstr "%(name)s上的%(object)s" #: pretix/base/models/organizer.py:252 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:82 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:84 msgid "Team" msgstr "团队" @@ -3055,20 +3057,20 @@ msgstr "参赛队伍" msgid "Invite to team '{team}' for '{email}'" msgstr "邀请团队'{team}'代表'{email}'" -#: pretix/base/models/seating.py:23 +#: pretix/base/models/seating.py:24 msgid "Your layout file is not a valid JSON file." msgstr "您的布局文件不是有效的JSON文件。" -#: pretix/base/models/seating.py:32 +#: pretix/base/models/seating.py:33 msgid "Your layout file is not a valid seating plan. Error message: {}" msgstr "您的布局文件不是有效的座位图。错误信息: {}" -#: pretix/base/models/seating.py:145 +#: pretix/base/models/seating.py:152 #, python-brace-format msgid "Row {number}" msgstr "排{number}" -#: pretix/base/models/seating.py:150 +#: pretix/base/models/seating.py:157 #, python-brace-format msgid "Seat {number}" msgstr "座位{number}" @@ -3147,7 +3149,7 @@ msgstr "降低产品价格(%)" #: pretix/control/templates/pretixcontrol/vouchers/index.html:19 #: pretix/control/templates/pretixcontrol/vouchers/index.html:100 #: pretix/control/views/vouchers.py:69 pretix/control/views/waitinglist.py:199 -#: pretix/plugins/checkinlists/exporters.py:359 +#: pretix/plugins/checkinlists/exporters.py:418 #: pretix/presale/templates/pretixpresale/event/fragment_cart.html:316 #: pretix/presale/templates/pretixpresale/event/index.html:278 msgid "Voucher code" @@ -3182,7 +3184,7 @@ msgstr "" msgid "Valid until" msgstr "有效期至" -#: pretix/base/models/vouchers.py:131 pretix/control/forms/filter.py:955 +#: pretix/base/models/vouchers.py:131 pretix/control/forms/filter.py:1007 msgid "Reserve ticket from quota" msgstr "定额订票" @@ -3452,7 +3454,7 @@ msgctxt "subevent" msgid "Dates" msgstr "日期" -#: pretix/base/notifications.py:184 pretix/base/pdf.py:130 +#: pretix/base/notifications.py:184 pretix/base/pdf.py:135 msgid "Event date" msgstr "活动日期" @@ -4029,7 +4031,7 @@ msgstr "门票号(条形码内容)" msgid "Order position number" msgstr "订单位置" -#: pretix/base/pdf.py:64 pretix/control/forms/event.py:1263 +#: pretix/base/pdf.py:64 pretix/control/forms/event.py:1262 #: pretix/control/templates/pretixcontrol/items/index.html:33 msgid "Product name" msgstr "产品名称" @@ -4085,116 +4087,131 @@ msgstr "价格包括附加" msgid "Attendee company" msgstr "观众Email" -#: pretix/base/pdf.py:114 pretix/base/pdf.py:212 +#: pretix/base/pdf.py:114 pretix/base/pdf.py:217 #: pretix/base/services/tickets.py:96 pretix/control/views/pdf.py:80 msgid "Sample company" msgstr "样品公司" #: pretix/base/pdf.py:118 #, fuzzy +#| msgid "Attendee badges" +msgid "Full attendee address" +msgstr "观众徽章" + +#: pretix/base/pdf.py:119 +msgid "" +"John Doe\n" +"Sample company\n" +"Sesame Street 42\n" +"12345 Any City\n" +"Atlantis" +msgstr "" + +#: pretix/base/pdf.py:123 +#, fuzzy #| msgid "Attendee email" msgid "Attendee country" msgstr "观众Email" -#: pretix/base/pdf.py:126 +#: pretix/base/pdf.py:131 msgid "Sample event name" msgstr "示例活动名称" -#: pretix/base/pdf.py:131 +#: pretix/base/pdf.py:136 msgid "May 31st, 2017" msgstr "2017年5月31日" -#: pretix/base/pdf.py:135 +#: pretix/base/pdf.py:140 msgid "Event date range" msgstr "活动日期范围" -#: pretix/base/pdf.py:136 +#: pretix/base/pdf.py:141 msgid "May 31st – June 4th, 2017" msgstr "2017年5月31日至6月4日" -#: pretix/base/pdf.py:140 +#: pretix/base/pdf.py:145 msgid "Event begin date and time" msgstr "活动开始日期和时间" -#: pretix/base/pdf.py:141 +#: pretix/base/pdf.py:146 msgid "2017-05-31 20:00" msgstr "2017年5月31日 20:00" -#: pretix/base/pdf.py:148 +#: pretix/base/pdf.py:153 msgid "Event begin date" msgstr "活动开始日期" -#: pretix/base/pdf.py:149 pretix/base/pdf.py:170 pretix/base/pdf.py:244 +#: pretix/base/pdf.py:154 pretix/base/pdf.py:175 pretix/base/pdf.py:249 msgid "2017-05-31" msgstr "2017年5月31日" -#: pretix/base/pdf.py:156 +#: pretix/base/pdf.py:161 msgid "Event begin time" msgstr "活动开始时间" -#: pretix/base/pdf.py:157 +#: pretix/base/pdf.py:162 msgid "20:00" msgstr "20:00" -#: pretix/base/pdf.py:161 +#: pretix/base/pdf.py:166 msgid "Event end date and time" msgstr "活动结束日期和时间" -#: pretix/base/pdf.py:162 +#: pretix/base/pdf.py:167 msgid "2017-05-31 22:00" msgstr "2017年5月31日 22:00" -#: pretix/base/pdf.py:169 +#: pretix/base/pdf.py:174 msgid "Event end date" msgstr "活动结束日期" -#: pretix/base/pdf.py:178 +#: pretix/base/pdf.py:183 msgid "22:00" msgstr "22:00" -#: pretix/base/pdf.py:185 +#: pretix/base/pdf.py:190 msgid "Event admission date and time" msgstr "活动入场日期和时间" -#: pretix/base/pdf.py:186 pretix/base/pdf.py:252 +#: pretix/base/pdf.py:191 pretix/base/pdf.py:257 msgid "2017-05-31 19:00" msgstr "2017年5月31日 19:00" -#: pretix/base/pdf.py:193 +#: pretix/base/pdf.py:198 msgid "Event admission time" msgstr "活动入场时间" -#: pretix/base/pdf.py:194 pretix/base/pdf.py:260 +#: pretix/base/pdf.py:199 pretix/base/pdf.py:265 msgid "19:00" msgstr "19:00" -#: pretix/base/pdf.py:201 +#: pretix/base/pdf.py:206 msgid "Event location" msgstr "活动地点" -#: pretix/base/pdf.py:202 pretix/base/settings.py:559 +#: pretix/base/pdf.py:207 pretix/base/settings.py:559 msgid "Random City" msgstr "随机城市" -#: pretix/base/pdf.py:211 +#: pretix/base/pdf.py:216 msgid "Invoice address company" msgstr "发票地址公司" -#: pretix/base/pdf.py:216 +#: pretix/base/pdf.py:221 #, fuzzy #| msgid "Invoice address company" msgid "Invoice address city" msgstr "发票地址公司" -#: pretix/base/pdf.py:217 pretix/base/services/invoices.py:340 +#: pretix/base/pdf.py:222 pretix/base/services/invoices.py:340 msgid "Sample city" msgstr "代表城市" -#: pretix/base/pdf.py:221 +#: pretix/base/pdf.py:226 msgid "List of Add-Ons" msgstr "附加组件列表" -#: pretix/base/pdf.py:222 +#: pretix/base/pdf.py:227 msgid "" "Add-on 1\n" "Add-on 2" @@ -4202,90 +4219,90 @@ msgstr "" "插件 1\n" "插件 2" -#: pretix/base/pdf.py:233 pretix/control/forms/filter.py:490 -#: pretix/control/forms/filter.py:492 +#: pretix/base/pdf.py:238 pretix/control/forms/filter.py:542 +#: pretix/control/forms/filter.py:544 #: pretix/control/templates/pretixcontrol/organizers/index.html:35 msgid "Organizer name" msgstr "组织者名称" -#: pretix/base/pdf.py:234 +#: pretix/base/pdf.py:239 msgid "Event organizer company" msgstr "活动组织者公司" -#: pretix/base/pdf.py:238 +#: pretix/base/pdf.py:243 msgid "Organizer info text" msgstr "组织者信息文本" -#: pretix/base/pdf.py:239 +#: pretix/base/pdf.py:244 msgid "Event organizer info text" msgstr "活动组织者信息文本" -#: pretix/base/pdf.py:243 +#: pretix/base/pdf.py:248 msgid "Printing date" msgstr "印刷日期" -#: pretix/base/pdf.py:251 +#: pretix/base/pdf.py:256 msgid "Printing date and time" msgstr "印刷日期和时间" -#: pretix/base/pdf.py:259 +#: pretix/base/pdf.py:264 msgid "Printing time" msgstr "印刷时间" -#: pretix/base/pdf.py:267 +#: pretix/base/pdf.py:272 msgid "Seat: Full name" msgstr "座位:全名" -#: pretix/base/pdf.py:268 +#: pretix/base/pdf.py:273 msgid "Ground floor, Row 3, Seat 4" msgstr "地面层,3排,4座" -#: pretix/base/pdf.py:270 pretix/base/pdf.py:276 -#: pretix/control/forms/orders.py:229 +#: pretix/base/pdf.py:275 pretix/base/pdf.py:281 +#: pretix/control/forms/orders.py:233 msgid "General admission" msgstr "一般入场" -#: pretix/base/pdf.py:273 +#: pretix/base/pdf.py:278 msgid "Seat: zone" msgstr "座位:区域" -#: pretix/base/pdf.py:274 +#: pretix/base/pdf.py:279 msgid "Ground floor" msgstr "一楼" -#: pretix/base/pdf.py:279 +#: pretix/base/pdf.py:284 msgid "Seat: row" msgstr "座位:排" -#: pretix/base/pdf.py:284 +#: pretix/base/pdf.py:289 msgid "Seat: seat number" msgstr "座位:座位号" -#: pretix/base/pdf.py:320 +#: pretix/base/pdf.py:325 #, python-brace-format msgid "Question: {question}" msgstr "问题:{question}" -#: pretix/base/pdf.py:321 +#: pretix/base/pdf.py:326 #, python-brace-format msgid "" msgstr "<回答:{question}>" -#: pretix/base/pdf.py:343 pretix/base/pdf.py:350 -#: pretix/plugins/badges/exporters.py:238 -#: pretix/plugins/checkinlists/exporters.py:62 -#: pretix/plugins/checkinlists/exporters.py:335 +#: pretix/base/pdf.py:348 pretix/base/pdf.py:355 +#: pretix/plugins/badges/exporters.py:246 +#: pretix/plugins/checkinlists/exporters.py:77 +#: pretix/plugins/checkinlists/exporters.py:394 #: pretix/plugins/ticketoutputpdf/exporters.py:42 #, python-brace-format msgid "Attendee name: {part}" msgstr "观众姓名:{part}" -#: pretix/base/pdf.py:360 +#: pretix/base/pdf.py:365 #, python-brace-format msgid "Invoice address name: {part}" msgstr "发票地址名称:{part}" -#: pretix/base/pdf.py:522 pretix/plugins/ticketoutputpdf/ticketoutput.py:78 +#: pretix/base/pdf.py:527 pretix/plugins/ticketoutputpdf/ticketoutput.py:78 msgid "Ticket" msgstr "门票" @@ -4327,7 +4344,7 @@ msgid "" "busy. Please try again." msgstr "由于服务器太忙,我们无法完全处理您的请求。请再次尝试。" -#: pretix/base/services/cart.py:54 pretix/presale/views/cart.py:174 +#: pretix/base/services/cart.py:54 pretix/presale/views/cart.py:176 msgid "You did not select any products." msgstr "您没有选择任何产品。" @@ -4591,7 +4608,7 @@ msgctxt "invoice" msgid "Attendee: {name}" msgstr "观众:{name}" -#: pretix/base/services/invoices.py:170 pretix/plugins/reports/exporters.py:215 +#: pretix/base/services/invoices.py:170 pretix/plugins/reports/exporters.py:218 msgctxt "subevent" msgid "Date: {}" msgstr "日期:{}" @@ -4767,7 +4784,7 @@ msgid "" msgstr "" "在此期间,您订单中的一个座位已被选走,我们已从您的购物车中删除了该位置。" -#: pretix/base/services/orders.py:153 pretix/control/forms/orders.py:68 +#: pretix/base/services/orders.py:153 pretix/control/forms/orders.py:69 msgid "The new expiry date needs to be in the future." msgstr "新的有效期需要在将来。" @@ -4802,7 +4819,7 @@ msgid "" "order has already been redeemed." msgstr "由于此订单购买的礼品卡{card}已被兑换 ,因此无法取消该订单。" -#: pretix/base/services/orders.py:391 pretix/control/forms/orders.py:132 +#: pretix/base/services/orders.py:391 pretix/control/forms/orders.py:136 msgid "" "The cancellation fee cannot be higher than the payment credit of this order." msgstr "取消费用不能高于此订单的付款额度。" @@ -4925,7 +4942,7 @@ msgid "" "contact the event organizer for further information." msgstr "尝试将钱汇回给您时出错。请联系活动组织者以获取更多信息。" -#: pretix/base/services/seating.py:35 pretix/base/services/seating.py:90 +#: pretix/base/services/seating.py:35 pretix/base/services/seating.py:94 #, fuzzy, python-format #| msgid "" #| "You can not change the plan since seat \"{}\" is not present in the new " @@ -4935,7 +4952,7 @@ msgid "" "and is already sold." msgstr "您无法更改布局,因为座位“ {}”不存在于新计划中并且已经出售。" -#: pretix/base/services/seating.py:93 +#: pretix/base/services/seating.py:97 #, fuzzy, python-format #| msgid "" #| "You can not change the plan since seat \"{}\" is not present in the new " @@ -5510,7 +5527,7 @@ msgstr "预售开始前和预售结束后显示项目详细信息" msgid "Available languages" msgstr "可用语言" -#: pretix/base/settings.py:707 pretix/control/forms/event.py:96 +#: pretix/base/settings.py:707 pretix/control/forms/event.py:91 msgid "Default language" msgstr "默认语言" @@ -5548,7 +5565,7 @@ msgstr "如果禁用,将显示活动的开始和结束日期,而不显示时 msgid "Hide all products that are sold out" msgstr "隐藏所有售罄的产品" -#: pretix/base/settings.py:757 pretix/control/forms/event.py:1177 +#: pretix/base/settings.py:757 pretix/control/forms/event.py:1176 msgid "Publicly show how many tickets of a certain type are still available." msgstr "公开显示某种类型的票还有多少。" @@ -5564,7 +5581,7 @@ msgstr "显示默认情况下展开的产品的变化" msgid "Enable waiting list" msgstr "启用等待列表" -#: pretix/base/settings.py:785 pretix/control/forms/event.py:1182 +#: pretix/base/settings.py:785 pretix/control/forms/event.py:1181 msgid "" "Once a ticket is sold out, people can add themselves to a waiting list. As " "soon as a ticket becomes available again, it will be reserved for the first " @@ -5666,7 +5683,7 @@ msgid "" msgstr "" #: pretix/base/settings.py:888 pretix/base/settings.py:896 -#: pretix/control/forms/organizer.py:292 +#: pretix/control/forms/organizer.py:293 #: pretix/presale/templates/pretixpresale/organizers/calendar.html:25 #: pretix/presale/templates/pretixpresale/organizers/calendar_week.html:25 #: pretix/presale/templates/pretixpresale/organizers/index.html:34 @@ -5674,20 +5691,20 @@ msgid "List" msgstr "列表" #: pretix/base/settings.py:889 pretix/base/settings.py:897 -#: pretix/control/forms/organizer.py:293 +#: pretix/control/forms/organizer.py:294 #, fuzzy #| msgid "Calendar" msgid "Week calendar" msgstr "日程表" #: pretix/base/settings.py:890 pretix/base/settings.py:898 -#: pretix/control/forms/organizer.py:294 +#: pretix/control/forms/organizer.py:295 #, fuzzy #| msgid "Calendar" msgid "Month calendar" msgstr "日程表" -#: pretix/base/settings.py:894 pretix/control/forms/organizer.py:290 +#: pretix/base/settings.py:894 pretix/control/forms/organizer.py:291 msgid "Default overview style" msgstr "默认概述样式" @@ -5725,7 +5742,7 @@ msgstr "" "如果支付方式允许,已支付的款项将自动退还。否则,将创建手动退款以供您手动处" "理。" -#: pretix/base/settings.py:952 pretix/control/forms/orders.py:586 +#: pretix/base/settings.py:952 pretix/control/forms/orders.py:590 msgid "Keep a fixed cancellation fee" msgstr "保留固定的取消费用" @@ -5733,7 +5750,7 @@ msgstr "保留固定的取消费用" msgid "Keep payment, shipping and service fees" msgstr "保留付款,运费和服务费" -#: pretix/base/settings.py:973 pretix/control/forms/orders.py:591 +#: pretix/base/settings.py:973 pretix/control/forms/orders.py:595 msgid "Keep a percentual cancellation fee" msgstr "保留百分比取消费" @@ -5795,19 +5812,19 @@ msgstr "信用卡" msgid "Refund method" msgstr "退款订单" -#: pretix/base/settings.py:1051 pretix/control/forms/event.py:1205 +#: pretix/base/settings.py:1051 pretix/control/forms/event.py:1204 msgid "Contact address" msgstr "联系地址" -#: pretix/base/settings.py:1052 pretix/control/forms/event.py:1207 +#: pretix/base/settings.py:1052 pretix/control/forms/event.py:1206 msgid "We'll show this publicly to allow attendees to contact you." msgstr "我们将公开展示此内容,以便观众与您联系。" -#: pretix/base/settings.py:1060 pretix/control/forms/event.py:1199 +#: pretix/base/settings.py:1060 pretix/control/forms/event.py:1198 msgid "Imprint URL" msgstr "版本说明网址" -#: pretix/base/settings.py:1061 pretix/control/forms/event.py:1200 +#: pretix/base/settings.py:1061 pretix/control/forms/event.py:1199 msgid "" "This should point e.g. to a part of your website that has your contact " "details and legal information." @@ -6378,91 +6395,91 @@ msgctxt "subevent" msgid "Date ordering" msgstr "日期排序" -#: pretix/base/settings.py:1657 +#: pretix/base/settings.py:1665 msgid "Most common English titles" msgstr "最常见的英文标题" -#: pretix/base/settings.py:1667 +#: pretix/base/settings.py:1675 msgid "Most common German titles" msgstr "最常见的德语标题" -#: pretix/base/settings.py:1676 pretix/base/settings.py:1689 -#: pretix/base/settings.py:1705 pretix/base/settings.py:1755 -#: pretix/base/settings.py:1768 pretix/base/settings.py:1782 +#: pretix/base/settings.py:1684 pretix/base/settings.py:1697 +#: pretix/base/settings.py:1713 pretix/base/settings.py:1763 +#: pretix/base/settings.py:1776 pretix/base/settings.py:1790 msgid "Given name" msgstr "给定名称" -#: pretix/base/settings.py:1677 pretix/base/settings.py:1690 -#: pretix/base/settings.py:1706 pretix/base/settings.py:1722 -#: pretix/base/settings.py:1739 pretix/base/settings.py:1754 -#: pretix/base/settings.py:1769 pretix/base/settings.py:1783 +#: pretix/base/settings.py:1685 pretix/base/settings.py:1698 +#: pretix/base/settings.py:1714 pretix/base/settings.py:1730 +#: pretix/base/settings.py:1747 pretix/base/settings.py:1762 +#: pretix/base/settings.py:1777 pretix/base/settings.py:1791 msgid "Family name" msgstr "姓氏" -#: pretix/base/settings.py:1681 pretix/base/settings.py:1697 -#: pretix/base/settings.py:1713 pretix/base/settings.py:1728 -#: pretix/base/settings.py:1746 pretix/base/settings.py:1761 -#: pretix/base/settings.py:1791 pretix/base/settings.py:1814 +#: pretix/base/settings.py:1689 pretix/base/settings.py:1705 +#: pretix/base/settings.py:1721 pretix/base/settings.py:1736 +#: pretix/base/settings.py:1754 pretix/base/settings.py:1769 +#: pretix/base/settings.py:1799 pretix/base/settings.py:1822 msgctxt "person_name_sample" msgid "John" msgstr "John" -#: pretix/base/settings.py:1682 pretix/base/settings.py:1698 -#: pretix/base/settings.py:1714 pretix/base/settings.py:1730 -#: pretix/base/settings.py:1748 pretix/base/settings.py:1762 -#: pretix/base/settings.py:1792 +#: pretix/base/settings.py:1690 pretix/base/settings.py:1706 +#: pretix/base/settings.py:1722 pretix/base/settings.py:1738 +#: pretix/base/settings.py:1756 pretix/base/settings.py:1770 +#: pretix/base/settings.py:1800 msgctxt "person_name_sample" msgid "Doe" msgstr "Doe" -#: pretix/base/settings.py:1688 pretix/base/settings.py:1704 -#: pretix/base/settings.py:1736 +#: pretix/base/settings.py:1696 pretix/base/settings.py:1712 +#: pretix/base/settings.py:1744 msgctxt "person_name" msgid "Title" msgstr "标题" -#: pretix/base/settings.py:1696 pretix/base/settings.py:1712 -#: pretix/base/settings.py:1745 +#: pretix/base/settings.py:1704 pretix/base/settings.py:1720 +#: pretix/base/settings.py:1753 msgctxt "person_name_sample" msgid "Dr" msgstr "博士" -#: pretix/base/settings.py:1720 pretix/base/settings.py:1737 +#: pretix/base/settings.py:1728 pretix/base/settings.py:1745 msgid "First name" msgstr "名字" -#: pretix/base/settings.py:1721 pretix/base/settings.py:1738 +#: pretix/base/settings.py:1729 pretix/base/settings.py:1746 msgid "Middle name" msgstr "中名" -#: pretix/base/settings.py:1802 pretix/base/settings.py:1813 +#: pretix/base/settings.py:1810 pretix/base/settings.py:1821 msgctxt "person_name_sample" msgid "John Doe" msgstr "John Doe" -#: pretix/base/settings.py:1808 +#: pretix/base/settings.py:1816 msgid "Calling name" msgstr "叫名字" -#: pretix/base/settings.py:1821 +#: pretix/base/settings.py:1829 msgid "Latin transcription" msgstr "拉丁语转录" -#: pretix/base/settings.py:1924 pretix/control/forms/event.py:176 +#: pretix/base/settings.py:1932 pretix/control/forms/event.py:172 msgid "" "Your default locale must also be enabled for your event (see box above)." msgstr "您的默认语言环境也必须为您的活动启用(参见上面的方框)。" -#: pretix/base/settings.py:1928 +#: pretix/base/settings.py:1936 msgid "" "You cannot require specifying attendee names if you do not ask for them." msgstr "如果您不要求,则不能要求指定观众姓名。" -#: pretix/base/settings.py:1932 +#: pretix/base/settings.py:1940 msgid "You have to ask for attendee emails if you want to make them required." msgstr "如果想使它成为必需的,您必须向观众索要电子邮件。" -#: pretix/base/settings.py:1936 +#: pretix/base/settings.py:1944 #, fuzzy #| msgid "" #| "You have to ask for attendee emails if you want to make them required." @@ -6470,13 +6487,13 @@ msgid "" "You have to ask for invoice addresses if you want to make them required." msgstr "如果想使它成为必需的,您必须向观众索要电子邮件。" -#: pretix/base/settings.py:1940 +#: pretix/base/settings.py:1948 #, fuzzy #| msgid "This will require users to enter a company name." msgid "You have to require invoice addresses to require for company names." msgstr "这将要求用户输入公司名称。" -#: pretix/base/settings.py:1947 +#: pretix/base/settings.py:1955 msgid "The last payment date cannot be before the end of presale." msgstr "最后付款日期不能在预售结束之前。" @@ -6858,16 +6875,22 @@ msgstr "发生意外错误,请稍后再试。" msgid "The task has been completed." msgstr "任务已完成。" -#: pretix/control/forms/__init__.py:112 +#: pretix/control/forms/__init__.py:115 +#, fuzzy, python-brace-format +#| msgid "Please only upload PDF files." +msgid "Please do not upload files larger than {size}!" +msgstr "请仅上传PDF文件。" + +#: pretix/control/forms/__init__.py:136 msgid "Filetype not allowed!" msgstr "文件类型不被允许!" #: pretix/control/forms/checkin.py:38 pretix/control/forms/filter.py:244 -#: pretix/control/forms/filter.py:271 pretix/control/forms/filter.py:979 -#: pretix/control/forms/filter.py:999 pretix/control/forms/filter.py:1091 -#: pretix/control/forms/filter.py:1107 pretix/control/forms/filter.py:1168 -#: pretix/control/forms/filter.py:1203 pretix/control/forms/orders.py:544 -#: pretix/control/forms/orders.py:699 +#: pretix/control/forms/filter.py:271 pretix/control/forms/filter.py:1031 +#: pretix/control/forms/filter.py:1051 pretix/control/forms/filter.py:1143 +#: pretix/control/forms/filter.py:1159 pretix/control/forms/filter.py:1220 +#: pretix/control/forms/filter.py:1255 pretix/control/forms/orders.py:548 +#: pretix/control/forms/orders.py:703 #: pretix/control/templates/pretixcontrol/event/fragment_subevent_choice_simple.html:5 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:47 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:109 @@ -6876,7 +6899,7 @@ msgctxt "subevent" msgid "All dates" msgstr "所有日期" -#: pretix/control/forms/event.py:44 pretix/control/forms/organizer.py:310 +#: pretix/control/forms/event.py:44 pretix/control/forms/organizer.py:311 msgid "Use languages" msgstr "使用语言" @@ -6888,34 +6911,20 @@ msgstr "选择您的活动应该可用的所有语言。" msgid "This is an event series" msgstr "这是一个活动系列" -#: pretix/control/forms/event.py:50 -msgid "" -"Only recommended for advanced users. If this feature is enabled, this will " -"not only be a single event but a series of very similar events that are " -"handled within a single shop. The single events inside the series can only " -"differ in date, time, location, prices and quotas, but not in other " -"settings, and buying tickets across multiple of these events at the same " -"time is possible. You cannot change this setting for this event later." -msgstr "" -"仅建议高级用户使用。如果启用此功能,这不仅是单个活动,而且是在一个商店内处理" -"的一系列非常相似的活动。系列中的单个活动只能在日期,时间,地点,价格和配额方" -"面有所不同,但在其他设置中则不同,并且可以同时在多个这些活动中购买门票。您以" -"后无法更改此活动的设置。" - -#: pretix/control/forms/event.py:88 +#: pretix/control/forms/event.py:83 msgid "" "You already used this slug for a different event. Please choose a new one." msgstr "您已经将此slug用于其他活动。请选择一个新的。" -#: pretix/control/forms/event.py:92 pretix/control/forms/event.py:394 +#: pretix/control/forms/event.py:87 pretix/control/forms/event.py:390 msgid "Event timezone" msgstr "活动时区" -#: pretix/control/forms/event.py:99 +#: pretix/control/forms/event.py:94 msgid "Sales tax rate" msgstr "销售税率" -#: pretix/control/forms/event.py:100 +#: pretix/control/forms/event.py:95 msgid "" "Do you need to pay sales tax on your tickets? In this case, please enter the " "applicable tax rate here in percent. If you have a more complicated tax " @@ -6924,22 +6933,22 @@ msgstr "" "您需要为门票支付销售税吗?在这种情况下,请在此处输入适用的税率百分比。如果您" "有更复杂的税务情况,您可以在以后添加更多税率和详细配置。" -#: pretix/control/forms/event.py:107 +#: pretix/control/forms/event.py:102 msgid "Grant access to team" msgstr "" -#: pretix/control/forms/event.py:108 +#: pretix/control/forms/event.py:103 msgid "" "You are allowed to create events under this organizer, however you do not " "have permission to edit all events under this organizer. Please select one " "of your existing teams that will be granted access to this event." msgstr "" -#: pretix/control/forms/event.py:113 +#: pretix/control/forms/event.py:108 msgid "Create a new team for this event with me as the only member" msgstr "" -#: pretix/control/forms/event.py:156 pretix/control/forms/event.py:309 +#: pretix/control/forms/event.py:151 pretix/control/forms/event.py:305 msgid "" "Sample Conference Center\n" "Heidelberg, Germany" @@ -6947,42 +6956,42 @@ msgstr "" "样品会议中心\n" "海德堡,德国" -#: pretix/control/forms/event.py:180 +#: pretix/control/forms/event.py:176 msgid "Your default locale must be specified." msgstr "必须指定默认区域设置。" -#: pretix/control/forms/event.py:254 +#: pretix/control/forms/event.py:250 msgid "Copy configuration from" msgstr "从中复制配置" -#: pretix/control/forms/event.py:260 pretix/control/forms/event.py:263 +#: pretix/control/forms/event.py:256 pretix/control/forms/event.py:259 #: pretix/control/forms/item.py:250 msgid "Do not copy" msgstr "不要复制" -#: pretix/control/forms/event.py:314 pretix/control/forms/organizer.py:87 +#: pretix/control/forms/event.py:310 pretix/control/forms/organizer.py:87 msgid "Custom domain" msgstr "自定义域名" -#: pretix/control/forms/event.py:316 pretix/control/forms/organizer.py:89 +#: pretix/control/forms/event.py:312 pretix/control/forms/organizer.py:89 msgid "You need to configure the custom domain in the webserver beforehand." msgstr "您需要预先在Web服务器中配置自定义域。" -#: pretix/control/forms/event.py:324 pretix/control/forms/organizer.py:97 +#: pretix/control/forms/event.py:320 pretix/control/forms/organizer.py:97 msgid "You cannot choose the base domain of this installation." msgstr "您无法选择此安装的基础域。" -#: pretix/control/forms/event.py:328 pretix/control/forms/organizer.py:102 +#: pretix/control/forms/event.py:324 pretix/control/forms/organizer.py:102 #, fuzzy #| msgid "This domain is already in use for a different organizer." msgid "This domain is already in use for a different event or organizer." msgstr "此域名已用于其他组织者。" -#: pretix/control/forms/event.py:397 +#: pretix/control/forms/event.py:393 msgid "Name format" msgstr "名称格式" -#: pretix/control/forms/event.py:398 +#: pretix/control/forms/event.py:394 msgid "" "This defines how pretix will ask for human names. Changing this after you " "already received orders might lead to unexpected behavior when sorting or " @@ -6991,24 +7000,24 @@ msgstr "" "这定义了pretix如何要求人名。在收到订单后更改此项可能会导致在排序或更改名称时" "出现意外行为。" -#: pretix/control/forms/event.py:403 +#: pretix/control/forms/event.py:399 msgid "Allowed titles" msgstr "允许的头衔" -#: pretix/control/forms/event.py:404 +#: pretix/control/forms/event.py:400 msgid "" "If the naming scheme you defined above allows users to input a title, you " "can use this to restrict the set of selectable titles." msgstr "" "如果上面定义的命名方案允许用户输入头衔,则可以使用它来限制可选头衔的集合。" -#: pretix/control/forms/event.py:409 pretix/control/forms/organizer.py:276 +#: pretix/control/forms/event.py:405 pretix/control/forms/organizer.py:276 #, fuzzy #| msgid "Sender name" msgid "Header image" msgstr "发件者姓名" -#: pretix/control/forms/event.py:412 +#: pretix/control/forms/event.py:409 #, fuzzy #| msgid "" #| "If you provide a logo image, we will by default not show your events name " @@ -7022,29 +7031,29 @@ msgid "" "smaller screens." msgstr "如果您提供标识图片,我们默认情况下不会在页眉中显示您的项目名称和日期。" -#: pretix/control/forms/event.py:418 pretix/control/forms/organizer.py:285 +#: pretix/control/forms/event.py:415 pretix/control/forms/organizer.py:286 msgid "Use header image in its full size" msgstr "" -#: pretix/control/forms/event.py:419 pretix/control/forms/organizer.py:286 +#: pretix/control/forms/event.py:416 pretix/control/forms/organizer.py:287 msgid "We recommend to upload a picture at least 1170 pixels wide." msgstr "" -#: pretix/control/forms/event.py:423 +#: pretix/control/forms/event.py:420 msgid "Show event title even if a header image is present" msgstr "" -#: pretix/control/forms/event.py:424 +#: pretix/control/forms/event.py:421 #, fuzzy #| msgid "This question will only show up in the backend." msgid "The title will only be shown on the event front page." msgstr "这个问题只会出现在后端。" -#: pretix/control/forms/event.py:428 +#: pretix/control/forms/event.py:425 msgid "Social media image" msgstr "" -#: pretix/control/forms/event.py:431 +#: pretix/control/forms/event.py:429 msgid "" "This picture will be used as a preview if you post links to your ticket shop " "on social media. Facebook advises to use a picture size of 1200 x 630 " @@ -7053,76 +7062,76 @@ msgid "" "square is shown. If you do not fill this, we will use the logo given above." msgstr "" -#: pretix/control/forms/event.py:437 pretix/control/forms/organizer.py:226 +#: pretix/control/forms/event.py:435 pretix/control/forms/organizer.py:226 msgid "Primary color" msgstr "原色" -#: pretix/control/forms/event.py:441 pretix/control/forms/event.py:451 -#: pretix/control/forms/event.py:461 pretix/control/forms/event.py:470 +#: pretix/control/forms/event.py:439 pretix/control/forms/event.py:449 +#: pretix/control/forms/event.py:459 pretix/control/forms/event.py:468 #: pretix/control/forms/organizer.py:230 pretix/control/forms/organizer.py:240 #: pretix/control/forms/organizer.py:250 pretix/control/forms/organizer.py:260 msgid "Please enter the hexadecimal code of a color, e.g. #990000." msgstr "请输入颜色的十六进制代码,例如#990000。" -#: pretix/control/forms/event.py:446 pretix/control/forms/organizer.py:235 +#: pretix/control/forms/event.py:444 pretix/control/forms/organizer.py:235 msgid "Accent color for success" msgstr "强调成功的颜色" -#: pretix/control/forms/event.py:447 pretix/control/forms/organizer.py:236 +#: pretix/control/forms/event.py:445 pretix/control/forms/organizer.py:236 msgid "We strongly suggest to use a shade of green." msgstr "我们强烈建议使用绿色阴影。" -#: pretix/control/forms/event.py:456 pretix/control/forms/organizer.py:245 +#: pretix/control/forms/event.py:454 pretix/control/forms/organizer.py:245 msgid "Accent color for errors" msgstr "强调错误的颜色" -#: pretix/control/forms/event.py:457 +#: pretix/control/forms/event.py:455 msgid "We strongly suggest to use a dark shade of red." msgstr "我们强烈建议使用深红色。" -#: pretix/control/forms/event.py:466 pretix/control/forms/organizer.py:256 +#: pretix/control/forms/event.py:464 pretix/control/forms/organizer.py:256 msgid "Page background color" msgstr "" -#: pretix/control/forms/event.py:476 pretix/control/forms/organizer.py:266 +#: pretix/control/forms/event.py:474 pretix/control/forms/organizer.py:266 msgid "Use round edges" msgstr "" -#: pretix/control/forms/event.py:480 pretix/control/forms/organizer.py:315 +#: pretix/control/forms/event.py:478 pretix/control/forms/organizer.py:316 #: pretix/control/templates/pretixcontrol/pdf/index.html:305 msgid "Font" msgstr "字形" -#: pretix/control/forms/event.py:485 pretix/control/forms/organizer.py:320 +#: pretix/control/forms/event.py:483 pretix/control/forms/organizer.py:321 msgid "Only respected by modern browsers." msgstr "仅受现代浏览器的尊重。" -#: pretix/control/forms/event.py:542 +#: pretix/control/forms/event.py:540 msgid "" "e.g. I hereby confirm that I have read and agree with the event organizer's " "terms of service and agree with them." msgstr "例如,我在此确认我已阅读并同意活动组织者的服务条款并同意这些条款。" -#: pretix/control/forms/event.py:546 +#: pretix/control/forms/event.py:544 #, python-brace-format msgid "Ask for {fields}, display like {example}" msgstr "询问{fields},显示方式如{example}" -#: pretix/control/forms/event.py:552 +#: pretix/control/forms/event.py:550 msgid "Free text input" msgstr "自由文本输入" -#: pretix/control/forms/event.py:586 +#: pretix/control/forms/event.py:584 msgid "" "You have configured gift cards to be valid {} years plus the year the gift " "card is issued in." msgstr "" -#: pretix/control/forms/event.py:601 +#: pretix/control/forms/event.py:599 msgid "Tax rule for payment fees" msgstr "支付费用的税收规则" -#: pretix/control/forms/event.py:603 +#: pretix/control/forms/event.py:601 msgid "" "The tax rule that applies for additional fees you configured for single " "payment methods. This will set the tax rate and reverse charge rules, other " @@ -7131,74 +7140,74 @@ msgstr "" "适用于为单个付款方法配置的附加费用的税收规则。这将设置税率和反向收费规则,其" "他设置的税率规则将被忽略。" -#: pretix/control/forms/event.py:695 +#: pretix/control/forms/event.py:693 msgid "Generate invoices for Sales channels" msgstr "生成销售渠道的发票" -#: pretix/control/forms/event.py:698 +#: pretix/control/forms/event.py:696 msgid "" "If you have enabled invoice generation in the previous setting, you can " "limit it here to specific sales channels." msgstr "" "如果您在上一个设置中启用了发票生成,则可以在此处将其限制为特定的销售渠道。" -#: pretix/control/forms/event.py:702 +#: pretix/control/forms/event.py:700 msgid "Invoice style" msgstr "发票样式" -#: pretix/control/forms/event.py:708 +#: pretix/control/forms/event.py:706 msgid "Invoice language" msgstr "发票语言" -#: pretix/control/forms/event.py:709 pretix/control/forms/event.py:730 +#: pretix/control/forms/event.py:707 pretix/control/forms/event.py:729 msgid "The user's language" msgstr "用户的语言" -#: pretix/control/forms/event.py:712 +#: pretix/control/forms/event.py:710 msgid "Logo image" msgstr "形象标识" -#: pretix/control/forms/event.py:715 +#: pretix/control/forms/event.py:714 msgid "We will show your logo with a maximal height and width of 2.5 cm." msgstr "我们将以2.5 cm的最大高度和宽度显示您的徽标。" -#: pretix/control/forms/event.py:759 +#: pretix/control/forms/event.py:758 msgid "Bcc address" msgstr "密件地址" -#: pretix/control/forms/event.py:760 +#: pretix/control/forms/event.py:759 msgid "All emails will be sent to this address as a Bcc copy" msgstr "所有电子邮件都将作为密件抄送副本发送到此地址" -#: pretix/control/forms/event.py:766 +#: pretix/control/forms/event.py:765 msgid "Signature" msgstr "签名" -#: pretix/control/forms/event.py:769 +#: pretix/control/forms/event.py:768 #, python-brace-format msgid "This will be attached to every email. Available placeholders: {event}" msgstr "这将附在每封电子邮件中。 可用占位符:{event}" -#: pretix/control/forms/event.py:774 +#: pretix/control/forms/event.py:773 msgid "e.g. your contact details" msgstr "例如,您的联系方式" -#: pretix/control/forms/event.py:779 +#: pretix/control/forms/event.py:778 msgid "HTML mail renderer" msgstr "HTML邮件渲染器" -#: pretix/control/forms/event.py:784 pretix/control/forms/event.py:801 -#: pretix/control/forms/event.py:818 pretix/control/forms/event.py:877 +#: pretix/control/forms/event.py:783 pretix/control/forms/event.py:800 +#: pretix/control/forms/event.py:817 pretix/control/forms/event.py:876 msgid "Text sent to order contact address" msgstr "发送至订单联系地址的文字" -#: pretix/control/forms/event.py:789 pretix/control/forms/event.py:806 -#: pretix/control/forms/event.py:823 pretix/control/forms/event.py:882 +#: pretix/control/forms/event.py:788 pretix/control/forms/event.py:805 +#: pretix/control/forms/event.py:822 pretix/control/forms/event.py:881 msgid "Send an email to attendees" msgstr "发送电子邮件给参加者" -#: pretix/control/forms/event.py:790 pretix/control/forms/event.py:807 -#: pretix/control/forms/event.py:824 pretix/control/forms/event.py:883 +#: pretix/control/forms/event.py:789 pretix/control/forms/event.py:806 +#: pretix/control/forms/event.py:823 pretix/control/forms/event.py:882 msgid "" "If the order contains attendees with email addresses different from the " "person who orders the tickets, the following email will be sent out to the " @@ -7207,150 +7216,150 @@ msgstr "" "如果订单包含的参加者的电子邮件地址与订购门票的人的电子邮件地址不同,则会将以" "下电子邮件发送给参加者。" -#: pretix/control/forms/event.py:795 pretix/control/forms/event.py:812 -#: pretix/control/forms/event.py:829 pretix/control/forms/event.py:888 +#: pretix/control/forms/event.py:794 pretix/control/forms/event.py:811 +#: pretix/control/forms/event.py:828 pretix/control/forms/event.py:887 msgid "Text sent to attendees" msgstr "发送给参加者的文字" -#: pretix/control/forms/event.py:835 pretix/control/forms/event.py:857 -#: pretix/control/forms/event.py:862 pretix/control/forms/event.py:867 -#: pretix/control/forms/event.py:872 +#: pretix/control/forms/event.py:834 pretix/control/forms/event.py:856 +#: pretix/control/forms/event.py:861 pretix/control/forms/event.py:866 +#: pretix/control/forms/event.py:871 #: pretix/control/templates/pretixcontrol/organizers/giftcard.html:99 #: pretix/control/templates/pretixcontrol/pdf/index.html:367 msgid "Text" msgstr "文本" -#: pretix/control/forms/event.py:840 +#: pretix/control/forms/event.py:839 msgid "Text (sent by admin)" msgstr "文本(有管理员发送)" -#: pretix/control/forms/event.py:845 +#: pretix/control/forms/event.py:844 msgid "Text (requested by user)" msgstr "文本(用户要求)" -#: pretix/control/forms/event.py:850 pretix/control/forms/event.py:893 +#: pretix/control/forms/event.py:849 pretix/control/forms/event.py:892 msgid "Number of days" msgstr "天数" -#: pretix/control/forms/event.py:853 +#: pretix/control/forms/event.py:852 msgid "" "This email will be sent out this many days before the order expires. If the " "value is 0, the mail will never be sent." msgstr "此电子邮件将在订单到期的前这几天发出。如果值为0,则永远不会发送邮件。" -#: pretix/control/forms/event.py:896 +#: pretix/control/forms/event.py:895 msgid "" "This email will be sent out this many days before the order event starts. If " "the field is empty, the mail will never be sent." msgstr "" "此电子邮件将在订单项目开始的前几天发送。如果该字段为空,则永远不会发送邮件。" -#: pretix/control/forms/event.py:900 +#: pretix/control/forms/event.py:899 msgid "Received order" msgstr "收到订单" -#: pretix/control/forms/event.py:905 +#: pretix/control/forms/event.py:904 msgid "Approved order" msgstr "批准的订单" -#: pretix/control/forms/event.py:908 +#: pretix/control/forms/event.py:907 msgid "" "This will only be sent out for non-free orders. Free orders will receive the " "free order template from above instead." msgstr "这将只发送给非免费订单。免费订单将收到上面的免费订单模板。" -#: pretix/control/forms/event.py:912 +#: pretix/control/forms/event.py:911 msgid "Denied order" msgstr "拒绝订单" -#: pretix/control/forms/event.py:917 +#: pretix/control/forms/event.py:916 msgid "Use custom SMTP server" msgstr "使用自定义SMTP服务器" -#: pretix/control/forms/event.py:918 +#: pretix/control/forms/event.py:917 msgid "" "All mail related to your event will be sent over the smtp server specified " "by you." msgstr "所有与您的活动相关的邮件都将通过您指定的smtp服务器发送。" -#: pretix/control/forms/event.py:922 +#: pretix/control/forms/event.py:921 msgid "Hostname" msgstr "主机名" -#: pretix/control/forms/event.py:927 +#: pretix/control/forms/event.py:926 msgid "Port" msgstr "端口" -#: pretix/control/forms/event.py:932 +#: pretix/control/forms/event.py:931 msgid "Username" msgstr "用户姓名" -#: pretix/control/forms/event.py:944 +#: pretix/control/forms/event.py:943 msgid "Use STARTTLS" msgstr "使用 STARTTLS" -#: pretix/control/forms/event.py:945 +#: pretix/control/forms/event.py:944 msgid "Commonly enabled on port 587." msgstr "通常在端口587上启用。" -#: pretix/control/forms/event.py:949 +#: pretix/control/forms/event.py:948 msgid "Use SSL" msgstr "使用 SSL" -#: pretix/control/forms/event.py:950 +#: pretix/control/forms/event.py:949 msgid "Commonly enabled on port 465." msgstr "通常在端口465上启用。" -#: pretix/control/forms/event.py:979 pretix/control/forms/orders.py:465 -#: pretix/control/forms/orders.py:622 pretix/control/forms/vouchers.py:255 +#: pretix/control/forms/event.py:978 pretix/control/forms/orders.py:469 +#: pretix/control/forms/orders.py:626 pretix/control/forms/vouchers.py:255 #: pretix/plugins/sendmail/forms.py:49 #, python-brace-format msgid "Available placeholders: {list}" msgstr "可用占位符:{list}" -#: pretix/control/forms/event.py:1014 +#: pretix/control/forms/event.py:1013 msgid "" "You can activate either SSL or STARTTLS security, but not both at the same " "time." msgstr "您可以激活SSL或STARTTLS 安全性,但不能同时激活两者。" -#: pretix/control/forms/event.py:1063 +#: pretix/control/forms/event.py:1062 msgid "Any country" msgstr "任何国家" -#: pretix/control/forms/event.py:1064 +#: pretix/control/forms/event.py:1063 msgid "European Union" msgstr "欧盟" -#: pretix/control/forms/event.py:1076 +#: pretix/control/forms/event.py:1075 msgid "Any customer" msgstr "任何客户" -#: pretix/control/forms/event.py:1077 +#: pretix/control/forms/event.py:1076 msgid "Individual" msgstr "个体" -#: pretix/control/forms/event.py:1078 +#: pretix/control/forms/event.py:1077 msgid "Business" msgstr "业务" -#: pretix/control/forms/event.py:1079 +#: pretix/control/forms/event.py:1078 msgid "Business with valid VAT ID" msgstr "具有有效增值税ID的商家" -#: pretix/control/forms/event.py:1085 +#: pretix/control/forms/event.py:1084 msgid "Charge VAT" msgstr "收取增值费" -#: pretix/control/forms/event.py:1087 +#: pretix/control/forms/event.py:1086 msgid "No VAT" msgstr "无增值税" -#: pretix/control/forms/event.py:1116 +#: pretix/control/forms/event.py:1115 msgid "Pre-selected voucher" msgstr "预选票证" -#: pretix/control/forms/event.py:1118 +#: pretix/control/forms/event.py:1117 msgid "" "If set, the widget will show products as if this voucher has been entered " "and when a product is bought via the widget, this voucher will be used. This " @@ -7360,11 +7369,11 @@ msgstr "" "如果设置,小部件将显示产品,就好像已输入此票证一样,当通过小部件购买产品时," "将使用此票证。例如,这可以用于提供折扣或解锁密钥产品的小部件。" -#: pretix/control/forms/event.py:1123 +#: pretix/control/forms/event.py:1122 msgid "Compatibility mode" msgstr "兼容模式" -#: pretix/control/forms/event.py:1125 +#: pretix/control/forms/event.py:1124 msgid "" "Our regular widget doesn't work in all website builders. If you run into " "trouble, try using this compatibility mode." @@ -7372,42 +7381,42 @@ msgstr "" "我们的常规窗口小部件不适用于所有网站构建器。如果遇到问题,请尝试使用此兼容模" "式。" -#: pretix/control/forms/event.py:1146 +#: pretix/control/forms/event.py:1145 msgid "The given voucher code does not exist." msgstr "给定的票证号不存在。" -#: pretix/control/forms/event.py:1153 pretix/control/forms/organizer.py:48 +#: pretix/control/forms/event.py:1152 pretix/control/forms/organizer.py:48 #: pretix/control/views/shredder.py:108 msgid "The slug you entered was not correct." msgstr "您输入的slug不正确。" -#: pretix/control/forms/event.py:1157 pretix/control/forms/organizer.py:52 +#: pretix/control/forms/event.py:1156 pretix/control/forms/organizer.py:52 msgid "Event slug" msgstr "活动slug" -#: pretix/control/forms/event.py:1188 +#: pretix/control/forms/event.py:1187 msgid "Ticket downloads" msgstr "门票下载" -#: pretix/control/forms/event.py:1189 +#: pretix/control/forms/event.py:1188 msgid "Your customers will be able to download their tickets in PDF format." msgstr "您的客户可以下载PDF格式的门票。" -#: pretix/control/forms/event.py:1193 +#: pretix/control/forms/event.py:1192 msgid "Require all attendees to fill in their names" msgstr "要求所有观众填写姓名" -#: pretix/control/forms/event.py:1194 +#: pretix/control/forms/event.py:1193 msgid "" "By default, we will ask for names but not require them. You can turn this " "off completely in the settings." msgstr "默认情况下,我们会询问姓名但不要求他们。您可以在设置中完全关闭此功能。" -#: pretix/control/forms/event.py:1220 +#: pretix/control/forms/event.py:1219 msgid "Payment via Stripe" msgstr "通过条纹付款" -#: pretix/control/forms/event.py:1221 +#: pretix/control/forms/event.py:1220 msgid "" "Stripe is an online payments processor supporting credit cards and lots of " "other payment options. To accept payments via Stripe, you will need to set " @@ -7417,11 +7426,11 @@ msgstr "" "Stripe是一款在线支付处理器,支持信用卡和许多其他支付选项。要通过Stripe接受付" "款,您需要使用它们建立一个帐户,使用简单的界面只需不到五分钟。" -#: pretix/control/forms/event.py:1227 +#: pretix/control/forms/event.py:1226 msgid "Payment by bank transfer" msgstr "银行转账支付" -#: pretix/control/forms/event.py:1228 +#: pretix/control/forms/event.py:1227 msgid "" "Your customers will be instructed to wire the money to your account. You can " "then import your bank statements to process the payments within pretix, or " @@ -7430,16 +7439,16 @@ msgstr "" "我们会指示您的客户将资金汇入您的帐户。然后,您可以导入银行对账单以在Pretix中" "处理付款,或者将其标记为手动付款。" -#: pretix/control/forms/event.py:1267 +#: pretix/control/forms/event.py:1266 #: pretix/control/templates/pretixcontrol/event/quick_setup.html:45 msgid "Price (optional)" msgstr "价格(可选)" -#: pretix/control/forms/event.py:1272 +#: pretix/control/forms/event.py:1271 msgid "Free" msgstr "免费" -#: pretix/control/forms/event.py:1277 +#: pretix/control/forms/event.py:1276 msgid "Quantity available" msgstr "可用数量" @@ -7460,7 +7469,7 @@ msgstr "已付(或已付费用取消)" #: pretix/control/templates/pretixcontrol/items/question.html:21 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:8 #: pretix/control/templates/pretixcontrol/orders/overview.html:67 -#: pretix/plugins/reports/exporters.py:223 +#: pretix/plugins/reports/exporters.py:226 msgid "Pending" msgstr "待处理" @@ -7474,13 +7483,13 @@ msgstr "待定(逾期)" msgid "Pending or paid" msgstr "待定或已付款" -#: pretix/control/forms/filter.py:111 pretix/control/forms/filter.py:541 -#: pretix/control/forms/filter.py:946 +#: pretix/control/forms/filter.py:111 pretix/control/forms/filter.py:593 +#: pretix/control/forms/filter.py:998 #: pretix/control/templates/pretixcontrol/items/question.html:24 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:17 #: pretix/control/templates/pretixcontrol/orders/overview.html:60 #: pretix/control/templates/pretixcontrol/organizers/giftcards.html:76 -#: pretix/plugins/reports/exporters.py:219 +#: pretix/plugins/reports/exporters.py:222 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:20 msgid "Expired" msgstr "过期" @@ -7494,7 +7503,7 @@ msgstr "待定或过期" #: pretix/control/templates/pretixcontrol/items/question.html:26 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:19 #: pretix/control/templates/pretixcontrol/orders/overview.html:59 -#: pretix/plugins/reports/exporters.py:219 +#: pretix/plugins/reports/exporters.py:222 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:22 msgid "Canceled" msgstr "取消" @@ -7521,8 +7530,8 @@ msgstr "报酬过低" msgid "Pending (but fully paid)" msgstr "待定(但全部付清)" -#: pretix/control/forms/filter.py:119 pretix/control/forms/filter.py:526 -#: pretix/control/forms/filter.py:529 +#: pretix/control/forms/filter.py:119 pretix/control/forms/filter.py:578 +#: pretix/control/forms/filter.py:581 #: pretix/control/templates/pretixcontrol/event/live.html:63 msgid "Test mode" msgstr "测试模式" @@ -7533,28 +7542,28 @@ msgstr "测试模式" msgid "Cancellation requested" msgstr "取消费用" -#: pretix/control/forms/filter.py:278 pretix/control/forms/filter.py:796 -#: pretix/control/forms/filter.py:1006 pretix/control/forms/vouchers.py:112 +#: pretix/control/forms/filter.py:278 pretix/control/forms/filter.py:848 +#: pretix/control/forms/filter.py:1058 pretix/control/forms/vouchers.py:112 #: pretix/control/templates/pretixcontrol/items/question.html:29 #: pretix/control/templates/pretixcontrol/waitinglist/index.html:99 msgid "All products" msgstr "所有产品" -#: pretix/control/forms/filter.py:282 pretix/control/forms/filter.py:1010 +#: pretix/control/forms/filter.py:282 pretix/control/forms/filter.py:1062 #: pretix/control/forms/vouchers.py:100 pretix/control/views/typeahead.py:514 #, python-brace-format msgid "{product} – Any variation" msgstr "{product} - 任何变量" #: pretix/control/forms/filter.py:341 pretix/control/forms/filter.py:346 -#: pretix/control/forms/filter.py:617 pretix/control/forms/filter.py:622 +#: pretix/control/forms/filter.py:669 pretix/control/forms/filter.py:674 msgid "All organizers" msgstr "所有组织者" -#: pretix/control/forms/filter.py:381 pretix/control/forms/filter.py:528 -#: pretix/control/forms/filter.py:537 pretix/control/forms/filter.py:860 -#: pretix/control/forms/filter.py:869 pretix/control/forms/filter.py:941 -#: pretix/control/forms/filter.py:954 +#: pretix/control/forms/filter.py:433 pretix/control/forms/filter.py:580 +#: pretix/control/forms/filter.py:589 pretix/control/forms/filter.py:912 +#: pretix/control/forms/filter.py:921 pretix/control/forms/filter.py:993 +#: pretix/control/forms/filter.py:1006 #: pretix/control/templates/pretixcontrol/checkin/lists.html:104 #: pretix/control/templates/pretixcontrol/checkin/lists.html:116 #: pretix/control/templates/pretixcontrol/organizers/devices.html:72 @@ -7564,218 +7573,218 @@ msgstr "所有组织者" msgid "All" msgstr "所有" -#: pretix/control/forms/filter.py:383 pretix/control/forms/filter.py:603 +#: pretix/control/forms/filter.py:435 pretix/control/forms/filter.py:655 msgid "Shop live and presale running" msgstr "实时购物和预售运行" -#: pretix/control/forms/filter.py:384 pretix/control/forms/filter.py:862 +#: pretix/control/forms/filter.py:436 pretix/control/forms/filter.py:914 msgid "Inactive" msgstr "待用" -#: pretix/control/forms/filter.py:396 pretix/control/forms/subevents.py:287 +#: pretix/control/forms/filter.py:448 pretix/control/forms/subevents.py:287 #: pretix/control/forms/subevents.py:326 msgid "Weekday" msgstr "工作日" -#: pretix/control/forms/filter.py:398 +#: pretix/control/forms/filter.py:450 msgid "All days" msgstr "每天" -#: pretix/control/forms/filter.py:399 +#: pretix/control/forms/filter.py:451 msgid "Monday" msgstr "星期一" -#: pretix/control/forms/filter.py:400 +#: pretix/control/forms/filter.py:452 msgid "Tuesday" msgstr "星期二" -#: pretix/control/forms/filter.py:401 +#: pretix/control/forms/filter.py:453 msgid "Wednesday" msgstr "星期三" -#: pretix/control/forms/filter.py:402 +#: pretix/control/forms/filter.py:454 msgid "Thursday" msgstr "星期四" -#: pretix/control/forms/filter.py:403 +#: pretix/control/forms/filter.py:455 msgid "Friday" msgstr "星期五" -#: pretix/control/forms/filter.py:404 +#: pretix/control/forms/filter.py:456 msgid "Saturday" msgstr "星期六" -#: pretix/control/forms/filter.py:405 +#: pretix/control/forms/filter.py:457 msgid "Sunday" msgstr "星期天" -#: pretix/control/forms/filter.py:530 +#: pretix/control/forms/filter.py:582 #, fuzzy #| msgctxt "stripe" #| msgid "Live" msgid "Live" msgstr "现场直播" -#: pretix/control/forms/filter.py:535 pretix/control/forms/filter.py:538 +#: pretix/control/forms/filter.py:587 pretix/control/forms/filter.py:590 #, fuzzy #| msgid "Empty tag" msgid "Empty" msgstr "空标签" -#: pretix/control/forms/filter.py:539 +#: pretix/control/forms/filter.py:591 msgid "Valid and with value" msgstr "" -#: pretix/control/forms/filter.py:540 +#: pretix/control/forms/filter.py:592 msgid "Expired and with value" msgstr "" -#: pretix/control/forms/filter.py:546 pretix/control/forms/filter.py:548 -#: pretix/control/forms/filter.py:876 pretix/control/forms/filter.py:878 +#: pretix/control/forms/filter.py:598 pretix/control/forms/filter.py:600 +#: pretix/control/forms/filter.py:928 pretix/control/forms/filter.py:930 msgid "Search query" msgstr "搜索查询" -#: pretix/control/forms/filter.py:601 +#: pretix/control/forms/filter.py:653 msgid "All events" msgstr "所有活动" -#: pretix/control/forms/filter.py:602 +#: pretix/control/forms/filter.py:654 msgid "Shop live" msgstr "实时购物" -#: pretix/control/forms/filter.py:604 +#: pretix/control/forms/filter.py:656 msgid "Shop not live" msgstr "无购物直播" -#: pretix/control/forms/filter.py:607 +#: pretix/control/forms/filter.py:659 msgid "Single event running or in the future" msgstr "单个活动正在运行或在将来运行" -#: pretix/control/forms/filter.py:608 +#: pretix/control/forms/filter.py:660 msgid "Single event in the past" msgstr "过去的单一活动" -#: pretix/control/forms/filter.py:775 pretix/control/forms/filter.py:777 +#: pretix/control/forms/filter.py:827 pretix/control/forms/filter.py:829 msgid "Search attendee…" msgstr "搜索观众…" -#: pretix/control/forms/filter.py:783 +#: pretix/control/forms/filter.py:835 msgid "Check-in status" msgstr "签入状态" -#: pretix/control/forms/filter.py:785 +#: pretix/control/forms/filter.py:837 msgid "All attendees" msgstr "所有观众" -#: pretix/control/forms/filter.py:786 +#: pretix/control/forms/filter.py:838 #, fuzzy #| msgid "Presale" msgctxt "checkin state" msgid "Present" msgstr "预售" -#: pretix/control/forms/filter.py:787 +#: pretix/control/forms/filter.py:839 #: pretix/control/templates/pretixcontrol/checkin/index.html:131 #: pretix/control/templates/pretixcontrol/checkin/lists.html:73 -#: pretix/plugins/checkinlists/exporters.py:337 +#: pretix/plugins/checkinlists/exporters.py:396 msgid "Checked in" msgstr "已签入" -#: pretix/control/forms/filter.py:788 +#: pretix/control/forms/filter.py:840 #: pretix/control/templates/pretixcontrol/checkin/index.html:126 msgid "Not checked in" msgstr "未签入" -#: pretix/control/forms/filter.py:867 pretix/control/forms/filter.py:870 +#: pretix/control/forms/filter.py:919 pretix/control/forms/filter.py:922 #: pretix/control/templates/pretixcontrol/users/index.html:47 msgid "Administrator" msgstr "管理员" -#: pretix/control/forms/filter.py:871 +#: pretix/control/forms/filter.py:923 msgid "No administrator" msgstr "无管理员" -#: pretix/control/forms/filter.py:942 +#: pretix/control/forms/filter.py:994 msgid "Valid" msgstr "有效" -#: pretix/control/forms/filter.py:943 +#: pretix/control/forms/filter.py:995 msgid "Unredeemed" msgstr "未兑换" -#: pretix/control/forms/filter.py:944 +#: pretix/control/forms/filter.py:996 msgid "Redeemed at least once" msgstr "至少兑换一次" -#: pretix/control/forms/filter.py:945 +#: pretix/control/forms/filter.py:997 msgid "Fully redeemed" msgstr "完全兑换" -#: pretix/control/forms/filter.py:947 +#: pretix/control/forms/filter.py:999 msgid "Redeemed and checked in with ticket" msgstr "兑换门票并签入" -#: pretix/control/forms/filter.py:952 +#: pretix/control/forms/filter.py:1004 msgid "Quota handling" msgstr "配额处理" -#: pretix/control/forms/filter.py:956 +#: pretix/control/forms/filter.py:1008 msgid "Allow to ignore quota" msgstr "允许忽略配额" -#: pretix/control/forms/filter.py:961 pretix/control/forms/filter.py:963 +#: pretix/control/forms/filter.py:1013 pretix/control/forms/filter.py:1015 msgid "Filter by tag" msgstr "按标签过滤" -#: pretix/control/forms/filter.py:968 pretix/control/forms/filter.py:970 +#: pretix/control/forms/filter.py:1020 pretix/control/forms/filter.py:1022 msgid "Search voucher" msgstr "搜索票证" -#: pretix/control/forms/filter.py:1016 pretix/control/forms/vouchers.py:91 +#: pretix/control/forms/filter.py:1068 pretix/control/forms/vouchers.py:91 #: pretix/control/views/typeahead.py:522 pretix/control/views/typeahead.py:526 #: pretix/control/views/vouchers.py:81 #, python-brace-format msgid "Any product in quota \"{quota}\"" msgstr "配额内的任何产品“{quota}”" -#: pretix/control/forms/filter.py:1132 +#: pretix/control/forms/filter.py:1184 msgid "Refund status" msgstr "退款状态" -#: pretix/control/forms/filter.py:1134 +#: pretix/control/forms/filter.py:1186 msgid "All open refunds" msgstr "所有公开退款" -#: pretix/control/forms/filter.py:1135 +#: pretix/control/forms/filter.py:1187 msgid "All refunds" msgstr "所有退款" -#: pretix/control/forms/filter.py:1171 +#: pretix/control/forms/filter.py:1223 #, fuzzy #| msgctxt "subevent" #| msgid "Date history" msgid "Date filter" msgstr "日期历史纪录" -#: pretix/control/forms/filter.py:1173 +#: pretix/control/forms/filter.py:1225 #, fuzzy #| msgid "Filter by tag" msgid "Filter by…" msgstr "按标签过滤" -#: pretix/control/forms/filter.py:1175 +#: pretix/control/forms/filter.py:1227 #, fuzzy #| msgid "Date of last payment" msgid "Date of last successful payment" msgstr "最后付款日期" -#: pretix/control/forms/filter.py:1180 +#: pretix/control/forms/filter.py:1232 #, fuzzy #| msgid "Date" msgid "Date from" msgstr "日期" -#: pretix/control/forms/filter.py:1185 +#: pretix/control/forms/filter.py:1237 #, fuzzy #| msgid "Date and time" msgid "Date until" @@ -7996,8 +8005,8 @@ msgstr "您添加了两次相同的附加组件类别" msgid "Bundled product" msgstr "捆绑的产品" -#: pretix/control/forms/item.py:735 pretix/control/forms/orders.py:260 -#: pretix/control/forms/orders.py:394 +#: pretix/control/forms/item.py:735 pretix/control/forms/orders.py:264 +#: pretix/control/forms/orders.py:398 msgid "inactive" msgstr "待用" @@ -8036,22 +8045,22 @@ msgstr "显示所有测试模式订单" msgid "CSV column: \"{name}\"" msgstr "" -#: pretix/control/forms/orders.py:33 +#: pretix/control/forms/orders.py:34 msgid "Overbook quota" msgstr "超额预定的配额" -#: pretix/control/forms/orders.py:34 +#: pretix/control/forms/orders.py:35 msgid "" "If you check this box, this operation will be performed even if it leads to " "an overbooked quota and you having sold more tickets than you planned!" msgstr "" "如果选中此框,即使导致超额预订配额并且您销售的票数超出计划,也会执行此操作!" -#: pretix/control/forms/orders.py:78 +#: pretix/control/forms/orders.py:79 msgid "Overbook quota and ignore late payment" msgstr "超额预定配额并忽略延迟付款" -#: pretix/control/forms/orders.py:79 +#: pretix/control/forms/orders.py:80 msgid "" "If you check this box, this operation will be performed even if it leads to " "an overbooked quota and you having sold more tickets than you planned! The " @@ -8061,16 +8070,16 @@ msgstr "" "如果选中此框,即使导致超额预订配额并且您销售的票数超出计划,也会执行此操作!" "无论延迟付款的设置如何,也将执行该操作。" -#: pretix/control/forms/orders.py:105 +#: pretix/control/forms/orders.py:106 #: pretix/control/templates/pretixcontrol/order/deny.html:19 msgid "Notify user by e-mail" msgstr "通过电子邮件通知用户" -#: pretix/control/forms/orders.py:112 +#: pretix/control/forms/orders.py:113 msgid "Keep a cancellation fee of" msgstr "保留取消费用" -#: pretix/control/forms/orders.py:113 +#: pretix/control/forms/orders.py:114 msgid "" "If you keep a fee, all positions within this order will be canceled and the " "order will be reduced to a paid cancellation fee. Payment and shipping fees " @@ -8082,24 +8091,24 @@ msgstr "" "付款和运费也将被取消,如果您想保留,请将其包含在取消费中。请始终输入总值,税" "款将自动计算。" -#: pretix/control/forms/orders.py:141 +#: pretix/control/forms/orders.py:145 msgid "Payment amount" msgstr "支付金额" -#: pretix/control/forms/orders.py:145 +#: pretix/control/forms/orders.py:149 #: pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/control.html:7 -#: pretix/plugins/reports/exporters.py:319 -#: pretix/plugins/reports/exporters.py:381 -#: pretix/plugins/reports/exporters.py:491 -#: pretix/plugins/reports/exporters.py:520 +#: pretix/plugins/reports/exporters.py:322 +#: pretix/plugins/reports/exporters.py:384 +#: pretix/plugins/reports/exporters.py:494 +#: pretix/plugins/reports/exporters.py:523 msgid "Payment date" msgstr "付款日期" -#: pretix/control/forms/orders.py:183 +#: pretix/control/forms/orders.py:187 msgid "Re-calculate taxes" msgstr "重新计算税款" -#: pretix/control/forms/orders.py:186 +#: pretix/control/forms/orders.py:190 msgid "" "This operation re-checks if taxes should be paid to the items due to e.g. " "configured reverse charge rules and changes the prices and tax values " @@ -8111,80 +8120,80 @@ msgstr "" "税款值。这很有用,例如发票地址更改后。小心使用,仅在需要时使用。请注意,此过" "程中可能会出现舍入差异。" -#: pretix/control/forms/orders.py:192 +#: pretix/control/forms/orders.py:196 msgid "Issue a new invoice if required" msgstr "" -#: pretix/control/forms/orders.py:196 +#: pretix/control/forms/orders.py:200 msgid "" "If an invoice exists for this order and this operation would change its " "contents, the old invoice will be canceled and a new invoice will be issued." msgstr "" -#: pretix/control/forms/orders.py:201 +#: pretix/control/forms/orders.py:205 msgid "Notify user" msgstr "通知用户" -#: pretix/control/forms/orders.py:205 +#: pretix/control/forms/orders.py:209 msgid "" "Send an email to the customer notifying that their order has been changed." msgstr "向客户发送电子邮件,通知其订单已更改。" -#: pretix/control/forms/orders.py:209 +#: pretix/control/forms/orders.py:213 msgid "Allow to overbook quotas when performing this operation" msgstr "执行此操作是允许超额预定配额" -#: pretix/control/forms/orders.py:225 +#: pretix/control/forms/orders.py:229 msgid "Add-on to" msgstr "添加到" -#: pretix/control/forms/orders.py:230 +#: pretix/control/forms/orders.py:234 #: pretix/control/templates/pretixcontrol/checkin/index.html:70 #: pretix/control/templates/pretixcontrol/order/change.html:118 #: pretix/control/views/vouchers.py:70 msgid "Seat" msgstr "" -#: pretix/control/forms/orders.py:237 +#: pretix/control/forms/orders.py:241 msgid "Including taxes, if any. Keep empty for the product's default price" msgstr "包括税收,如果有的话。产品默认价格为空" -#: pretix/control/forms/orders.py:335 pretix/control/forms/orders.py:339 -#: pretix/control/forms/orders.py:378 pretix/control/forms/orders.py:389 +#: pretix/control/forms/orders.py:339 pretix/control/forms/orders.py:343 +#: pretix/control/forms/orders.py:382 pretix/control/forms/orders.py:393 #, fuzzy #| msgid "Keep unchanged" msgid "(Unchanged)" msgstr "保持不变" -#: pretix/control/forms/orders.py:345 pretix/control/forms/orders.py:412 +#: pretix/control/forms/orders.py:349 pretix/control/forms/orders.py:416 msgid "New price (gross)" msgstr "新价格(总额)" -#: pretix/control/forms/orders.py:349 +#: pretix/control/forms/orders.py:353 msgid "Generate a new secret" msgstr "生成一个新密钥" -#: pretix/control/forms/orders.py:353 +#: pretix/control/forms/orders.py:357 #, fuzzy #| msgid "Cancel position" msgid "Cancel this position" msgstr "取消位置" -#: pretix/control/forms/orders.py:357 +#: pretix/control/forms/orders.py:361 msgid "Split into new order" msgstr "拆分为新订单" -#: pretix/control/forms/orders.py:416 +#: pretix/control/forms/orders.py:420 #, fuzzy #| msgid "Remove filter" msgid "Remove this fee" msgstr "停止筛选" -#: pretix/control/forms/orders.py:430 +#: pretix/control/forms/orders.py:434 msgid "Invalidate secrets" msgstr "使秘密无效" -#: pretix/control/forms/orders.py:431 +#: pretix/control/forms/orders.py:435 msgid "" "Regenerates the order and ticket secrets. You will need to re-send the link " "to the order page to the user and the user will need to download his tickets " @@ -8193,66 +8202,66 @@ msgstr "" "重新生成订单和票证密码。 您需要将订单页面的链接重新发送给用户,用户需要再次下" "载他的票证。 旧版本无效。" -#: pretix/control/forms/orders.py:456 pretix/control/forms/orders.py:639 -#: pretix/control/forms/orders.py:666 pretix/control/forms/vouchers.py:222 +#: pretix/control/forms/orders.py:460 pretix/control/forms/orders.py:643 +#: pretix/control/forms/orders.py:670 pretix/control/forms/vouchers.py:222 #: pretix/plugins/sendmail/forms.py:21 pretix/plugins/sendmail/forms.py:76 msgid "Subject" msgstr "主题" -#: pretix/control/forms/orders.py:480 +#: pretix/control/forms/orders.py:484 msgid "Recipient" msgstr "收件人" -#: pretix/control/forms/orders.py:486 pretix/control/forms/orders.py:647 -#: pretix/control/forms/orders.py:674 pretix/control/forms/vouchers.py:228 +#: pretix/control/forms/orders.py:490 pretix/control/forms/orders.py:651 +#: pretix/control/forms/orders.py:678 pretix/control/forms/vouchers.py:228 #: pretix/plugins/sendmail/forms.py:22 pretix/plugins/sendmail/forms.py:81 msgid "Message" msgstr "消息" -#: pretix/control/forms/orders.py:499 +#: pretix/control/forms/orders.py:503 msgid "" "Cancel the order. All tickets will no longer work. This can not be reverted." msgstr "取消订单。 所有门票将不再有效。 这不能还原。" -#: pretix/control/forms/orders.py:500 +#: pretix/control/forms/orders.py:504 msgid "" "Mark the order as pending and allow the user to pay the open amount with " "another payment method." msgstr "将订单标记为待处理,并允许用户使用其他付款方式支付未结金额。" -#: pretix/control/forms/orders.py:502 +#: pretix/control/forms/orders.py:506 msgid "Do nothing and keep the order as it is." msgstr "什么都不做,保持原样。" -#: pretix/control/forms/orders.py:529 +#: pretix/control/forms/orders.py:533 msgid "The refund amount needs to be positive and less than {}." msgstr "退款金额必须为正数且小于{}。" -#: pretix/control/forms/orders.py:535 +#: pretix/control/forms/orders.py:539 msgid "You need to specify an amount for a partial refund." msgstr "您需要指定部分退款的金额。" -#: pretix/control/forms/orders.py:547 +#: pretix/control/forms/orders.py:551 #, fuzzy #| msgid "Cancel order" msgid "Cancel all dates" msgstr "取消订单" -#: pretix/control/forms/orders.py:552 +#: pretix/control/forms/orders.py:556 #, fuzzy #| msgctxt "amount_label" #| msgid "Automatically refund" msgid "Automatically refund money if possible" msgstr "自动退款" -#: pretix/control/forms/orders.py:557 +#: pretix/control/forms/orders.py:561 #, fuzzy #| msgid "This payment method does not support automatic refunds." msgid "" "Create manual refund if the payment method odes not support automatic refunds" msgstr "此付款方式不支持自动退款。" -#: pretix/control/forms/orders.py:561 +#: pretix/control/forms/orders.py:565 msgid "" "If checked, all payments with a payment method not supporting automatic " "refunds will be on your manual refund to-do list. Do not check if you want " @@ -8260,29 +8269,29 @@ msgid "" "gift cards." msgstr "" -#: pretix/control/forms/orders.py:566 +#: pretix/control/forms/orders.py:570 msgid "" "Refund order value to a gift card instead instead of the original payment " "method" msgstr "" -#: pretix/control/forms/orders.py:572 +#: pretix/control/forms/orders.py:576 #, fuzzy #| msgid "Gift card" msgid "Gift card validity" msgstr "礼品卡" -#: pretix/control/forms/orders.py:579 +#: pretix/control/forms/orders.py:583 msgid "Special terms and conditions" msgstr "" -#: pretix/control/forms/orders.py:596 +#: pretix/control/forms/orders.py:600 #, fuzzy #| msgid "Order fees" msgid "Keep fees" msgstr "订单费用" -#: pretix/control/forms/orders.py:599 +#: pretix/control/forms/orders.py:603 msgid "" "The selected types of fees will not be refunded but instead added to the " "cancellation fee. Fees are never refunded in when an order in an event " @@ -8290,25 +8299,25 @@ msgid "" "dates." msgstr "" -#: pretix/control/forms/orders.py:605 +#: pretix/control/forms/orders.py:609 #, fuzzy #| msgid "Send vouchers" msgid "Send information via email" msgstr "发送优惠券" -#: pretix/control/forms/orders.py:611 +#: pretix/control/forms/orders.py:615 #, fuzzy #| msgid "Send vouchers" msgid "Send information to waiting list" msgstr "发送优惠券" -#: pretix/control/forms/orders.py:642 pretix/control/forms/orders.py:668 +#: pretix/control/forms/orders.py:646 pretix/control/forms/orders.py:672 #, fuzzy, python-brace-format #| msgid "Can create events" msgid "Canceled: {event}" msgstr "可以创建项目" -#: pretix/control/forms/orders.py:653 +#: pretix/control/forms/orders.py:657 #, fuzzy, python-brace-format #| msgid "" #| "Hello {attendee_name},\n" @@ -8344,7 +8353,7 @@ msgstr "" "致敬,\n" "您的{event}团队" -#: pretix/control/forms/orders.py:680 +#: pretix/control/forms/orders.py:684 #, fuzzy, python-brace-format #| msgid "" #| "Hello {attendee_name},\n" @@ -8376,7 +8385,7 @@ msgstr "" "致敬,\n" "您的{event}团队" -#: pretix/control/forms/orders.py:711 +#: pretix/control/forms/orders.py:715 msgid "Please confirm that you want to cancel ALL dates in this event series." msgstr "" @@ -8433,7 +8442,7 @@ msgstr "主页文本" msgid "This will be displayed on the organizer homepage." msgstr "这将显示在组织者主页上。" -#: pretix/control/forms/organizer.py:279 +#: pretix/control/forms/organizer.py:280 #, fuzzy #| msgid "" #| "If you provide a logo image, we will by default not show your " @@ -8449,11 +8458,11 @@ msgstr "" "如果您提供标识图像,我们默认情况下不会在页眉中显示您的组织名称。 我们将以最大" "高度120像素显示您的标识。" -#: pretix/control/forms/organizer.py:298 +#: pretix/control/forms/organizer.py:299 msgid "Show availability in event overviews" msgstr "在活动概述中显示可用性" -#: pretix/control/forms/organizer.py:299 +#: pretix/control/forms/organizer.py:300 msgid "" "If checked, the list of events will show if events are sold out. This might " "make for longer page loading times if you have lots of events and the shown " @@ -8462,20 +8471,20 @@ msgstr "" "如果选中,项目列表将显示项目是否已售罄。 如果您有大量项目并且显示的状态可能已" "过期最多两分钟,这可能会延长页面加载时间。" -#: pretix/control/forms/organizer.py:305 +#: pretix/control/forms/organizer.py:306 msgid "Link back to organizer overview on all event pages" msgstr "链接回所有活动页面上的组织者概述" -#: pretix/control/forms/organizer.py:312 +#: pretix/control/forms/organizer.py:313 msgid "" "Choose all languages that your organizer homepage should be available in." msgstr "选择您的组织者主页应该可用的所有语言。" -#: pretix/control/forms/organizer.py:323 +#: pretix/control/forms/organizer.py:324 msgid "Favicon" msgstr "网站图标" -#: pretix/control/forms/organizer.py:326 +#: pretix/control/forms/organizer.py:328 msgid "" "If you provide a favicon, we will show it instead of the default pretix " "icon. We recommend a size of at least 200x200px to accommodate most devices." @@ -8483,37 +8492,37 @@ msgstr "" "如果您提供favicon,我们将显示它而不是默认的pretix图标。 我们建议尺寸至少为" "200x200px,以适应大多数设备。" -#: pretix/control/forms/organizer.py:330 +#: pretix/control/forms/organizer.py:332 #, fuzzy #| msgid "Gift card code" msgid "Length of gift card codes" msgstr "礼品卡代码" -#: pretix/control/forms/organizer.py:331 +#: pretix/control/forms/organizer.py:333 msgid "" "The system generates by default {}-character long gift card codes. However, " "if a different length is required, it can be set here." msgstr "" -#: pretix/control/forms/organizer.py:336 +#: pretix/control/forms/organizer.py:338 #, fuzzy #| msgid "Gift card code" msgid "Validity of gift card codes in years" msgstr "礼品卡代码" -#: pretix/control/forms/organizer.py:337 +#: pretix/control/forms/organizer.py:339 msgid "" "If you set a number here, gift cards will by default expire at the end of " "the year after this many years. If you keep it empty, gift cards do not have " "an explicit expiry date." msgstr "" -#: pretix/control/forms/organizer.py:352 +#: pretix/control/forms/organizer.py:354 msgctxt "webhooks" msgid "Event types" msgstr "活动类型" -#: pretix/control/forms/organizer.py:383 +#: pretix/control/forms/organizer.py:385 #, fuzzy #| msgid "Gift card" msgid "Gift card value" @@ -10215,7 +10224,7 @@ msgstr "CSV" #: pretix/control/templates/pretixcontrol/organizers/detail.html:43 #: pretix/control/templates/pretixcontrol/organizers/giftcards.html:38 #: pretix/control/templates/pretixcontrol/organizers/index.html:18 -#: pretix/control/templates/pretixcontrol/search/orders.html:27 +#: pretix/control/templates/pretixcontrol/search/orders.html:33 #: pretix/control/templates/pretixcontrol/subevents/index.html:41 #: pretix/control/templates/pretixcontrol/users/index.html:22 #: pretix/control/templates/pretixcontrol/vouchers/index.html:54 @@ -10304,7 +10313,7 @@ msgstr "这也将删除%(num)s签入的信息。" #: pretix/control/templates/pretixcontrol/order/pay.html:33 #: pretix/control/templates/pretixcontrol/order/pay_complete.html:28 #: pretix/control/templates/pretixcontrol/order/reactivate.html:30 -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:155 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:169 #: pretix/control/templates/pretixcontrol/order/refund_done.html:26 #: pretix/control/templates/pretixcontrol/order/refund_process.html:47 #: pretix/control/templates/pretixcontrol/order/refund_start.html:51 @@ -10356,9 +10365,9 @@ msgstr "删除" #: pretix/control/templates/pretixcontrol/checkin/list_edit.html:10 #: pretix/control/templates/pretixcontrol/checkin/list_edit.html:17 -#: pretix/plugins/checkinlists/exporters.py:38 -#: pretix/plugins/checkinlists/exporters.py:88 -#: pretix/plugins/checkinlists/exporters.py:315 +#: pretix/plugins/checkinlists/exporters.py:39 +#: pretix/plugins/checkinlists/exporters.py:107 +#: pretix/plugins/checkinlists/exporters.py:374 #: pretix/plugins/pretixdroid/forms.py:39 #: pretix/plugins/pretixdroid/models.py:24 #: pretix/plugins/pretixdroid/templates/pretixplugins/pretixdroid/configuration.html:79 @@ -11136,7 +11145,7 @@ msgid "Installed plugins" msgstr "已安装的插件" #: pretix/control/templates/pretixcontrol/event/plugins.html:10 -#: pretix/control/views/checkin.py:260 pretix/control/views/event.py:177 +#: pretix/control/views/checkin.py:264 pretix/control/views/event.py:177 #: pretix/control/views/event.py:317 pretix/control/views/event.py:396 #: pretix/control/views/event.py:436 pretix/control/views/event.py:594 #: pretix/control/views/event.py:785 pretix/control/views/event.py:1135 @@ -11311,7 +11320,7 @@ msgid "Basics" msgstr "" #: pretix/control/templates/pretixcontrol/event/settings.html:31 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:44 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:46 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:349 #: pretix/control/templates/pretixcontrol/subevents/detail.html:32 #, fuzzy @@ -11321,7 +11330,7 @@ msgid "Geo coordinates" msgstr "没有日期" #: pretix/control/templates/pretixcontrol/event/settings.html:32 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:45 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:47 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:271 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:275 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:350 @@ -11333,7 +11342,7 @@ msgid "Optional" msgstr "可选的" #: pretix/control/templates/pretixcontrol/event/settings.html:39 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:52 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:54 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:357 #: pretix/control/templates/pretixcontrol/subevents/detail.html:40 msgid "Geocoding data © OpenStreetMap" @@ -11371,7 +11380,7 @@ msgid "Shop design" msgstr "商店设计" #: pretix/control/templates/pretixcontrol/event/settings.html:124 -#: pretix/control/templates/pretixcontrol/events/create_basics.html:74 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:76 #: pretix/control/templates/pretixcontrol/subevents/bulk.html:392 #: pretix/control/templates/pretixcontrol/subevents/detail.html:76 msgid "Timeline" @@ -11648,7 +11657,7 @@ msgid "" "We strongly recommend against using short forms of more then 16 characters." msgstr "我们强烈建议不要使用超过16个字符的简短格式。" -#: pretix/control/templates/pretixcontrol/events/create_basics.html:68 +#: pretix/control/templates/pretixcontrol/events/create_basics.html:70 msgid "Display settings" msgstr "显示设置" @@ -11670,7 +11679,40 @@ msgstr "" "请确保广泛查看所有设置。 您可能仍需要手动更改某些设置,例如日期和时间设置以及" "包含活动名称的文本。" -#: pretix/control/templates/pretixcontrol/events/create_foundation.html:10 +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:13 +msgid "Singular event or non-event shop" +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:15 +msgid "" +"An event with individual configuration. If you create more events later, you " +"can copy the event to save yourself some work." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:21 +msgid "" +"Examples: Conferences, workshops, trade fairs, one-off concerts, sale of " +"digital content, multi-day events with combination tickets." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:32 +msgid "Event series or time slot booking" +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:34 +msgid "" +"A series of events that share the same configuration. They can still be " +"different in their dates, locations, prices, and capacities." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:40 +msgid "" +"Examples: Multiple presentations of the same show, same concert in multiple " +"locations, museums, libraries, or swimming pools, events that need to be " +"booked together in one cart." +msgstr "" + +#: pretix/control/templates/pretixcontrol/events/create_foundation.html:53 msgid "" "Please note that you will only be able to delete your event until the first " "order has been created." @@ -12114,8 +12156,8 @@ msgstr "编辑问题" #: pretix/control/templates/pretixcontrol/items/question.html:20 #: pretix/control/templates/pretixcontrol/orders/fragment_order_status.html:14 #: pretix/control/templates/pretixcontrol/orders/overview.html:68 -#: pretix/plugins/checkinlists/exporters.py:343 -#: pretix/plugins/reports/exporters.py:223 +#: pretix/plugins/checkinlists/exporters.py:402 +#: pretix/plugins/reports/exporters.py:226 #: pretix/presale/templates/pretixpresale/event/fragment_order_status.html:17 msgid "Paid" msgstr "付款" @@ -12981,10 +13023,10 @@ msgstr "税" #: pretix/control/templates/pretixcontrol/order/index.html:550 #: pretix/control/templates/pretixcontrol/orders/overview.html:69 #: pretix/control/templates/pretixcontrol/orders/overview.html:146 -#: pretix/plugins/reports/exporters.py:223 -#: pretix/plugins/reports/exporters.py:278 -#: pretix/plugins/reports/exporters.py:447 -#: pretix/plugins/reports/exporters.py:591 +#: pretix/plugins/reports/exporters.py:226 +#: pretix/plugins/reports/exporters.py:281 +#: pretix/plugins/reports/exporters.py:450 +#: pretix/plugins/reports/exporters.py:594 #: pretix/presale/templates/pretixpresale/event/fragment_cart.html:292 msgid "Total" msgstr "总计" @@ -13183,56 +13225,56 @@ msgctxt "amount_label" msgid "Automatically refund" msgstr "自动退款" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:59 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:63 msgid "Automatically refund full amount" msgstr "自动全额退款" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:62 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:66 msgid "This payment method does not support automatic refunds." msgstr "此付款方式不支持自动退款。" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:70 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:74 msgid "Transfer to other order" msgstr "转移到其他订单" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:73 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:77 msgctxt "amount_label" msgid "Transfer" msgstr "转移" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:81 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:85 msgctxt "order_label" msgid "to" msgstr "至" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:91 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:95 #: pretix/control/templates/pretixcontrol/organizers/giftcard_create.html:5 #, fuzzy #| msgid "Create a new team" msgid "Create a new gift card" msgstr "创建一个新团队" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:103 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:113 #, fuzzy #| msgid "This gift card is not accepted by this event organizer." msgid "" "The gift card can be used to buy tickets for all events of this organizer." msgstr "该活动组织者不接受此礼品卡。" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:111 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:121 msgid "Manual refund" msgstr "手动退款" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:114 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:124 msgctxt "amount_label" msgid "Manually refund" msgstr "手动退款" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:125 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:139 msgid "Keep transfer as to do" msgstr "保持转移不变" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:129 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:143 #: pretix/control/templates/pretixcontrol/order/refund_done.html:5 #: pretix/control/templates/pretixcontrol/order/refund_done.html:9 #: pretix/control/templates/pretixcontrol/order/refund_process.html:6 @@ -13240,7 +13282,7 @@ msgstr "保持转移不变" msgid "Mark refund as done" msgstr "将退款标记为已完成" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:139 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:153 msgid "" "Any payments that you selected for automatical refunds will be immediately " "communicate the refund request to the respective payment provider. Manual " @@ -13250,7 +13292,7 @@ msgstr "" "您选择自动退款的任何付款都将立即将退款请求传达给相应的付款提供商。手动退款将" "被创建为待处理退款,然后您可以在实际将资金转移回客户后将其标记为已完成。" -#: pretix/control/templates/pretixcontrol/order/refund_choose.html:160 +#: pretix/control/templates/pretixcontrol/order/refund_choose.html:174 msgid "Perform refund" msgstr "执行退款" @@ -13496,29 +13538,29 @@ msgid "Remove filter" msgstr "停止筛选" #: pretix/control/templates/pretixcontrol/orders/index.html:132 -#: pretix/control/templates/pretixcontrol/search/orders.html:78 +#: pretix/control/templates/pretixcontrol/search/orders.html:83 msgid "CANCELLATION REQUESTED" msgstr "" #: pretix/control/templates/pretixcontrol/orders/index.html:135 #: pretix/control/templates/pretixcontrol/orders/index.html:137 -#: pretix/control/templates/pretixcontrol/search/orders.html:81 -#: pretix/control/templates/pretixcontrol/search/orders.html:83 +#: pretix/control/templates/pretixcontrol/search/orders.html:86 +#: pretix/control/templates/pretixcontrol/search/orders.html:88 msgid "REFUND PENDING" msgstr "待处理退款" #: pretix/control/templates/pretixcontrol/orders/index.html:140 -#: pretix/control/templates/pretixcontrol/search/orders.html:86 +#: pretix/control/templates/pretixcontrol/search/orders.html:91 msgid "OVERPAID" msgstr "超额支付" #: pretix/control/templates/pretixcontrol/orders/index.html:142 -#: pretix/control/templates/pretixcontrol/search/orders.html:88 +#: pretix/control/templates/pretixcontrol/search/orders.html:93 msgid "UNDERPAID" msgstr "未足额支付" #: pretix/control/templates/pretixcontrol/orders/index.html:144 -#: pretix/control/templates/pretixcontrol/search/orders.html:90 +#: pretix/control/templates/pretixcontrol/search/orders.html:95 msgid "FULLY PAID" msgstr "全额支付" @@ -13564,7 +13606,7 @@ msgstr "" "期。" #: pretix/control/templates/pretixcontrol/orders/overview.html:61 -#: pretix/plugins/reports/exporters.py:219 +#: pretix/plugins/reports/exporters.py:222 msgid "Purchased" msgstr "购买" @@ -14264,7 +14306,7 @@ msgstr "扫描二维码" msgid "pretix Logo" msgstr "pretix标识" -#: pretix/control/templates/pretixcontrol/search/orders.html:99 +#: pretix/control/templates/pretixcontrol/search/orders.html:104 msgid "" "We couldn't find any orders that you have access to and that match your " "search query." @@ -15434,15 +15476,15 @@ msgstr "您没有执行此操作的权限。" msgid "The selected check-ins have been reverted." msgstr "选定的签入已恢复。" -#: pretix/control/views/checkin.py:163 +#: pretix/control/views/checkin.py:167 msgid "The selected tickets have been marked as checked in." msgstr "所选票证已标记为已签入。" -#: pretix/control/views/checkin.py:227 +#: pretix/control/views/checkin.py:231 msgid "The new check-in list has been created." msgstr "已创建新的签入列表。" -#: pretix/control/views/checkin.py:234 pretix/control/views/checkin.py:277 +#: pretix/control/views/checkin.py:238 pretix/control/views/checkin.py:281 #: pretix/control/views/event.py:206 pretix/control/views/event.py:399 #: pretix/control/views/event.py:439 pretix/control/views/event.py:597 #: pretix/control/views/event.py:754 pretix/control/views/event.py:1094 @@ -15457,11 +15499,11 @@ msgstr "已创建新的签入列表。" msgid "We could not save your changes. See below for details." msgstr "我们无法保存您的更改。详见下文。" -#: pretix/control/views/checkin.py:256 pretix/control/views/checkin.py:293 +#: pretix/control/views/checkin.py:260 pretix/control/views/checkin.py:297 msgid "The requested list does not exist." msgstr "请求的列表不存在。" -#: pretix/control/views/checkin.py:302 +#: pretix/control/views/checkin.py:306 msgid "The selected list has been deleted." msgstr "所选列表已被删除。" @@ -15699,7 +15741,7 @@ msgstr "评论已更新。" msgid "Could not update the comment." msgstr "无法更新评论。" -#: pretix/control/views/event.py:1061 pretix/control/views/main.py:296 +#: pretix/control/views/event.py:1061 pretix/control/views/main.py:276 msgid "VAT" msgstr "增值税" @@ -16736,32 +16778,32 @@ msgstr "" msgid "8 portrait A7 pages on one A4 page" msgstr "" -#: pretix/plugins/badges/exporters.py:186 +#: pretix/plugins/badges/exporters.py:194 msgid "None of the selected products is configured to print badges." msgstr "所选产品均未配置为打印徽章。" -#: pretix/plugins/badges/exporters.py:192 +#: pretix/plugins/badges/exporters.py:200 msgid "Attendee badges" msgstr "观众徽章" -#: pretix/plugins/badges/exporters.py:212 +#: pretix/plugins/badges/exporters.py:220 #: pretix/plugins/ticketoutputpdf/exporters.py:32 msgid "Include pending orders" msgstr "包括待处理订单" -#: pretix/plugins/badges/exporters.py:217 +#: pretix/plugins/badges/exporters.py:225 #, fuzzy #| msgid "Include questions" msgid "Include add-on or bundled positions" msgstr "包括问题" -#: pretix/plugins/badges/exporters.py:222 +#: pretix/plugins/badges/exporters.py:230 #, fuzzy #| msgid "Answer options" msgid "Rendering option" msgstr "答案选项" -#: pretix/plugins/badges/exporters.py:227 +#: pretix/plugins/badges/exporters.py:235 msgid "" "This option allows you to align multiple badges on one page, for example if " "you want to print to a sheet of stickers with a regular office printer. " @@ -16769,10 +16811,10 @@ msgid "" "correct size." msgstr "" -#: pretix/plugins/badges/exporters.py:233 -#: pretix/plugins/checkinlists/exporters.py:56 -#: pretix/plugins/reports/exporters.py:315 -#: pretix/plugins/reports/exporters.py:487 +#: pretix/plugins/badges/exporters.py:241 +#: pretix/plugins/checkinlists/exporters.py:71 +#: pretix/plugins/reports/exporters.py:318 +#: pretix/plugins/reports/exporters.py:490 #: pretix/plugins/ticketoutputpdf/exporters.py:37 msgid "Sort by" msgstr "排序方式" @@ -17314,38 +17356,46 @@ msgstr "签入列表导出器" msgid "This plugin allows you to generate check-in lists for your conference." msgstr "此插件允许您为会议生成签入列表。" -#: pretix/plugins/checkinlists/exporters.py:46 +#: pretix/plugins/checkinlists/exporters.py:50 +msgid "Only include tickets for dates on or after this date." +msgstr "" + +#: pretix/plugins/checkinlists/exporters.py:57 +msgid "Only include tickets for dates on or before this date." +msgstr "" + +#: pretix/plugins/checkinlists/exporters.py:61 msgid "Include QR-code secret" msgstr "包括二维码密钥" -#: pretix/plugins/checkinlists/exporters.py:51 +#: pretix/plugins/checkinlists/exporters.py:66 #, fuzzy #| msgid "Requires special attention" msgid "Only tickets requiring special attention" msgstr "需要特别注意" -#: pretix/plugins/checkinlists/exporters.py:71 +#: pretix/plugins/checkinlists/exporters.py:86 msgid "Include questions" msgstr "包括问题" -#: pretix/plugins/checkinlists/exporters.py:183 +#: pretix/plugins/checkinlists/exporters.py:222 msgid "Check-in list (PDF)" msgstr "签入列表(PDF)" #. Translators: maximum 5 characters -#: pretix/plugins/checkinlists/exporters.py:234 +#: pretix/plugins/checkinlists/exporters.py:284 msgctxt "tablehead" msgid "paid" msgstr "付款" -#: pretix/plugins/checkinlists/exporters.py:337 +#: pretix/plugins/checkinlists/exporters.py:396 #, fuzzy #| msgctxt "amount_label" #| msgid "Automatically refund" msgid "Automatically checked in" msgstr "自动退款" -#: pretix/plugins/checkinlists/exporters.py:346 +#: pretix/plugins/checkinlists/exporters.py:405 #: pretix/plugins/paypal/payment.py:86 msgid "Secret" msgstr "密钥" @@ -17430,48 +17480,48 @@ msgid "" "to send any payments." msgstr "" -#: pretix/plugins/paypal/payment.py:205 pretix/plugins/paypal/payment.py:291 -#: pretix/plugins/paypal/payment.py:306 pretix/plugins/paypal/payment.py:309 -#: pretix/plugins/paypal/payment.py:367 +#: pretix/plugins/paypal/payment.py:205 pretix/plugins/paypal/payment.py:298 +#: pretix/plugins/paypal/payment.py:313 pretix/plugins/paypal/payment.py:316 +#: pretix/plugins/paypal/payment.py:374 pretix/plugins/paypal/payment.py:515 msgid "We had trouble communicating with PayPal" msgstr "我们无法与PayPal连接" -#: pretix/plugins/paypal/payment.py:323 pretix/plugins/paypal/payment.py:332 -#: pretix/plugins/paypal/payment.py:393 +#: pretix/plugins/paypal/payment.py:330 pretix/plugins/paypal/payment.py:339 +#: pretix/plugins/paypal/payment.py:400 msgid "" "We were unable to process your payment. See below for details on how to " "proceed." msgstr "我们无法处理您的付款。 有关如何继续的详细信息,请参见下文。" -#: pretix/plugins/paypal/payment.py:374 pretix/plugins/paypal/payment.py:383 +#: pretix/plugins/paypal/payment.py:381 pretix/plugins/paypal/payment.py:390 msgid "" "PayPal has not yet approved the payment. We will inform you as soon as the " "payment completed." msgstr "PayPal尚未批准付款。 我们会在付款完成后立即通知您。" -#: pretix/plugins/paypal/payment.py:408 pretix/plugins/stripe/payment.py:435 +#: pretix/plugins/paypal/payment.py:415 pretix/plugins/stripe/payment.py:435 #: pretix/plugins/stripe/payment.py:787 msgid "There was an error sending the confirmation mail." msgstr "发送确认邮件时出错。" -#: pretix/plugins/paypal/payment.py:485 pretix/plugins/paypal/payment.py:492 +#: pretix/plugins/paypal/payment.py:492 pretix/plugins/paypal/payment.py:499 msgid "Refunding the amount via PayPal failed: {}" msgstr "通过PayPal退款失败:{}" -#: pretix/plugins/paypal/payment.py:591 pretix/plugins/paypal/payment.py:599 +#: pretix/plugins/paypal/payment.py:615 pretix/plugins/paypal/payment.py:623 #, fuzzy #| msgctxt "invoice" #| msgid "The payment for this invoice has already been received." msgid "The payment for this invoice has already been received." msgstr "已收到此发票的付款。" -#: pretix/plugins/paypal/payment.py:592 pretix/plugins/paypal/payment.py:600 +#: pretix/plugins/paypal/payment.py:616 pretix/plugins/paypal/payment.py:624 #, fuzzy #| msgid "Payment ID" msgid "PayPal payment ID" msgstr "支付 ID" -#: pretix/plugins/paypal/payment.py:594 +#: pretix/plugins/paypal/payment.py:618 #, fuzzy #| msgid "PayPal Connect: Client ID" msgid "PayPal sale ID" @@ -17861,48 +17911,48 @@ msgstr "页面%d" msgid "Created: %s" msgstr "已创建:%s" -#: pretix/plugins/reports/exporters.py:153 +#: pretix/plugins/reports/exporters.py:156 msgid "Order overview (PDF)" msgstr "订单概述(PDF)" -#: pretix/plugins/reports/exporters.py:197 +#: pretix/plugins/reports/exporters.py:200 #: pretix/plugins/statistics/templates/pretixplugins/statistics/index.html:58 msgid "Orders by product" msgstr "按产品订购" -#: pretix/plugins/reports/exporters.py:202 +#: pretix/plugins/reports/exporters.py:205 #, python-brace-format msgid "{axis} between {start} and {end}" msgstr "" -#: pretix/plugins/reports/exporters.py:227 -#: pretix/plugins/reports/exporters.py:228 -#: pretix/plugins/reports/exporters.py:229 #: pretix/plugins/reports/exporters.py:230 #: pretix/plugins/reports/exporters.py:231 +#: pretix/plugins/reports/exporters.py:232 +#: pretix/plugins/reports/exporters.py:233 +#: pretix/plugins/reports/exporters.py:234 msgid "#" msgstr "#" -#: pretix/plugins/reports/exporters.py:299 +#: pretix/plugins/reports/exporters.py:302 msgid "List of orders with taxes (PDF)" msgstr "含税订单列表(PDF)" -#: pretix/plugins/reports/exporters.py:376 +#: pretix/plugins/reports/exporters.py:379 #, python-brace-format msgid "Orders by tax rate ({currency})" msgstr "按税率订购({currency})" -#: pretix/plugins/reports/exporters.py:385 -#: pretix/plugins/reports/exporters.py:521 +#: pretix/plugins/reports/exporters.py:388 +#: pretix/plugins/reports/exporters.py:524 msgid "Gross" msgstr "总价" -#: pretix/plugins/reports/exporters.py:385 -#: pretix/plugins/reports/exporters.py:521 +#: pretix/plugins/reports/exporters.py:388 +#: pretix/plugins/reports/exporters.py:524 msgid "Tax" msgstr "税收" -#: pretix/plugins/reports/exporters.py:470 +#: pretix/plugins/reports/exporters.py:473 #, fuzzy #| msgid "List of orders with taxes (PDF)" msgid "List of orders with taxes" @@ -19063,7 +19113,7 @@ msgid "Show all events of %(name)s" msgstr "显示的所有事件%(name)s" #: pretix/presale/templates/pretixpresale/event/base.html:98 -#: pretix/presale/templates/pretixpresale/event/base.html:128 +#: pretix/presale/templates/pretixpresale/event/base.html:132 msgid "" "This ticket shop is currently in test mode. Please do not perform any real " "purchases as your order might be deleted without notice." @@ -19072,17 +19122,17 @@ msgstr "" "除而不通知。" #: pretix/presale/templates/pretixpresale/event/base.html:104 -#: pretix/presale/templates/pretixpresale/event/base.html:134 +#: pretix/presale/templates/pretixpresale/event/base.html:138 msgid "" "Orders made through this sales channel cannot be deleted - even if the " "ticket shop is in test mode!" msgstr "" -#: pretix/presale/templates/pretixpresale/event/base.html:142 +#: pretix/presale/templates/pretixpresale/event/base.html:146 msgid "Contact event organizer" msgstr "联系活动组织者" -#: pretix/presale/templates/pretixpresale/event/base.html:145 +#: pretix/presale/templates/pretixpresale/event/base.html:149 msgid "Imprint" msgstr "版本说明" @@ -19511,6 +19561,11 @@ msgstr "订单数量%(item)s" msgid "Go" msgstr "前进" +#: pretix/presale/templates/pretixpresale/event/fragment_subevent_calendar_week.html:21 +#: pretix/presale/templates/pretixpresale/organizers/calendar_week.html:48 +msgid "W" +msgstr "" + #: pretix/presale/templates/pretixpresale/event/fragment_subevent_list.html:21 #: pretix/presale/templates/pretixpresale/event/fragment_subevent_list.html:30 #: pretix/presale/templates/pretixpresale/fragment_calendar.html:71 @@ -20286,19 +20341,19 @@ msgstr "请只输入数字。" msgid "Please enter positive numbers only." msgstr "请只输入正数。" -#: pretix/presale/views/cart.py:338 +#: pretix/presale/views/cart.py:340 msgid "We applied the voucher to as many products in your cart as we could." msgstr "" -#: pretix/presale/views/cart.py:360 +#: pretix/presale/views/cart.py:362 msgid "Your cart has been updated." msgstr "您的购物车已更新。" -#: pretix/presale/views/cart.py:363 pretix/presale/views/cart.py:385 +#: pretix/presale/views/cart.py:365 pretix/presale/views/cart.py:387 msgid "Your cart is now empty." msgstr "你的购物车现在是空的。" -#: pretix/presale/views/cart.py:400 +#: pretix/presale/views/cart.py:402 msgid "The products have been successfully added to your cart." msgstr "产品已成功添加到您的购物车中。" @@ -20523,6 +20578,19 @@ msgstr "读取权限" msgid "Write access" msgstr "录入权限" +#~ msgid "" +#~ "Only recommended for advanced users. If this feature is enabled, this " +#~ "will not only be a single event but a series of very similar events that " +#~ "are handled within a single shop. The single events inside the series can " +#~ "only differ in date, time, location, prices and quotas, but not in other " +#~ "settings, and buying tickets across multiple of these events at the same " +#~ "time is possible. You cannot change this setting for this event later." +#~ msgstr "" +#~ "仅建议高级用户使用。如果启用此功能,这不仅是单个活动,而且是在一个商店内处" +#~ "理的一系列非常相似的活动。系列中的单个活动只能在日期,时间,地点,价格和配" +#~ "额方面有所不同,但在其他设置中则不同,并且可以同时在多个这些活动中购买门" +#~ "票。您以后无法更改此活动的设置。" + #~ msgid "Edit list" #~ msgstr "编辑列表" diff --git a/src/pretix/locale/zh_Hans/LC_MESSAGES/djangojs.po b/src/pretix/locale/zh_Hans/LC_MESSAGES/djangojs.po index ad80e12ed..94c3a6eab 100644 --- a/src/pretix/locale/zh_Hans/LC_MESSAGES/djangojs.po +++ b/src/pretix/locale/zh_Hans/LC_MESSAGES/djangojs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-05-13 16:45+0000\n" +"POT-Creation-Date: 2020-06-10 16:02+0000\n" "PO-Revision-Date: 2019-03-28 14:00+0000\n" "Last-Translator: yichengsd \n" "Language-Team: Chinese (Simplified)