<?php # Copyright (C) 2008-2009 John Reese, LeetCode.net # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. $s_plugin_SourceSVN_ = ''; $s_plugin_SourceSVN_title = 'Subversion Integration'; $s_plugin_SourceSVN_description = 'Adds Subversion integration to the Source plugin framework.'; $s_plugin_SourceSVN_svn = 'SVN'; $s_plugin_SourceSVN_svn_username = 'SVN Username'; $s_plugin_SourceSVN_svn_password = 'SVN Password'; $s_plugin_SourceSVN_standard_repo = 'Standard Repository<br/><span class="small">(trunk/branches/tags)</small>'; $s_plugin_SourceSVN_trunk_path = 'Trunk Path<br/><span class="small">(Non-standard repository)</span>'; $s_plugin_SourceSVN_branch_path = 'Branch Path<br/><span class="small">(Non-standard repository)</span>'; $s_plugin_SourceSVN_tag_path = 'Tag Path<br/><span class="small">(Non-standard repository)</span>'; $s_plugin_SourceSVN_ignore_paths = 'Ignore Other Paths<br/><span class="small">(Non-standard repository)</span>'; $s_plugin_SourceSVN_configuration = 'Configuration'; $s_plugin_SourceSVN_update = 'Configuration'; $s_plugin_SourceSVN_svnpath = 'SVN: Path to binary'; $s_plugin_SourceSVN_svnargs = 'SVN: Command arguments'; $s_plugin_SourceSVN_svnssl = 'SVN: Trust All SSL Certs<br/><span class="small">(Requires Subversion 1.6 or newer)</span>';