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
(errors new)
(fields new)
Line 1: Line 1:
<?php
<?php


  /**
return array(
  * Error messages
  *
  * @version 1.0
  * @author Ilija Studen <ilija.studen@gmail.com>
  */


  // Return langs
// Company fields
  return array(
'field Companies name' => 'Name',
 
'field Companies address' => 'Address',
    // General
'field Companies address2' => 'Address 2',
    'invalid email address' => 'Email address format is not valid',
'field Companies city' => 'City',
 
'field Companies state' => 'State',
    // Company validation errors
'field Companies zipcode' => 'Zipcode',
    'company name required' => 'Company / organization name is required',
'field Companies country' => 'Country',
    'company homepage invalid' => 'Homepage value is not a valid URL',
'field Companies phone_number' => 'Phone',
   
'field Companies fax_number' => 'Fax',
    // User validation errors
'field Companies email' => 'Email address',
    'username value required' => 'Username value is required',
'field Companies homepage' => 'Homepage',
    'username must be unique' => 'Sorry, but selected username is already taken',
'field Companies notes' => 'Notes',
    'email value is required' => 'Email address value is required',
'field Companies homepage' => 'Homepage',
    'email address must be unique' => 'Sorry, selected email address is already taken',
'field Companies created_on' => 'Created on',
    'company value required' => 'User must be part of company / organization',
'field Companies updated_on' => 'Updated on',
    'password value required' => 'Password value is required',
'field Companies created_by_id' => 'Created by',
    'passwords dont match' => 'Passwords don\'t match',
'field Companies updated_by_id' => 'Updated by',
    'old password required' => 'Old password value is required',
    'invalid old password' => 'Old password is not valid',
    'users must belong to a company' => 'Contacts must belong to a company in order to generate a user',
    'contact linked to user' => 'Contact is linked to user {0}',
 
  // Password validation errors
  'password invalid min length' => 'Password length must be at least {0} characters',
  'password invalid numbers' => 'Password must have at least {0} numerical characters',
  'password invalid uppercase' => 'Password must have at least {0} uppercase characters',
  'password invalid metacharacters' => 'Password must have at least {0} metacharacters',
  'password exists history' => 'Password was used on one of last ten passwords',
  'password invalid difference' => 'Password must differ in at least 3 characters with last 10 passwords',
  'password expired' => 'Your password has expired',
  'password invalid' => 'Your password is no longer valid',
   
    // Avatar
    'invalid upload type' => 'Invalid file type. Allowed types are {0}',
    'invalid upload dimensions' => 'Invalid image dimensions. Max size is {0}x{1} pixels',
    'invalid upload size' => 'Invalid image size. Max size is {0}',
    'invalid upload failed to move' => 'Failed to move uplaoded file',
   
    // Registration form
    'terms of services not accepted' => 'In order to create an account you need to read and accept our terms of services',
   
    // Init company website
    'failed to load company website' => 'Failed to load website. Owner company not found',
    'failed to load project' => 'Failed to load active workspace',
   
    // Login form
    'username value missing' => 'Please insert your username',
    'password value missing' => 'Please insert your password',
    'invalid login data' => 'Failed to log you in. Please check your login data and try again',
   
    // Add project form
    'project name required' => 'Workspace name value is required',
    'project name unique' => 'Workspace name must be unique',
   
    // Add message form
    'message title required' => 'Title value is required',
    'message title unique' => 'Title value must be unique in this workspace',
    'message text required' => 'Text value is required',
   
    // Add comment form
    'comment text required' => 'Text of the comment is required',
   
    // Add milestone form
    'milestone name required' => 'Milestone name value is required',
    'milestone due date required' => 'Milestone due date value is required',
   
    // Add task list
    'task list name required' => 'Task name value is required',
    'task list name unique' => 'Task name must be unique in workspace',
    'task title required' => 'Task title is required',
 
    // Add task
    'task text required' => 'Task text is required',
'repeat x times must be a valid number between 1 and 1000' => 'Repeat X times must be a valid number between 1 and 1000.',
'repeat period must be a valid number between 1 and 1000' => 'Repeat period must be a valid number between 1 and 1000.',
  'to repeat by start date you must specify task start date' => 'To repeat by start date you must specify task start date',
'to repeat by due date you must specify task due date' => 'To repeat by due date you must specify task due date',
'task cannot be instantiated more times' => 'Task cannot be instantiated more times, this is the last repetition.',
    // Add event
    'event subject required' => 'Event subject is required',
    'event description maxlength' => 'Description must be under 3000 characters',
    'event subject maxlength' => 'Subject must be under 100 characters',
   
    // Add project form
    'form name required' => 'Form name is required',
    'form name unique' => 'Form name must be unique',
    'form success message required' => 'Success note is required',
    'form action required' => 'Form action is required',
    'project form select message' => 'Please select note',
    'project form select task lists' => 'Please select task',
   
    // Submit project form
    'form content required' => 'Please insert content into text field',
   
    // Validate project folder
    'folder name required' => 'Folder name is required',
    'folder name unique' => 'Folder name need to be unique in this workspace',
   
    // Validate add / edit file form
    'folder id required' => 'Please select folder',
    'filename required' => 'Filename is required',
  'weblink required' => 'Weblink url is required',
   
    // File revisions (internal)
    'file revision file_id required' => 'Revision needs to be connected with a file',
    'file revision filename required' => 'Filename required',
    'file revision type_string required' => 'Unknown file type',
    'file revision comment required' => 'Revision comment required',
   
    // Test mail settings
    'test mail recipient required' => 'Recipient address is required',
    'test mail recipient invalid format' => 'Invalid recipient address format',
    'test mail message required' => 'Mail message is required',
   
    // Mass mailer
    'massmailer subject required' => 'Message subject is required',
    'massmailer message required' => 'Message body is required',
    'massmailer select recepients' => 'Please select users that will receive this email',
   
  //Email module
  'mail account name required' => 'Account name required',
  'mail account id required' => 'Account Id required',
  'mail account server required' => 'Server required',
  'mail account password required' => 'Password required',
'send mail error' => 'Error while sending mail. Possibly wrong SMTP settings.',
    'email address already exists' => 'That email address is already in use.',
 
  'session expired error' => 'Session expired due to user inactivity. Please login again',
  'unimplemented type' => 'Unimplemented type',
  'unimplemented action' => 'Unimplemented action',
 
  'workspace own parent error' => 'A workspace can\'t be its own parent',
  'task own parent error' => 'A task can\'t be its own parent',
  'task child of child error' => 'A task can\'t be child of one of its descendants',
 
  'chart title required' => 'Chart title is required.',
  'chart title unique' => 'Chart title must be unique.',
    'must choose at least one workspace error' => 'You must choose at least one workspace where to put the object.',
   
   
    'user has contact' => 'There is a contact already assigned to this user',
   
    'maximum number of users reached error' => 'The maximum number of users has been reached',
'maximum number of users exceeded error' => 'The maximum number of users has been exceeded. The application will not work anymore until this issue is resolved.',
'maximum disk space reached' => 'Your disk quota is full. Please delete some object before trying to add new ones, or contact support to enable more users.',
    'name must be unique' => 'Sorry, but selected name is already taken',
  'not implemented' => 'Not implemented',
  'return code' => 'Return code: {0}',
  'task filter criteria not recognised' => 'Task filter criteria \'{0}\' not recognised',
  'mail account dnx' => 'Mail account doesn\'t exist',
    'error document checked out by another user' => 'The document was checked out by another user.',
  //Custom properties
  'custom property value required' => '{0} is required',
  'value must be numeric' => 'Value(s) must be numeric for {0}',
  'values cannot be empty' => 'Value(s) cannot be empty for {0}',
 
  //Reports
  'report name required' => 'Report name is required',
  'report object type required' => 'Report object type is required',


  'error assign task user dnx' => 'Trying to assign to an inexistent user',
// Contact fields
'error assign task permissions user' => 'You don\'t have permissions to assign a task to that user',
'field Contacts company_id' => 'Company',
'error assign task company dnx' => 'Trying to assign to an inexistent company',
'field Contacts firstname' => 'First name',
'error assign task permissions company' => 'You don\'t have permissions to assign a task to that company',
'field Contacts lastname' => 'Last name',
  'account already being checked' => 'Account is already being checked.',
'field Contacts email' => 'Email address',
  'no files to compress' => 'No files to compress',
'field Contacts w_web_page' => 'Work website',
 
'field Contacts w_address' => 'Work address',
  //Subscribers
'field Contacts w_city' => 'Work city',
  'cant modify subscribers' => 'Cannot modify subscribers',
'field Contacts w_state' => 'Work state',
  'this object must belong to a ws to modify its subscribers' => 'This object must belong to a workspace to modify its subscribers.',
'field Contacts w_zipcode' => 'Work zipcode',
      
'field Contacts w_country' => 'Work country',
  ); // array
