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:
authorJonne Haß <me@mrzyx.de>2013-09-20 15:21:08 +0400
committerJonne Haß <me@mrzyx.de>2013-09-20 15:21:33 +0400
commita2b6740fed3f91fd3c99a1c0e9feeee7ac4c5f7d (patch)
tree7184e282438745c7425e6f2fdcce3ae4f9bb1a83 /config/locales
parentabc06686ce7079f99946c3163f3a732f2a3cfe14 (diff)
pluralize admins.user_search.you_currently
Diffstat (limited to 'config/locales')
-rw-r--r--config/locales/diaspora/en.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/config/locales/diaspora/en.yml b/config/locales/diaspora/en.yml
index 2830a5650..6a96c32e9 100644
--- a/config/locales/diaspora/en.yml
+++ b/config/locales/diaspora/en.yml
@@ -96,7 +96,10 @@ en:
correlations:
correlations_count: "Correlations with Sign In Count:"
user_search:
- you_currently: "you currently have %{user_invitation} invites left %{link}"
+ you_currently:
+ zero: "you currently have no invites left %{link}"
+ one: "you currently have one invite left %{link}"
+ other: "you currently have %{count} invites left %{link}"
add_invites: "add invites"
email_to: "Email to Invite"
under_13: "Show users that are under 13 (COPPA)"