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


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


// Titles
  // Return langs
     'new message' => 'New note',
  return array(
     'new comment' => 'New comment',
 
     'your account created' => 'Your new OpenGoo account has been created',
    // General
     'your password' => 'Your password',
     'invalid email address' => 'Email address format is not valid',
     'milestone assigned to you' => 'Milestone has been assigned to you',
 
     'task assigned to you' => 'Task has been assigned to you',
    // Company validation errors
 
     'company name required' => 'Company / organization name is required',
// Interface
     'company homepage invalid' => 'Homepage value is not a valid URL',
     'hi john doe' => 'Hi {0}',
   
    // User validation errors
     'user password reseted desc' => 'Your password has been reset. You can now login to {0} at {1} with the following credentials:',
     'username value required' => 'Username value is required',
'user password reseted username' => 'Username: {0}',
     'username must be unique' => 'Sorry, but selected username is already taken',
'user password reseted password' => 'Password: {0}',
     'email value is required' => 'Email address value is required',
 
     'email address must be unique' => 'Sorry, selected email address is already taken',
'password expiration reminder' => 'Password expiration reminder',
    'company value required' => 'User must be part of company / organization',
'password expires days' => 'Your password will expire in {0} days',
     'password value required' => 'Password value is required',
 
    'passwords dont match' => 'Passwords don\'t match',
     'dont reply wraning' => 'THIS IS A SYSTEM NOTIFICATION. DO NOT REPLY TO THIS EMAIL!',
    'old password required' => 'Old password value is required',
    'new message posted' => 'New note "{0}" has been posted',
    'invalid old password' => 'Old password is not valid',
    'new task' => 'New task',
    'users must belong to a company' => 'Contacts must belong to a company in order to generate a user',
    'new task created' => 'New task "{0}" has been created in "{1}" workspace',
     'contact linked to user' => 'Contact is linked to user {0}',
    'view new message' => 'View that note',
 
    'view new task' => 'View that task',
  // Password validation errors
 
  'password invalid min length' => 'Password length must be at least {0} characters',
    'new comment posted' => 'New comment on "{0}" has been posted',
  'password invalid numbers' => 'Password must have at least {0} numerical characters',
    'view new comment' => 'View that comment',
  'password invalid uppercase' => 'Password must have at least {0} uppercase characters',
 
  'password invalid metacharacters' => 'Password must have at least {0} metacharacters',
    'user created your account' => '{0} created new account for you',
  'password exists history' => 'Password was used on one of last ten passwords',
     'visit and login' => 'Visit {0} and login with',
  'password invalid difference' => 'Password must differ in at least 3 characters with last 10 passwords',
 
  'password expired' => 'Your password has expired',
     'milestone assigned' => 'Milestone "{0}" has been assigned to you',
  'password invalid' => 'Your password is no longer valid',
'task assigned' => 'Task "{0}" has been assigned to you',
   
     'view assigned milestones' => 'View the milestone',
    // Avatar
'view assigned tasks' => 'View the task',
     'invalid upload type' => 'Invalid file type. Allowed types are {0}',
 
     'invalid upload dimensions' => 'Invalid image dimensions. Max size is {0}x{1} pixels',
     'reply mail' => 'Reply',
    'invalid upload size' => 'Invalid image size. Max size is {0}',
     'write mail' => 'Write Mail',
     'invalid upload failed to move' => 'Failed to move uplaoded file',
     'mail to' => 'To',
   
     'mail account' => 'Account',
    // Registration form
     'mail account desc' => ' Account from which the mail will be sent',
     'terms of services not accepted' => 'In order to create an account you need to read and accept our terms of services',
     'mail subject' => 'Subject',
   
     'mail CC' => 'CC',
    // Init company website
     'mail CC desc' => ' Carbon Copy recipients will receive an identical copy of the email',
     'failed to load company website' => 'Failed to load website. Owner company not found',
     'mail BCC' => 'BCC',
     'failed to load project' => 'Failed to load active workspace',
     'mail BCC desc' => ' Blind  Carbon Copy recipients will receive an identical copy of the email, but other recipients will not know about it',
      
     'mail from' => 'From',
    // Login form
     'mail body' => 'Body',
     'username value missing' => 'Please insert your username',
     'send mail' => 'Send Mail',
     'password value missing' => 'Please insert your password',
     'smtp server' => 'SMTP Server',
     'invalid login data' => 'Failed to log you in. Please check your login data and try again',
     'mail account smtp server description' => ' The SMTP server is the server that will be used to send emails',
   
     'smtp use auth' => 'SMTP Server Authentication',
    // Add project form
     'mail account smtp use auth description' => ' The way you will authenticate with the SMTP server. Usually \'Use incoming\' is the correct option.',
     'project name required' => 'Workspace name value is required',
     'no smtp auth' => 'No authentication',
     'project name unique' => 'Workspace name must be unique',
     'same as incoming' => 'Use incoming',
      
    'smtp specific' => 'Input SMTP username and password',
    // Add message form
    'smtp username' => 'SMTP Username',
    'message title required' => 'Title value is required',
    'mail account smtp username description' => ' Username for SMTP Server',
     'message title unique' => 'Title value must be unique in this workspace',
    'smtp password' => 'SMTP Password',
     'message text required' => 'Text value is required',
    'mail account smtp password description' => ' Password  for SMTP Server',
   
     'smtp port' => 'SMTP Server Port',
    // Add comment form
     'mail account smtp port description' => ' This is the port in which the server listens to the SMTP Service. The default and most common value is 25.',
     'comment text required' => 'Text of the comment is required',
     'outgoing transport type' => 'Secure connection',
   
'mail account outgoing transport type description' => 'Set to "ssl" or "tls" for secure connection',
    // Add milestone form
'smtp settings' => 'SMTP Settings',
     'milestone name required' => 'Milestone name value is required',
     'format plain' => 'Format as Plain Text',
     'milestone due date required' => 'Milestone due date value is required',
     'format html' => 'Format as HTML',
   
     'mail format options' => 'Format',
    // Add task list
     'forward mail' => 'Forward',
     'task list name required' => 'Task name value is required',
     'reply to all mail' => 'Reply to All',
     'task list name unique' => 'Task name must be unique in workspace',
     'switch format warn' => 'Switching to text will discard all HTML formatting. Continue?',
     'task title required' => 'Task title is required',
     'success mark objects' => 'Mail updated',
 
     'error mark email' => 'Error updating email state',
    // Add task
    'draft' => 'Draft',
     'task text required' => 'Task text is required',
     'success save mail' => 'Draft saved',
'repeat x times must be a valid number between 1 and 1000' => 'Repeat X times must be a valid number between 1 and 1000.',
     'discard' => 'Discard',
'repeat period must be a valid number between 1 and 1000' => 'Repeat period must be a valid number between 1 and 1000.',
     'mail address' => 'Email Address',
  'to repeat by start date you must specify task start date' => 'To repeat by start date you must specify task start date',
     'mail address description' => 'Email address is the address that other people use to send you emails',
'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.',
'unread emails' => 'Unread emails',
//'view due task' => 'View due task',
    // Add event
'due_date reminder notification task' => 'Due task reminder',
     'event subject required' => 'Event subject is required',
'due_date task reminder desc' => 'Task "{0}" is due on "{1}" and is still pending',
     'event description maxlength' => 'Description must be under 3000 characters',
'due_date reminder notification milestone' => 'Due milestone reminder',
    'event subject maxlength' => 'Subject must be under 100 characters',
'due_date milestone reminder desc' => 'Milestone "{0}" is due on "{1}" and is still pending',
   
'start reminder notification event' => 'Event reminder',
    // Add project form
'start event reminder' => 'Event reminder',
     'form name required' => 'Form name is required',
'start event reminder desc' => 'Event "{0}" starts on "{1}"',
    'form name unique' => 'Form name must be unique',
'task has been modified' => 'Task "{0}" in workspace "{1}" has been modified',
    'form success message required' => 'Success note is required',
'task modified' => 'Task modified',
     'form action required' => 'Form action is required',
'view task' => 'View task',
     'project form select message' => 'Please select note',
'view file' => 'View file',
     'project form select task lists' => 'Please select task',
'view message' => 'View message',
   
'view comment' => 'View comment',
    // Submit project form
'view company' => 'View company',
     'form content required' => 'Please insert content into text field',
'view contact' => 'View contact',
   
'view mail account' => 'View mail account',
    // Validate project folder
'view email' => 'View email',
     'folder name required' => 'Folder name is required',
'view emailunclassified' => 'View email',
     'folder name unique' => 'Folder name need to be unique in this workspace',
'view chart' => 'View chart',
   
'view event' => 'View event',
    // Validate add / edit file form
'view file_revision' => 'View file revision',
     'folder id required' => 'Please select folder',
'view form' => 'View form',
     'filename required' => 'Filename is required',
'view milestone' => 'View milestone',
  'weblink required' => 'Weblink url is required',
'view task' => 'View task',
   
'view webpage' => 'View web link',
    // File revisions (internal)
'view project' => 'View workspace',
     'file revision file_id required' => 'Revision needs to be connected with a file',
'view tag' => 'View tag',
     'file revision filename required' => 'Filename required',
'view template' => 'View template',
     'file revision type_string required' => 'Unknown file type',
'view timeslot' => 'View timeslot',
     'file revision comment required' => 'Revision comment required',
'view user' => 'View user',
   
 
    // Test mail settings
'original message' => 'Original message',
    'test mail recipient required' => 'Recipient address is required',
'mail sent' => 'Sent',
    'test mail recipient invalid format' => 'Invalid recipient address format',
 
    'test mail message required' => 'Mail message is required',
'new notification task' => 'New task \'{0}\'',
   
'new notification task desc' => 'A new task entitled \'{0}\' has been added by {1}.',
    // Mass mailer
'new notification event' => 'New event \'{0}\'',
    'massmailer subject required' => 'Message subject is required',
'new notification event desc' => 'A new event entitled \'{0}\' has been added by {1}',
    'massmailer message required' => 'Message body is required',
'new notification company' => 'New company \'{0}\'',
    'massmailer select recepients' => 'Please select users that will receive this email',
'new notification company desc' => 'A new company named \'{0}\' has been added by {1}',
   
'new notification contact' => 'New contact \'{0}\'',
  //Email module
'new notification contact desc' => 'A new contact named \'{0}\' has been added by {1}',
  'mail account name required' => 'Account name required',
'new notification message' => 'New note \'{0}\'',
  'mail account id required' => 'Account Id required',
'new notification message desc' => 'A new note entitled \'{0}\' has been added by {1}',
  'mail account server required' => 'Server required',
'new notification file' => 'New file \'{0}\'',
  'mail account password required' => 'Password required',
'new notification file desc' => 'A new file named \'{0}\' has been added by {1}',
'send mail error' => 'Error while sending mail. Possibly wrong SMTP settings.',
'new notification webpage' => 'New web link \'{0}\'',
    'email address already exists' => 'That email address is already in use.',
'new notification webpage desc' => 'A new web link entitled \'{0}\' has been added by {1}',
 
'new notification milestone' => 'New milestone \'{0}\'',
  'session expired error' => 'Session expired due to user inactivity. Please login again',
'new notification milestone desc' => 'A new milestone entitled \'{0}\' has been added by {1}',
  'unimplemented type' => 'Unimplemented type',
'new notification comment' => 'New comment on \'{0}\'',
  'unimplemented action' => 'Unimplemented action',
'new notification comment desc' => 'A new comment on \'{0}\' has been added by {1}.',
 
 
  'workspace own parent error' => 'A workspace can\'t be its own parent',
'modified notification task' => 'Task \'{0}\' has been modified',
  'task own parent error' => 'A task can\'t be its own parent',
'modified notification task desc' => 'Task \'{0}\' has been modified by {1}.',
  'task child of child error' => 'A task can\'t be child of one of its descendants',
'modified notification event' => 'Event \'{0}\' has been modified',
 
'modified notification event desc' => 'Event \'{0}\' has been modified by {1}',
  'chart title required' => 'Chart title is required.',
'modified notification company' => 'Company \'{0}\' has been modified',
  'chart title unique' => 'Chart title must be unique.',
'modified notification company desc' => 'Company \'{0}\' has been modified by {1}.',
    'must choose at least one workspace error' => 'You must choose at least one workspace where to put the object.',
'modified notification contact' => 'Contact \'{0}\' has been modified',
   
'modified notification contact desc' => 'Contact \'{0}\' has been modified by {1}.',
   
'modified notification message' => 'Note \'{0}\' has been modified',
    'user has contact' => 'There is a contact already assigned to this user',
'modified notification message desc' => 'Note \'{0}\' has been modified by {1}.',
   
'modified notification file' => 'File \'{0}\' has been modified',
    'maximum number of users reached error' => 'The maximum number of users has been reached',
'modified notification file desc' => 'File \'{0}\' has been modified by {1}.',
'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.',
'modified notification webpage' => 'Web link \'{0}\' has been modified',
'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.',
'modified notification webpage desc' => 'Web link \'{0}\' has been modified by {1}.',
    'name must be unique' => 'Sorry, but selected name is already taken',
'modified notification milestone' => 'Milestone \'{0}\' has been modified',
  'not implemented' => 'Not implemented',
'modified notification milestone desc' => 'Milestone \'{0}\' has been modified by {1}.',
  'return code' => 'Return code: {0}',
'modified notification email' => 'Email \'{0}\' has been modified',
  'task filter criteria not recognised' => 'Task filter criteria \'{0}\' not recognised',
'modified notification email desc' => 'Email \'{0}\' has been modified by {1}.',
  'mail account dnx' => 'Mail account doesn\'t exist',
 
    'error document checked out by another user' => 'The document was checked out by another user.',
'deleted notification task' => 'Task \'{0}\' has been sent to trash',
  //Custom properties
'deleted notification task desc' => 'Task \'{0}\' has been sent to trash by {1}.',
  'custom property value required' => '{0} is required',
'deleted notification event' => 'Event \'{0}\' has been sent to trash',
  'value must be numeric' => 'Value(s) must be numeric for {0}',
'deleted notification event desc' => 'Event \'{0}\' has been sent to trash by {1}.',
  'values cannot be empty' => 'Value(s) cannot be empty for {0}',
'deleted notification company' => 'Company \'{0}\' has been sent to trash',
 
'deleted notification company desc' => 'Company \'{0}\' has been sent to trash by {1}.',
  //Reports
'deleted notification contact' => 'Contact \'{0}\' has been sent to trash',
  'report name required' => 'Report name is required',
'deleted notification contact desc' => 'Contact \'{0}\' has been sent to trash by {1}.',
  'report object type required' => 'Report object type is required',
'deleted notification message' => 'Note \'{0}\' has been sent to trash',
'deleted notification message desc' => 'Note \'{0}\' has been sent to trash by {1}.',
'deleted notification file' => 'File \'{0}\' has been sent to trash',
'deleted notification file desc' => 'File \'{0}\' has been sent to trash by {1}.',
'deleted notification webpage' => 'Web link \'{0}\' has been sent to trash',
'deleted notification webpage desc' => 'Web link \'{0}\' has been sent to trash by {1}.',
'deleted notification milestone' => 'Milestone \'{0}\' has been sent to trash',
'deleted notification milestone desc' => 'Milestone \'{0}\' has been sent to trash by {1}.',
'deleted notification email' => 'Email \'{0}\' has been sent to trash',
'deleted notification email desc' => 'Email \'{0}\' has been sent to trash by {1}.',


'closed notification task' => 'Task \'{0}\' has been completed',
  'error assign task user dnx' => 'Trying to assign to an inexistent user',
'closed notification task desc' => 'Task \'{0}\' has been completed by {1}.',
'error assign task permissions user' => 'You don\'t have permissions to assign a task to that user',
'closed notification milestone' => 'Milestone \'{0}\' has been completed',
'error assign task company dnx' => 'Trying to assign to an inexistent company',
'closed notification milestone desc' => 'Milestone \'{0}\' has been completed by {1}.',
'error assign task permissions company' => 'You don\'t have permissions to assign a task to that company',
'mail attachments' => 'Attachments',
  'account already being checked' => 'Account is already being checked.',
'select attachment' => 'Select and upload attachment',
  'no files to compress' => 'No files to compress',
'attach from workspace' => 'Select attachment from workspace',
 
  //Subscribers
  'cant modify subscribers' => 'Cannot modify subscribers',
  'this object must belong to a ws to modify its subscribers' => 'This object must belong to a workspace to modify its subscribers.',
      
      
); // array
  ); // array


    ?>
