Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJannik Streek <theshowcanbegin@gmail.com>2014-03-21 21:51:40 +0400
committerJannik Streek <theshowcanbegin@gmail.com>2014-03-31 20:14:06 +0400
commit8a4f833d1def9ee780f958bee584c3a54c13c009 (patch)
tree4dc6d2ae975acc6e4c5fed48b24b168b17c55bd7 /config/locales
parent5d560609e40505cda4cb90f34292bd4b291c7b4a (diff)
added more tests for the poll federation + fixed broken rspec tests
Diffstat (limited to 'config/locales')
-rw-r--r--config/locales/diaspora/en.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/config/locales/diaspora/en.yml b/config/locales/diaspora/en.yml
index 5e9fa2e9d..2f36c7c38 100644
--- a/config/locales/diaspora/en.yml
+++ b/config/locales/diaspora/en.yml
@@ -77,6 +77,14 @@ en:
attributes:
root_guid:
taken: "That good, huh? You've already reshared that post!"
+ poll:
+ attributes:
+ poll_answers:
+ not_enough_poll_answers: "Not enough poll options provided."
+ poll_participation:
+ attributes:
+ poll:
+ already_participated: "You've already participated in this poll!"
error_messages:
helper:
invalid_fields: "Invalid Fields"