Files
web-core-fr-gp/l10n/phrases.go
T

43 lines
1.9 KiB
Go
Raw Normal View History

2018-02-05 00:54:19 -05:00
package l10n
// Term constants
const (
DefReadMore = "Read more..."
DefPublishedWith = "published with write.as"
DefOlder = "Older"
DefNewer = "Newer"
)
// Default phrases
var phrases = map[string]string{
2018-02-17 11:18:21 -05:00
"Anonymous post": "Anonymous post",
"Blogs": "Blogs",
"Enter": "Enter",
"Newer": "Newer",
2021-11-05 10:43:35 -04:00
"Next": "Next",
2018-02-17 11:18:21 -05:00
"Older": "Older",
"Posts": "Posts",
2021-11-05 10:43:35 -04:00
"Previous": "Previous",
2018-02-17 11:18:21 -05:00
"Publish to...": "Publish to...",
"Publish": "Publish",
"Read more...": "Read more...",
2021-11-05 10:43:35 -04:00
"Subscribe": "Subscribe",
2018-02-17 11:18:21 -05:00
"This blog requires a password.": "This blog requires a password.",
"Toggle theme": "Toggle theme",
"View posts": "View Posts",
"delete": "delete",
"edit": "edit",
2021-11-05 10:43:35 -04:00
"email subscription confirm": "Please check your email and click the confirmation link to subscribe.",
"email subscription prompt": "Enter your email to subscribe to updates.",
"email subscription success": "Subscribed. You'll now receive future blog posts via email.",
2018-02-17 11:18:21 -05:00
"move to...": "move to...",
"pin": "pin",
2021-11-05 10:43:35 -04:00
"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:",
"share modal title": "Share this post",
"share": "share",
"unpin": "unpin",
2022-01-06 13:35:11 -05:00
"title dash": "—",
2018-02-05 00:54:19 -05:00
}