2014-02-04 21:53:09 -05:00
en :
2015-04-23 13:33:29 -04:00
site_settings :
2017-12-04 08:47:11 -05:00
poll_enabled : "Allow polls?"
2015-05-01 10:44:51 -04:00
poll_maximum_options : "Maximum number of options allowed in a poll."
2016-08-10 03:15:29 -04:00
poll_edit_window_mins : "Number of minutes after post creation during which polls can be edited."
2017-12-04 12:12:17 -05:00
poll_minimum_trust_level_to_create : "Define the minimum trust level needed to create polls."
2019-11-25 12:51:01 -05:00
poll_groupable_user_fields : "A set of user field names that can be used to group and filter poll results."
2019-11-22 14:06:39 -05:00
poll_export_data_explorer_query_id : "ID of the Data Explorer Query to use for exporting poll results (0 to disable)."
2015-04-23 13:33:29 -04:00
2014-02-04 21:53:09 -05:00
poll :
2019-05-29 11:05:52 -04:00
poll : "poll"
2018-12-31 04:48:30 -05:00
invalid_argument : "Invalid value '%{value}' for argument '%{argument}'."
2015-04-23 13:33:29 -04:00
multiple_polls_without_name : "There are multiple polls without a name. Use the '<code>name</code>' attribute to uniquely identify your polls."
multiple_polls_with_same_name : "There are multiple polls with the same name: <strong>%{name}</strong>. Use the '<code>name</code>' attribute to uniquely identify your polls."
2020-02-05 09:03:27 -05:00
default_poll_must_have_at_least_1_option : "Poll must have at least 1 option."
named_poll_must_have_at_least_1_option : "Poll named <strong>%{name}</strong> must have at least 1 option."
2015-04-23 13:33:29 -04:00
2015-09-27 15:36:57 -04:00
default_poll_must_have_less_options :
2019-05-20 17:26:22 -04:00
one : "Poll must have less than %{count} option."
2015-09-27 15:36:57 -04:00
other : "Poll must have less than %{count} options."
named_poll_must_have_less_options :
2019-05-20 17:26:22 -04:00
one : "Poll named <strong>%{name}</strong> must have less than %{count} option."
2015-09-27 15:36:57 -04:00
other : "Poll named <strong>%{name}</strong> must have less than %{count} options."
2015-05-01 10:44:51 -04:00
2015-04-23 13:33:29 -04:00
default_poll_must_have_different_options : "Poll must have different options."
2015-05-01 10:44:51 -04:00
named_poll_must_have_different_options : "Poll named <strong>%{name}</strong> must have different options."
2015-04-23 13:33:29 -04:00
2020-01-03 09:09:36 -05:00
default_poll_must_not_have_any_empty_options : "Poll must not have any empty options."
named_poll_must_not_have_any_empty_options : "Poll named <strong>%{name}</strong> must not have any empty options."
2015-06-01 13:28:05 -04:00
default_poll_with_multiple_choices_has_invalid_parameters : "Poll with multiple choices has invalid parameters."
named_poll_with_multiple_choices_has_invalid_parameters : "Poll named <strong>%{name}</strong> with multiple choice has invalid parameters."
2015-05-01 10:33:24 -04:00
requires_at_least_1_valid_option : "You must select at least 1 valid option."
2015-05-07 11:24:35 -04:00
2016-08-10 03:15:29 -04:00
edit_window_expired :
2018-11-19 08:50:00 -05:00
cannot_edit_default_poll_with_votes : "You cannot change a poll after the first %{minutes} minutes."
2022-11-07 04:40:34 -05:00
cannot_edit_named_poll_with_votes : "You cannot change the poll named <strong>${name}</strong> after the first %{minutes} minutes."
2015-04-23 13:33:29 -04:00
no_poll_with_this_name : "No poll named <strong>%{name}</strong> associated with this post."
2015-06-01 16:31:47 -04:00
post_is_deleted : "Cannot act on a deleted post."
2018-02-26 18:25:15 -05:00
user_cant_post_in_topic : "You can't vote because you can't post in this topic."
2015-04-23 13:33:29 -04:00
topic_must_be_open_to_vote : "The topic must be open to vote."
poll_must_be_open_to_vote : "Poll must be open to vote."
2021-11-18 20:50:08 -05:00
one_vote_per_user : "Only 1 vote is allowed for this poll."
max_vote_per_user :
one : Only %{count} vote is allowed for this poll.
other : A maximum of %{count} votes is allowed for this poll.
min_vote_per_user :
one : A minimum of %{count} vote is required for this poll.
other : A minimum of %{count} votes is required for this poll.
2015-04-23 13:33:29 -04:00
topic_must_be_open_to_toggle_status : "The topic must be open to toggle status."
only_staff_or_op_can_toggle_status : "Only a staff member or the original poster can toggle a poll status."
2015-10-22 13:10:07 -04:00
2017-12-04 12:12:17 -05:00
insufficient_rights_to_create : "You are not allowed to create polls."
2017-12-04 08:47:11 -05:00
2015-10-22 13:10:07 -04:00
email :
link_to_poll : "Click to view the poll."
2019-11-25 12:51:01 -05:00
user_field :
no_data : "No Data"