forked from muut/language
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathen.auth.js
47 lines (34 loc) · 1.17 KB
/
en.auth.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
var language = {
// new stuff
username: 'Username',
username_fail: 'Use letters, numbers or dashes',
join: 'Join',
changed: 'Changed!',
login: 'Log in',
id: 'Email <em>or username</em>',
password: 'Password',
forgot: 'Forgot it?',
terms: 'I agree to the <a>terms of service</a>.',
auth_failed: 'Wrong username or password',
invalid: 'Invalid value',
minlength: 'Type {n} characters or more',
required: 'Please fill this field',
checking: 'Checking...',
username_done: 'This cannot be changed later',
username_taken: 'This username is taken',
email: 'Email',
email_tip: 'Your address is never shared.',
email_done: 'We\'ll send you a confirmation',
email_fail: 'Invalid email address',
email_taken: 'This email is taken',
reset: 'Reset password',
resetbtn: 'Send instructions',
sent: 'We have sent password reset instructions to your email address.',
sent1: 'If you dont receive email within a minute or two, check your spam folder.',
notfound: 'Could not find this user',
invalidpw: 'Invalid password',
passtip: '6 letters or more, be tricky',
oldpw: 'Old password',
newpw: 'New password',
changepw: 'Change password'
}