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-30 18:48:15 +0400
committerJannik Streek <theshowcanbegin@gmail.com>2014-03-31 20:14:08 +0400
commit6f3844b73bb954e5e1bbf8d18c9dfbc31a02810f (patch)
tree70078813b37b3972dad05dce5af53315b6d11e0f /config/locales
parent4174b88987b8b5c4a7420020794a05af2569acca (diff)
fixed language files, added rails cache counter for poll answer, fixed bug with same poll input for form
Diffstat (limited to 'config/locales')
-rw-r--r--config/locales/diaspora/en-AU.yml8
-rw-r--r--config/locales/diaspora/en-GB.yml8
-rw-r--r--config/locales/diaspora/en-US.yml9
3 files changed, 24 insertions, 1 deletions
diff --git a/config/locales/diaspora/en-AU.yml b/config/locales/diaspora/en-AU.yml
index 7713db61b..f34d29a1f 100644
--- a/config/locales/diaspora/en-AU.yml
+++ b/config/locales/diaspora/en-AU.yml
@@ -26,3 +26,11 @@
attributes:
from_id:
taken: "is a duplicate of a pre-existing request."
+ 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!"
diff --git a/config/locales/diaspora/en-GB.yml b/config/locales/diaspora/en-GB.yml
index afd094c31..d6ae6e10e 100644
--- a/config/locales/diaspora/en-GB.yml
+++ b/config/locales/diaspora/en-GB.yml
@@ -26,3 +26,11 @@
attributes:
from_id:
taken: "is a duplicate of a pre-existing request."
+ 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!"
diff --git a/config/locales/diaspora/en-US.yml b/config/locales/diaspora/en-US.yml
index e2a634aa0..c527a04bb 100644
--- a/config/locales/diaspora/en-US.yml
+++ b/config/locales/diaspora/en-US.yml
@@ -26,4 +26,11 @@
attributes:
from_id:
taken: "is a duplicate of a pre-existing request."
-
+ 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!"