<?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_SourceSFSVN_ = ''; $s_plugin_SourceSFSVN_title = 'Subversion / SourceForge Integration'; $s_plugin_SourceSFSVN_description = 'Adds Subversion integration to the Source plugin framework using SourceForge.net.'; $s_plugin_SourceSFSVN_svn = 'SourceForge SVN'; $s_plugin_SourceSFSVN_svn_username = 'SVN Username'; $s_plugin_SourceSFSVN_svn_password = 'SVN Password'; $s_plugin_SourceSFSVN_sf_project = 'SourceForge Project'; $s_plugin_SourceSFSVN_standard_repo = 'Standard Repository<br/><span class="small">(trunk/branches/tags)</small>'; $s_plugin_SourceSFSVN_trunk_path = 'Trunk Path<br/><span class="small">(Non-standard repository)</span>'; $s_plugin_SourceSFSVN_branch_path = 'Branch Path<br/><span class="small">(Non-standard repository)</span>'; $s_plugin_SourceSFSVN_ignore_paths = 'Ignore Other Paths<br/><span class="small">(Non-standard repository)</span>'; $s_plugin_SourceSFSVN_configuration = 'Configuration'; $s_plugin_SourceSFSVN_update = 'Configuration'; $s_plugin_SourceSFSVN_svnpath = 'Path to Subversion CLI';