1
0
mirror of https://github.com/writeas/web-core synced 2018-07-20 11:55:21 +00:00

Add phrases for password-protected blogs

This commit is contained in:
Matt Baer 2018-02-17 11:18:21 -05:00
parent ad6a888aa3
commit 7f10ebc8da

View File

@ -10,20 +10,22 @@ const (
// Default phrases // Default phrases
var phrases = map[string]string{ var phrases = map[string]string{
"Anonymous post": "Anonymous post", "Anonymous post": "Anonymous post",
"Blogs": "Blogs", "Blogs": "Blogs",
"Newer": "Newer", "Enter": "Enter",
"Older": "Older", "Newer": "Newer",
"Posts": "Posts", "Older": "Older",
"Publish to...": "Publish to...", "Posts": "Posts",
"Publish": "Publish", "Publish to...": "Publish to...",
"Read more...": "Read more...", "Publish": "Publish",
"Toggle theme": "Toggle theme", "Read more...": "Read more...",
"View posts": "View Posts", "This blog requires a password.": "This blog requires a password.",
"delete": "delete", "Toggle theme": "Toggle theme",
"edit": "edit", "View posts": "View Posts",
"move to...": "move to...", "delete": "delete",
"pin": "pin", "edit": "edit",
"move to...": "move to...",
"pin": "pin",
"published with write.as": "published with write.as", "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 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:", "share modal introduction": "Each published post has a secret, unique URL you can share with anyone. This is that URL:",