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

en.toml « i18n - github.com/frjo/hugo-theme-zen.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b4777b177a7d7be02575c7a2fc3a3e14fd7f7b39 (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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
[menu_title]
other = "Main menu"

[menu_home]
other = "Home"

[menu_mobile]
other = "Menu"

[pager_next]
other = "Next"

[pager_prev]
other = "Prev"

[taxo_tags]
other = "Tags"

[last_mod]
other = "Updated:"

[created]
other = "Created:"

[search_placeholder]
other = "Enter the terms you wish to search for."

[search_title]
other = "Search"

[search_loading]
other = "Loading search index…"

[string_at]
other = "at"

[string_by]
other = "by"

[string_follow]
other = "follow"

[string_in]
other = "in"

[string_on]
other = "on"

[string_recent_content]
other = "Recent content"

[string_see_also]
other = "See also"

[js_required]
other = "You must have Javascript enabled to use this function."

[contact_submitted]
other = "Your message was sent."

[contact_error]
other = "There was an error sending the message."

[contact_name]
other = "Name"

[contact_name_placeholder]
other = "Your name"

[contact_mail]
other = "E-mail address"

[contact_mail_placeholder]
other = "Your e-mail address"

[contact_subject]
other = "Subject"

[contact_subject_placeholder]
other = "A short subject"

[contact_message]
other = "Message"

[contact_message_placeholder]
other = "The messages goes here…"

[contact_submit]
other = "Send message"

[contact_honeypot]
other = "Skip if you are a human"

[lang_select_title]
other = "Language selector"

[cookieconsent_message]
other = "This website uses cookies. Some are necessary for the website to function. Tracking and analytics cookies are optional."

[cookieconsent_accept]
other = "Accept all"

[cookieconsent_decline]
other = "Only necessary"

[privacy_policy]
other = "Privacy policy"