?>

Revision as of 15:55, 30 September 2009

<?php

 /**
 * Error messages
 *
 * @version 1.0
 * @author Ilija Studen <ilija.studen@gmail.com>
 */
 // Return langs
 return array(
 
   // General
   'invalid email address' => 'Email address format is not valid',
  
   // Company validation errors
   'company name required' => 'Company / organization name is required',
   'company homepage invalid' => 'Homepage value is not a valid URL',
   
   // User validation errors
   'username value required' => 'Username value is required',
   'username must be unique' => 'Sorry, but selected username is already taken',
   'email value is required' => 'Email address value is required',
   'email address must be unique' => 'Sorry, selected email address is already taken',
   'company value required' => 'User must be part of company / organization',
   'password value required' => 'Password value is required',
   'passwords dont match' => 'Passwords don\'t match',
   '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',

'error assign task permissions user' => 'You don\'t have permissions to assign a task to that user', 'error assign task company dnx' => 'Trying to assign to an inexistent company', 'error assign task permissions company' => 'You don\'t have permissions to assign a task to that company',

 	'account already being checked' => 'Account is already being checked.',
 	'no files to compress' => 'No files to compress',
 
 	//Subscribers
 	'cant modify subscribers' => 'Cannot modify subscribers',
 	'this object must belong to a ws to modify its subscribers' => 'This object must belong to a workspace to modify its subscribers.',
   
 ); // array

?>