<?php

/*
#======================================================
|    | Trellis Desk Language File
|    | lang_account.php
#======================================================
*/

$lang = array(

'account_overview' => 'Your Account Overview',
'account_settings' => 'Account Settings',
'change_email' => 'Change Email',
'change_email_address' => 'Change Email Address',
'change_email_button' => 'Change Email',
'change_pass_button' => 'Change Password',
'change_password' => 'Change Password',
'current_password' => 'Current Password',
'custom_profile_fields' => 'Custom Profile Fields',
'disabled' => 'Disabled',
'dst_active' => 'DST Active',
'email' => 'Email',
'email_notifications' => 'Email Notifications',
'email_preferences' => 'Email Preferences',
'email_staff_new_ticket' => 'New Tickets in My Departments',
'email_staff_ticket_reply' => 'New Replies in My Departments',
'email_type' => 'Email Type',
'enabled' => 'Enabled',
'err_login_no_pass' => 'Your current password is incorrect.',
'err_no_cpfield' => 'Please enter a value for the field:',
'err_no_email_change' => 'This email address is the same as your current one.',
'err_no_email_match' => 'Your email addresses do not match.',
'err_no_email_valid' => 'Please enter a valid email address.',
'err_no_new_pass_short' => 'Please enter a new password.',
'err_no_pass_match' => 'Your new passwords do not match.',
'err_no_pass_short' => 'Please enter a current password.',
'general_info' => 'General Information',
'group' => 'Group',
'html' => 'HTML',
'joined' => 'Joined',
'language' => 'Language',
'last_visit' => 'Last Visit',
'modify_account' => 'Modify Account',
'modify_account_information' => 'Modify Account Information',
'new_email_address' => 'New Email Address',
'new_email_address_confirm' => 'Confirm New Email Address',
'new_password' => 'New Password',
'new_password_confirm' => 'Confirm New Password',
'new_reply' => 'New Reply',
'new_ticket' => 'New Ticket',
'notifications_for' => 'Notifications For',
'optional' => '(Optional)',
'plain_text' => 'Plain Text',
'rich_text_editor' => 'Rich Text Editor',
'skin' => 'Skin',
'time_is_now' => 'The time is now:',
'time_zone' => 'Time Zone',
'title' => 'Title',
'update_account' => 'Update Account',

);

?>