Skip to content

Commit e8a31b0

Browse files
committed
Change naming of form questions
Form questions: 1) Change naming “Choose one from a list” to “Radio button (Choose one option)” 2) “Choose multiple from a list” to “Checkbox (Choose one or several options)” This is done to better reflect what these options do. fixes: #12
1 parent 9a4a62a commit e8a31b0

File tree

19 files changed

+374
-257
lines changed

19 files changed

+374
-257
lines changed

src/pretalx/locale/ar/LC_MESSAGES/django.po

Lines changed: 23 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: PACKAGE VERSION\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2024-01-15 10:35+0000\n"
10+
"POT-Creation-Date: 2024-02-12 19:07+0000\n"
1111
"PO-Revision-Date: 2023-05-22 13:26+0000\n"
1212
"Last-Translator: malek chalak <[email protected]>\n"
1313
"Language-Team: none\n"
@@ -19,6 +19,18 @@ msgstr ""
1919
"&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
2020
"X-Generator: Weblate 4.4.2\n"
2121

22+
#: tests/screenshots/conftest.py:31 pretalx/mail/context.py:236
23+
msgid "Jane Doe"
24+
msgstr "جان دو"
25+
26+
#: tests/screenshots/conftest.py:78 pretalx/orga/templates/orga/base.html:410
27+
msgid "Organisers"
28+
msgstr "المنظمون"
29+
30+
#: tests/screenshots/conftest.py:89
31+
msgid "John Doe"
32+
msgstr "جوان دو"
33+
2234
#: pretalx/agenda/phrases.py:8
2335
msgid "Thank you for your feedback!"
2436
msgstr "شكرا لك على ملاحظاتك!"
@@ -2937,10 +2949,6 @@ msgstr "الغرفة ١٠١"
29372949
msgid "The session's room"
29382950
msgstr "غرفة الجلسة"
29392951

2940-
#: pretalx/mail/context.py:236
2941-
msgid "Jane Doe"
2942-
msgstr "جان دو"
2943-
29442952
#: pretalx/mail/context.py:237
29452953
msgid "The addressed user's full name"
29462954
msgstr "اسم المستخدم الكامل ."
@@ -4447,10 +4455,6 @@ msgstr "الايميلات المقترحة"
44474455
msgid "Sent E-mails"
44484456
msgstr "الإيميلات المرسلة"
44494457

4450-
#: pretalx/orga/templates/orga/base.html:410
4451-
msgid "Organisers"
4452-
msgstr "المنظمون"
4453-
44544458
#: pretalx/orga/templates/orga/base.html:416
44554459
msgid "Admin information"
44564460
msgstr "معلومات المسوؤل"
@@ -8048,12 +8052,12 @@ msgid "File upload"
80488052
msgstr "تم رفع الملف"
80498053

80508054
#: pretalx/submission/models/question.py:54
8051-
msgid "Choose one from a list"
8052-
msgstr "اختيار واحد من القائمة"
8055+
msgid "Radio button (Choose one option)"
8056+
msgstr ""
80538057

80548058
#: pretalx/submission/models/question.py:55
8055-
msgid "Choose multiple from a list"
8056-
msgstr "اختيار متعدد من القائمة"
8059+
msgid "Checkbox (Choose one or several options)"
8060+
msgstr ""
80578061

80588062
#: pretalx/submission/models/question.py:65
80598063
msgid "per proposal"
@@ -8449,6 +8453,12 @@ msgstr ""
84498453
msgid "Hidden rooms"
84508454
msgstr ""
84518455

8456+
#~ msgid "Choose one from a list"
8457+
#~ msgstr "اختيار واحد من القائمة"
8458+
8459+
#~ msgid "Choose multiple from a list"
8460+
#~ msgstr "اختيار متعدد من القائمة"
8461+
84528462
#~ msgid ""
84538463
#~ "You have some variables available that will be rendered into the mails "
84548464
#~ "(in the appropriate language) before sending:"
@@ -8707,9 +8717,6 @@ msgstr ""
87078717
#~ msgid "Should the sessions marked as featured be shown publicly?"
87088718
#~ msgstr "هل يجب أن تظهر الجلسات المميزة بشكل علني للجميع؟"
87098719

8710-
#~ msgid "John Doe"
8711-
#~ msgstr "جوان دو"
8712-
87138720
#, fuzzy
87148721
#~| msgid "proposal is waiting for your review."
87158722
#~| msgid_plural "proposals are waiting for your review."

src/pretalx/locale/ca/LC_MESSAGES/django.po

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: PACKAGE VERSION\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2024-01-15 10:35+0000\n"
10+
"POT-Creation-Date: 2024-02-12 19:07+0000\n"
1111
"PO-Revision-Date: 2022-05-09 09:22+0000\n"
1212
"Last-Translator: Víctor <[email protected]>\n"
1313
"Language-Team: none\n"
@@ -18,6 +18,18 @@ msgstr ""
1818
"Plural-Forms: nplurals=2; plural=n != 1;\n"
1919
"X-Generator: Weblate 4.4.2\n"
2020

