forked from Wedge/languages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ManagePosts.english.php
90 lines (71 loc) · 4.6 KB
/
ManagePosts.english.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<?php
// Version: 2.0; ManagePosts
// Post Settings
$txt['removeNestedQuotes'] = 'Remove nested quotes when quoting';
$txt['enableEmbeddedFlash'] = 'Allow Flash embedding in posts';
$txt['enableEmbeddedFlash_warning'] = 'May be a security risk!';
$txt['additional_options_collapsable'] = 'Enable collapsible additional post options';
$txt['max_messageLength'] = 'Maximum allowed post size';
$txt['max_messageLength_zero'] = '0 for no max.';
$txt['topicSummaryPosts'] = 'Posts to show on topic summary';
$txt['max_image_width'] = 'Max width of posted pictures (0 = disable)';
$txt['max_image_height'] = 'Max height of posted pictures (0 = disable)';
$txt['spamWaitTime'] = 'Time required between posts from the same IP';
$txt['edit_wait_time'] = 'Courtesy edit wait time';
$txt['edit_disable_time'] = 'Maximum time after posting to allow edit';
$txt['edit_disable_time_zero'] = '0 to disable';
$txt['allow_non_mod_edit'] = 'Allow non-moderators to edit moderator edits?';
// Topic Settings
$txt['enableParticipation'] = 'Enable participation icons';
$txt['correctExclamations'] = 'Correct too many exclamations in the subject';
$txt['correctShouting'] = 'Maximum % of capital letters in the subject';
$txt['oldTopicDays'] = 'Time before topic is warned as old on reply';
$txt['oldTopicDays_zero'] = '0 to disable';
$txt['defaultMaxTopics'] = 'Number of topics per page in the message index';
$txt['defaultMaxMessages'] = 'Number of posts per page in a topic page';
$txt['enableAllMessages'] = 'Max topic size to show "All" posts';
$txt['enableAllMessages_zero'] = '0 to never show "All"';
$txt['disableCustomPerPage'] = 'Disable user-defined topic/message count per page';
$txt['enablePreviousNext'] = 'Enable previous/next topic links';
$txt['ignoreMoveVsNew'] = 'When moving topics, allow moving to any board by default';
// Bulletin Board Code
$txt['enableBBC'] = 'Enable bulletin board code (BBC)';
$txt['enablePostHTML'] = 'Enable <em>basic</em> HTML in posts';
$txt['autoLinkUrls'] = 'Automatically link posted URLs';
$txt['disabledBBC'] = 'Enabled BBC tags';
$txt['bbcTagsToUse'] = 'Enabled BBC tags';
$txt['bbcTagsToUse_select'] = 'Select the tags allowed to be used';
$txt['bbcTagsToUse_select_all'] = 'Select all tags';
// Post Editor
$txt['disable_wysiwyg'] = 'Disable WYSIWYG editor';
$txt['editorSizes'] = 'Font sizes to list in the editor';
$txt['editorSizes_subtext'] = 'One per line';
$txt['editorFonts'] = 'Fonts to list in the editor';
$txt['editorFonts_subtext'] = 'While you can list any font here, and it will be shown in the main editor in the "Font Face" dropdown, it will only work if the font is installed on your users\' computers.';
// Censored Words
$txt['admin_censored_where'] = 'Put the word to be censored on the left, and what to change it to on the right.';
$txt['censor_whole_words'] = 'Check only whole words';
$txt['censor_case'] = 'Ignore case when censoring';
$txt['allow_no_censored'] = 'Allow users to turn off word censoring';
$txt['censor_test'] = 'Test Censored Words';
$txt['censor_test_save'] = 'Test';
// Draft Settings
$txt['masterSavePostDrafts'] = 'Enable saving of post drafts';
$txt['draftsave_subnote'] = 'Note that the user must still have permission in the Permissions area.';
$txt['masterAutoSavePostDrafts'] = 'Enable automatic saving of post drafts';
$txt['draftautosave_subnote'] = 'This does not override the above option, merely extending it. Also, user must have permission.';
$txt['masterAutoSaveDraftsDelay'] = 'How often should posts be autosaved?';
$txt['pruneSaveDrafts'] = 'Prune drafts after how many days?';
// Merging
$txt['merge_post_header'] = 'Merging double posts';
$txt['merge_post_auto'] = 'Merge double posts automatically';
$txt['merge_post_auto_time'] = 'Delay after which posts are no longer merged automatically.';
$txt['merge_post_auto_time_subtext'] = '(In seconds; set to 0 to always merge)';
$txt['merge_post_admin_double_post'] = 'Merge double posts sent by administrators';
$txt['merge_post_no_time'] = 'Don\'t show the older post\'s date before the separator';
$txt['merge_post_no_sep'] = 'Show neither the separator, nor the older post\'s date.';
$txt['merge_post_separator'] = 'Separator between merged posts (enable the setting above.)';
$txt['merge_post_separator_subtext'] = 'You may use BBCode. You can get the older post\'s date by using the <strong>$date</strong> variable in the text field.<br>Default is [size=1]$date[/size][hr][br]';
$txt['merge_post_custom_separator'] = 'Use a custom separator between merged posts.';
$txt['merge_post_custom_separator_subtext'] = 'The settings above will be disabled.';
$txt['merge_post_ignore_length'] = 'Ignore posts\' maximum length';