diff options
Diffstat (limited to 'locale')
| -rw-r--r-- | locale/en_GB.json | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/locale/en_GB.json b/locale/en_GB.json index cb112f5..06ce2a2 100644 --- a/locale/en_GB.json +++ b/locale/en_GB.json @@ -7,6 +7,7 @@ "user.profile.requestToFollow.action": "Request to follow", "user.profile.unfollow.action": "Unfollow", "user.profile.followsYou": "Follows you", + "user.profile.pendingFollowsYou": "Wants to follow you", "user.notes.placeholder": "This user hasn't posted anything yet.", "timeline.global": "Global timeline", "timeline.global.description": "This timeline shows all known public indexable notes.", @@ -32,6 +33,8 @@ "digitigrade": "Digitigrade", "note.resharedBy": "Reshared by %s", "navigation.login": "Log in", + "navigation.logout": "Log out", + "navigation.followRequests": "Follow requests", "login.pageTitle": "Log in", "login.email": "Email address", "login.password": "Password", @@ -43,5 +46,10 @@ "writeNote.scope.label": "Visibility", "writeNote.action": "Post", "writeReply.label": "Write a reply", - "writeReply.action": "Reply" + "writeReply.action": "Reply", + "followRequests.pageTitle": "Pending follow requests", + "followRequests.accept.action": "Accept", + "followRequests.accepted": "Accepted!", + "followRequests.reject.action": "Reject", + "followRequests.rejected": "Rejected!" } |
