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
path: root/config
diff options
context:
space:
mode:
authorSteffen van Bergerem <svbergerem@online.de>2014-03-14 00:41:56 +0400
committerSteffen van Bergerem <svbergerem@online.de>2014-03-19 21:45:52 +0400
commit4fc9c6416ed19b99a897604e7c405bd188ee46a0 (patch)
tree28fffb980b1573f94a483081c5f27538a0bf8bb7 /config
parenteabdc7390cab3d5f19e118fcc568925a68ff8d84 (diff)
Port notifications to Bootstrap
Diffstat (limited to 'config')
-rw-r--r--config/locales/diaspora/en.yml30
1 files changed, 15 insertions, 15 deletions
diff --git a/config/locales/diaspora/en.yml b/config/locales/diaspora/en.yml
index 728dfb449..49f6f512d 100644
--- a/config/locales/diaspora/en.yml
+++ b/config/locales/diaspora/en.yml
@@ -637,25 +637,25 @@ en:
one: "%{actors} sent you a message."
other: "%{actors} sent you a message."
comment_on_post:
- zero: "%{actors} commented on your post »%{post_link}«."
- one: "%{actors} commented on your post »%{post_link}«."
- other: "%{actors} commented on your post »%{post_link}«."
+ zero: "%{actors} commented on your post %{post_link}."
+ one: "%{actors} commented on your post %{post_link}."
+ other: "%{actors} commented on your post %{post_link}."
also_commented:
- zero: "%{actors} also commented on %{post_author}'s post »%{post_link}«."
- one: "%{actors} also commented on %{post_author}'s post »%{post_link}«."
- other: "%{actors} also commented on %{post_author}'s post »%{post_link}«."
+ zero: "%{actors} also commented on %{post_author}'s post %{post_link}."
+ one: "%{actors} also commented on %{post_author}'s post %{post_link}."
+ other: "%{actors} also commented on %{post_author}'s post %{post_link}."
mentioned:
- zero: "%{actors} have mentioned you in the post »%{post_link}«."
- one: "%{actors} has mentioned you in the post »%{post_link}«."
- other: "%{actors} have mentioned you in the »%{post_link}«."
+ zero: "%{actors} have mentioned you in the post %{post_link}."
+ one: "%{actors} has mentioned you in the post %{post_link}."
+ other: "%{actors} have mentioned you in the %{post_link}."
liked:
- zero: "%{actors} have liked your post »%{post_link}«."
- one: "%{actors} has liked your post »%{post_link}«."
- other: "%{actors} have liked your post »%{post_link}«."
+ zero: "%{actors} have liked your post %{post_link}."
+ one: "%{actors} has liked your post %{post_link}."
+ other: "%{actors} have liked your post %{post_link}."
reshared:
- zero: "%{actors} have reshared your post »%{post_link}«."
- one: "%{actors} has reshared your post »%{post_link}«."
- other: "%{actors} have reshared your post »%{post_link}«."
+ zero: "%{actors} have reshared your post %{post_link}."
+ one: "%{actors} has reshared your post %{post_link}."
+ other: "%{actors} have reshared your post %{post_link}."
post: "post"
also_commented_deleted:
zero: "%{actors} commented on a deleted post."