diff options
Diffstat (limited to 'locale/en_GB.json')
| -rw-r--r-- | locale/en_GB.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/locale/en_GB.json b/locale/en_GB.json index 75cf63b..69bf6a1 100644 --- a/locale/en_GB.json +++ b/locale/en_GB.json @@ -22,7 +22,10 @@ "user.profile.avatarReset": "Avatar reset!", "user.profile.bio": "Bio", "user.profile.notesHidden": "Notes hidden because you block this user", + "user.profile.feed.rss": "RSS feed", + "user.profile.feed.atom": "Atom feed", "user.notes.placeholder": "This user hasn't posted anything yet.", + "user.rss.description": "Public notes by %s", "timeline.global": "Global timeline", "timeline.global.description": "This timeline shows all known public indexable notes.", "timeline.global.shortName": "Global", @@ -105,6 +108,8 @@ "preferences.timezone.name": "Time zone", "preferences.timezone.description": "Preferred time zone, which all dates and times are shown in", "preferences.timezone.auto": "Set automatically", + "preferences.rssEnabled.name": "Enable RSS and Atom feeds", + "preferences.rssEnabled.description": "Provides a feed of your public notes, usable with common feed reader apps and online aggregators", "changePassword.heading": "Change password", "changePassword.currentPassword": "Current password", "changePassword.newPassword": "New password", |
