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-bg)
(fields-en)
Line 2: Line 2:
<?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' => 'Форматът за адрес на електронна поща е навалиден',
'field Companies city' => 'City',
 
'field Companies state' => 'State',
    // Company validation errors
'field Companies zipcode' => 'Zipcode',
    'company name required' => 'Трябва да се въведе име на компанията / организацията',
'field Companies country' => 'Country',
    'company homepage invalid' => 'Въведеният адрес на уеб страницата е невалиден',
'field Companies phone_number' => 'Phone',
   
'field Companies fax_number' => 'Fax',
    // User validation errors
'field Companies email' => 'Email address',
    'username value required' => 'Трябва да се въведе потребителското име',
'field Companies homepage' => 'Homepage',
    'username must be unique' => 'За съжаление, избраното потребителско име е вече заето',
'field Companies notes' => 'Notes',
    'email value is required' => 'Трябва да се въведе адрес на електронна поща',
'field Companies homepage' => 'Homepage',
    'email address must be unique' => 'За съжаление, избраният адрес на електронна поща е вече зает',
'field Companies created_on' => 'Created on',
    'company value required' => 'Потребителят трябва да е част от компанията / организацията',
'field Companies updated_on' => 'Updated on',
    'password value required' => 'Трябва да се въведе парола',
'field Companies created_by_id' => 'Created by',
    'passwords dont match' => 'Паролите не съвпадат',
'field Companies updated_by_id' => 'Updated by',
    'old password required' => 'Трябва да се въведе старата парола',
'field Companies archived_on' => 'Archived on',
    'invalid old password' => 'Старата парола е невалидна',
'field Companies archived_by_id' => 'Archived by',
    'users must belong to a company' => 'Contacts must belong to a company in order to generate a user',
    'contact linked to user' => 'Контактът е свързан с потребител {0}',
 
  // Password validation errors
  'password invalid min length' => 'Паролата трябва да съдържа най-малко {0} символа',
  'password invalid numbers' => 'Паролата трябва да съдържа най-малко {0} цифри',
  'password invalid uppercase' => 'Паролата трябва да съдържа най-малко {0} главни букви',
  'password invalid metacharacters' => 'Паролата трябва да съдържа най-малко {0} метасимволи',
  'password exists history' => 'Тази парола съвпада с една от последните 10 използвани пароли',
  'password invalid difference' => 'Паролата трябва да се различава в най-малко 3 знака от последните 10 пароли',
  'password expired' => 'Паролата ви е изтекла',
  'password invalid' => 'Паролата ви вече не е валидна',
   
    // Avatar
    'invalid upload type' => 'Този файлов тип е невалиден. Позволените типове са {0}',
    'invalid upload dimensions' => 'Тези размери на изображението са невалидни. Максималните размери са {0}x{1} пиксела',
    'invalid upload size' => 'Този размер на изображението е невалиден. Максималният размер е {0}',
    'invalid upload failed to move' => 'Грешка при преместване на качения файл',
   
    // Registration form
    'terms of services not accepted' => 'За да създадете потребителски профил, трябва да прочетете и приемете условията за ползване на нашите услуги',
   
    // Init company website
    'failed to load company website' => 'Грешка при зареждането на уеб. Компанията-собственик не беше открита.',
    'failed to load project' => 'Грешка при зареждане на активно работно пространство',
   
    // Login form
    'username value missing' => 'Моля, въведете потребителското си име',
    'password value missing' => 'Моля, въведете паролата си',
    'invalid login data' => 'Грешка при входа в системата. Моля, проверете пак данните си за достъп и опитайте отново',
   
    // Add project form
    'project name required' => 'Трябва да се въведе име на работното пространство',
    'project name unique' => 'Името на работното пространство трябва да бъде уникално',
   
    // Add message form
    'message title required' => 'Трябва да се въведе заглавие',
    'message title unique' => 'Заглавието трябва да бъде уникално в рамките на работното пространство',
    'message text required' => 'Трябва да се въведе текст',
   
    // Add comment form
    'comment text required' => 'Трябва да се въведе текст на коментара',
   
    // Add milestone form
    'milestone name required' => 'Трябва да се въведе заглавие на междинната цел',
    'milestone due date required' => 'Трябва да се въведе крайна дата на междинната цел',
   
    // Add task list
    'task list name required' => 'Трябва да се въведе заглавие на задачата',
    'task list name unique' => 'Заглавието на задачата трябва да бъде уникално в рамките на работното пространство',
    'task title required' => 'Трябва да се въведе заглавие на задачата',
 
    // Add task
    'task text required' => 'Трябва да се въведе текст на задачата',
    'repeat x times must be a valid number between 1 and 1000' => 'Броят повторения трябва да е валидно число между 1 и 1000.',
