<?php

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

# Linked custom fields 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.
#
# Linked custom fields 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 Linked custom fields plugin for MantisBT.  
# If not, see <http://www.gnu.org/licenses/>.

$s_plugin_LinkedCustomFields_ = '';
$s_plugin_LinkedCustomFields_title = 'Linked custom fields';
$s_plugin_LinkedCustomFields_description = 'Allows custom fields to be linked, creating linked drop-downs';
$s_plugin_LinkedCustomFields_configure_custom_field_links = 'Configure custom field links';
$s_plugin_LinkedCustomFields_custom_field = 'Custom field';
$s_plugin_LinkedCustomFields_edit = 'Edit';
$s_plugin_LinkedCustomFields_linked_to = 'Linked to';
$s_plugin_LinkedCustomFields_unsupported_field_type = 'Only supported for fields of type %s';
$s_plugin_LinkedCustomFields_source_field_value = 'Source field value';
$s_plugin_LinkedCustomFields_target_field_values = 'Target field values';
$s_plugin_LinkedCustomFields_submit = 'Submit';
$s_plugin_LinkedCustomFields_target_field_already_linked = 'The target field is already linked to another custom field. Double-linking is not supported.';