'field Contacts w_phone_number' => 'Work phone',
'field Contacts w_phone_number2' => 'Work phone 2',
'field Contacts w_fax_number' => 'Work fax',
'field Contacts w_assistant_number' => 'Work assistant',
'field Contacts w_callback_number' => 'Work callback',
 
'field Contacts h_web_page' => 'Home website',
'field Contacts h_address' => 'Home address',
'field Contacts h_city' => 'Home city',
'field Contacts h_state' => 'Home state',
'field Contacts h_zipcode' => 'Home zipcode',
'field Contacts h_country' => 'Home country',
'field Contacts h_phone_number' => 'Home phone',
'field Contacts h_phone_number2' => 'Home phone 2',
'field Contacts h_fax_number' => 'Home fax',
'field Contacts h_mobile_number' => 'Home mobile',
'field Contacts h_pager_number' => 'Home pager',
 
'field Contacts o_web_page' => 'Other website',
'field Contacts o_address' => 'Other address',
'field Contacts o_city' => 'Other city',
'field Contacts o_state' => 'Other state',
'field Contacts o_zipcode' => 'Other zipcode',
'field Contacts o_country' => 'Other country',
'field Contacts o_phone_number' => 'Other phone',
'field Contacts o_phone_number2' => 'Other phone 2',
'field Contacts o_fax_number' => 'Other fax',
'field Contacts o_birthday' => 'Birthday',
'field Contacts email2' => 'Email address 2',
'field Contacts email3' => 'Email address 3',
'field Contacts job_title' => 'Job title',
'field Contacts department' => 'Department',
'field Contacts middlename' => 'Middle name',
'field Contacts notes' => 'Notes',
'field Contacts created_on' => 'Created on',
'field Contacts updated_on' => 'Updated on',
'field Contacts created_by_id' => 'Created by',
'field Contacts updated_by_id' => 'Updated by',
 