'repeat period must be a valid number between 1 and 1000' => 'Периодът на повторение трябва да е валидно число между 1 и 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' => 'Задачата не може да бъде изпълнявана повече пъти, това е последното й изпълнение.',
    // Add event
    'event subject required' => 'Трябва да се въведе тема на събитието',
    'event description maxlength' => 'Описанието трябва да не надвишава 3000 знака',
    'event subject maxlength' => 'Темата трябва да не надвишава 100 знака',
   
    // Add project form
    'form name required' => 'Трябва да се въведе име на формуляра',
    'form name unique' => 'Името на формуляра трябва да бъде уникално',
    'form success message required' => 'Success note is required',
    'form action required' => 'Form action is required',
    'project form select message' => 'Моля, изберете бележка',
    'project form select task lists' => 'Моля, изберете задача',
   
    // Submit project form
    'form content required' => 'Моля, въведете съдържание в текстовото поле',
   
    // Validate project folder
    'folder name required' => 'Трябва да се въведе име на папката',
    'folder name unique' => 'Името на папката трябва да бъде уникално в рамките на работното пространство',
   
    // Validate add / edit file form
    'folder id required' => 'Моля, изберете папка',
    'filename required' => 'Трябва да се въведе име на файла',
  'weblink required' => 'Трябва да се въведе уебвръзка',
   
    // File revisions (internal)
    'file revision file_id required' => 'Версията трябва да бъде асоциирана с файл',
    'file revision filename required' => 'Трябва да се въведе име на файла',
    'file revision type_string required' => 'Непознат файлов тип',
    'file revision comment required' => 'Трябва да се въведе коментар на редакцията',
   
    // Test mail settings
    'test mail recipient required' => 'Трябва да се въведе адрес на получателя',
    'test mail recipient invalid format' => 'Невалиден формат на адреса на получателя',
    'test mail message required' => 'Трябва да се въведе съдържание на писмото',
   
    // Mass mailer
    'massmailer subject required' => 'Трябва да се въведе тема на съобщението',
    'massmailer message required' => 'Трябва да се въведе текст на съобщението',
    'massmailer select recepients' => 'Моля, изберете потребителите, които искате да получат това писмо',
   
  //Email module
  'mail account name required' => 'Трябва да се въведе име на профила',
  'mail account id required' => 'Трябва да се въведе идентификатор на профила',
  'mail account server required' => 'Трябва да се укаже сървър',
  'mail account password required' => 'Трябва да се въведе парола',
'send mail error' => 'Грешка при изпращането на писмото. Възможна причина са грешни SMTP настройки.',
    'email address already exists' => 'Този адрес на електронна поща е вече зает.',
 
  'session expired error' => 'Сесията изтече поради липса на потребителска активност. Моля, влезте отново в системата',
  'unimplemented type' => 'Недефиниран тип',
  'unimplemented action' => 'Недефинирано действие',
 
  'workspace own parent error' => 'Не може едно работно пространство да наследява само себе си',
  'task own parent error' => 'Не може една задача да наследява сама себе си',
  'task child of child error' => 'Не може една задача да наследява някоя от подзадачите си',
 
  'chart title required' => 'Трябва да се въведе заглавие на диаграмата.',
  'chart title unique' => 'Заглавието на диаграмата трябва да бъде уникално.',
    'must choose at least one workspace error' => 'Трябва да се избере поне едно работно пространство, където да се постави обектът.',
   
   
    'user has contact' => 'Вече е асоцииран контакт с този потребител',
   
    'maximum number of users reached error' => 'Достигнат е максималният брой потребители',
'maximum number of users exceeded error' => 'Надвишен е максималният брой потребители. До оправянето на този проблем приложението няма да работи.',
'maximum disk space reached' => 'Вашата дискова квота е пълна. Моля, изтрийте някои от старите обекти преди да се опитвате да добавите нови, или се обърнете за помощ към поддръжката.',
'error db backup' => 'Грешка при създаване на резервно копие на базата данни: {0}',
  'name must be unique' => 'За съжаление, избраното име е вече заето',
  'not implemented' => 'Not implemented',
  'return code' => 'Return code: {0}',
  'task filter criteria not recognised' => 'Непознат критерий за филтриране на задачи: \'{0}\'',
  'mail account dnx' => 'Несъществуващ профил за електронна поща',
    'error document checked out by another user' => 'The document was checked out by another user.',
  //Custom properties
  'custom property value required' => 'Трябва да се въведе {0}',
  'value must be numeric' => 'Стойността на {0} трябва да бъде число',
  'values cannot be empty' => 'Стойността на {0} не може да бъде празна',
 
  //Reports
  'report name required' => 'Трябва да се въведе име на отчета',
  'report object type required' => 'Трябва да се въведе тип на обекта за отчитане',


  'error assign task user dnx' => 'Не може да се назначи задача на несъществуващ потребител',
