Index: branches/CentralNotice-SpecialPage-Integration/CentralNotice.i18n.php |
— | — | @@ -8,67 +8,83 @@ |
9 | 9 | $messages = array(); |
10 | 10 | |
11 | 11 | $messages['en'] = array( |
12 | | - 'centralnotice' => 'Central Notice Admin', |
13 | | - 'noticetemplate' => 'Central Notice Template', |
14 | | - 'noticetranslate' => 'Central Notice Translate', |
15 | | - 'centralnotice-desc' => 'Adds a central sitenotice', |
16 | | - 'centralnotice-summary' =>'This module allows you to edit your currently setup central notices. It can also be used to add or remove old notices.', |
17 | | - 'centralnotice-query' => 'Modify Current Notices', |
18 | | - 'centralnotice-notice-name' => 'Notice Name', |
19 | | - 'centralnotice-end-date' => 'End Date', |
20 | | - 'centralnotice-enabled' => 'Enabled', |
21 | | - 'centralnotice-modify' => 'Submit', |
22 | | - 'centralnotice-preview' => 'Preview', |
23 | | - 'centralnotice-add-new' => 'Add a new central notice', |
24 | | - 'centralnotice-remove' => 'Remove', |
| 12 | + 'centralnotice' => 'Central notice admin', |
| 13 | + 'noticetemplate' => 'Central notice template', |
| 14 | + 'noticetranslate' => 'Central notice translate', |
| 15 | + 'centralnotice-desc' => 'Adds a central sitenotice', |
| 16 | + 'centralnotice-summary' =>'This module allows you to edit your currently setup central notices. |
| 17 | +It can also be used to add or remove old notices.', |
| 18 | + 'centralnotice-query' => 'Modify current notices', |
| 19 | + 'centralnotice-notice-name' => 'Notice name', |
| 20 | + 'centralnotice-end-date' => 'End date', |
| 21 | + 'centralnotice-enabled' => 'Enabled', |
| 22 | + 'centralnotice-modify' => 'Submit', |
| 23 | + 'centralnotice-preview' => 'Preview', |
| 24 | + 'centralnotice-add-new' => 'Add a new central notice', |
| 25 | + 'centralnotice-remove' => 'Remove', |
25 | 26 | 'centralnotice-translate-heading' => 'Translation for $1', |
26 | | - 'centralnotice-manage' => 'Manage Central Notice', |
| 27 | + 'centralnotice-manage' => 'Manage central notice', |
27 | 28 | 'centralnotice-add' => 'Add', |
28 | 29 | 'centralnotice-add-notice' => 'Add a notice', |
29 | 30 | 'centralnotice-add-template' => 'Add a template', |
30 | 31 | 'centralnotice-show-notices' => 'Show notices', |
31 | 32 | 'centralnotice-list-templates' => 'List Templates', |
32 | 33 | 'centralnotice-translations' => 'Translations', |
33 | | - 'centralnotice-translate-to' => 'Translate To', |
| 34 | + 'centralnotice-translate-to' => 'Translate to', |
34 | 35 | 'centralnotice-translate' => 'Translate', |
35 | 36 | 'centralnotice-english' => 'English', |
36 | | - 'centralnotice-template-name' => 'Template Name', |
| 37 | + 'centralnotice-template-name' => 'Template name', |
37 | 38 | 'centralnotice-templates' => 'Templates', |
38 | 39 | 'centralnotice-weight' => 'Weight', |
39 | 40 | 'centralnotice-locked' => 'Locked', |
40 | 41 | 'centralnotice-notices' => 'Notices', |
41 | | - 'centralnotice-notice-exists' => 'Notice already exists. Not adding', |
42 | | - 'centralnotice-template-exists' => 'Template already exists. Not adding', |
43 | | - 'centralnotice-notice-doesnt-exist' => 'Notice doesnt exist. Nothing to remove', |
44 | | - 'centralnotice-template-still-bound' => 'Template is still bound to a notice. Not removing.', |
45 | | - 'centralnotice-template-body' => 'Template Body: ', |
| 42 | + 'centralnotice-notice-exists' => 'Notice already exists. |
| 43 | +Not adding', |
| 44 | + 'centralnotice-template-exists' => 'Template already exists. |
| 45 | +Not adding', |
| 46 | + 'centralnotice-notice-doesnt-exist' => 'Notice doesnt exist. |
| 47 | +Nothing to remove', |
| 48 | + 'centralnotice-template-still-bound' => 'Template is still bound to a notice. |
| 49 | +Not removing.', |
| 50 | + 'centralnotice-template-body' => 'Template body:', |
46 | 51 | 'centralnotice-day' => 'Day', |
47 | 52 | 'centralnotice-year' => 'Year', |
48 | 53 | 'centralnotice-month' => 'Month', |
49 | 54 | 'centralnotice-hours' => 'Hour', |
50 | 55 | 'centralnotice-min' => 'Minute', |
51 | | - 'centralnotice-project-lang' => 'Project Language', |
52 | | - 'centralnotice-project-name' => 'Project Name', |
| 56 | + 'centralnotice-project-lang' => 'Project language', |
| 57 | + 'centralnotice-project-name' => 'Project name', |
53 | 58 | 'centralnotice-start-date' => 'Start Date', |
54 | | - 'centralnotice-no-templates' => 'No templates found. Add some!', |
55 | | - 'centralnotice-no-templates-assigned' => 'No templates assigned to notice. Add some!', |
56 | | - 'centralnotice-available-templates' => 'Available Templates', |
57 | | - 'centralnotice-template-already-exists' => 'Template is already tied to campaing. Not adding', |
58 | | - 'centralnotice-preview-template' => 'Preview Template', |
59 | | - 'centralnotice-start-hour' => 'Start Time', |
60 | | - 'centralnotice-change-lang' => 'Change Translation Language', |
| 59 | + 'centralnotice-no-templates' => 'No templates found. |
| 60 | +Add some!', |
| 61 | + 'centralnotice-no-templates-assigned' => 'No templates assigned to notice. |
| 62 | +Add some!', |
| 63 | + 'centralnotice-available-templates' => 'Available templates', |
| 64 | + 'centralnotice-template-already-exists' => 'Template is already tied to campaing. |
| 65 | +Not adding', |
| 66 | + 'centralnotice-preview-template' => 'Preview template', |
| 67 | + 'centralnotice-start-hour' => 'Start time', |
| 68 | + 'centralnotice-change-lang' => 'Change translation language', |
61 | 69 | 'centralnotice-weights' => 'Weights', |
62 | | - 'centralnotice-notice-is-locked' => 'Notice is locked. Not removing', |
63 | | - 'centralnotice-overlap' => 'Notice overlaps within the time of another notice. Not adding', |
64 | | - 'centralnotice-invalid-date-range' => 'Invalid Date Range. Not Updating', |
65 | | - 'centralnotice-null-string' => 'Can\'t add a null string. Not adding', |
66 | | - 'centralnotice-confirm-delete' => 'Are you sure you want to delete this item? This action will be unrecoverable.', |
67 | | - 'centralnotice-no-notices-exist' => 'No Notices Exist. Add one below', |
68 | | - 'centralnotice-confirm-delete' => 'Are you sure you want to delete this item? This action will be unrecoverable.', |
| 70 | + 'centralnotice-notice-is-locked' => 'Notice is locked. |
| 71 | +Not removing', |
| 72 | + 'centralnotice-overlap' => 'Notice overlaps within the time of another notice. |
| 73 | +Not adding', |
| 74 | + 'centralnotice-invalid-date-range' => 'Invalid date range. |
| 75 | +Not updating', |
| 76 | + 'centralnotice-null-string' => 'Cannot add a null string. |
| 77 | +Not adding', |
| 78 | + 'centralnotice-confirm-delete' => 'Are you sure you want to delete this item? |
| 79 | +This action will be unrecoverable.', |
| 80 | + 'centralnotice-no-notices-exist' => 'No notices exist. |
| 81 | +Add one below', |
| 82 | + 'centralnotice-confirm-delete' => 'Are you sure you want to delete this item? |
| 83 | +This action will be unrecoverable.', |
69 | 84 | 'centralnotice-no-templates-translate' => 'There are not any templates to edit translations for', |
70 | | - 'centralnotice-no-templates' => 'There are no templates in the system. Create one', |
| 85 | + 'centralnotice-no-templates' => 'There are no templates in the system. |
| 86 | +Create one', |
71 | 87 | 'centralnotice-number-uses' => 'Uses', |
72 | | - 'centralnotice-edit-template' => 'Edit Template', |
| 88 | + 'centralnotice-edit-template' => 'Edit template', |
73 | 89 | 'centralnotice-message' => 'Message', |
74 | 90 | ); |
75 | 91 | |