aboutsummaryrefslogtreecommitdiff
path: root/data/even/en.toml
blob: 45e0a300b4fb19568524633bad44a29684efa0d6 (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
archive = "Archive"
tags = "Tags"
categories = "Categories"

[footer]
  powered = "Powered by %s"
  theme = "Theme"

[posts]
  prev = "Prev"
  next = "Next"
  prev_post = "Prev"
  next_post = "Next"
  toc = "Contents"
  readmore = "Read more.."
  reward = "Reward"
  seeMarkDown = "The Markdown version »"

[copyright]
  author = "Author"
  link = "Link"
  lastMod = "LastMod"
  markdown = "Markdown"
  lincese = "Lincese"

[counter]
  [archives]
    zero = "No Posts"
    other = "%d Posts In Total"

  [tagcloud]
    zero = "No tags"
    other = "%d Tags In Total"

  [categories]
    zero =  "No Categories"
    other = "%d Categories In Total"