// Email fields
    'field MailContents from' => 'From',
    'field MailContents from_name' => 'From name',
    'field MailContents to'  => 'To',
    'field MailContents date' => 'Date',
    'field MailContents sent_date' => 'Sent date',
    'field MailContents subject' => 'Subject',
    'field MailContents content' => 'Content',
    'field MailContents body_plain' => 'Body plain',
    'field MailContents body_html' => 'Body HTML',
    'field MailContents has_attachments' => 'Has attachments',
    'field MailContents size' => 'Size',
    'field MailContents state' => 'State',
    'field MailContents is_deleted' => 'Is deleted',
    'field MailContents is_shared' => 'Is shared',
'field MailContents imap_folder_name' => 'IMAP Folder name',
'field MailContents account_email' => 'Account email',
'field MailContents created_on' => 'Created on',
'field MailContents created_by_id' => 'Created by',
'field MailContents updated_by_id' => 'Updated by',
'field MailContents cc' => 'CC',
'field MailContents bcc' => 'BCC',
 
// Event fields
    'field ProjectEvents duration' => 'Duration',
    'field ProjectEvents start' => 'Start',
    'field ProjectEvents subject' => 'Subject',
    'field ProjectEvents repeat_forever'=> 'Repeat forever',
    'field ProjectEvents description' => 'Description',
    'field ProjectEvents private' => 'Private',
    'field ProjectEvents repeat_end' => 'Repeat end',
    'field ProjectEvents repeat_num' => 'Repeat number',
    'field ProjectEvents repeat_d' => 'Repeat day',
    'field ProjectEvents repeat_m' => 'Repeat month',
    'field ProjectEvents repeat_y' => 'Repeat year',
    'field ProjectEvents repeat_h' => 'Repeat hour',
