2015-04-29 13:07:25 -04:00
# encoding: utf-8
2015-06-27 08:50:13 -04:00
# This file contains content for the server portion of the poll plugin used by Ruby
2015-04-29 13:07:25 -04:00
#
2015-06-27 08:50:13 -04:00
# To work with us on translations, see:
2015-04-29 13:07:25 -04:00
# https://www.transifex.com/projects/p/discourse-org/
2015-06-27 08:50:13 -04:00
#
# This is a "source" file, which is used by Transifex to get translations for other languages.
# After this file is changed, it needs to be pushed by a maintainer to Transifex:
#
# tx push -s
#
# Read more here: https://meta.discourse.org/t/contribute-a-translation-to-discourse/14882
#
# To validate this YAML file after you change it, please paste it into
# http://yamllint.com/
2015-04-29 13:07:25 -04:00
2014-02-04 21:53:09 -05:00
en :
2015-04-23 13:33:29 -04:00
site_settings :
poll_enabled : "Allow users to create 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."
2015-04-23 13:33:29 -04:00
2014-02-04 21:53:09 -05:00
poll :
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."
default_poll_must_have_at_least_2_options : "Poll must have at least 2 options."
named_poll_must_have_at_least_2_options : "Poll named <strong>%{name}</strong> must have at least 2 options."
2015-09-27 15:36:57 -04:00
default_poll_must_have_less_options :
one : "Poll must have less than 1 option."
other : "Poll must have less than %{count} options."
named_poll_must_have_less_options :
one : "Poll named <strong>%{name}</strong> must have less than 1 option."
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
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-06-09 00:10:27 -04:00
default_cannot_be_made_public : "Poll with votes cannot be made public."
named_cannot_be_made_public : "Poll named <strong>%{name}</strong> has votes cannot be made public."
2016-08-10 03:15:29 -04:00
edit_window_expired :
cannot_change_polls : "You cannot add, remove or rename polls after the first %{minutes} minutes."
op_cannot_edit_options : "You cannot add or remove poll options after the first %{minutes} minutes. Please contact a moderator if you need to edit a poll option."
staff_cannot_add_or_remove_options : "You cannot add or remove poll options after the first %{minutes} minutes. You should close this topic and create a new one instead."
2015-04-23 13:33:29 -04:00
no_polls_associated_with_this_post : "No polls are associated with this post."
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."
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."
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
email :
link_to_poll : "Click to view the poll."