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
4dca59a1
Commit
4dca59a1
authored
Nov 16, 2006
by
Nigel McNie
Committed by
Nigel McNie
Nov 16, 2006
Browse files
Added a language string for 'submit'.
parent
4eb90d9a
Changes
1
Show whitespace changes
Inline
Side-by-side
htdocs/lang/en.utf8/mahara.php
View file @
4dca59a1
...
...
@@ -26,9 +26,10 @@
defined
(
'INTERNAL'
)
||
die
();
$string
[
'cancel'
]
=
'Cancel'
;
$string
[
'sessiontimedout'
]
=
'Your session has timed out, please enter your login details to continue'
;
$string
[
'sessiontimedoutpublic'
]
=
'Your session has timed out. You may <a href="?login">log in</a> to continue browsing'
;
$string
[
'
cancel'
]
=
'Cancel
'
;
$string
[
'
submit'
]
=
'Submit
'
;
$string
[
'nextpage'
]
=
'Next page'
;
$string
[
'prevpage'
]
=
'Previous page'
;
...
...
Write
Preview
Markdown
is supported
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