'field ProjectEvents created_on' => 'Created on',
'field ProjectEvents updated_on' => 'Updated on',
'field ProjectEvents created_by_id' => 'Created by',
'field ProjectEvents updated_by_id' => 'Updated by',
 
// File fields
'field ProjectFiles filename' => 'Filename',
    'field ProjectFiles description' => 'Description',
    'field ProjectFiles is_important' => 'Is important',
    'field ProjectFiles is_locked' => 'Is locked',
    'field ProjectFiles is_visible' => 'Is visible',
    'field ProjectFiles expiration_time' => 'Expiration time',
    'field ProjectFiles comments_enabled' => 'Comments enabled',
    'field ProjectFiles anonymous_comments_enabled' => 'Anonymous comments enabled',
'field ProjectFiles url' => 'Url',
'field ProjectFiles created_on' => 'Created on',
'field ProjectFiles updated_on' => 'Updated on',
'field ProjectFiles checked_out_on' => 'Checked out on',
'field ProjectFiles created_by_id' => 'Created by',
'field ProjectFiles updated_by_id' => 'Updated by',
 
// Milestone fields
    'field ProjectMilestones name' => 'Name',
    'field ProjectMilestones description' => 'Description',
    'field ProjectMilestones due_date' => 'Due date',
    'field ProjectMilestones completed_on' => 'Completed on',
'field ProjectMilestones is_template' => 'Is template',
'field ProjectMilestones created_on' => 'Created on',
'field ProjectMilestones updated_on' => 'Updated on',
'field ProjectMilestones created_by_id' => 'Created by',
'field ProjectMilestones updated_by_id' => 'Updated by',
'field ProjectMilestones assigned_to_company_id' => 'Assigned to company',
'field ProjectMilestones assigned_to_user_id' => 'Assigned to user',
 
// Message fields
'field ProjectMessages title' => 'Title',
    'field ProjectMessages text' => 'Text',
    'field ProjectMessages additional_text' => 'Additional text',
    'field ProjectMessages is_important' => 'Is important',
    'field ProjectMessages comments_enabled' => 'Comments enabled',
    'field ProjectMessages anonymous_comments_enabled' => 'Anonymous comments enabled',
'field ProjectMessages created_on' => 'Created on',
'field ProjectMessages updated_on' => 'Updated on',
'field ProjectMessages created_by_id' => 'Created by',
'field ProjectMessages updated_by_id' => 'Updated by',
'field ProjectMessages milestone_id' => 'Milestone',
 
// Task fields
'field ProjectTasks text' => 'Text',
'field ProjectTasks completed_on' => 'Completed on',
'field ProjectTasks due_date' => 'Due date',
'field ProjectTasks start_date' => 'Start date',
'field ProjectTasks created_on' => 'Created on',
'field ProjectTasks updated_on' => 'Updated on',
'field ProjectTasks order' => 'Order',
'field ProjectTasks title' => 'Title',
'field ProjectTasks started_on' => 'Started on',
'field ProjectTasks priority' => 'Priority',
    'field ProjectTasks assigned_on' => 'Assigned on',
'field ProjectTasks time_estimate' => 'Time estimate',
'field ProjectTasks is_template' => 'Is template',
'field ProjectTasks created_by_id' => 'Created by',
'field ProjectTasks updated_by_id' => 'Updated by',
'field ProjectTasks milestone_id' => 'Milestone',
'field ProjectTasks assigned_to_company_id' => 'Assigned to company',
'field ProjectTasks assigned_to_user_id' => 'Assigned to user',
'field ProjectTasks completed_by_id' => 'Completed by',
'field ProjectTasks repeat_by' => 'Repeat by',
'field ProjectTasks repeat_end' => 'Repeat end',
    'field ProjectTasks repeat_num' => 'Repeat number',
'field ProjectTasks repeat_forever' => 'Repeat forever',
    'field ProjectTasks repeat_d' => 'Repeat day',
    'field ProjectTasks repeat_m' => 'Repeat month',
    'field ProjectTasks repeat_y' => 'Repeat year',
 
