Submit your research to the International Journal "Notes on Intuitionistic Fuzzy Sets". Contact us at nifs.journal@gmail.com

Call for Papers for the 27th International Conference on Intuitionistic Fuzzy Sets is now open!
Conference: 5–6 July 2024, Burgas, Bulgaria • EXTENDED DEADLINE for submissions: 15 APRIL 2024.

Help:Sandbox

From Ifigenia, the wiki for intuitionistic fuzzy sets and generalized nets
Revision as of 17:50, 28 February 2010 by Vassia Atanassova (talk | contribs) (reporting-bg)
Jump to navigation Jump to search
<?php

  // Reporting
  return array(
  
  	'custom' => 'Персонализация',
    'custom reports' => 'Персонализирани отчети',
  	'no custom reports' => 'Няма персонализирани отчети',
  	'add custom report' => 'Добавяне на персонализиран отчет',
  	'edit custom report' => 'Редактиране на персонализиран отчет',
  	'new custom report' => 'Нов персонализиран отчет',
  	'add report' => 'Добавяне на отчет',
  	'object type' => 'Обектен тип',
  	'add condition' => 'Добавяне на условие',
  	'custom report created' => 'Създаден е персонализиран отчет',
  	'custom report updated' => 'Обновен е персонализираният отчет',
  	'conditions' => 'Условия',
  	'columns and order' => 'Колони и наредба',
  	'true' => 'Истина',
  	'false' => 'Лъжа',
  	'field' => 'Поле',
  	'condition' => 'Условие',
  	'ends with' => 'завършва на',
  	'select unselect all' => 'Маркирай/Размаркирай всички',
  	'ascending' => 'Възходящ ред',
  	'descending' => 'Низходящ ред',
  	'parametrizable'=> 'Параметър?',
  );
  
?>