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 new)
m (upgrade new)
Line 1: Line 1:
<?php
<?php
 
return array(
  // Reporting
'upgrade' => 'Upgrade',
  return array(
'upgrade from' => 'Upgrade from',
 
'upgrade to' => 'Upgrade to',
  'custom' => 'Custom',
'already upgraded' => 'You already have upgraded to the latest possible version.',
    'custom reports' => 'Custom reports',
'back to opengoo' => 'Back to OpenGoo',
  'no custom reports' => 'There are no custom reports',
'all rights reserved' => 'All rights reserved',
  'add custom report' => 'Add a custom report',
'upgrade process log' => 'Upgrade process log',
  'edit custom report' => 'Edit custom report',
'upgrade opengoo' => 'Upgrade OpenGoo',
  'new custom report' => 'New custom report',
'upgrade your opengoo installation' => 'Upgrade your OpenGoo installation',
  'add report' => 'Add report',
  'object type' => 'Object Type',
'error upgrade version must be specified' => 'No version specified. Cannot continue with automatic upgrade. Please, try again later or try the manual upgrade instead.',
  'add condition' => 'Add condition',
'error upgrade version not found' => 'Invalid version specified ({0}). Cannot continue with automatic upgrade. Please, try again later or try the manual upgrade instead.',
  'custom report created' => 'Custom report created',
'error upgrade invalid zip url' => 'Invalid download URL for specified version. Cannot continue with automatic upgrade. Please, try again later or try the manual upgrade instead.',
  'custom report updated' => 'Custom report updated',
'error upgrade cannot open zip file' => 'Cannot open new version\'s zip file. Cannot continue with automatic upgrade. Please, try again later or try the manual upgrade instead.',
  '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?',
  );
 
?>
?>

Revision as of 23:33, 30 September 2009

<?php return array( 'upgrade' => 'Upgrade', 'upgrade from' => 'Upgrade from', 'upgrade to' => 'Upgrade to', 'already upgraded' => 'You already have upgraded to the latest possible version.', 'back to opengoo' => 'Back to OpenGoo', 'all rights reserved' => 'All rights reserved', 'upgrade process log' => 'Upgrade process log', 'upgrade opengoo' => 'Upgrade OpenGoo', 'upgrade your opengoo installation' => 'Upgrade your OpenGoo installation',

'error upgrade version must be specified' => 'No version specified. Cannot continue with automatic upgrade. Please, try again later or try the manual upgrade instead.', 'error upgrade version not found' => 'Invalid version specified ({0}). Cannot continue with automatic upgrade. Please, try again later or try the manual upgrade instead.', 'error upgrade invalid zip url' => 'Invalid download URL for specified version. Cannot continue with automatic upgrade. Please, try again later or try the manual upgrade instead.', 'error upgrade cannot open zip file' => 'Cannot open new version\'s zip file. Cannot continue with automatic upgrade. Please, try again later or try the manual upgrade instead.', ); ?>