mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 00:01:21 +00:00
49 lines
1.3 KiB
PHP
49 lines
1.3 KiB
PHP
<?php
|
|
|
|
return [
|
|
|
|
'actions' => 'Action|Actions',
|
|
'author' => 'Author',
|
|
'cancel' => 'Cancel',
|
|
'changes_applied' => 'Changes applied',
|
|
'create' => 'Create',
|
|
'color' => 'Color',
|
|
'delete' => 'Delete',
|
|
'deleted' => 'Deleted',
|
|
'description' => 'Description',
|
|
'edit' => 'Edit',
|
|
'editing' => "You're editing :item",
|
|
'generic_confirm' => 'Are you sure?',
|
|
'home_title' => 'Forum',
|
|
'index' => 'Index',
|
|
'invalid_selection' => 'Invalid selection',
|
|
'last_updated' => 'Last updated',
|
|
'manage' => 'Manage',
|
|
'mark_read' => 'Mark as read',
|
|
'move' => 'Move',
|
|
'new' => 'New',
|
|
'new_reply' => 'New reply',
|
|
'none' => 'None',
|
|
'perma_delete' => 'Permanently delete',
|
|
'permalink' => 'Permalink',
|
|
'posted' => 'Posted',
|
|
'private' => 'Private',
|
|
'proceed' => 'Proceed',
|
|
'quick_reply' => 'Quick reply',
|
|
'rename' => 'Rename',
|
|
'replies' => 'Replies',
|
|
'reply' => 'Reply',
|
|
'reply_added' => 'Reply added',
|
|
'replying_to' => "You're replying to :item",
|
|
'response_to' => 'In response to :item',
|
|
'restore' => 'Restore',
|
|
'save' => 'Save',
|
|
'subject' => 'Subject',
|
|
'title' => 'Title',
|
|
'unread' => 'Unread',
|
|
'updated' => 'Updated',
|
|
'weight' => 'Weight',
|
|
'with_selection' => 'With selection…',
|
|
|
|
];
|