r70178 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r70177‎ | r70178 | r70179 >
Date:21:59, 29 July 2010
Author:kaldari
Status:ok
Tags:
Comment:
adding 'Campaign not found' message, fixing puctuation
Modified paths:
  • /trunk/extensions/CentralNotice/CentralNotice.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CentralNotice/CentralNotice.i18n.php
@@ -38,11 +38,11 @@
3939 'centralnotice-locked' => 'Locked',
4040 'centralnotice-notices' => 'Campaigns',
4141 'centralnotice-notice-exists' => 'Campaign already exists.
42 -Not adding',
 42+Not adding.',
4343 'centralnotice-template-exists' => 'Banner already exists.
44 -Not adding',
 44+Not adding.',
4545 'centralnotice-notice-doesnt-exist' => 'Campaign does not exist.
46 -Nothing to remove',
 46+Nothing to remove.',
4747 'centralnotice-template-still-bound' => 'Banner is still bound to a campaign.
4848 Not removing.',
4949 'centralnotice-template-body' => 'Banner body:',
@@ -62,24 +62,25 @@
6363 Add some!',
6464 'centralnotice-available-templates' => 'Available banners',
6565 'centralnotice-template-already-exists' => 'Banner is already tied to campaign.
66 -Not adding',
 66+Not adding.',
6767 'centralnotice-preview-template' => 'Preview banner',
6868 'centralnotice-start-hour' => 'Start time',
6969 'centralnotice-change-lang' => 'Change translation language',
7070 'centralnotice-weights' => 'Weights',
7171 'centralnotice-notice-is-locked' => 'Campaign is locked.
72 -Not removing',
 72+Not removing.',
7373 'centralnotice-overlap' => 'Campaign overlaps within the time of another campaign.
74 -Not adding',
 74+Not adding.',
7575 'centralnotice-invalid-date-range' => 'Invalid date range.
76 -Not updating',
 76+Not updating.',
7777 'centralnotice-null-string' => 'Cannot add a null string.
78 -Not adding',
 78+Not adding.',
7979 'centralnotice-confirm-delete' => 'Are you sure you want to delete this item?
8080 This action will be unrecoverable.',
8181 'centralnotice-no-notices-exist' => 'No campaigns exist.
8282 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.',
8485 'centralnotice-number-uses' => 'Uses',
8586 'centralnotice-edit-template' => 'Edit banner',
8687 'centralnotice-edit-template-summary' => 'To create a localizable message, enclose a hyphenated string in three curly brackets, e.g. {{{jimbo-quote}}}.',

Status & tagging log