update 1.0.7

This commit is contained in:
Sujit Prasad
2016-04-19 19:19:42 +05:30
parent 723ef47e19
commit 5327b0c0da
153 changed files with 20711 additions and 1727 deletions

View File

@@ -184,15 +184,17 @@ return [
| Company Settings Page
|--------------------------------------
*/
'company' => 'Company',
'website' => 'Website',
'phone' => 'Phone',
'address' => 'Address',
'landing' => 'Landing Page',
'offline' => 'Offline Page',
'thank' => 'Thank Page',
'logo' => 'Logo',
'save' => 'Save',
'company' => 'Company',
'website' => 'Website',
'phone' => 'Phone',
'address' => 'Address',
'landing' => 'Landing Page',
'offline' => 'Offline Page',
'thank' => 'Thank Page',
'logo' => 'Logo',
'save' => 'Save',
'delete-logo' => 'Delete logo',
'click-delete' => 'Click here to delete',
/*
|--------------------------------------
| System Settings Page
@@ -243,6 +245,15 @@ return [
'attachments' => 'Attachments',
'email_attahment_user' => 'Email attachments to the user',
'cron_notification' => 'Enable Notification cron',
'cron' => 'Job Scheduler',
'crone-url-message' => "These are Faveo's Job Scheduler(cron job) url for your system.",
'clipboard-copy-message' => 'Copied to clipboard.',
'click' => 'Click here',
'check-cron-set' => 'to check how to set cron jobs on your server.',
'notification-email' => 'Email notifications',
'click-url-copy' => 'Click here to copy URL',
'job-scheduler-error' => 'Job scheduler can not be updated.',
'job-scheduler-success' => 'Job scheduler updated successfully.',
/*
|--------------------------------------
| Ticket Settings Page
@@ -280,6 +291,10 @@ return [
'registration_method' => 'Registration Method',
'user_session_timeout' => 'User Session Timeout',
'client_quick_access' => 'Client Quick Access',
'cron' => 'Cron',
'system-settings' => 'System Settings',
'settings-2' => 'Settings',
/*
|--------------------------------------
| Auto-Response Settings Page
@@ -405,6 +420,28 @@ return [
*/
'transient' => 'Transient',
'ticket_overdue_alert' => 'Ticket Overdue Alerts',
/*
|--------------------------------------
| Work Flow
|--------------------------------------
*/
'workflow' => 'Workflow',
'ticket_workflow' => 'Ticket Workflow',
'create_workflow' => 'Create Workflow',
'edit_workflow' => 'Edit Workflow',
'updated' => 'Updated',
'target' => 'Target',
'target_channel' => 'Target Channel',
'exceution_order' => 'Exceution Order',
'target_channel' => 'Target Channel',
'workflow_rules' => 'Workflow Rules',
'workflow_action' => 'Workflow Action',
'rules' => 'Rules',
'order' => 'Order',
'condition' => 'Condition',
'statement' => 'Statement',
/*
|--------------------------------------
| Form Create Page
@@ -754,6 +791,10 @@ return [
'merge-error2' => 'Please select ticket to merge.',
'select-tickets-to merge' => 'select two or more tickets to merge.',
'different-users' => 'Ticktes from different users',
'clean-up' => 'Clean up',
'hard-delete-success-message' => 'Tickets have been deleted permanently.',
'overdue' => 'Overdue',
'change_owner_for_ticket' => 'Change Owner for Ticket',
/*
|------------------------------------------------