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-bg)
(errors-en)
Line 2: Line 2:
<?php
<?php


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


// Titles
  // Return langs
     'new message' => 'Нова бележка',
  return array(
     'new comment' => 'Нов коментар',
 
     'your account created' => 'Създадена е вашият нов потребителски профил за Feng Office',
    // General
     'your password' => 'Вашата парола',
    'invalid email address' => 'Email address format is not valid',
     'milestone assigned to you' => 'Имате поставена нова междинна цел',
 
     'task assigned to you' => 'Имате поставена нова задача',
    // 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',


// Interface
  'error assign task user dnx' => 'Trying to assign to an inexistent user',
    'hi john doe' => 'Здравей, {0}',
'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',
    'user password reseted desc' => 'Your password has been reset. You can now login to {0} at {1} with the following credentials:',
'error assign task permissions company' => 'You don\'t have permissions to assign a task to that company',
'user password reseted username' => 'Потребителско име: {0}',
  'account already being checked' => 'Account is already being checked.',
'user password reseted password' => 'Парола: {0}',
  '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.',


'password expiration reminder' => 'Напомняне за изтичането на паролата',
  'mailAccount dnx' => 'Email account does not exist',
'password expires days' => 'Паролата ви ще изтече след {0} дни',
  'error add contact from user' => 'Could not add contact from user.',
 
  ); // array
    'dont reply wraning' => 'ТОВА Е СИСТЕМНО ИЗВЕСТИЕ. НЕ ОТГОВАРЯЙТЕ НА ТОВА ПИСМО!',
    'new message posted' => 'Оставена е нова бележка "{0}"',
    'new task' => 'Нова задача',
    'new task created' => 'Създадена е нова задача "{0}" в работно пространство "{1}"',
    'view new message' => 'Преглед на бележката',
    'view new task' => 'Преглед на задачата',
 
    'new comment posted' => 'Публикуван е нов коментар относно "{0}"',
    'view new comment' => 'Преглед на коментара',
 
    'user created your account' => '{0} създаде за вас нов профил',
    'visit and login' => 'Visit {0} and login with',
 
    'milestone assigned' => 'Поставена ви е междинната цел "{0}"',
'task assigned' => 'Поставена ви е задачата "{0}"',
    'view assigned milestones' => 'Преглед на поставената междинна цел',
'view assigned tasks' => 'Преглед на поставената задача',
 
    'reply mail' => 'Отговор',
    'write mail' => 'Съставяне на писмо',
    'mail to' => 'До',
    'mail account' => 'Акаунт',
    'mail account desc' => ' Акаунтът, от който е изпратено писмото',
    'mail subject' => 'Тема',
    'mail CC' => 'CC',
    'mail CC desc' => ' Carbon Copy: Явните получатели ще получат идентично копие на това електронно писмо',
    'mail BCC' => 'BCC',
    'mail BCC desc' => ' Blind  Carbon Copy: Неявните получатели ще получат идентично копие на това електронно писмо, но останалите получатели няма да знаят за това',
    'mail from' => 'От',
    'mail body' => 'Съдържание',
    'send mail' => 'Изпращане на писмо',
    'smtp server' => 'SMTP сървър',
    'mail account smtp server description' => 'SMTP сървърът се използва за изпращане на електронни писма',
    'smtp use auth' => 'SMTP сървърна автентикация',
    'mail account smtp use auth description' => ' По този начин удостоверявате автентичността на SMTP сървъра. Обикновено правилната опция е \'Use incoming\'.',
    'no smtp auth' => 'Без автентикация',
    'same as incoming' => 'Use incoming',
    'smtp specific' => 'Входящи SMTP потребителско име и парола',
    'smtp username' => 'SMTP потребителско име',
    'mail account smtp username description' => ' Потребителско име за SMTP сървъра',
    'smtp password' => 'SMTP парола',
    'mail account smtp password description' => ' Парола за SMTP сървъра',
    'smtp port' => 'SMTP сървърен порт',
    'mail account smtp port description' => ' Това е портът, на който сървърът слуша за SMTP услуга. Стойността по подразбиране, която най-често се изполва, е 25.',
    'outgoing transport type' => 'Криптирана връзка',
