温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,汇文网负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。
网站客服:3074922707
strings_belarusian_tarask
<?php
/** MantisBT - a php based bugtracking system
*
* Copyright (C) 2000 - 2002 Kenzaburo Ito - kenito@300baud.org
* Copyright (C) 2002 - 2011 MantisBT Team - mantisbt-dev@
*
* 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.
*
* 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 MantisBT. If not, see <http://www.gnu.org/licenses/>.
*/
/** Belarusian (Taraškievica orthography) (Беларуская (тарашкевіца))
*
* See the qqq 'language' for message documentation incl. usage of parameters
* To improve a translation please visit
*
* @ingroup Language
* @file
*
* @author EugeneZelenko
* @author Jim-by
*/
$s_plugin_XmlImportExport_title = 'Імпарт/Экспарт праблемаў';
$s_plugin_XmlImportExport_description = 'Дадае ў MantisBT магчымасьць імпарту і экспарту у фармат XML.';
$s_plugin_XmlImportExport_import = 'Імпарт праблемаў';
$s_plugin_XmlImportExport_export = 'Экспарт у фармат XML';
$s_plugin_XmlImportExport_importing_in_project = 'Імпартаваньне праблемаў у праект:';
$s_plugin_XmlImportExport_import_options = 'Налады імпарту';
$s_plugin_XmlImportExport_cross_references = 'Узаемныя спасылкі';
$s_plugin_XmlImportExport_default_strategy = 'Стратэгія канвэртацыі па змоўчваньні:';
$s_plugin_XmlImportExport_renumber = 'Перанумараваць';
$s_plugin_XmlImportExport_renumber_desc = 'Паспрабаваць канвэртаваць спасылкі ў новую нумарацыю';
$s_plugin_XmlImportExport_link = 'Спасылка';
$s_plugin_XmlImportExport_link_desc = 'Канвэртаваць у спасылку на пачатковы элемэнт';
$s_plugin_XmlImportExport_disable = 'Выключыць';
$s_plugin_XmlImportExport_disable_desc = 'Адключыць спасылку';
$s_plugin_XmlImportExport_fallback = 'Запасная стратэгія (калі «Перанумарацыя» не спрацавала):';
$s_plugin_XmlImportExport_fallback_category = 'Запасная катэгорыя:';
$s_plugin_XmlImportExport_keep_same_category = 'Спрабаваць захаваць тую ж катэгорыю';