Merged FileBackend branch. Manually avoiding merging the many prop-only changes SVN...
[lhc/web/wiklou.git] / languages / messages / MessagesEn.php
index 7c9f08a..949d6a9 100644 (file)
@@ -2253,6 +2253,36 @@ It cannot be properly checked for security.',
 'uploadstash-refresh'  => 'Refresh the list of files',
 'invalid-chunk-offset' => 'Invalid chunk offset',
 
+# file backend
+'backend-fail-stream'        => 'Could not stream file $1.',
+'backend-fail-backup'        => 'Could not backup file $1.',
+'backend-fail-notexists'     => 'The file $1 does not exist.',
+'backend-fail-hashes'        => 'Could not get file hashes for comparison.',
+'backend-fail-notsame'       => 'A non-identical file already exists at $1.',
+'backend-fail-invalidpath'   => '$1 is not a valid storage path.',
+'backend-fail-delete'        => 'Could not delete file $1.',
+'backend-fail-alreadyexists' => 'The file $1 already exists.',
+'backend-fail-store'         => 'Could not store file $1 at $2',
+'backend-fail-copy'          => 'Could not copy file $1 to $2',
+'backend-fail-move'          => 'Could not move file $1 to $2',
+'backend-fail-opentemp'      => 'Could not open temporary file.',
+'backend-fail-writetemp'     => 'Could not write to temporary file.',
+'backend-fail-closetemp'     => 'Could not close temporary file.',
+'backend-fail-read'          => 'Could not read file $1',
+'backend-fail-create'        => 'Could not create file $1',
+
+# lock manager
+'lockmanager-notlocked'         => 'Could not unlock key "$1"; it is not locked.',
+'lockmanager-fail-closelock'    => 'Could not close lock file for key "$1".',
+'lockmanager-fail-deletelock'   => 'Could not delete lock file for key "$1".',
+'lockmanager-fail-openlock'     => 'Could not open lock file for key "$1".',
+'lockmanager-fail-acquirelock'  => 'Could not acquire lock for key "$1".',
+'lockmanager-fail-releaselock'  => 'Could not release lock for key "$1".',
+'lockmanager-fail-acquirelocks' => 'Could not acquire locks for keys "$1".',
+'lockmanager-fail-db-bucket'    => 'Could not contact enough lock databases in bucket $1',
+'lockmanager-fail-db-release'   => 'Could not release locks on database $1',
+'lockmanager-fail-svr-release'  => 'Could not release locks on server $1',
+
 # img_auth script messages
 'img-auth-accessdenied'     => 'Access denied',
 'img-auth-nopathinfo'       => 'Missing PATH_INFO.
@@ -3311,6 +3341,8 @@ Please visit [//www.mediawiki.org/wiki/Localisation MediaWiki Localisation] and
 'thumbnail_error'          => 'Error creating thumbnail: $1',
 'djvu_page_error'          => 'DjVu page out of range',
 'djvu_no_xml'              => 'Unable to fetch XML for DjVu file',
+'thumbnail-temp-create'    => 'Unable to create temporary thumbnail file',
+'thumbnail-dest-create'    => 'Unable to save thumbnail to destination',
 'thumbnail_invalid_params' => 'Invalid thumbnail parameters',
 'thumbnail_dest_directory' => 'Unable to create destination directory',
 'thumbnail_image-type'     => 'Image type not supported',