// User fields
    'field Users username' => 'Username',
    'field Users email' => 'Email',
    'field Users display_name' => 'Display name',
    'field Users title' => 'Title',
    'field Users created_on' => 'Created on',
    'field Users updated_on' => 'Updated on',
    'field Users last_login' => 'Last login',
    'field Users last_visit' => 'Last visit',
    'field Users last_activity' => 'Last activity',
    'field Users can_edit_company_data' => 'Can edit company data',
    'field Users can_manage_workspaces'=> 'Can manage workspaces',
    'field Users can_manage_security' => 'Can manage security',
    'field Users can_manage_configuration' => 'Can manage configuration',
    'field Users auto_assign' => 'Auto assign',  
    'field Users can_manage_contacts' => 'Can manage all contacts',
    'field Users can_manage_templates' => 'Can manage templates',
'field Users can_manage_reports'=> 'Can manage reports',
'field Users created_by_id' => 'Created by',
'field Users updated_by_id' => 'Updated by',
'field Users company_id' => 'Company',
 
// Webpage fields
    'field ProjectWebpages url' => 'Url',
    'field ProjectWebpages title' => 'Title',
    'field ProjectWebpages description' => 'Description',
    'field ProjectWebpages created_on' => 'Created on',
    'field ProjectWebpages updated_on' => 'Updated on',
'field ProjectWebpages created_by_id' => 'Created by',
'field ProjectWebpages updated_by_id' => 'Updated by',
 
// Project fields
'field Projects name' => 'Name',
    'field Projects description' => 'Description',
    'field Projects show_description_in_overview' => 'Show description in overview',
    'field Projects completed_on' => 'Completed on',
    'field Projects created_on' => 'Created on',  
    'field Projects updated_on' => 'Updated on',
'field Projects created_by_id' => 'Created by',  
     'field Projects updated_by_id' => 'Updated by',
'field Projects completed_by_id' => 'Completed by' 
);


?>
?>

Revision as of 16:07, 30 September 2009

<?php

