Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
51d5db3b
Commit
51d5db3b
authored
Nov 08, 2006
by
Nigel McNie
Committed by
Nigel McNie
Nov 08, 2006
Browse files
Moved some language strings into the default language file, as they'll
apply to any authentication method, not just internal.
parent
6d0deac4
Changes
1
Show whitespace changes
Inline
Side-by-side
htdocs/lang/en.utf8/mahara.php
View file @
51d5db3b
...
...
@@ -44,7 +44,10 @@ $string['login'] = 'Log In';
$string
[
'loginfailed'
]
=
'You have not provided the correct credentials to log in. Please check your username and password are correct.'
;
$string
[
'password'
]
=
'Password'
;
$string
[
'passworddesc'
]
=
'Your password'
;
$string
[
'passwordhelp'
]
=
'The password you use to access the system.'
;
$string
[
'passwordnotchanged'
]
=
'You did not change your password, please choose a new password'
;
$string
[
'passwordsaved'
]
=
'Your new password has been saved'
;
$string
[
'passwordsdonotmatch'
]
=
'The passwords do not match'
;
$string
[
'passwordtooeasy'
]
=
'Your password is too easy! Please choose a harder password'
;
$string
[
'username'
]
=
'Username'
;
$string
[
'usernamedesc'
]
=
'Your username'
;
$string
[
'usernamehelp'
]
=
'The username you have been given to access this system.'
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment