diff options
Diffstat (limited to 'locale')
| -rw-r--r-- | locale/en_GB.json | 29 |
1 files changed, 28 insertions, 1 deletions
diff --git a/locale/en_GB.json b/locale/en_GB.json index f430064..001aad6 100644 --- a/locale/en_GB.json +++ b/locale/en_GB.json @@ -24,6 +24,20 @@ "user.profile.notesHidden": "Notes hidden because you block this user", "user.profile.feed.rss": "RSS feed", "user.profile.feed.atom": "Atom feed", + "user.profile.poke": "Get this user's attention", + "user.profile.poke.verb.label": "Verb", + "user.profile.poke.verb.poke": "Poke", + "user.profile.poke.verb.bite": "Bite", + "user.profile.poke.verb.punch": "Punch", + "user.profile.poke.verb.kick": "Kick", + "user.profile.poke.verb.wave": "Wave at", + "user.profile.poke.verb.yell": "Yell at", + "user.profile.poke.verb.hug": "Hug", + "user.profile.poke.verb.kiss": "Kiss", + "user.profile.poke.verb.pet": "Pet", + "user.profile.poke.urgent.label": "Urgent", + "user.profile.poke.action": "Send", + "user.profile.poke.success": "Sent!", "user.notes.placeholder": "This user hasn't posted anything yet.", "user.rss.description": "Public notes by %s", "timeline.global": "Global timeline", @@ -85,7 +99,18 @@ "notifications.follow.reject": "%s rejected your follow request", "notifications.block": "%s blocked you", "notifications.unblock": "%s unblocked you", - "notification.adminEditedNote": "An admin (%s) edited your note", + "notifications.adminEditedNote": "An admin (%s) edited your note", + "notifications.poke.normal": "%s %s you", + "notifications.poke.urgent": "%s %s you urgently", + "notifications.poke.verb.poke": "poked", + "notifications.poke.verb.bite": "bit", + "notifications.poke.verb.punch": "punched", + "notifications.poke.verb.kick": "kicked", + "notifications.poke.verb.wave": "waved at", + "notifications.poke.verb.yell": "yelled at", + "notifications.poke.verb.hug": "hugged", + "notifications.poke.verb.kiss": "kissed", + "notifications.poke.verb.pet": "petted", "login.pageTitle": "Log in", "login.email": "Email address", "login.password": "Password", @@ -125,6 +150,8 @@ "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", + "preferences.pokeable.name": "Allow others to poke you", + "preferences.pokeable.description": "Also includes other verbs such as bite, wave at, hug, etc.", "changePassword.heading": "Change password", "changePassword.currentPassword": "Current password", "changePassword.newPassword": "New password", |
