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:
authorHank Grabowski <hankgrabowski@gmail.com>2018-11-28 17:08:44 +0300
committerFrank Rousseau <frank.rousseau@free.fr>2018-12-31 00:33:04 +0300
commit02cf6a9eb242a887366ce649f447f354916321ce (patch)
tree45a01059814694a17148c54a3d7b85caf73d6e2d /config/locales
parent7dba616e4e9e9e0319b809669513fce920e8b0bb (diff)
Photos API Endpoint and unit tests complete
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 63236af61..26b0a3fd3 100644
--- a/config/locales/diaspora/en.yml
+++ b/config/locales/diaspora/en.yml
@@ -977,6 +977,10 @@ en:
notifications:
not_found: "Notification with provided guid could not be found"
cant_process: "Couldn't process the notifications request"
+ photos:
+ not_found: "Photo with provided guid could not be found"
+ failed_create: "Failed to create the photo"
+ failed_delete: "Not allowed to delete the photo"
posts:
post_not_found: "Post with provided guid could not be found"
failed_create: "Failed to create the post"