{% load i18n %}
{% blocktrans %} GNU {{binaryname}} must be in your executable search path for the diff viewer to work. The current search path is: {% endblocktrans %}
{{search_path}}
{% if platform == "win32" %} {% blocktrans %} You can install GNU {{binaryname}} by downloading and running the installer. Then add the directory containing {{binaryname}} to the system PATH (Start > Control Panel > Advanced > Environment Variables > System Variables > PATH). {% endblocktrans %} {% elif platform == "darwin" %} {% blocktrans %} {{binaryname}} should be installed on your system by default. Make sure it's in the file path and accessible by your web server. {% endblocktrans %} {% else %} {% blocktrans %} Most Linux/UNIX systems provide a native package containing {{binaryname}}, which is usually installed by default. Check with your distribution for the proper package to install. {% endblocktrans %} {% endif %}