aboutsummaryrefslogtreecommitdiff
path: root/data/even/en.toml
diff options
context:
space:
mode:
Diffstat (limited to 'data/even/en.toml')
-rw-r--r--data/even/en.toml37
1 files changed, 37 insertions, 0 deletions
diff --git a/data/even/en.toml b/data/even/en.toml
new file mode 100644
index 0000000..45e0a30
--- /dev/null
+++ b/data/even/en.toml
@@ -0,0 +1,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"