mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-29 02:26:18 -05:00
12 lines
380 B
YAML
12 lines
380 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:
|
||
|
poll:
|
||
|
must_contain_poll_options: "must contain a list of poll options"
|
||
|
cannot_have_modified_options: "cannot have modified poll options after 5 minutes"
|
||
|
prefix: "Poll:"
|