Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -2254,13 +2254,13 @@ |
2255 | 2255 | 'backend-fail-create' => 'Could not create file $1.', |
2256 | 2256 | |
2257 | 2257 | # Lock manager |
2258 | | -'lockmanager-notlocked' => 'Could not unlock key "$1"; it is not locked.', |
2259 | | -'lockmanager-fail-closelock' => 'Could not close lock file for key "$1".', |
2260 | | -'lockmanager-fail-deletelock' => 'Could not delete lock file for key "$1".', |
2261 | | -'lockmanager-fail-acquirelock' => 'Could not acquire lock for key "$1".', |
2262 | | -'lockmanager-fail-openlock' => 'Could not open lock file for key "$1".', |
2263 | | -'lockmanager-fail-releaselock' => 'Could not release lock for key "$1".', |
2264 | | -'lockmanager-fail-acquirelocks' => 'Could not acquire locks for keys "$1".', |
| 2258 | +'lockmanager-notlocked' => 'Could not unlock hash key "$1"; it is not locked.', |
| 2259 | +'lockmanager-fail-closelock' => 'Could not close lock file for hash key "$1".', |
| 2260 | +'lockmanager-fail-deletelock' => 'Could not delete lock file for hash key "$1".', |
| 2261 | +'lockmanager-fail-acquirelock' => 'Could not acquire lock for hash key "$1".', |
| 2262 | +'lockmanager-fail-openlock' => 'Could not open lock file for hash key "$1".', |
| 2263 | +'lockmanager-fail-releaselock' => 'Could not release lock for hash key "$1".', |
| 2264 | +'lockmanager-fail-acquirelocks' => 'Could not acquire locks for hash keys "$1".', |
2265 | 2265 | 'lockmanager-fail-db-bucket' => 'Could not contact enough lock databases in bucket $1.', |
2266 | 2266 | 'lockmanager-fail-db-release' => 'Could not release locks on database $1.', |
2267 | 2267 | 'lockmanager-fail-svr-release' => 'Could not release locks on server $1.', |