diff options
Diffstat (limited to 'locale')
| -rw-r--r-- | locale/en_GB.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/locale/en_GB.json b/locale/en_GB.json index 69bf6a1..c0bd6a0 100644 --- a/locale/en_GB.json +++ b/locale/en_GB.json @@ -42,6 +42,8 @@ "note.action.delete": "Delete note", "note.action.delete.confirmation": "Are you sure you want to permanently delete this note?", "note.openRemote": "Open on original instance", + "note.openPage": "View page", + "note.page.summaryMessage": "Published a new page: \"%s\"", "note.info.replyTo": "In reply to %s", "note.info.mentions": "Mentions %s", "note.privacy.scope.none": "Private", @@ -49,6 +51,14 @@ "note.privacy.scope.followers": "Followers only", "note.privacy.scope.public": "Public", "note.resharedBy": "Reshared by %s", + "note.page.author": "By %s", + "note.page.created": "First published %s", + "note.page.modified": "Last updated %s", + "note.page.list.pageTitle": "Pages", + "note.page.new.pageTitle": "Write a new page", + "note.page.new.title.label": "Title", + "note.page.new.body.label": "Body", + "note.page.new.action": "Publish", "placeholder": "There's nothing here.", "placeholder.moreItems": "…and %d more", "placeholder.noMoreItems": "No more items.", |