21+
#: tests/screenshots/conftest.py:31 pretalx/mail/context.py:236
22+
msgid "Jane Doe"
23+
msgstr ""
24+
25+
#: tests/screenshots/conftest.py:78 pretalx/orga/templates/orga/base.html:410
26+
msgid "Organisers"
27+
msgstr "Organitzadors"
28+
29+
#: tests/screenshots/conftest.py:89
30+
msgid "John Doe"
31+
msgstr ""
32+
2133
#: pretalx/agenda/phrases.py:8
2234
msgid "Thank you for your feedback!"
2335
msgstr "Moltes gràcies per la vostra aportació!"
@@ -2635,10 +2647,6 @@ msgstr ""
26352647
msgid "The session's room"
26362648
msgstr ""
26372649

2638-
#: pretalx/mail/context.py:236
2639-
msgid "Jane Doe"
2640-
msgstr ""
2641-
26422650
#: pretalx/mail/context.py:237
26432651
msgid "The addressed user's full name"
26442652
msgstr ""
@@ -3975,10 +3983,6 @@ msgstr ""
39753983
msgid "Sent E-mails"
39763984
msgstr ""
39773985

3978-
#: pretalx/orga/templates/orga/base.html:410
3979-
msgid "Organisers"
3980-
msgstr "Organitzadors"
3981-
39823986
#: pretalx/orga/templates/orga/base.html:416
39833987
msgid "Admin information"
39843988
msgstr ""
@@ -7224,11 +7228,11 @@ msgid "File upload"
72247228
msgstr ""
72257229

72267230
#: pretalx/submission/models/question.py:54
7227-
msgid "Choose one from a list"
7231+
msgid "Radio button (Choose one option)"
72287232
msgstr ""
72297233

72307234
#: pretalx/submission/models/question.py:55
7231-
msgid "Choose multiple from a list"
7235+
msgid "Checkbox (Choose one or several options)"
72327236
msgstr ""
72337237

72347238
#: pretalx/submission/models/question.py:65

src/pretalx/locale/cs/LC_MESSAGES/django.po

Lines changed: 23 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: PACKAGE VERSION\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2024-01-15 10:35+0000\n"
10+
"POT-Creation-Date: 2024-02-12 19:03+0000\n"
1111
"PO-Revision-Date: 2023-10-22 14:04+0000\n"
1212
"Last-Translator: Michal Stanke <[email protected]>\n"
1313
"Language-Team: none\n"
@@ -18,6 +18,18 @@ msgstr ""
1818
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
1919
"X-Generator: Weblate 4.18.2\n"
2020

21+
#: tests/screenshots/conftest.py:31 pretalx/mail/context.py:236
22+
msgid "Jane Doe"
23+
msgstr "Jana Nováková"
24+
25+
#: tests/screenshots/conftest.py:78 pretalx/orga/templates/orga/base.html:410
26+
msgid "Organisers"
27+
msgstr "Organizátoři"
28+
29+
#: tests/screenshots/conftest.py:89
30+
msgid "John Doe"
31+
msgstr "Jan Novák"
32+
2133
#: pretalx/agenda/phrases.py:8
2234
msgid "Thank you for your feedback!"
2335
msgstr "Děkujeme za zpětnou vazbu!"
@@ -2883,10 +2895,6 @@ msgstr "Místnost 101"
28832895
msgid "The session's room"
28842896
msgstr "Místnost přednášky"
28852897

2886-
#: pretalx/mail/context.py:236
2887-
msgid "Jane Doe"
2888-
msgstr "Jana Nováková"
2889-
28902898
#: pretalx/mail/context.py:237
28912899
msgid "The addressed user's full name"
28922900
msgstr "Celé jméno oslovovaného uživatele"
@@ -4388,10 +4396,6 @@ msgstr "Poslání e-mailu"
43884396
msgid "Sent E-mails"
43894397
msgstr "Odeslané e-maily"
43904398

4391-
#: pretalx/orga/templates/orga/base.html:410
4392-
msgid "Organisers"
4393-
msgstr "Organizátoři"
4394-
43954399
#: pretalx/orga/templates/orga/base.html:416
43964400
msgid "Admin information"
43974401
msgstr "Informace pro správce"
@@ -7929,12 +7933,12 @@ msgid "File upload"
79297933
msgstr "Nahrání souboru"
79307934

79317935
#: pretalx/submission/models/question.py:54
7932-
msgid "Choose one from a list"
7933-
msgstr "Vyberte jednu položku ze seznamu"
7936+
msgid "Radio button (Choose one option)"
7937+
msgstr ""
79347938

79357939
#: pretalx/submission/models/question.py:55
7936-
msgid "Choose multiple from a list"
7937-
msgstr "Vyberte více položek ze seznamu"
7940+
msgid "Checkbox (Choose one or several options)"
7941+
msgstr ""
79387942

79397943
#: pretalx/submission/models/question.py:65
79407944
msgid "per proposal"
@@ -8319,6 +8323,12 @@ msgstr "{name} ({duration} hodin)"
83198323
msgid "{name} ({duration} minutes)"
83208324
msgstr "{name} ({duration} minut)"
83218325

