mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 02:01:33 +00:00
31 lines
990 B
PHP
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',
|
|
|
|
];
|