|
57 | 57 | 'AD_CLICKS_LIMIT' => 'Clicks Limit', |
58 | 58 | 'AD_CLICKS_LIMIT_EXPLAIN' => 'Set the maximum number of times the advertisement will be clicked, after which the advertisement will no longer be displayed. Set 0 for unlimited clicks.', |
59 | 59 | 'AD_START_DATE' => 'Start Date', |
60 | | - 'AD_START_DATE_EXPLAIN' => 'Set the date when this advertisement may begin displaying, if it is enabled. If no date is set, the advertisement may display immediately when enabled.', |
| 60 | + 'AD_START_DATE_EXPLAIN' => 'Set the date when the advertisement can begin displaying (starting at 00:00). The ad must still be manually enabled to appear. If no date is set, the ad can display immediately once enabled.', |
61 | 61 | 'AD_END_DATE' => 'End Date', |
62 | | - 'AD_END_DATE_EXPLAIN' => 'Set the date when this advertisement will automatically be disabled. If no date is set, the advertisement will not expire automatically.', |
| 62 | + 'AD_END_DATE_EXPLAIN' => 'Set the date when the advertisement will automatically stop displaying (at 00:00). If no date is set, the ad will stay active until manually disabled.', |
63 | 63 | 'AD_CENTERING' => 'Center this advertisement automatically', |
64 | 64 | 'AD_CENTERING_EXPLAIN' => 'Set to yes to let this extension center your advertisement automatically. If this leads to undesired results, use CSS directly in the code to center your advertisement accordingly.', |
65 | 65 |
|
|
76 | 76 | 'AD_NAME_REQUIRED' => 'Name is required.', |
77 | 77 | 'AD_NAME_TOO_LONG' => 'Name length is limited to %d characters.', |
78 | 78 | 'AD_CODE_ILLEGAL_CHARS' => 'Advertisement code contains the following unsupported characters: %s', |
79 | | - 'AD_START_DATE_INVALID' => 'The start date is invalid or has already expired.', |
80 | | - 'AD_END_DATE_INVALID' => 'The end date is invalid or has already expired.', |
| 79 | + 'AD_START_DATE_INVALID' => 'The start date is invalid or is before today.', |
| 80 | + 'AD_END_DATE_INVALID' => 'The end date is invalid or is before today.', |
81 | 81 | 'AD_PRIORITY_INVALID' => 'The priority is invalid. Please set a number between 1 and 10.', |
82 | 82 | 'AD_VIEWS_LIMIT_INVALID' => 'The views limit is invalid. Please set a non-negative number.', |
83 | 83 | 'AD_CLICKS_LIMIT_INVALID' => 'The clicks limit is invalid. Please set a non-negative number.', |
|
0 commit comments