'mail account outgoing transport type description' => 'Укажете "ssl" или "tls" за криптирана връзка',
'smtp settings' => 'SMTP настройки',
    'format plain' => 'Форматиране като обикновен текст',
    'format html' => 'Форматиране като HTML',
    'mail options' => 'Опции',
    'forward mail' => 'Препращане',
    'reply to all mail' => 'Отговор до всички',
    'switch format warn' => 'Прехвърлянето като обикновен текст ще отмени цялото форматиране на HTML. Искате ли да продължите?',
    'success mark objects' => 'Писмото е обновено',
    'error mark email' => 'Грешка при обновяването на състоянието на писмото',
    'draft' => 'Чернова',
    'success save mail' => 'Черновата е запазена',
    'discard' => 'Отмяна',
    'mail address' => 'Адрес на електронна поща',
    'mail address description' => 'Адресът на електронна поща е адресът, който другите хора използват, за да ви пращат електронни писма',
 
'unread emails' => 'Непрочетени писма',
//'view due task' => 'View due task',
'due_date reminder notification task' => 'Напомняне за предстоящи задачи',
'due_date task reminder desc' => 'Задача "{0}" изтича на "{1}" и все още не е приключена',
'due_date reminder notification milestone' => 'Напомняне за предстоящи междинни цели',
'due_date milestone reminder desc' => 'Междинна цел "{0}" изтича на "{1}" и все още не е приключена',
'start reminder notification event' => 'Напомняне за събития',
'start event reminder' => 'Напомняне за събитие',
'start event reminder desc' => 'Събитие "{0}" започва на "{1}"',
'task has been modified' => 'Задача "{0}" в работно пространство "{1}" беше променена',
'task modified' => 'Променена задача',
'view task' => 'Преглед на задача',
'view file' => 'Преглед на файл',
'view message' => 'Преглед на съобщение',
'view comment' => 'Преглед на коментар',
'view company' => 'Преглед на компания',
'view contact' => 'Преглед на контакт',
'view mail account' => 'Преглед на имейл акаунт',
'view email' => 'Преглед на писмо',
'view emailunclassified' => 'Преглед на писмо',
'view chart' => 'Преглед на диаграма',
'view event' => 'Преглед на събитие',
'view file_revision' => 'Преглед на файлова версия',
'view form' => 'Преглед на формуляр',
'view milestone' => 'Преглед на междинна цел',
'view task' => 'Преглед на задача',
'view webpage' => 'Преглед на уебвръзка',
'view project' => 'Преглед на работно пространство',
'view tag' => 'Преглед на етикет',
'view template' => 'Преглед на шаблон',
'view timeslot' => 'View timeslot',
'view user' => 'Преглед на потребител',
 
'original message' => 'Оригинално съобщение',
'mail sent' => 'Писмото е изпратено',
 
'new notification task' => 'Нова задача \'{0}\'',
'new notification task desc' => 'Нова задача, озаглавена \'{0}\', беше добавена от {1}.',
'new notification event' => 'Ново събитие \'{0}\'',
'new notification event desc' => 'Ново събитие, озаглавено \'{0}\', беше добавено от {1}.',
'new notification company' => 'Нова компания \'{0}\'',
'new notification company desc' => 'Нова компания на име \'{0}\' беше добавена от {1}.',
'new notification contact' => 'Нов контакт \'{0}\'',
'new notification contact desc' => 'Нов контакт на име \'{0}\' беше добавен от {1}',
'new notification message' => 'Нова бележка \'{0}\'',
'new notification message desc' => 'Нова бележка, озаглавена \'{0}\', беше добавена от {1}',
'new notification file' => 'Нов файл \'{0}\'',
'new notification file desc' => 'Нов файл на име \'{0}\' беше добавен от {1}',
'new notification webpage' => 'Нова уебвръзка \'{0}\'',
'new notification webpage desc' => 'Нова уебвръзка, озаглавена \'{0}\', беше добавена от {1}',
'new notification milestone' => 'Нова междинна цел \'{0}\'',
'new notification milestone desc' => 'Нова междинна цел, озаглавена \'{0}\', беше добавена от {1}',
'new notification comment' => 'Нов коментар относно \'{0}\'',
'new notification comment desc' => 'Нов коментар относно \'{0}\' беше оставен от {1}.',
 
