forked from nforge/devnote
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathen.js
61 lines (61 loc) · 1.84 KB
/
en.js
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
{
"New": "New",
"Edit": "Edit",
"History": "History",
"Delete": "Delete",
"Subscribe": "Subscribe",
"Unsubscribe": "Unsubscribe",
"View": "View",
"Welcome to": "Welcome to",
"Note": "Note",
"frontpage": "frontpage",
"New note": "New note",
"Note list": "Note list",
"Search notes": "Search notes",
"User": "User",
"Login": "Login",
"User list": "User list",
"New user": "New user",
"Administration": "Administration",
"Configure mail": "Configure mail",
"Send mail": "Send mail",
"Mail configuration": "Mail configuration",
"From": "From",
"Password": "Password",
"This will be stored as a plain text in your disk.": "This will be stored as a plain text in your disk.",
"Host": "Host",
"smtp.mail.com": "smtp.mail.com",
"Port": "Port",
"25, 587 or 465": "25, 587 or 465",
"Username": "Username",
"SSL": "SSL",
"TLS": "TLS",
"Authentication method": "Authentication method",
"LOGIN or PLAIN": "LOGIN or PLAIN",
"Save Changes": "Save Changes",
"Cancel": "Cancel",
"This will be stored as a plain text in the server.": "This will be stored as a plain text in the server.",
"Mail is not configured. <a href='%s'>Click here</a> to configure.": "Mail is not configured. <a href='%s'>Click here</a> to configure.",
"To": "To",
"receiver@mail.com": "receiver@mail.com",
"Title": "Title",
"Body": "Body",
"Send": "Send",
"New Page": "New Page",
"Submit": "Submit",
"Search": "Search",
"Feedback": "Feedback",
"Editing": "Editing",
"Preview": "Preview",
"Save": "Save",
"Title here": "Title here",
"Fill this form": "Fill this form",
"Welcome to %s": "Welcome to %s",
"Markdown": "Markdown",
"show more details": "show more details",
"Close markdown help": "Close markdown help",
"Select file to upload": "Select file to upload",
"File Attachments": "File Attachments",
"File doesn't exist": "File doesn't exist",
"Anonymous": "Anonymous"
}