gosora/langs/english.json
Azareal f8f46b3c48 Added support for two-factor authentication.
Added the Account Dashboard and merged a few account views into it.
BREAKING CHANGE: We now use config/config.json instead of config/config.go, be sure to setup one of these files, you can config_default.json as an example of what a config.json should look like. If you don't have an existing installation, you can just rely on the installer to do this for you.

CSS Changes (does not include Nox Theme):
Sidebar should no longer show up in the account manager in some odd situations or themes.
Made a few CSS rules more generic.
Forms have a new look in Cosora now.

Config Changes:
Removed the DefaultRoute config field.
Added the DefaultPath config field.
Added the MaxRequestSizeStr config field to make it easier for users to input custom max request sizes without having to use a calculator or figure out how many bytes there are in a megabyte.
Removed the CacheTopicUser config field.
Added the UserCache config field.
Added the TopicCache config field

Phrases:
Removed ten english phrases.
Added 21 english phrases.
Changed eleven english phrases.
Removed some duplicate indices in the english phrase pack.

Removed some old benchmark code.
Tweaked some things to make the linter happy.
Added comments for all the MemoryUserCache and MemoryTopicCache methods.
Added a comment for the null caches, consult the other caches for further information on the methods.
Added a client-side check to make sure the user doesn't upload too much data in a single post. The server already did this, but it might be a while before feedback arrives from it.
Simplified a lot of the control panel route code with the buildBasePage function.
Renamed /user/edit/critical/ to /user/edit/password/
Renamed /user/edit/critical/submit/ to /user/edit/password/submit/
Made some small improvements to SEO with a couple of meta tags.
Renamed some of the control panel templates so that they use _ instead of -.
Fixed a bug where notices were being moved to the wrong place in some areas in Cosora.
Added the writeJsonError function to help abstract writing json errors.
Moved routePanelUsers to panel.Users
Moved routePanelUsersEdit to panel.UsersEdit
Moved routePanelUsersEditSubmit to panel.UsersEditSubmit
Renamed routes.AccountEditCritical to routes.AccountEditPassword
Renamed routes.AccountEditCriticalSubmit to routes.AccountEditPasswordSubmit
Removed the routes.AccountEditAvatar and routes.AccountEditUsername routes.
Fixed a data race in MemoryTopicCache.Add which could lead to the capacity limit being bypassed.
Tweaked MemoryTopicCache.AddUnsafe under the assumption that it's not going to be safe anyway, but we might as-well try in case this call is properly synchronised.
Fixed a data race in MemoryTopicCache.Remove which could lead to the length counter being decremented twice.
Tweaked the behaviour of MemoryTopicCache.RemoveUnsafe to mirror that of Remove.
Fixed a data race in MemoryUserCache.Add which could lead to the capacity limit being bypassed.
User can no longer change their usernames to blank.

Made a lot of progress on the Nox theme.
Added modified FA5 SVGs as a dependency for Nox.
Be sure to run the patcher or update script and don't forget to create a customised config/config.json file.
2018-06-17 17:28:18 +10:00

