2017-09-11 00:56:09 +00:00
{
"Name" : "english" ,
"Levels" : {
2017-09-11 10:24:03 +00:00
"Level" : "Level {0}" ,
2017-09-11 00:56:09 +00:00
"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" ,
Added Quick Topic.
Added Attachments.
Added Attachment Media Embeds.
Renamed a load of *Store and *Cache methods to reduce the amount of unneccesary typing.
Added petabytes as a unit and cleaned up a few of the friendly units.
Refactored the username change logic to make it easier to maintain.
Refactored the avatar change logic to make it easier to maintain.
Shadow now uses CSS Variables for most of it's colours. We have plans to transpile this to support older browsers later on!
Snuck some CSS Variables into Tempra Conflux.
Added the GroupCache interface to MemoryGroupStore.
Added the Length method to MemoryGroupStore.
Added support for a site short name.
Added the UploadFiles permission.
Renamed more functions.
Fixed the background for the left gutter on the postbit for Tempra Simple and Shadow.
Added support for if statements operating on int8, int16, int32, int32, int64, uint, uint8, uint16, uint32, uint64, float32, and float64 for the template compiler.
Added support for if statements operating on slices and maps for the template compiler.
Fixed a security exploit in reply editing.
Fixed a bug in the URL detector in the parser where it couldn't find URLs with non-standard ports.
Fixed buttons having blue outlines on focus on Shadow.
Refactored the topic creation logic to make it easier to maintain.
Made a few responsive fixes, but there's still more to do in the following commits!
2017-10-05 10:20:28 +00:00
"ViewIPs" : "Can view IP addresses" ,
"UploadFiles" : "Can upload files"
2017-09-11 00:56:09 +00:00
} ,
"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"
} ,
"SettingLabels" : {
"activation_type" : "Activate All,Email Activation,Admin Approval"
2017-09-13 15:09:13 +00:00
} ,
2017-11-05 01:04:57 +00:00
"PermPresets" : {
"all" : "Public" ,
"announce" : "Announcements" ,
"members" : "Member Only" ,
"staff" : "Staff Only" ,
"admins" : "Admin Only" ,
"archive" : "Archive" ,
"custom" : "Custom" ,
"unknown" : "Unknown"
} ,
2017-09-13 15:09:13 +00:00
"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."
2017-11-23 05:37:08 +00:00
} ,
"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" ,
2017-12-30 05:47:46 +00:00
"panel-analytics" : "Analytics" ,
2017-11-23 05:37:08 +00:00
"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-debug" : "Debug"
2017-09-11 00:56:09 +00:00
}
}