From 63f81b0c672c73ab9c3d59ea71f62e9af108523e Mon Sep 17 00:00:00 2001 From: Aaron Date: Fri, 13 Apr 2012 16:46:35 -0700 Subject: [PATCH] Updated some filebackend qqq messages. Change-Id: I9a5dd0d32afae945af681b049eda6414f0689781 --- languages/messages/MessagesQqq.php | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/languages/messages/MessagesQqq.php b/languages/messages/MessagesQqq.php index a815511f85..299eec9ffe 100644 --- a/languages/messages/MessagesQqq.php +++ b/languages/messages/MessagesQqq.php @@ -1931,10 +1931,16 @@ Extensions making use of it: 'backend-fail-connect' => 'A "[[:wikipedia:Front and back ends|backend]]" is a system or component that ordinary users don\'t interact with directly and don\'t need to know about, and that is responsible for a distinct task or service - for example, a storage back-end is a generic system for storing data which other applications can use. Possible alternatives for back-end are "system" or "service", or (depending on context and language) even leave it untranslated.', 'backend-fail-internal' => 'A "[[:wikipedia:Front and back ends|backend]]" is a system or component that ordinary users don\'t interact with directly and don\'t need to know about, and that is responsible for a distinct task or service - for example, a storage back-end is a generic system for storing data which other applications can use. Possible alternatives for back-end are "system" or "service", or (depending on context and language) even leave it untranslated.', 'backend-fail-contenttype' => '$1 is a storage (file) path', -'backend-fail-batchsize' => 'Error message when the limit of 1000 operations in the file backend was reached.', +'backend-fail-batchsize' => 'Error message when the limit of operations to be done at once in the file backend was reached. +Parameters: +* $1 is the number of operations attempted at once in this case. +* $2 is the maximum number of operations that can be attempted at once.', # File journal errors -'filejournal-fail-dbconnect' => '"Journal database" probably as described in [[w:en:Transaction_log|this article]].', +'filejournal-fail-dbconnect' => 'Parameters: +* $1 is the name of the "[[:wikipedia:Front and back ends|backend]]" that the file journal logs changes for.', +'filejournal-fail-dbquery' => 'Parameters: +* $1 is the name of the "[[:wikipedia:Front and back ends|backend]]" that the file journal logs changes for.', # Lock manager 'lockmanager-notlocked' => 'Parameters: -- 2.20.1