s_("GroupSettings|This setting will be applied to all subgroups unless overridden by a group owner.")
end
defparent_locked_but_you_can_override
s_("GroupSettings|This setting is applied on %{parent_group}. You can override the setting or remove the share lock from the parent group.")%{parent_group: parent_group_link}
defancestor_locked_but_you_can_override(group)
s_("GroupSettings|This setting is applied on %{ancestor_group}. You can override the setting or remove the share lock from %{ancestor_group}.")%{ancestor_group: ancestor_group_link(group)}
end
defparent_locked_so_ask_the_owner
s_("GroupSettings|This setting is applied on %{parent_group}. To share this group with another group, ask the owner to override the setting or remove the share lock from the parent group.")%{parent_group: parent_group_link}
defancestor_locked_so_ask_the_owner(group)
s_("GroupSettings|This setting is applied on %{ancestor_group}. To share projects in this group with another group, ask the owner to override the setting or remove the share lock from %{ancestor_group}.")%{ancestor_group: ancestor_group_link(group)}
end
defparent_locked_and_has_been_overridden
s_("GroupSettings|This setting is applied on %{parent_group} and has been overridden on this subgroup.")%{parent_group: parent_group_link}
defancestor_locked_and_has_been_overridden(group)
s_("GroupSettings|This setting is applied on %{ancestor_group} and has been overridden on this subgroup.")%{ancestor_group: ancestor_group_link(group)}
default_help: "This setting will be applied to all subgroups unless overridden by a group owner",
ancestor_locked_but_you_can_override: /This setting is applied on [\w\s<>="\/]+\. You can override the setting or remove the share lock from [\w\s<>="\/]+/,
ancestor_locked_so_ask_the_owner: /This setting is applied on [\w\s<>="\/]+\. To share projects in this group with another group, ask the owner to override the setting or remove the share lock from [\w\s<>="\/]+/,
ancestor_locked_and_has_been_overridden: /This setting is applied on [\w\s<>="\/]+ and has been overridden on this subgroup/
"Prevent sharing a project within #{test_group.name} with other groups"
end
defdefault_help
"This setting will be applied to all subgroups unless overridden by a group owner."
end
defparent_locked_but_you_can_override
"This setting is applied on #{test_group.parent.name}. You can override the setting or remove the share lock from the parent group."
end
defparent_locked_so_ask_the_owner
"This setting is applied on #{test_group.parent.name}. To share this group with another group, ask the owner to override the setting or remove the share lock from the parent group."
end
defparent_locked_and_has_been_overridden
"This setting is applied on #{test_group.parent.name} and has been overridden on this subgroup."