Welcome to mirror list, hosted at ThFree Co, Russian Federation.

en.toml « i18n - github.com/lxndrblz/anatole.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bd06fbd254d96c472f5978c2835fa53182ff413b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
[category]
other = "category"

[tag]
other = "tag"

[reading_time]
one = "One-minute read"
other = "{{ .Count }}-minute read"

[old_content_warning]
one = "Warning: This post is over {{ .Count }} day old. The information may be out of date."
other = "Warning: This post is over {{ .Count }} days old. The information may be out of date."

[page_not_found]
other = "Page Not Found"

[page_does_not_exist]
other = "Sorry, this page does not exist."

[head_back]
other = "You can head back to <a href=\"{{ . }}\">homepage</a>."

[comments]
other = "comments"

[send]
other = "Send"

[read_more]
other = "Read more"

[name]
other = "Name"

[email]
other = "Email"

[message]
other = "Message" 

[warning]
other = "Warning"

[info]
other = "Info"

[update]
other = "Update"

[series_posts]
other = "Posts in this series"