2455e951aa
Route view bumping logs have been moved from regular debug mode to super debug to reduce the amount of noise. Added user friendly agent names. Reduced the amount of logging outside of debug mode. We now track Mobile Safari and the Samsung Browser. We now track SeznamBot, TwitterBot, and Discourse's Bot. We now track Trident. UAs are now filtered to reduce the amount of bad activity. Added more bad phrases for bad routes. Added the viewchunks_systems table. Began work on referrer tracking.
133 lines
4.1 KiB
JSON
133 lines
4.1 KiB
JSON
{
|
|
"Name": "english",
|
|
"Levels": {
|
|
"Level": "Level {0}",
|
|
"LevelMax": ""
|
|
},
|
|
"GlobalPerms": {
|
|
"BanUsers": "Can ban users",
|
|
"ActivateUsers": "Can activate users",
|
|
"EditUser": "Can edit users",
|
|
"EditUserEmail": "Can change a user's email",
|
|
"EditUserPassword": "Can change a user's password",
|
|
"EditUserGroup": "Can change a user's group",
|
|
"EditUserGroupSuperMod": "Can edit super-mods",
|
|
"EditUserGroupAdmin": "Can edit admins",
|
|
"EditGroup": "Can edit groups",
|
|
"EditGroupLocalPerms": "Can edit a group's minor perms",
|
|
"EditGroupGlobalPerms": "Can edit a group's global perms",
|
|
"EditGroupSuperMod": "Can edit super-mod groups",
|
|
"EditGroupAdmin": "Can edit admin groups",
|
|
"ManageForums": "Can manage forums",
|
|
"EditSettings": "Can edit settings",
|
|
"ManageThemes": "Can manage themes",
|
|
"ManagePlugins": "Can manage plugins",
|
|
"ViewAdminLogs": "Can view the administrator action logs",
|
|
"ViewIPs": "Can view IP addresses",
|
|
|
|
"UploadFiles": "Can upload files"
|
|
},
|
|
"LocalPerms": {
|
|
"ViewTopic": "Can view topics",
|
|
"LikeItem": "Can like items",
|
|
"CreateTopic": "Can create topics",
|
|
"EditTopic": "Can edit topics",
|
|
"DeleteTopic": "Can delete topics",
|
|
"CreateReply": "Can create replies",
|
|
"EditReply": "Can edit replies",
|
|
"DeleteReply": "Can delete replies",
|
|
"PinTopic": "Can pin topics",
|
|
"CloseTopic": "Can lock topics",
|
|
"MoveTopic": "Can move topics in or out"
|
|
},
|
|
"SettingLabels": {
|
|
"activation_type": "Activate All,Email Activation,Admin Approval"
|
|
},
|
|
"PermPresets": {
|
|
"all":"Public",
|
|
"announce":"Announcements",
|
|
"members":"Member Only",
|
|
"staff":"Staff Only",
|
|
"admins":"Admin Only",
|
|
"archive":"Archive",
|
|
"custom":"Custom",
|
|
"unknown":"Unknown"
|
|
},
|
|
"Accounts": {
|
|
"VerifyEmailSubject": "Validate Your Email @ {{name}}",
|
|
"VerifyEmailBody": "Dear {{username}}, following your registration on our forums, we ask you to validate your email, so that we can confirm that this email actually belongs to you.\n\nClick on the following link to do so. {{schema}}://{{url}}/user/edit/token/{{token}}\n\nIf you haven't created an account here, then please feel free to ignore this email.\nWe're sorry for the inconvenience this may have caused."
|
|
},
|
|
"Errors": {
|
|
"NoPerms": {
|
|
}
|
|
},
|
|
"PageTitles": {
|
|
"overview":"Overview",
|
|
"page":"Page",
|
|
"topics":"All Topics",
|
|
"forums":"Forum List",
|
|
"login":"Login",
|
|
"register":"Registration",
|
|
"ip-search":"IP Search",
|
|
|
|
"panel_dashboard":"Control Panel Dashboard",
|
|
"panel_forums":"Forum Manager",
|
|
"panel_delete_forum":"Delete Forum",
|
|
"panel_edit_forum":"Forum Editor",
|
|
"panel_analytics":"Analytics",
|
|
"panel_settings":"Setting Manager",
|
|
"panel_edit_setting":"Edit Setting",
|
|
"panel_word_filters":"Word Filter Manager",
|
|
"panel_edit_word_filter":"Edit Word Filter",
|
|
"panel_plugins":"Plugin Manager",
|
|
"panel_users":"User Manager",
|
|
"panel_edit_user":"User Editor",
|
|
"panel_groups":"Group Manager",
|
|
"panel_edit_group":"Group Editor",
|
|
"panel_themes":"Theme Manager",
|
|
"panel_backups":"Backups",
|
|
"panel_mod_logs":"Moderation Logs",
|
|
"panel_admin_logs":"Administration Logs",
|
|
"panel_debug":"Debug"
|
|
},
|
|
|
|
"UserAgents": {
|
|
"chrome": "Google Chrome",
|
|
"firefox":"Mozilla Firefox",
|
|
"opera":"Opera",
|
|
"safari":"Safari",
|
|
"edge": "Edge",
|
|
"internetexplorer":"MS Internet Explorer",
|
|
"trident":"Trident Engine",
|
|
"androidchrome":"Chrome for Android",
|
|
"mobilesafari":"Mobile Safari",
|
|
"samsung":"Samsung Browser",
|
|
"ucbrowser":"UCBrowser",
|
|
|
|
"googlebot":"Googlebot",
|
|
"yandex":"Yandex",
|
|
"bing":"Bing",
|
|
"baidu":"Baidu",
|
|
"duckduckgo":"DuckDuckBot",
|
|
"seznambot":"SeznamBot",
|
|
"discord":"Discord",
|
|
"twitter":"Twitterbot",
|
|
"cloudflare":"Cloudflare Alwayson",
|
|
"uptimebot":"Uptimebot",
|
|
"discourse":"Discourse Forum Onebox",
|
|
"lynx":"Lynx",
|
|
|
|
"zgrab":"Zgrab Application Scanner",
|
|
"suspicious":"Suspicious",
|
|
"unknown":"Unknown",
|
|
"blank":"Blank",
|
|
"malformed":"Malformed"
|
|
},
|
|
"OperatingSystems": {
|
|
"windows": "Microsoft Windows",
|
|
"linux":"Linux",
|
|
"android": "Android",
|
|
"iphone":"iPhone",
|
|
"unknown":"Unknown"
|
|
}
|
|
} |