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-en)
Jump to navigation Jump to search
<?php

  // Reporting
  return array(
  
  	'custom' => 'Custom',
    'custom reports' => 'Custom reports',
  	'no custom reports' => 'There are no custom reports',
  	'add custom report' => 'Add a custom report',
  	'edit custom report' => 'Edit custom report',
  	'new custom report' => 'New custom report',
  	'add report' => 'Add report',
  	'object type' => 'Object Type',
  	'add condition' => 'Add condition',
  	'custom report created' => 'Custom report created',
  	'custom report updated' => 'Custom report updated',
  	'conditions' => 'Conditions',
  	'columns and order' => 'Columns & Order',
  	'true' => 'True',
  	'false' => 'False',
  	'field' => 'Field',
  	'condition' => 'Condition',
  	'ends with' => 'ends with',
  	'select unselect all' => 'Select/Unselect all',
  	'ascending' => 'Ascending',
  	'descending' => 'Descending',
    'parametrizable'=> 'Paramenter?',
  	'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',
  );
  
?>