=_("periodically in all project and wiki repositories to look for silent disk corruption issues.")
=html_escape(s_('Run %{code_start}git fsck%{code_end} periodically in all project and wiki repositories to look for silent disk corruption issues.'))%{code_start: '<code>'.html_safe,code_end: '</code>'.html_safe}
.form-group
.form-text.text-muted
=_("If you get a lot of false alarms from repository checks, you can clear all repository check information from the database.")
=_("Number of Git pushes after which an incremental")
%code=_("git repack")
=_("is run.")
=html_escape(s_('Number of Git pushes after which an incremental %{code_start}git repack%{code_end} is run.'))%{code_start: '<code>'.html_safe,code_end: '</code>'.html_safe}
=html_escape(s_('Number of Git pushes after which a full %{code_start}git repack%{code_end} is run.'))%{code_start: '<code>'.html_safe,code_end: '</code>'.html_safe}
=html_escape(s_('Number of Git pushes after which %{code_start}git gc%{code_end} is run.'))%{code_start: '<code>'.html_safe,code_end: '</code>'.html_safe}
=html_escape(s_('Configure %{repository_checks_link_start}repository checks%{link_end} and %{housekeeping_link_start}housekeeping%{link_end} on repositories.'))%{repository_checks_link_start: repository_checks_link_start,housekeeping_link_start: housekeeping_link_start,link_end: '</a>'.html_safe}