From 7f10ebc8daf1ff3ec11300238c38192b4d825ef7 Mon Sep 17 00:00:00 2001 From: Matt Baer Date: Sat, 17 Feb 2018 11:18:21 -0500 Subject: [PATCH] Add phrases for password-protected blogs --- l10n/phrases.go | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/l10n/phrases.go b/l10n/phrases.go index 5a52bd6..6ff5a3d 100644 --- a/l10n/phrases.go +++ b/l10n/phrases.go @@ -10,20 +10,22 @@ const ( // Default phrases var phrases = map[string]string{ - "Anonymous post": "Anonymous post", - "Blogs": "Blogs", - "Newer": "Newer", - "Older": "Older", - "Posts": "Posts", - "Publish to...": "Publish to...", - "Publish": "Publish", - "Read more...": "Read more...", - "Toggle theme": "Toggle theme", - "View posts": "View Posts", - "delete": "delete", - "edit": "edit", - "move to...": "move to...", - "pin": "pin", + "Anonymous post": "Anonymous post", + "Blogs": "Blogs", + "Enter": "Enter", + "Newer": "Newer", + "Older": "Older", + "Posts": "Posts", + "Publish to...": "Publish to...", + "Publish": "Publish", + "Read more...": "Read more...", + "This blog requires a password.": "This blog requires a password.", + "Toggle theme": "Toggle theme", + "View posts": "View Posts", + "delete": "delete", + "edit": "edit", + "move to...": "move to...", + "pin": "pin", "published with write.as": "published with write.as", "share modal ending": "Send it to a friend, share it across the web, or maybe tweet it. Learn more.", "share modal introduction": "Each published post has a secret, unique URL you can share with anyone. This is that URL:",