-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathconfig.js
46 lines (36 loc) · 1.04 KB
/
config.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
module.exports = {
conf_title: 'hckr.it',
conf_path : '/',
conf_perpage : '30',
conf_logo : 'http://i.imgur.com/jgLZr.gif',
conf_color: '#D9E7FF',
conf_about : 'about',
conf_point : 'point',
conf_points : 'points',
conf_secondago: 'second ago',
conf_secondsago: 'seconds ago',
conf_minuteago: 'minute ago',
conf_minutesago: 'minutes ago',
conf_hourago: 'hour ago',
conf_hoursago: 'hours ago',
conf_dayago: 'day ago',
conf_daysago: 'days ago',
conf_monthago: 'month ago',
conf_monthsago: 'months ago',
conf_yearago: 'year ago',
conf_yearsago: 'years ago',
conf_comment: 'comment',
conf_comments: 'comments',
conf_discuss: 'discuss',
conf_morelink : 'More',
conf_addcomment : 'add comment',
conf_commentreply : 'reply',
conf_username : 'username',
conf_password : 'password',
conf_login : 'login',
conf_logout : 'logout',
conf_newest : 'new',
conf_submit : 'submit',
conf_threads : 'threads',
conf_submittitle : 'title'
};