aboutsummaryrefslogtreecommitdiff
path: root/src/i18n
diff options
context:
space:
mode:
authorHJ <30-hj@users.noreply.git.pleroma.social>2019-05-15 18:26:09 +0000
committerHJ <30-hj@users.noreply.git.pleroma.social>2019-05-15 18:26:09 +0000
commitfedcc716762339b72f6a99722f2c54a300fdff4f (patch)
tree15c89025e846ba322003bc9cb0965d3ed1fac00a /src/i18n
parent9eac355851b40aa5df9e6b23eca8c0ff1698e670 (diff)
parent2ce01863273fdefad7bca945f5d58d50a0e8d77b (diff)
Merge branch '468-pin-status' into 'develop'
Add ability to pin posts Closes #468 See merge request pleroma/pleroma-fe!770
Diffstat (limited to 'src/i18n')
-rw-r--r--src/i18n/en.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json
index b4f0deb2..dac0e38d 100644
--- a/src/i18n/en.json
+++ b/src/i18n/en.json
@@ -402,6 +402,11 @@
"status": {
"favorites": "Favorites",
"repeats": "Repeats",
+ "delete": "Delete status",
+ "pin": "Pin on profile",
+ "unpin": "Unpin from profile",
+ "pinned": "Pinned",
+ "delete_confirm": "Do you really want to delete this status?",
"reply_to": "Reply to",
"replies_list": "Replies:"
},