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-24 22:43:52 +0400
committerJannik Streek <theshowcanbegin@gmail.com>2014-03-31 20:14:07 +0400
commitd0a77ce6b3a9a0cefa1fc04c9caa665595ba569f (patch)
tree1ca7c92759d1ce69288bf011604e740c6c01df28 /config/locales
parent04199837b3eef45c02789e02e4dd45a16f54d9d3 (diff)
design for poll participation implemented, saving works as well
Diffstat (limited to 'config/locales')
-rw-r--r--config/locales/javascript/javascript.en.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/locales/javascript/javascript.en.yml b/config/locales/javascript/javascript.en.yml
index 0cf179ba4..ac6fd0bf8 100644
--- a/config/locales/javascript/javascript.en.yml
+++ b/config/locales/javascript/javascript.en.yml
@@ -172,3 +172,7 @@ en:
reshared: "Reshared"
comment: "Comment"
home: "HOME"
+
+ poll:
+ vote: "Vote"
+ result: "<%=votes%> votes so far"