feat: add installer, ranks/groups enhancements, and founder protections
This commit is contained in:
@@ -45,6 +45,7 @@
|
||||
"acp.add_category": "Add category",
|
||||
"acp.add_forum": "Add forum",
|
||||
"acp.ranks": "Ranks",
|
||||
"acp.groups": "Groups",
|
||||
"acp.forums_parent_root": "Root (no parent)",
|
||||
"acp.forums_tree": "Forum tree",
|
||||
"acp.forums_type": "Type",
|
||||
@@ -112,7 +113,11 @@
|
||||
"rank.badge_type": "Badge type",
|
||||
"rank.badge_text": "Text badge",
|
||||
"rank.badge_image": "Image badge",
|
||||
"rank.badge_none": "No badge",
|
||||
"rank.badge_text_placeholder": "e.g. TEAM-RHF",
|
||||
"rank.color": "Rank color",
|
||||
"rank.color_placeholder": "e.g. #f29b3f",
|
||||
"rank.color_default": "Use default color",
|
||||
"rank.badge_text_required": "Badge text is required.",
|
||||
"rank.badge_image_required": "Badge image is required.",
|
||||
"rank.delete_confirm": "Delete this rank?",
|
||||
@@ -122,6 +127,19 @@
|
||||
"user.impersonate": "Impersonate",
|
||||
"user.edit": "Edit",
|
||||
"user.delete": "Delete",
|
||||
"user.founder_locked": "Only founders can edit or assign the Founder role.",
|
||||
"group.create": "Create group",
|
||||
"group.create_title": "Create group",
|
||||
"group.edit_title": "Edit group",
|
||||
"group.name": "Group name",
|
||||
"group.name_placeholder": "e.g. Founder",
|
||||
"group.color": "Group color",
|
||||
"group.color_placeholder": "e.g. #f29b3f",
|
||||
"group.delete_confirm": "Delete this group?",
|
||||
"group.empty": "No groups created yet.",
|
||||
"group.edit": "Edit",
|
||||
"group.delete": "Delete",
|
||||
"group.core_locked": "Core groups cannot be changed.",
|
||||
"table.rows_per_page": "Rows per page:",
|
||||
"table.range_separator": "of",
|
||||
"home.browse": "Browse forums",
|
||||
@@ -175,6 +193,11 @@
|
||||
"profile.title": "Profile",
|
||||
"profile.loading": "Loading profile...",
|
||||
"profile.registered": "Registered:",
|
||||
"profile.thanks_given": "Thanks given",
|
||||
"profile.thanks_received": "Thanks received",
|
||||
"profile.thanks_empty": "No thanks yet.",
|
||||
"profile.thanks_by": "Thanks by",
|
||||
"profile.thanks_for": "Thanks for",
|
||||
"ucp.intro": "Manage your basic preferences for the forum.",
|
||||
"ucp.profile": "Profile",
|
||||
"ucp.profile_hint": "Update the avatar shown next to your posts.",
|
||||
@@ -197,6 +220,9 @@
|
||||
"thread.login_hint": "Log in to reply to this thread.",
|
||||
"thread.posts": "Posts",
|
||||
"thread.location": "Location",
|
||||
"thread.thanks_given": "Thanks given",
|
||||
"thread.thanks_received": "Thanks received",
|
||||
"thread.thanks": "Thank",
|
||||
"thread.reply_prefix": "Re:",
|
||||
"thread.registered": "Registered",
|
||||
"thread.replies": "Replies",
|
||||
|
||||
Reference in New Issue
Block a user