Index: trunk/extensions/CentralNotice/CentralNotice.i18n.php |
— | — | @@ -38,11 +38,11 @@ |
39 | 39 | 'centralnotice-locked' => 'Locked', |
40 | 40 | 'centralnotice-notices' => 'Campaigns', |
41 | 41 | 'centralnotice-notice-exists' => 'Campaign already exists. |
42 | | -Not adding', |
| 42 | +Not adding.', |
43 | 43 | 'centralnotice-template-exists' => 'Banner already exists. |
44 | | -Not adding', |
| 44 | +Not adding.', |
45 | 45 | 'centralnotice-notice-doesnt-exist' => 'Campaign does not exist. |
46 | | -Nothing to remove', |
| 46 | +Nothing to remove.', |
47 | 47 | 'centralnotice-template-still-bound' => 'Banner is still bound to a campaign. |
48 | 48 | Not removing.', |
49 | 49 | 'centralnotice-template-body' => 'Banner body:', |
— | — | @@ -62,24 +62,25 @@ |
63 | 63 | Add some!', |
64 | 64 | 'centralnotice-available-templates' => 'Available banners', |
65 | 65 | 'centralnotice-template-already-exists' => 'Banner is already tied to campaign. |
66 | | -Not adding', |
| 66 | +Not adding.', |
67 | 67 | 'centralnotice-preview-template' => 'Preview banner', |
68 | 68 | 'centralnotice-start-hour' => 'Start time', |
69 | 69 | 'centralnotice-change-lang' => 'Change translation language', |
70 | 70 | 'centralnotice-weights' => 'Weights', |
71 | 71 | 'centralnotice-notice-is-locked' => 'Campaign is locked. |
72 | | -Not removing', |
| 72 | +Not removing.', |
73 | 73 | 'centralnotice-overlap' => 'Campaign overlaps within the time of another campaign. |
74 | | -Not adding', |
| 74 | +Not adding.', |
75 | 75 | 'centralnotice-invalid-date-range' => 'Invalid date range. |
76 | | -Not updating', |
| 76 | +Not updating.', |
77 | 77 | 'centralnotice-null-string' => 'Cannot add a null string. |
78 | | -Not adding', |
| 78 | +Not adding.', |
79 | 79 | 'centralnotice-confirm-delete' => 'Are you sure you want to delete this item? |
80 | 80 | This action will be unrecoverable.', |
81 | 81 | 'centralnotice-no-notices-exist' => 'No campaigns exist. |
82 | 82 | Add one below.', |
83 | | - 'centralnotice-no-templates-translate' => 'There are not any banners to edit translations for', |
| 83 | + 'centralnotice-no-notice' => 'Campaign not found.', |
| 84 | + 'centralnotice-no-templates-translate' => 'There are not any banners to edit translations for.', |
84 | 85 | 'centralnotice-number-uses' => 'Uses', |
85 | 86 | 'centralnotice-edit-template' => 'Edit banner', |
86 | 87 | 'centralnotice-edit-template-summary' => 'To create a localizable message, enclose a hyphenated string in three curly brackets, e.g. {{{jimbo-quote}}}.', |