Browse Source

Add phrases for password-protected blogs

master
Matt Baer 6 years ago
parent
commit
7f10ebc8da
1 changed files with 16 additions and 14 deletions
  1. +16
    -14
      l10n/phrases.go

+ 16
- 14
l10n/phrases.go View File

@@ -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:",


Loading…
Cancel
Save