Files
UNIT3D-Community-Edition/lang/en/notification.php
2024-05-23 13:58:29 +00:00

47 lines
1.8 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 [
'already-marked-read' => 'Notification Already Marked As Read!',
'all-deleted' => 'All Notifications Deleted!',
'all-marked-read' => 'All Notifications Marked As Read!',
'bon-gifts' => 'Bon Gifts',
'comment-tags' => 'Comment Tags',
'date' => 'Date',
'delete' => 'Delete',
'delete-all' => 'Delete All Notifications',
'deleted' => 'Notification Deleted!',
'filter-by-type' => 'Filter By Notification Type',
'mark-all-read' => 'Mark All as Read',
'mark-read' => 'Mark as Read',
'marked-read' => 'Notification Marked As Read!',
'message' => 'Message',
'no-notifications' => 'There are no notifications found',
'not-existent' => 'Notification Does Not Exist!',
'notifications' => 'Notifications',
'post-tags' => 'Post Tags',
'post-tips' => 'Post Tips',
'read' => 'Read',
'request-approvals' => 'Request Approvals',
'request-bounties' => 'Request Bounties',
'request-claims' => 'Request Claim',
'request-fills' => 'Request Fills',
'request-rejections' => 'Request Rejections',
'request-unclaims' => 'Request Unclaims',
'reseed-requests' => 'Reseed Request',
'title' => 'Title',
'unfollows' => 'Unfollows',
];