<?php

# Copyright (c) 2011 Robert Munteanu (robert@lmn.ro)

# jQuery UI plugin for MantisBT is free software: 
# you can redistribute it and/or modify it under the terms of the GNU
# General Public License as published by the Free Software Foundation, 
# either version 2 of the License, or (at your option) any later version.
#
# jQuery UI plugin for MantisBT 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 General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with jQuery UI plugin for MantisBT.  
# If not, see <http://www.gnu.org/licenses/>.

$s_plugin_jQueryUI_ = '';
$s_plugin_jQueryUI_title = 'jQuery UI Library';
$s_plugin_jQueryUI_description = 'Provides access to the jQuery UI library in a single dependency.';
$s_plugin_jQueryUI_config_title = 'jQuery UI Configuration Panel';
$s_plugin_jQueryUI_use_local = 'Use local JavaScript instead of CDN';
