mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 01:32:23 +08:00
2928ce6ca1
This is needed to make it possible to programmatically toggle between open and closed polls.
18 lines
704 B
YAML
18 lines
704 B
YAML
# encoding: utf-8
|
|
# This file contains content for the server portion of Discourse used by Ruby
|
|
#
|
|
# To validate this YAML file after you change it, please paste it into
|
|
# http://yamllint.com/
|
|
|
|
en:
|
|
activerecord:
|
|
attributes:
|
|
post:
|
|
poll_options: "Poll options"
|
|
poll:
|
|
must_contain_poll_options: "must contain a list of poll options"
|
|
cannot_have_modified_options: "cannot be modified after the first five minutes. Contact a moderator if you need to change them."
|
|
cannot_add_or_remove_options: "can only be edited, not added or removed. If you need to add or remove options you should lock this topic and create a new one."
|
|
prefix: "Poll"
|
|
closed_prefix: "Closed Poll"
|