<?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 = 'Взаимосвязанные настраиваемые поля';
$s_plugin_LinkedCustomFields_description = 'Разрешить настраиваемым полям быть взаимосвязанными';
$s_plugin_LinkedCustomFields_configure_custom_field_links = 'Управление связями настраиваемых полей';
$s_plugin_LinkedCustomFields_custom_field = 'Настраиваемое поле';
$s_plugin_LinkedCustomFields_edit = 'Редактировать';
$s_plugin_LinkedCustomFields_linked_to = 'Связать с';
$s_plugin_LinkedCustomFields_unsupported_field_type = 'Поддерживаются настраиваемые поля только типа %s';
$s_plugin_LinkedCustomFields_source_field_value = 'Исходное значение поля';
$s_plugin_LinkedCustomFields_target_field_values = 'Целевое значение поля';
$s_plugin_LinkedCustomFields_submit = 'Применить';
$s_plugin_LinkedCustomFields_target_field_already_linked = 'Целевое поле уже связано с другим настраиваемым полем. Двойная связь не поддерживается.';


