Fix ring poll prompt

This commit is contained in:
Djuri Baars 2022-06-06 23:07:50 +02:00
parent 6dd59fbd8b
commit d5166c51ef
4 changed files with 4 additions and 4 deletions

View File

@ -110,7 +110,7 @@ unparticipate_no_part_of_ring = Ihre Node ist nicht Teil dieses Rings.
unparticipate_success = Du nimmst nicht mehr an diesem Ring teil. unparticipate_success = Du nimmst nicht mehr an diesem Ring teil.
# Polls # Polls
ringpoll_text = Möchtest du {$poll_name} beitreten ringpoll_text = Möchtest du <b>{$poll_name}</b> beitreten?
ringpoll_still_open = {$poll_name} noch offen ringpoll_still_open = {$poll_name} noch offen
ringpoll_already_exists = Poll {$poll_name} <b>existiert bereits</b> ringpoll_already_exists = Poll {$poll_name} <b>existiert bereits</b>
ringpoll_has_participants = Poll {$poll_name} hat derzeit <b>{$participants_length} von {$participants_max} Teilnehmern</b> ringpoll_has_participants = Poll {$poll_name} hat derzeit <b>{$participants_length} von {$participants_max} Teilnehmern</b>

View File

@ -113,7 +113,7 @@ unparticipate_no_part_of_ring = Your node is not part of this ring.
unparticipate_success = Your are not participating in this ring anymore. unparticipate_success = Your are not participating in this ring anymore.
# Polls # Polls
ringpoll_text = Do you want to join {$poll_name} ringpoll_text = Do you want to join <b>{$poll_name}</b>
ringpoll_still_open = {$poll_name} still open ringpoll_still_open = {$poll_name} still open
ringpoll_already_exists = Poll {$poll_name} <b>already exists</b> ringpoll_already_exists = Poll {$poll_name} <b>already exists</b>
ringpoll_has_participants = Poll {$poll_name} has <b>{$participants_length} of {$participants_max} participants</b> ringpoll_has_participants = Poll {$poll_name} has <b>{$participants_length} of {$participants_max} participants</b>

View File

@ -112,7 +112,7 @@ unparticipate_no_part_of_ring = Tu nodo no es parte de este anillo.
unparticipate_success = Ya no participarás en este anillo. unparticipate_success = Ya no participarás en este anillo.
# Polls # Polls
ringpoll_text = Te gustaría unirte a {$poll_name} ringpoll_text = Te gustaría unirte a <b>{$poll_name}</b>
ringpoll_still_open = {$poll_name} sigue abierto ringpoll_still_open = {$poll_name} sigue abierto
ringpoll_already_exists = La encuesta {$poll_name} <b>ya existe</b> ringpoll_already_exists = La encuesta {$poll_name} <b>ya existe</b>
ringpoll_has_participants = La encuesta {$poll_name} tiene <b>{$participants_length} de {$participants_max} participantes</b> ringpoll_has_participants = La encuesta {$poll_name} tiene <b>{$participants_length} de {$participants_max} participantes</b>

View File

@ -112,7 +112,7 @@ unparticipate_no_part_of_ring = Jouw node is geen onderdeel van deze ring.
unparticipate_success = Je doet niet meer mee in deze ring. unparticipate_success = Je doet niet meer mee in deze ring.
# Polls # Polls
ringpoll_text = Wil je mee doen met {$poll_name} ringpoll_text = Wil je mee doen met <b>{$poll_name}</b>?
ringpoll_still_open = {$poll_name} nog steeds open ringpoll_still_open = {$poll_name} nog steeds open
ringpoll_already_exists = Poll {$poll_name} <b>bestaat al</b> ringpoll_already_exists = Poll {$poll_name} <b>bestaat al</b>
ringpoll_has_participants = Poll {$poll_name} heeft <b>{$participants_length} van {$participants_max} deelnemers</b> ringpoll_has_participants = Poll {$poll_name} heeft <b>{$participants_length} van {$participants_max} deelnemers</b>