Files
2024-04-27 08:20:00 +00:00

31 lines
990 B
PHP

<?php
return [
'actions' => 'Thread actions',
'created' => 'Thread created',
'delete' => 'Delete this thread',
'deleted' => 'Thread deleted|Threads deleted',
'lock' => 'Lock',
'locked' => 'Locked',
'marked_read' => 'All threads have been marked as read',
'new_thread' => 'New thread',
'newest' => 'Newest thread',
'none_found' => 'No threads found',
'perma_delete' => 'Permanently delete thread|Permanently delete threads',
'perma_deleted' => 'Thread permanently deleted|Threads permanently deleted',
'pin' => 'Pin',
'pinned' => 'Pinned',
'post_the_first' => 'Post the first!',
'recent' => 'Recent threads',
'restored' => 'Thread restored|Threads restored',
'select_all' => 'Select all threads',
'thread' => 'Thread|Threads',
'updated' => 'Thread updated|Threads updated',
'unlock' => 'Unlock',
'unpin' => 'Unpin',
'unread_updated' => 'Unread & updated threads',
'view' => 'View thread',
];