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:
authorHankG <hankgrabowski@kolabnow.com>2018-11-17 21:59:03 +0300
committerFrank Rousseau <frank.rousseau@free.fr>2018-12-31 00:33:04 +0300
commit0f4789a5cba11903fab76410b69c83290b65fcdb (patch)
treec5ada0d8a1f90df62ec01a2dfe03484ec76f9c40 /config/locales
parent7ae36de2cf85189666b880b0d615b9dbebba8524 (diff)
Contacts API Feature complete with full tests
Diffstat (limited to 'config/locales')
-rw-r--r--config/locales/diaspora/en.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/locales/diaspora/en.yml b/config/locales/diaspora/en.yml
index 751712dbc..49c29da18 100644
--- a/config/locales/diaspora/en.yml
+++ b/config/locales/diaspora/en.yml
@@ -964,6 +964,10 @@ en:
not_allowed: "User is not allowed to comment"
no_delete: "User not allowed to delete the comment"
duplicate_report: "This item already has been reported by this user"
+ contacts:
+ not_found: "Aspect or contact on aspect not found"
+ cant_create: "Failed to add user to aspect"
+ cant_delete: "Failed to remove user from aspect"
likes:
user_not_allowed_to_like: "User is not allowed to like"
like_exists: "Like already exists"