'modified notification task' => 'Задача \'{0}\' беше променена',
'modified notification task desc' => 'Задача \'{0}\' беше променена от {1}.',
'modified notification event' => 'Събитие \'{0}\' е било променено',
'modified notification event desc' => 'Събитие \'{0}\' е било променено от {1}.',
'modified notification company' => 'Компания \'{0}\' беше променена',
'modified notification company desc' => 'Компания \'{0}\' беше променена от {1}.',
'modified notification contact' => 'Контакт \'{0}\' беше променен',
'modified notification contact desc' => 'Контакт \'{0}\' беше променен от {1}.',
'modified notification message' => 'Бележка \'{0}\' беше променена',
'modified notification message desc' => 'Бележка \'{0}\' беше променена от {1}.',
'modified notification file' => 'Файл \'{0}\' беше променен',
'modified notification file desc' => 'Файл \'{0}\' беше променен от {1}.',
'modified notification webpage' => 'Уебвръзка \'{0}\' беше променена',
'modified notification webpage desc' => 'Уебвръзка \'{0}\' беше променена от {1}.',
'modified notification milestone' => 'Междинна цел \'{0}\' беше променена',
'modified notification milestone desc' => 'Междинна цел \'{0}\' беше променена от {1}.',
'modified notification email' => 'Писмо \'{0}\' е било променено',
'modified notification email desc' => 'Писмо \'{0}\' е било променено от {1}.',
'deleted notification task' => 'Задача \'{0}\' беше преместена в кошчето',
'deleted notification task desc' => 'Задача \'{0}\' беше преместена в кошчето от {1}.',
'deleted notification event' => 'Събитие \'{0}\' е било преместено в кошчето',
'deleted notification event desc' => 'Събитие \'{0}\' е било преместено в кошчето от {1}.',
'deleted notification company' => 'Компания \'{0}\' беше преместена в кошчето',
'deleted notification company desc' => 'Компания \'{0}\' беше преместена в кошчето от {1}.',
'deleted notification contact' => 'Контакт \'{0}\' беше преместен в кошчето',
'deleted notification contact desc' => 'Контакт \'{0}\' беше преместен в кошчето от {1}.',
'deleted notification message' => 'Бележка \'{0}\' беше преместена в кошчето',
'deleted notification message desc' => 'Бележка \'{0}\' беше преместена в кошчето от {1}.',
'deleted notification file' => 'Файл \'{0}\' беше преместен в кошчето',
'deleted notification file desc' => 'Файл \'{0}\' беше преместен в кошчето от {1}.',
'deleted notification webpage' => 'Хипервръзка \'{0}\' беше преместена в кошчето',
'deleted notification webpage desc' => 'Хипервръзка \'{0}\' беше преместена в кошчето от {1}.',
'deleted notification milestone' => 'Междинна цел \'{0}\' беше преместена в кошчето',
'deleted notification milestone desc' => 'Междинна цел \'{0}\' беше преместена в кошчето от {1}.',
'deleted notification email' => 'Писмо \'{0}\' беше преместено в кошчето',
'deleted notification email desc' => 'Писмо \'{0}\' беше преместено в кошчето от {1}.',
 
'closed notification task' => 'Задача \'{0}\' беше изпълнена',
'closed notification task desc' => 'Задача \'{0}\' беше изпълнена от {1}.',
'closed notification milestone' => 'Междинна цел \'{0}\' беше постигната',
'closed notification milestone desc' => 'Междинна цел \'{0}\' беше постигната от {1}.',
'mail attachments' => 'Прикачени файлове',
'select attachment' => 'Избиране и прикачване на файл',
'attach from workspace' => 'Избиране на файл за прикачване от работното пространство',
   
); // array


    ?>
?>
</pre>
</pre>

Revision as of 16:12, 28 February 2010

<?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.',

  	'mailAccount dnx' => 'Email account does not exist',
  	'error add contact from user' => 'Could not add contact from user.',
  ); // array

?>