794 lines
29 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"
},
"SettingPhrases": {
"activation_type":"Activation Type",
"activation_type_label": "Activate All,Email Activation,Admin Approval",
"bigpost_min_words":"Big Post Minimum Words",
"megapost_min_words":"Mega Post Minimum Words",
"meta_desc":"Meta Description"
},
"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",
"account":"My Account",
"account_password":"Edit Password",
"account_mfa":"Manage 2FA",
"account_mfa_setup":"Setup 2FA",
"account_email":"Email Manager",
"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_pages":"Page Manager",
"panel_pages_edit":"Page Editor",
"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_themes_menus":"Menu Manager",
"panel_themes_menus_edit":"Menu Editor",
"panel_backups":"Backups",
"panel_registration_logs":"Registration Logs",
"panel_mod_logs":"Mod Action Logs",
"panel_admin_logs":"Admin Action 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",
"slackbot":"Slackbot",
"discourse":"Discourse Forum Onebox",
"lynx":"Lynx",
"zgrab":"Zgrab Application Scanner",
"suspicious":"Suspicious",
"unknown":"Unknown",
"blank":"Blank",
"malformed":"Malformed"
},
"OperatingSystems": {
"windows": "Microsoft Windows",
"linux":"Linux",
"mac":"Apple Mac",
"android": "Android",
"iphone":"iPhone",
"unknown":"Unknown"
},
"HumanLanguages": {
"unknown":"Unknown",
"none":"None",
"af":"Afrikaans",
"ar":"Arabic",
"az":"Azeri (Latin)",
"be":"Belarusian",
"bg":"Bulgarian",
"bs":"Bosnian (Bosnia and Herzegovina)",
"ca":"Catalan",
"cs":"Czech",
"cy":"Welsh",
"da":"Danish",
"de":"German",
"dv":"Divehi",
"el":"Greek",
"en":"English",
"eo":"Esperanto",
"es":"Spanish",
"et":"Estonian",
"eu":"Basque",
"fa":"Farsi",
"fi":"Finnish",
"fo":"Faroese",
"fr":"French",
"gl":"Galician",
"gu":"Gujarati",
"he":"Hebrew",
"hi":"Hindi",
"hr":"Croatian",
"hu":"Hungarian",
"hy":"Armenian",
"id":"Indonesian",
"is":"Icelandic",
"it":"Italian",
"ja":"Japanese",
"ka":"Georgian",
"kk":"Kazakh",
"kn":"Kannada",
"ko":"Korean",
"kok":"Konkani",
"ky":"Kyrgyz",
"lt":"Lithuanian",
"lv":"Latvian",
"mi":"Maori",
"mk":"FYRO Macedonian",
"mn":"Mongolian",
"mr":"Marathi",
"ms":"Malay",
"mt":"Maltese",
"nb":"Norwegian (Bokm?l)",
"nl":"Dutch",
"nn":"Norwegian (Nynorsk) (Norway)",
"ns":"Northern Sotho",
"pa":"Punjabi",
"pl":"Polish",
"ps":"Pashto",
"pt":"Portuguese",
"qu":"Quechua",
"ro":"Romanian",
"ru":"Russian",
"sa":"Sanskrit",
"se":"Sami (Northern)",
"sk":"Slovak",
"sl":"Slovenian",
"sq":"Albanian",
"sr":"Serbian (Latin)",
"sv":"Swedish",
"sw":"Swahili",
"syr":"Syriac",
"ta":"Tamil",
"te":"Telugu",
"th":"Thai",
"tl":"Tagalog",
"tn":"Tswana",
"tr":"Turkish",
"tt":"Tatar",
"ts":"Tsonga",
"uk":"Ukrainian",
"ur":"Urdu",
"uz":"Uzbek (Latin)",
"vi":"Vietnamese",
"xh":"Xhosa",
"zh":"Chinese",
"zu":"Zulu"
},
"NoticePhrases": {
"account_banned":"Your account has been suspended. Some of your permissions may have been revoked.",
"account_inactive":"Your account hasn't been activated yet. Some features may remain unavailable until it is.",
"account_avatar_updated":"Your avatar was successfully updated.",
"account_username_updated":"Your username was successfully updated.",
"account_mail_disabled":"The mail system is currently disabled.",
"account_mail_verify_success":"Your email was successfully verified.",
"account_mfa_setup_success":"Two-factor authentication was successfully setup for your account.",
"panel_forum_created":"The forum was successfully created.",
"panel_forum_deleted":"The forum was successfully deleted.",
"panel_forum_updated":"The forum was successfully updated.",
"panel_forum_perms_updated":"The forum permissions were successfully updated.",
"panel_user_updated":"The user was successfully updated.",
"panel_page_created":"The page was successfully created.",
"panel_page_updated":"The page was successfully updated.",
"panel_page_deleted":"The page was successfully deleted."
},
"TmplPhrases": {
"pipe":"|",
"menu_forums":"Forums",
"menu_topics":"Topics",
"menu_alerts":"Alerts",
"menu_account":"Account",
"menu_profile":"Profile",
"menu_panel":"Panel",
"menu_logout":"Logout",
"menu_login":"Login",
"menu_register":"Register",
"topics_click_topics_to_select":"Click the topics to select them",
"topics_new_topic":"New Topic",
"forum_locked":"Locked",
"topics_moderate":"Moderate",
"topics_replies_suffix":" replies",
"forums_topics_suffix":" topics",
"topics_gap_likes_suffix":" likes",
"topics_likes_suffix":"likes",
"topics_last":"Last",
"topics_starter":"Starter",
"topic_like_count_suffix":" likes",
"topic_plus":"+",
"topic_plus_one":"+1",
"topic_gap_up":" up",
"topic_level":"Level",
"topic_edit_button_text":"Edit",
"topic_delete_button_text":"Delete",
"topic_ip_button_text":"IP",
"topic_lock_button_text":"Lock",
"topic_unlock_button_text":"Unlock",
"topic_pin_button_text":"Pin",
"topic_unpin_button_text":"Unpin",
"topic_report_button_text":"Report",
"topic_flag_button_text":"Flag",
"panel_rank_admins":"Admins",
"panel_rank_mods":"Mods",
"panel_rank_banned":"Banned",
"panel_rank_guests":"Guests",
"panel_rank_members":"Members",
"panel_preset_everyone":"Everyone",
"panel_preset_announcements":"Announcements",
"panel_preset_member_only":"Member Only",
"panel_preset_staff_only":"Staff Only",
"panel_preset_admin_only":"Admin Only",
"panel_preset_archive":"Archive",
"panel_preset_custom":"Custom",
"panel_preset_public":"Public",
"panel_active_hidden":"Hidden",
"panel_perms_no_access":"No Access",
"panel_perms_read_only":"Read Only",
"panel_perms_can_post":"Can Post",
"panel_perms_can_moderate":"Can Moderate",
"panel_perms_custom":"Custom",
"panel_perms_default":"Default",
"panel_edit_button_text":"Edit",
"panel_delete_button_text":"Delete",
"menu_forums_tooltip":"Forum List",
"menu_forums_aria":"The Forum list",
"menu_topics_tooltip":"Topic List",
"menu_topics_aria":"The topic list",
"menu_alert_counter_aria":"The number of alerts",
"menu_alert_list_aria":"The alert list",
"menu_account_tooltip":"Account Manager",
"menu_account_aria":"The account manager",
"menu_profile_tooltip":"Your profile",
"menu_profile_aria":"Your profile",
"menu_panel_tooltip":"Control Panel",
"menu_panel_aria":"The Control Panel",
"menu_logout_tooltip":"Logout",
"menu_logout_aria":"Log out of your account",
"menu_register_tooltip":"Register",
"menu_register_aria":"Create a new account",
"menu_login_tooltip":"Login",
"menu_login_aria":"Login to your account",
"menu_hamburger_tooltip":"Menu",
"login_head":"Login",
"login_account_name":"Account Name",
"login_account_password":"Password",
"login_submit_button":"Login",
"login_no_account":"Don't have an account?",
"login_mfa_verify_head":"2FA Verify",
"login_mfa_verify_explanation":"Please input the code from the authenticator app below.",
"login_mfa_verify_button":"Confirm",
"register_head":"Create Account",
"register_account_name":"Account Name",
"register_account_email":"Email",
"register_account_password":"Password",
"register_account_confirm_password":"Confirm Password",
"register_account_anti_spam":"Are you a spambot?",
"register_submit_button":"Create Account",
"account_menu_head":"My Account",
"account_menu_password":"Password",
"account_menu_email":"Email",
"account_menu_security":"Security",
"account_menu_notifications":"Notifications",
"account_coming_soon":"Coming Soon",
"account_dash_2fa_setup":"Setup your two-factor authentication.",
"account_dash_2fa_manage":"Remove or manage your two-factor authentication.",
"account_dash_next_level":"Progress to next level.",
"account_dash_security_notice":"Security",
"account_avatar_select":"Select",
"account_avatar_update_button":"Upload",
"account_email_head":"Emails",
"account_email_primary":"Primary",
"account_email_secondary":"Secondary",
"account_email_verified":"Verified",
"account_email_resend_email":"Resend Verification Email",
"account_password_head":"Edit Password",
"account_password_current_password":"Current Password",
"account_password_new_password":"New Password",
"account_password_confirm_password":"Confirm Password",
"account_password_update_button":"Update",
"account_mfa_head":"Manage 2FA",
"account_mfa_disable_explanation":"You can disable two-factor authentication on your account and go back to logging in normal with just your password by clicking on the following button.",
"account_mfa_disable_button":"Disable 2FA",
"account_mfa_scratch_head":"One Time Codes",
"account_mfa_scratch_explanation":"You can use the following codes to login without having an authenticator app generate codes for you.\n\nEach code can only be used once, a new one will replace it when it's used. These are intended as a backup, if your app fails or device (e.g. your phone) dies, be sure to keep them somewhere safe.",
"account_mfa_setup_head":"Setup 2FA",
"account_mfa_setup_explanation":"Type this secret into your Google Authenticator and type the code it gives you below. You will have to input codes provided by it for all future logins.",
"account_mfa_setup_verify":"Verify",
"account_mfa_setup_button":"Setup",
"areyousure_head":"Are you sure?",
"areyousure_continue":"Continue",
"create_topic_head":"Create Topic",
"create_topic_board":"Board",
"create_topic_name":"Topic Name",
"create_topic_content":"Content",
"create_topic_placeholder":"Insert content here",
"create_topic_create_topic_button":"Create Topic",
"create_topic_add_file_button":"Add File",
"quick_topic_aria":"Quick Topic Form",
"quick_topic_avatar_tooltip":"Your Avatar",
"quick_topic_avatar_alt":"Your Avatar",
"quick_topic_whatsup":"What's up?",
"quick_topic_content_placeholder":"Insert post here",
"quick_topic_add_poll_option":"Add new poll option",
"quick_topic_create_topic_button":"Create Topic",
"quick_topic_add_poll_button":"Add Poll",
"quick_topic_add_file_button":"Add File",
"quick_topic_cancel_button":"Cancel",
"topic_list_create_topic_tooltip":"Create Topic",
"topic_list_create_topic_aria":"Create a topic",
"topic_list_moderate_tooltip":"Moderate",
"topic_list_moderate_aria":"Moderate Posts",
"topic_list_what_to_do":"What do you want to do with these 18 topics?",
"topic_list_moderate_delete":"Delete them",
"topic_list_moderate_lock":"Lock them",
"topic_list_moderate_move":"Move them",
"topic_list_moderate_run":"Run",
"topic_list_move_head":"Move these topics to?",
"topic_list_move_button":"Move Topics",
"status_closed_tooltip":"Status: Closed",
"status_pinned_tooltip":"Status: Pinned",
"topics_head":"All Topics",
"topics_locked_tooltip":"You don't have the permissions needed to create a topic",
"topics_locked_aria":"You don't have the permissions needed to make a topic anywhere",
"topics_list_aria":"A list containing topics from every forum",
"topics_no_topics":"There aren't any topics yet.",
"topics_start_one":"Start one?",
"forum_locked_tooltip":"You don't have the permissions needed to create a topic",
"forum_locked_aria":"You don't have the permissions needed to make a topic in this forum",
"forum_list_aria":"A list containing topics for the specified forum",
"forum_no_topics":"There aren't any topics in this forum yet.",
"forum_start_one":"Start one?",
"forums_head":"Forums",
"forums_no_description":"No description",
"forums_none":"None",
"forums_no_forums":"You don't have access to any forums.",
"topic_opening_post_aria":"The opening post for this topic",
"topic_status_closed_aria":"This topic has been locked",
"topic_title_input_aria":"Topic Title Input",
"topic_update_button":"Update",
"topic_userinfo_aria":"The information on the poster",
"topic_poll_aria":"The main poll for this topic",
"topic_poll_vote":"Vote",
"topic_poll_results":"Results",
"topic_poll_cancel":"Cancel",
"topic_post_controls_aria":"Controls and Author Information",
"topic_unlike_tooltip":"Unlike",
"topic_unlike_aria":"Unlike this topic",
"topic_like_tooltip":"Like",
"topic_like_aria":"Like this topic",
"topic_edit_tooltip":"Edit Topic",
"topic_edit_aria":"Edit this topic",
"topic_delete_tooltip":"Delete Topic",
"topic_delete_aria":"Delete this topic",
"topic_unlock_tooltip":"Unlock Topic",
"topic_unlock_aria":"Unlock this topic",
"topic_lock_tooltip":"Lock Topic",
"topic_lock_aria":"Lock this topic",
"topic_unpin_tooltip":"Unpin Topic",
"topic_unpin_aria":"Unpin this topic",
"topic_pin_tooltip":"Pin Topic",
"topic_pin_aria":"Pin this topic",
"topic_ip_tooltip":"View IP",
"topic_ip_full_tooltip":"IP Address",
"topic_ip_full_aria":"This user's IP Address",
"topic_flag_tooltip":"Flag this topic",
"topic_flag_aria":"Flag this topic",
"topic_report_tooltip":"Report this topic",
"topic_report_aria":"Report this topic",
"topic_like_count_aria":"The number of likes on this topic",
"topic_like_count_tooltip":"Like Count",
"topic_level_aria":"The poster's level",
"topic_level_tooltip":"Level",
"topic_current_page_aria":"The current page for this topic",
"topic_post_like_tooltip":"Like this",
"topic_post_like_aria":"Like this post",
"topic_post_unlike_tooltip":"Unlike this",
"topic_post_unlike_aria":"Unlike this post",
"topic_post_edit_tooltip":"Edit Reply",
"topic_post_edit_aria":"Edit this post",
"topic_post_delete_tooltip":"Delete Reply",
"topic_post_delete_aria":"Delete this post",
"topic_post_ip_tooltip":"View IP",
"topic_post_flag_tooltip":"Flag this reply",
"topic_post_flag_aria":"Flag this reply",
"topic_post_like_count_tooltip":"Like Count",
"topic_post_level_aria":"The poster's level",
"topic_post_level_tooltip":"Level",
"topic_reply_aria":"The quick reply form",
"topic_reply_content":"Insert reply here",
"topic_reply_content_alt":"What do you think?",
"topic_reply_add_poll_option":"Add new poll option",
"topic_reply_button":"Create Reply",
"topic_reply_add_poll_button":"Add Poll",
"topic_reply_add_file_button":"Add File",
"topic_level_prefix":"Level ",
"topic_your_information":"Your information",
"paginator_less_than":"<",
"paginator_greater_than":">",
"paginator_prev_page":"Prev",
"paginator_prev_page_aria":"Go to the previous page",
"paginator_next_page":"Next",
"paginator_next_page_aria":"Go to the next page",
"profile_login_for_options":"Login for options",
"profile_add_friend":"Add Friend",
"profile_unban":"Unban",
"profile_ban":"Ban",
"profile_report_user_tooltip":"Report User",
"profile_report_user_aria":"Report User",
"profile_ban_user_head":"Ban User",
"profile_ban_user_notice":"If all the fields are left blank, the ban will be permanent.",
"profile_ban_user_days":"Days",
"profile_ban_user_weeks":"Weeks",
"profile_ban_user_months":"Months",
"profile_ban_user_reason":"Reason",
"profile_ban_user_button":"Ban User",
"profile_comments_head":"Comments",
"profile_comments_edit_tooltip":"Edit Item",
"profile_comments_edit_aria":"Edit Item",
"profile_comments_delete_tooltip":"Delete Item",
"profile_comments_delete_aria":"Delete Item",
"profile_comments_report_tooltip":"Report Item",
"profile_comments_report_aria":"Report Item",
"profile_comments_form_content":"Insert comment here",
"profile_comments_form_button":"Create Reply",
"ip_search_head":"IP Search",
"ip_search_search_button":"Search",
"ip_search_no_users":"No users found.",
"error_head":"An error has occurred",
"footer_thingymawhatsit":"Can you please keep the powered by notice? ;)",
"footer_powered_by":"Powered by Gosora",
"footer_made_with_love":"Made with love by Azareal",
"footer_theme_selector_aria":"Change the site's appearance",
"option_yes":"Yes",
"option_no":"No",
"panel_menu_head":"Control Panel",
"panel_menu_users":"Users",
"panel_menu_groups":"Groups",
"panel_menu_forums":"Forums",
"panel_menu_pages":"Pages",
"panel_menu_settings":"Settings",
"panel_menu_word_filters":"Word Filters",
"panel_menu_themes":"Themes",
"panel_menu_events":"Events",
"panel_menu_statistics":"Statistics",
"panel_menu_statistics_posts":"Posts",
"panel_menu_statistics_topics":"Topics",
"panel_menu_statistics_forums":"Forums",
"panel_menu_statistics_routes":"Routes",
"panel_menu_statistics_agents":"Agents",
"panel_menu_statistics_systems":"Systems",
"panel_menu_statistics_languages":"Languages",
"panel_menu_statistics_referrers":"Referrers",
"panel_menu_reports":"Reports",
"panel_menu_logs":"Logs",
"panel_menu_logs_registrations":"Registrations",
"panel_menu_logs_moderators":"Mod Actions",
"panel_menu_logs_administrators":"Admin Actions",
"panel_menu_system":"System",
"panel_menu_plugins":"Plugins",
"panel_menu_backups":"Backups",
"panel_menu_debug":"Debug",
"panel_dashboard_head":"Dashboard",
"panel_users_head":"Users",
"panel_users_profile":"Profile",
"panel_users_unban":"Unban",
"panel_users_ban":"Ban",
"panel_users_activate":"Activate",
"panel_user_head":"User Editor",
"panel_user_name":"Name",
"panel_user_name_placeholder":"Jane Doe",
"panel_user_password":"Password",
"panel_user_email":"Email",
"panel_user_group":"Group",
"panel_user_update_button":"Update User",
"panel_forums_head":"Forums",
"panel_forums_hidden":"Hidden",
"panel_forums_edit_button_tooltip":"Edit Forum",
"panel_forums_edit_button_aria":"Edit Forum",
"panel_forums_update_button":"Update",
"panel_forums_delete_button_tooltip":"Delete Forum",
"panel_forums_delete_button_aria":"Delete Forum",
"panel_forums_full_edit_button":"Full Edit",
"panel_forums_create_head":"Add Forum",
"panel_forums_create_name_label":"Name",
"panel_forums_create_name":"Super Secret Forum",
"panel_forums_create_description_label":"Description",
"panel_forums_create_description":"Where all the super secret stuff happens",
"panel_forums_active_label":"Active",
"panel_forums_preset_label":"Preset",
"panel_forums_create_button":"Add Forum",
"panel_forum_head_suffix":" Forum",
"panel_forum_name":"Name",
"panel_forum_name_placeholder":"General Forum",
"panel_forum_description":"Description",
"panel_forum_description_placeholder":"Where the general stuff happens",
"panel_forum_active":"Active",
"panel_forum_preset":"Preset",
"panel_forum_update_button":"Update Forum",
"panel_forum_permissions_head":"Forum Permissions",
"panel_forum_edit_button":"Edit",
"panel_forum_short_update_button":"Update",
"panel_forum_full_edit_button":"Full Edit",
"panel_groups_head":"Groups",
"panel_groups_rank_prefix":"Rank ",
"panel_groups_edit_group_button_aria":"Edit Group",
"panel_groups_create_head":"Create Group",
"panel_groups_create_name":"Name",
"panel_groups_create_name_placeholder":"Administrator",
"panel_groups_create_type":"Type",
"panel_groups_create_tag":"Tag",
"panel_groups_create_create_group_button":"Add Group",
"panel_group_menu_head":"Group Editor",
"panel_group_menu_general":"General",
"panel_group_menu_promotions":"Promotions",
"panel_group_menu_permissions":"Permissions",
"panel_group_head_suffix":" Group",
"panel_group_name":"Name",
"panel_group_name_placeholder":"Random Group",
"panel_group_type":"Type",
"panel_group_tag":"Tag",
"panel_group_tag_placeholder":"VIP",
"panel_group_update_button":"Update Group",
"panel_word_filters_head":"Word Filters",
"panel_word_filters_edit_button_aria":"Edit Word Filter",
"panel_word_filters_update_button":"Update",
"panel_word_filters_delete_button_aria":"Delete Word Filter",
"panel_word_filters_no_filters":"You don't have any word filters yet.",
"panel_word_filters_create_head":"Add Filter",
"panel_word_filters_create_find":"Find",
"panel_word_filters_create_find_placeholder":"fuck",
"panel_word_filters_create_replacement":"Replacement",
"panel_word_filters_create_replacement_placeholder":"fudge",
"panel_word_filters_create_create_word_filter_button":"Add Filter",
"panel_pages_head":"Page Manager",
"panel_pages_edit_button_aria":"Edit Page",
"panel_pages_delete_button_aria":"Delete Page",
"panel_pages_no_pages":"You don't have any pages yet.",
"panel_pages_create_head":"Create Page",
"panel_pages_create_name":"Name",
"panel_pages_create_name_placeholder":"faq",
"panel_pages_create_title":"Title",
"panel_pages_create_title_placeholder":"Frequently Asked Questions",
"panel_pages_create_body_placeholder":"We understand you have a lot of questions.",
"panel_pages_create_submit_button":"Create Page",
"panel_pages_edit_head":"Page Editor",
"panel_pages_name":"Name",
"panel_pages_title":"Title",
"panel_pages_edit_update_button":"Update Page",
"panel_statistics_views_head_suffix":" Views",
"panel_statistics_user_agents_head":"User Agents",
"panel_statistics_forums_head":"Forums",
"panel_statistics_languages_head":"Languages",
"panel_statistics_post_counts_head":"Post Counts",
"panel_statistics_referrers_head":"Referrers",
"panel_statistics_routes_head":"Routes",
"panel_statistics_operating_systems_head":"Operating Systems",
"panel_statistics_topic_counts_head":"Topic Counts",
"panel_statistics_requests_head":"Requests",
"panel_statistics_time_range_one_month":"1 month",
"panel_statistics_time_range_one_week":"1 week",
"panel_statistics_time_range_two_days":"2 days",
"panel_statistics_time_range_one_day":"1 day",
"panel_statistics_time_range_twelve_hours":"12 hours",
"panel_statistics_time_range_six_hours":"6 hours",
"panel_statistics_post_counts_chart_aria":"Post Chart",
"panel_statistics_topic_counts_chart_aria":"Topic Chart",
"panel_statistics_requests_chart_aria":"Requests Chart",
"panel_statistics_details_head":"Details",
"panel_statistics_post_counts_table_aria":"Post Table, this has the same information as the post chart",
"panel_statistics_topic_counts_table_aria":"Topic Table, this has the same information as the topic chart",
"panel_statistics_route_views_table_aria":"View Table, this has the same information as the view chart",
"panel_statistics_requests_table_aria":"View Table, this has the same information as the view chart",
"panel_statistics_views_suffix":" views",
"panel_statistics_posts_suffix":" posts",
"panel_statistics_topics_suffix":" topics",
"panel_statistics_user_agents_no_user_agents":"No user agents could be found in the selected time range",
"panel_statistics_forums_no_forums":"No forum view counts could be found in the selected time range",
"panel_statistics_languages_no_languages":"No language could be found in the selected time range",
"panel_statistics_post_counts_no_post_counts":"No posts could be found in the selected time range",
"panel_statistics_referrers_no_referrers":"No referrers could be found in the selected time range",
"panel_statistics_routes_no_routes":"No route view counts could be found in the selected time range",
"panel_statistics_operating_systems_no_operating_systems":"No operating systems could be found in the selected time range",
"panel_logs_menu_head":"Logs",
"panel_logs_registration_head":"Registrations",
"panel_logs_registration_attempt":"Attempt",
"panel_logs_registration_email":"email",
"panel_logs_registration_reason":"reason",
"panel_logs_moderation_head":"Mod Action Logs",
"panel_logs_administration_head":"Admin Action Logs",
"panel_plugins_head":"Plugins",
"panel_plugins_author_prefix":"Author: ",
"panel_plugins_settings":"Settings",
"panel_plugins_deactivate":"Deactivate",
"panel_plugins_activate":"Activate",
"panel_plugins_install":"Install",
"panel_themes_primary_themes":"Primary Themes",
"panel_themes_variant_themes":"Variant Themes",
"panel_themes_author_prefix":"Author: ",
"panel_themes_mobile_friendly_tooltip":"Mobile Friendly",
"panel_themes_mobile_friendly_aria":"Mobile Friendly",
"panel_themes_default":"Default",
"panel_themes_make_default":"Make Default",
"panel_themes_menus_head":"Menus",
"panel_themes_menus_main":"Main Menu",
"panel_themes_menus_item_edit_button_aria":"Edit menu item",
"panel_themes_menus_item_delete_button_aria":"Delete menu item",
"panel_themes_menus_edit_head":"Menu Editor",
"panel_themes_menus_create_head":"Create Menu Item",
"panel_themes_menus_name":"Name",
"panel_themes_menus_name_placeholder":"Item Name",
"panel_themes_menus_htmlid":"HTML ID",
"panel_themes_menus_cssclass":"CSS Class",
"panel_themes_menus_position":"Position",
"panel_themes_menus_path":"Path",
"panel_themes_menus_aria":"Aria",
"panel_themes_menus_aria_placeholder":"Short description for helping those with poor vision",
"panel_themes_menus_tooltip":"Tooltip",
"panel_themes_menus_tooltip_placeholder":"A tooltip shown when you hover over it",
"panel_themes_menus_tmplname":"Template",
"panel_themes_menus_permissions":"Who Can See",
"panel_themes_menus_everyone": "Everyone",
"panel_themes_menus_guestonly":"Guests",
"panel_themes_menus_memberonly":"Members",
"panel_themes_menus_supermodonly":"Super Mods",
"panel_themes_menus_adminonly":"Admins",
"panel_themes_menus_edit_update_button":"Update",
"panel_themes_menus_create_button":"Create",
"panel_settings_head":"Settings",
"panel_setting_head":"Edit Setting",
"panel_setting_name":"Setting Name",
"panel_setting_value":"Setting Value",
"panel_setting_update_button":"Update Setting",
"panel_backups_head":"Backups",
"panel_backups_download":"Download",
"panel_backups_no_backups":"There aren't any backups available at this time.",
"panel_debug_head":"Debug",
"panel_debug_go_version_label":"Go Version",
"panel_debug_database_version_label":"DB Version",
"panel_debug_uptime_label":"Uptime",
"panel_debug_open_database_connections_label":"Open DB Conns",
"panel_debug_adapter_label":"Adapter"
}
}