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: Difference between revisions

From Ifigenia, the wiki for intuitionistic fuzzy sets and generalized nets
Jump to navigation Jump to search
(reporting-en)
(reporting-bg)
Line 5: Line 5:
   return array(
   return array(
    
    
   'custom' => 'Custom',
   'custom' => 'Персонализация',
     'custom reports' => 'Custom reports',
     'custom reports' => 'Персонализирани отчети',
   'no custom reports' => 'There are no custom reports',
   'no custom reports' => 'Няма персонализирани отчети',
   'add custom report' => 'Add a custom report',
   'add custom report' => 'Добавяне на персонализиран отчет',
   'edit custom report' => 'Edit custom report',
   'edit custom report' => 'Редактиране на персонализиран отчет',
   'new custom report' => 'New custom report',
   'new custom report' => 'Нов персонализиран отчет',
   'add report' => 'Add report',
   'add report' => 'Добавяне на отчет',
   'object type' => 'Object Type',
   'object type' => 'Обектен тип',
   'add condition' => 'Add condition',
   'add condition' => 'Добавяне на условие',
   'custom report created' => 'Custom report created',
   'custom report created' => 'Създаден е персонализиран отчет',
   'custom report updated' => 'Custom report updated',
   'custom report updated' => 'Обновен е персонализираният отчет',
   'conditions' => 'Conditions',
   'conditions' => 'Условия',
   'columns and order' => 'Columns & Order',
   'columns and order' => 'Колони и наредба',
   'true' => 'True',
   'true' => 'Истина',
   'false' => 'False',
   'false' => 'Лъжа',
   'field' => 'Field',
   'field' => 'Поле',
   'condition' => 'Condition',
   'condition' => 'Условие',
   'ends with' => 'ends with',
   'ends with' => 'завършва на',
   'select unselect all' => 'Select/Unselect all',
   'select unselect all' => 'Маркирай/Размаркирай всички',
   'ascending' => 'Ascending',
   'ascending' => 'Възходящ ред',
   'descending' => 'Descending',
   'descending' => 'Низходящ ред',
    'parametrizable'=> 'Paramenter?',
  'parametrizable'=> 'Параметър?',
  'columns to print' => 'Columns to print',
  'columns to print desc' => 'Move the columns you want to print to the box in the right.',
  'reporting workspace' => 'Workspace',
  'reporting user' => 'User',
   );
   );
    
    
?>
?>
</pre>
</pre>

Revision as of 17:50, 28 February 2010

<?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'=> 'Параметър?',
  );
  
?>