8326+
#~ msgid "Choose one from a list"
8327+
#~ msgstr "Vyberte jednu položku ze seznamu"
8328+
8329+
#~ msgid "Choose multiple from a list"
8330+
#~ msgstr "Vyberte více položek ze seznamu"
8331+
83228332
#~ msgid ""
83238333
#~ "You have some variables available that will be rendered into the mails "
83248334
#~ "(in the appropriate language) before sending:"
@@ -8676,9 +8686,6 @@ msgstr "{name} ({duration} minut)"
86768686
#~ msgstr ""
86778687
#~ "Povolit přednášejícím automaticky vkládat profilové obrázky z gravataru."
86788688

8679-
#~ msgid "John Doe"
8680-
#~ msgstr "Jan Novák"
8681-
86828689
#, fuzzy
86838690
#~ msgid "proposals are waiting for your review."
86848691
#~ msgstr "Příspěvky byly uzavřeny"

src/pretalx/locale/de_DE/LC_MESSAGES/django.po

Lines changed: 23 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: \n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2024-01-15 10:35+0000\n"
10+
"POT-Creation-Date: 2024-02-12 19:03+0000\n"
1111
"PO-Revision-Date: 2023-11-10 00:14+0000\n"
1212
"Last-Translator: Tobias Kunze <[email protected]>\n"
1313
"Language-Team: \n"
@@ -18,6 +18,18 @@ msgstr ""
1818
"Plural-Forms: nplurals=2; plural=n != 1;\n"
1919
"X-Generator: Weblate 4.18.2\n"
2020

21+
#: tests/screenshots/conftest.py:31 pretalx/mail/context.py:236
22+
msgid "Jane Doe"
23+
msgstr "Maria Musterfrau"
24+
25+
#: tests/screenshots/conftest.py:78 pretalx/orga/templates/orga/base.html:410
26+
msgid "Organisers"
27+
msgstr "Veranstaltende"
28+
29+
#: tests/screenshots/conftest.py:89
30+
msgid "John Doe"
31+
msgstr "Maxe Mustermann"
32+
2133
#: pretalx/agenda/phrases.py:8
2234
msgid "Thank you for your feedback!"
2335
msgstr "Vielen Dank für dein Feedback!"
@@ -2929,10 +2941,6 @@ msgstr "Raum 101"
29292941
msgid "The session's room"
29302942
msgstr "Der Raum des Programmpunkts"
29312943

2932-
#: pretalx/mail/context.py:236
2933-
msgid "Jane Doe"
2934-
msgstr "Maria Musterfrau"
2935-
29362944
#: pretalx/mail/context.py:237
29372945
msgid "The addressed user's full name"
29382946
msgstr "Der volle Name der Adressat:in"
@@ -4469,10 +4477,6 @@ msgstr "E-Mails schreiben"
44694477
msgid "Sent E-mails"
44704478
msgstr "Verschickte E-Mails"
44714479

4472-
#: pretalx/orga/templates/orga/base.html:410
4473-
msgid "Organisers"
4474-
msgstr "Veranstaltende"
4475-
44764480
#: pretalx/orga/templates/orga/base.html:416
44774481
msgid "Admin information"
44784482
msgstr "Admin-Informationen"
@@ -8068,12 +8072,12 @@ msgid "File upload"
80688072
msgstr "Datei-Upload"
80698073

80708074
#: pretalx/submission/models/question.py:54
8071-
msgid "Choose one from a list"
8072-
msgstr "Eine Antwort aus einer Liste"
8075+
msgid "Radio button (Choose one option)"
8076+
msgstr ""
80738077

80748078
#: pretalx/submission/models/question.py:55
8075-
msgid "Choose multiple from a list"
8076-
msgstr "Mehrere Antworten aus einer Liste"
8079+
msgid "Checkbox (Choose one or several options)"
8080+
msgstr ""
80778081

80788082
#: pretalx/submission/models/question.py:65
80798083
msgid "per proposal"
@@ -8467,6 +8471,12 @@ msgstr "{name} ({duration} Stunden)"
84678471
msgid "{name} ({duration} minutes)"
84688472
msgstr "{name} ({duration} Minuten)"
84698473

8474+
#~ msgid "Choose one from a list"
8475+
#~ msgstr "Eine Antwort aus einer Liste"
8476+
8477+
#~ msgid "Choose multiple from a list"
8478+
#~ msgstr "Mehrere Antworten aus einer Liste"
8479+
84708480
#~ msgid ""
84718481
#~ "You have some variables available that will be rendered into the mails "
84728482
#~ "(in the appropriate language) before sending:"
@@ -8761,9 +8771,6 @@ msgstr "{name} ({duration} Minuten)"
87618771
#~ msgstr ""
87628772
#~ "Vortragende können ihr Profilbild automatisch von Gravatar einbinden."
87638773

8764-
#~ msgid "John Doe"
8765-
#~ msgstr "Maxe Mustermann"
8766-
87678774
#~ msgid "Should the sessions marked as featured be shown publicly?"
87688775
#~ msgstr "Sollen die als Highlight markierten Vorträge sichtbar sein?"
87698776

0 commit comments

Comments
 (0)