summaryrefslogtreecommitdiffstats
path: root/dictionaries/errors.php
diff options
context:
space:
mode:
Diffstat (limited to 'dictionaries/errors.php')
-rw-r--r--dictionaries/errors.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/dictionaries/errors.php b/dictionaries/errors.php
index 556a0b5..56a8820 100644
--- a/dictionaries/errors.php
+++ b/dictionaries/errors.php
@@ -1036,6 +1036,12 @@ $lang = array(
'nn' => 'Det er ein feil i spørringa etter denne sida. Grunnen til dette er %REASON%',
'en' => 'There is an error in the request to this page. The reason was: %REASON%',
),
+ 'title_WRONGUSERPASS' => array (
+ 'en' => 'Incorrect username or password',
+ ),
+ 'descr_WRONGUSERPASS' => array (
+ 'en' => 'Either no user with the given username could be found, or the password you gave was wrong. Please check the username and try again.',
+ ),
);