mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-02-12 22:49:41 -06:00
55 lines
2.4 KiB
PHP
55 lines
2.4 KiB
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
/**
|
|
* NOTICE OF LICENSE.
|
|
*
|
|
* UNIT3D Community Edition is open-sourced software licensed under the GNU Affero General Public License v3.0
|
|
* The details is bundled with this project in the file LICENSE.txt.
|
|
*
|
|
* @project UNIT3D Community Edition
|
|
*
|
|
* @author HDVinnie <hdinnovations@protonmail.com>
|
|
* @license https://www.gnu.org/licenses/agpl-3.0.en.html/ GNU Affero General Public License v3.0
|
|
*/
|
|
|
|
return [
|
|
'assign' => 'Assign',
|
|
'assigned-staff' => 'Assigned Staff',
|
|
'assigned-success' => 'Helpdesk Ticket Was Assigned Successfully!',
|
|
'attachment-limit' => '(max. 1MB per image)',
|
|
'attachments' => 'Attachments',
|
|
'attachments-save' => 'Save Attachments',
|
|
'body' => 'Body',
|
|
'body-enter' => 'Enter body here...',
|
|
'category' => 'Category',
|
|
'close' => 'Close',
|
|
'closed' => 'Closed',
|
|
'closed-success' => 'Helpdesk Ticket Was Closed Successfully!',
|
|
'create-ticket' => 'Create Ticket',
|
|
'created' => 'Created',
|
|
'created-success' => 'Your Helpdesk Ticket Was Created Successfully!',
|
|
'delete' => 'Delete',
|
|
'deleted-success' => 'Your Helpdesk Ticket Was Deleted Successfully!',
|
|
'description' => 'Description',
|
|
'download' => 'Download',
|
|
'fix-errors' => 'Please fix the following error(s) and try again:',
|
|
'helpdesk' => 'Helpdesk',
|
|
'no-attach' => 'No attachments found',
|
|
'note-create-success' => 'Staff Note Saved Successfully!',
|
|
'note-destroy-success' => 'Staff Note Removed Successfully!',
|
|
'opened-by' => 'Opened By:',
|
|
'priority' => 'Priority',
|
|
'reopen' => 'Reopen',
|
|
'reopen-success' => 'Your helpdesk ticket was reopened successfully',
|
|
'reset' => 'Reset',
|
|
'staff-notes' => 'Staff Notes',
|
|
'subject' => 'Subject',
|
|
'subject-enter' => 'Enter subject here...',
|
|
'submit-ticket' => 'Submit Ticket',
|
|
'ticket' => 'Ticket',
|
|
'unassign' => 'Unassign',
|
|
'unassigned-success' => 'Helpdesk Ticket Was Unassigned Successfully!',
|
|
'updated-success' => 'Your Helpdesk Ticket Was Updated Successfully!',
|
|
];
|