<?php

$s_plugin_WebSVN_ = '';
$s_plugin_WebSVN_title = 'WebSVN Integration';
$s_plugin_WebSVN_description = 'Converts SVN filenames into URLs pointing to your WebSVN server (e.g.: \'SVN:513:trunk/myproject/readme.txt\')';

$s_plugin_WebSVN_svn_web = 'WebSVN server URL';
$s_plugin_WebSVN_svn_web_note = 'eg: http://www.mydomain.org/WebSVN/ (include trailing slash, no php filename)';
$s_plugin_WebSVN_svn_web_repname = 'WebSVN repository';
$s_plugin_WebSVN_svn_web_showdiff = 'Display WebSVN diff';
$s_plugin_WebSVN_svn_web_showdiff_note = 'When showing a file, WebSVN can either display a diff with the previous version (ON) or the whole file contents (OFF)';