return array(

// Company fields 'field Companies name' => 'Name', 'field Companies address' => 'Address', 'field Companies address2' => 'Address 2', 'field Companies city' => 'City', 'field Companies state' => 'State', 'field Companies zipcode' => 'Zipcode', 'field Companies country' => 'Country', 'field Companies phone_number' => 'Phone', 'field Companies fax_number' => 'Fax', 'field Companies email' => 'Email address', 'field Companies homepage' => 'Homepage', 'field Companies notes' => 'Notes', 'field Companies homepage' => 'Homepage', 'field Companies created_on' => 'Created on', 'field Companies updated_on' => 'Updated on', 'field Companies created_by_id' => 'Created by', 'field Companies updated_by_id' => 'Updated by',

// Contact fields 'field Contacts company_id' => 'Company', 'field Contacts firstname' => 'First name', 'field Contacts lastname' => 'Last name', 'field Contacts email' => 'Email address', 'field Contacts w_web_page' => 'Work website', 'field Contacts w_address' => 'Work address', 'field Contacts w_city' => 'Work city', 'field Contacts w_state' => 'Work state', 'field Contacts w_zipcode' => 'Work zipcode', 'field Contacts w_country' => 'Work country', 'field Contacts w_phone_number' => 'Work phone', 'field Contacts w_phone_number2' => 'Work phone 2', 'field Contacts w_fax_number' => 'Work fax', 'field Contacts w_assistant_number' => 'Work assistant', 'field Contacts w_callback_number' => 'Work callback',

'field Contacts h_web_page' => 'Home website', 'field Contacts h_address' => 'Home address', 'field Contacts h_city' => 'Home city', 'field Contacts h_state' => 'Home state', 'field Contacts h_zipcode' => 'Home zipcode', 'field Contacts h_country' => 'Home country', 'field Contacts h_phone_number' => 'Home phone', 'field Contacts h_phone_number2' => 'Home phone 2', 'field Contacts h_fax_number' => 'Home fax', 'field Contacts h_mobile_number' => 'Home mobile', 'field Contacts h_pager_number' => 'Home pager',

'field Contacts o_web_page' => 'Other website', 'field Contacts o_address' => 'Other address', 'field Contacts o_city' => 'Other city', 'field Contacts o_state' => 'Other state', 'field Contacts o_zipcode' => 'Other zipcode', 'field Contacts o_country' => 'Other country', 'field Contacts o_phone_number' => 'Other phone', 'field Contacts o_phone_number2' => 'Other phone 2', 'field Contacts o_fax_number' => 'Other fax', 'field Contacts o_birthday' => 'Birthday', 'field Contacts email2' => 'Email address 2', 'field Contacts email3' => 'Email address 3', 'field Contacts job_title' => 'Job title', 'field Contacts department' => 'Department', 'field Contacts middlename' => 'Middle name', 'field Contacts notes' => 'Notes', 'field Contacts created_on' => 'Created on', 'field Contacts updated_on' => 'Updated on', 'field Contacts created_by_id' => 'Created by', 'field Contacts updated_by_id' => 'Updated by',

// Email fields

   'field MailContents from' => 'From',
   'field MailContents from_name' => 'From name',
   'field MailContents to'  => 'To',
   'field MailContents date' => 'Date',
   'field MailContents sent_date' => 'Sent date',
   'field MailContents subject' => 'Subject',
   'field MailContents content' => 'Content',
   'field MailContents body_plain' => 'Body plain',
   'field MailContents body_html' => 'Body HTML',
   'field MailContents has_attachments' => 'Has attachments', 
   'field MailContents size' => 'Size', 
   'field MailContents state' => 'State', 
   'field MailContents is_deleted' => 'Is deleted', 
   'field MailContents is_shared' => 'Is shared',

'field MailContents imap_folder_name' => 'IMAP Folder name', 'field MailContents account_email' => 'Account email', 'field MailContents created_on' => 'Created on', 'field MailContents created_by_id' => 'Created by', 'field MailContents updated_by_id' => 'Updated by', 'field MailContents cc' => 'CC', 'field MailContents bcc' => 'BCC',

// Event fields

   'field ProjectEvents duration' => 'Duration',
   'field ProjectEvents start' => 'Start',
   'field ProjectEvents subject' => 'Subject',
   'field ProjectEvents repeat_forever'=> 'Repeat forever',
   'field ProjectEvents description' => 'Description',
   'field ProjectEvents private' => 'Private',
   'field ProjectEvents repeat_end' => 'Repeat end',
   'field ProjectEvents repeat_num' => 'Repeat number',
   'field ProjectEvents repeat_d' => 'Repeat day',
   'field ProjectEvents repeat_m' => 'Repeat month',
   'field ProjectEvents repeat_y' => 'Repeat year',
   'field ProjectEvents repeat_h' => 'Repeat hour',

'field ProjectEvents created_on' => 'Created on', 'field ProjectEvents updated_on' => 'Updated on', 'field ProjectEvents created_by_id' => 'Created by', 'field ProjectEvents updated_by_id' => 'Updated by',

// File fields 'field ProjectFiles filename' => 'Filename',

   'field ProjectFiles description' => 'Description', 
   'field ProjectFiles is_important' => 'Is important', 
   'field ProjectFiles is_locked' => 'Is locked', 
   'field ProjectFiles is_visible' => 'Is visible', 
   'field ProjectFiles expiration_time' => 'Expiration time', 
   'field ProjectFiles comments_enabled' => 'Comments enabled', 
   'field ProjectFiles anonymous_comments_enabled' => 'Anonymous comments enabled', 

'field ProjectFiles url' => 'Url', 'field ProjectFiles created_on' => 'Created on', 'field ProjectFiles updated_on' => 'Updated on', 'field ProjectFiles checked_out_on' => 'Checked out on', 'field ProjectFiles created_by_id' => 'Created by', 'field ProjectFiles updated_by_id' => 'Updated by',

// Milestone fields

   'field ProjectMilestones name' => 'Name',
   'field ProjectMilestones description' => 'Description',
   'field ProjectMilestones due_date' => 'Due date',
   'field ProjectMilestones completed_on' => 'Completed on',

'field ProjectMilestones is_template' => 'Is template', 'field ProjectMilestones created_on' => 'Created on', 'field ProjectMilestones updated_on' => 'Updated on', 'field ProjectMilestones created_by_id' => 'Created by', 'field ProjectMilestones updated_by_id' => 'Updated by', 'field ProjectMilestones assigned_to_company_id' => 'Assigned to company', 'field ProjectMilestones assigned_to_user_id' => 'Assigned to user',

// Message fields 'field ProjectMessages title' => 'Title',

   'field ProjectMessages text' => 'Text', 
   'field ProjectMessages additional_text' => 'Additional text', 
   'field ProjectMessages is_important' => 'Is important', 
   'field ProjectMessages comments_enabled' => 'Comments enabled', 
   'field ProjectMessages anonymous_comments_enabled' => 'Anonymous comments enabled', 

'field ProjectMessages created_on' => 'Created on', 'field ProjectMessages updated_on' => 'Updated on', 'field ProjectMessages created_by_id' => 'Created by', 'field ProjectMessages updated_by_id' => 'Updated by', 'field ProjectMessages milestone_id' => 'Milestone',

// Task fields 'field ProjectTasks text' => 'Text', 'field ProjectTasks completed_on' => 'Completed on', 'field ProjectTasks due_date' => 'Due date', 'field ProjectTasks start_date' => 'Start date', 'field ProjectTasks created_on' => 'Created on', 'field ProjectTasks updated_on' => 'Updated on', 'field ProjectTasks order' => 'Order', 'field ProjectTasks title' => 'Title', 'field ProjectTasks started_on' => 'Started on', 'field ProjectTasks priority' => 'Priority',

   'field ProjectTasks assigned_on' => 'Assigned on',

'field ProjectTasks time_estimate' => 'Time estimate', 'field ProjectTasks is_template' => 'Is template', 'field ProjectTasks created_by_id' => 'Created by', 'field ProjectTasks updated_by_id' => 'Updated by', 'field ProjectTasks milestone_id' => 'Milestone', 'field ProjectTasks assigned_to_company_id' => 'Assigned to company', 'field ProjectTasks assigned_to_user_id' => 'Assigned to user', 'field ProjectTasks completed_by_id' => 'Completed by', 'field ProjectTasks repeat_by' => 'Repeat by', 'field ProjectTasks repeat_end' => 'Repeat end',

   'field ProjectTasks repeat_num' => 'Repeat number',

'field ProjectTasks repeat_forever' => 'Repeat forever',

   'field ProjectTasks repeat_d' => 'Repeat day',
   'field ProjectTasks repeat_m' => 'Repeat month',
   'field ProjectTasks repeat_y' => 'Repeat year',

// User fields

   'field Users username' => 'Username', 
   'field Users email' => 'Email', 
   'field Users display_name' => 'Display name', 
   'field Users title' => 'Title', 
   'field Users created_on' => 'Created on', 
   'field Users updated_on' => 'Updated on', 
   'field Users last_login' => 'Last login', 
   'field Users last_visit' => 'Last visit', 
   'field Users last_activity' => 'Last activity', 
   'field Users can_edit_company_data' => 'Can edit company data',
   'field Users can_manage_workspaces'=> 'Can manage workspaces',
   'field Users can_manage_security' => 'Can manage security',
   'field Users can_manage_configuration' => 'Can manage configuration', 
   'field Users auto_assign' => 'Auto assign', 
   'field Users can_manage_contacts' => 'Can manage all contacts',
   'field Users can_manage_templates' => 'Can manage templates',

'field Users can_manage_reports'=> 'Can manage reports', 'field Users created_by_id' => 'Created by', 'field Users updated_by_id' => 'Updated by', 'field Users company_id' => 'Company',

// Webpage fields

   'field ProjectWebpages url' => 'Url', 
   'field ProjectWebpages title' => 'Title', 
   'field ProjectWebpages description' => 'Description', 
   'field ProjectWebpages created_on' => 'Created on',
   'field ProjectWebpages updated_on' => 'Updated on',

'field ProjectWebpages created_by_id' => 'Created by', 'field ProjectWebpages updated_by_id' => 'Updated by',

// Project fields 'field Projects name' => 'Name',

   'field Projects description' => 'Description', 
   'field Projects show_description_in_overview' => 'Show description in overview', 
   'field Projects completed_on' => 'Completed on', 
   'field Projects created_on' => 'Created on', 
   'field Projects updated_on' => 'Updated on',

'field Projects created_by_id' => 'Created by',

   'field Projects updated_by_id' => 'Updated by',

'field Projects completed_by_id' => 'Completed by' );

?>