mirror of https://github.com/lxndrblz/anatole.git

Carmine DiChiara
16.33.2021 5de4e5ea8b77b86e5635a39f6b6f450a8779425c
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
[category]
other = "category"
 
[tag]
other = "tag"
 
[reading_time]
one = "One-minute read"
other = "{{ .Count }}-minute read"
 
[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"
 
[name]
other = "Name"
 
[name_error]
other = "Please provide your name"
 
[email]
other = "Email"
 
[email_error]
other = "Please enter a valid email address"
 
[message]
other = "Message"
 
[message_error]
other = "Please let us know why you are contacting us"
 
[send]
other = "Send"
 
[form_captcha_error]
other = "Captcha error; please try again later"
 
[form_error]
other = "Fatal error, contact not made - please reach out in some other way"
 
[form_success]
other = "Thank you for reaching out! We will be touch soon"