r106820 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r106819‎ | r106820 | r106821 >
Date:17:26, 20 December 2011
Author:siebrand
Status:ok
Tags:
Comment:
Update punctuation for recently added messages.
Modified paths:
  • /trunk/phase3/languages/messages/MessagesEn.php (modified) (history)

Diff [purge]

Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -2262,14 +2262,14 @@
22632263 'backend-fail-invalidpath' => '$1 is not a valid storage path.',
22642264 'backend-fail-delete' => 'Could not delete file $1.',
22652265 'backend-fail-alreadyexists' => 'The file $1 already exists.',
2266 -'backend-fail-store' => 'Could not store file $1 at $2',
2267 -'backend-fail-copy' => 'Could not copy file $1 to $2',
2268 -'backend-fail-move' => 'Could not move file $1 to $2',
 2266+'backend-fail-store' => 'Could not store file $1 at $2.',
 2267+'backend-fail-copy' => 'Could not copy file $1 to $2.',
 2268+'backend-fail-move' => 'Could not move file $1 to $2.',
22692269 'backend-fail-opentemp' => 'Could not open temporary file.',
22702270 'backend-fail-writetemp' => 'Could not write to temporary file.',
22712271 'backend-fail-closetemp' => 'Could not close temporary file.',
2272 -'backend-fail-read' => 'Could not read file $1',
2273 -'backend-fail-create' => 'Could not create file $1',
 2272+'backend-fail-read' => 'Could not read file $1.',
 2273+'backend-fail-create' => 'Could not create file $1.',
22742274
22752275 # lock manager
22762276 'lockmanager-notlocked' => 'Could not unlock key "$1"; it is not locked.',
@@ -2279,9 +2279,9 @@
22802280 'lockmanager-fail-acquirelock' => 'Could not acquire lock for key "$1".',
22812281 'lockmanager-fail-releaselock' => 'Could not release lock for key "$1".',
22822282 'lockmanager-fail-acquirelocks' => 'Could not acquire locks for keys "$1".',
2283 -'lockmanager-fail-db-bucket' => 'Could not contact enough lock databases in bucket $1',
2284 -'lockmanager-fail-db-release' => 'Could not release locks on database $1',
2285 -'lockmanager-fail-svr-release' => 'Could not release locks on server $1',
 2283+'lockmanager-fail-db-bucket' => 'Could not contact enough lock databases in bucket $1.',
 2284+'lockmanager-fail-db-release' => 'Could not release locks on database $1.',
 2285+'lockmanager-fail-svr-release' => 'Could not release locks on server $1.',
22862286
22872287 # img_auth script messages
22882288 'img-auth-accessdenied' => 'Access denied',

Status & tagging log