// Contact fields
'error assign task permissions user' => 'Нямате права да назначавате задачи на този потребител',
'field Contacts company_id' => 'Company',
'error assign task company dnx' => 'Не може да се назначи задача на несъществуваща компания',
'field Contacts firstname' => 'First name',
'error assign task permissions company' => 'Нямате права да назначавате задачи на тази компания',
'field Contacts lastname' => 'Last name',
'account already being checked' => 'Профилът вече е бил проверен.',
'field Contacts email' => 'Email address',
'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' => 'Списъкът на наблюдаващите не може да бъде променен',
'field Contacts w_state' => 'Work state',
'this object must belong to a ws 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',
'field Contacts archived_on' => 'Archived on',
'field Contacts archived_by_id' => 'Archived 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',
'field MailContents archived_on' => 'Archived on',
'field MailContents archived_by_id' => 'Archived by',
 
// 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',
'field ProjectEvents archived_on' => 'Archived on',
'field ProjectEvents archived_by_id' => 'Archived by',
'field ProjectEvents repeat_dow' => 'Repeat day of week',
'field ProjectEvents repeat_mjump' => 'Repeat month jump',
'field ProjectEvents repeat_wnum' => 'Repeat week number',
 
// 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',
'field ProjectFiles archived_on' => 'Archived on',
'field ProjectFiles archived_by_id' => 'Archived 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',
'field ProjectMilestones archived_on' => 'Archived on',
'field ProjectMilestones archived_by_id' => 'Archived by',
 
// 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',
'field ProjectMessages archived_on' => 'Archived on',
'field ProjectMessages archived_by_id' => 'Archived by',
 
// 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 archived_on' => 'Archived on',
'field ProjectTasks archived_by_id' => 'Archived 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 can_manage_time'=> 'Can manage time',
'field Users can_add_mail_accounts'=> 'Can add email accounts',
'field Users created_by_id' => 'Created by',
'field Users updated_by_id' => 'Updated by',
'field Users company_id' => 'Company',
'field Users archived_on' => 'Archived on',
'field Users archived_by_id' => 'Archived by',
 
// 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',
'field ProjectWebpages archived_on' => 'Archived on',
'field ProjectWebpages archived_by_id' => 'Archived 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',
'field Projects archived_on' => 'Archived on',
'field Projects archived_by_id' => 'Archived by',
);


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

Revision as of 16:25, 28 February 2010

<?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',
	'field Companies archived_on' => 'Archived on',
	'field Companies archived_by_id' => 'Archived 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',
	'field Contacts archived_on' => 'Archived on',
	'field Contacts archived_by_id' => 'Archived 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',
	'field MailContents archived_on' => 'Archived on',
	'field MailContents archived_by_id' => 'Archived by',

	// 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',
	'field ProjectEvents archived_on' => 'Archived on',
	'field ProjectEvents archived_by_id' => 'Archived by',
	'field ProjectEvents repeat_dow' => 'Repeat day of week',
	'field ProjectEvents repeat_mjump' => 'Repeat month jump',
	'field ProjectEvents repeat_wnum' => 'Repeat week number',

	// 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',
	'field ProjectFiles archived_on' => 'Archived on',
	'field ProjectFiles archived_by_id' => 'Archived 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',
	'field ProjectMilestones archived_on' => 'Archived on',
	'field ProjectMilestones archived_by_id' => 'Archived by',

	// 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',
	'field ProjectMessages archived_on' => 'Archived on',
	'field ProjectMessages archived_by_id' => 'Archived by',

	// 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 archived_on' => 'Archived on',
	'field ProjectTasks archived_by_id' => 'Archived 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 can_manage_time'=> 'Can manage time',
	'field Users can_add_mail_accounts'=> 'Can add email accounts',
	'field Users created_by_id' => 'Created by',
	'field Users updated_by_id' => 'Updated by',
	'field Users company_id' => 'Company',
	'field Users archived_on' => 'Archived on',
	'field Users archived_by_id' => 'Archived by',

	// 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',
	'field ProjectWebpages archived_on' => 'Archived on',
	'field ProjectWebpages archived_by_id' => 'Archived 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',
	'field Projects archived_on' => 'Archived on',
	'field Projects archived_by_id' => 'Archived by',
);

?>