diff options
Diffstat (limited to 'lib/l10n/en_GB.php')
-rw-r--r-- | lib/l10n/en_GB.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/l10n/en_GB.php b/lib/l10n/en_GB.php index 0d0be27fe62..f5b5e419ffc 100644 --- a/lib/l10n/en_GB.php +++ b/lib/l10n/en_GB.php @@ -88,6 +88,7 @@ $TRANSLATIONS = array( "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" => "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"", "A valid username must be provided" => "A valid username must be provided", "A valid password must be provided" => "A valid password must be provided", -"The username is already being used" => "The username is already being used" +"The username is already being used" => "The username is already being used", +"Could not obtain lock type %d on \"%s\"." => "Could not obtain lock type %d on \"%s\"." ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |