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
724bb7f9
Commit
724bb7f9
authored
Jan 15, 2013
by
Hugh Davenport
Committed by
Gerrit Code Review
Jan 15, 2013
Browse files
Merge "Bug#1006706 Fixed the missing lang strings"
parents
2bd8f653
9fa1ed8a
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/lang/en.utf8/view.php
View file @
724bb7f9
...
...
@@ -44,6 +44,8 @@ $string['description'] = 'Page description';
$string
[
'startdate'
]
=
'Access start date/time'
;
$string
[
'stopdate'
]
=
'Access end date/time'
;
$string
[
'accessdates'
]
=
'Access date/time'
;
$string
[
'stopdatecannotbeinpast'
]
=
'Stop date cannot be in the past'
;
$string
[
'startdatemustbebeforestopdate'
]
=
'Start date must be before stop date'
;
$string
[
'newstopdatecannotbeinpast'
]
=
'The end date for \'%s\' access cannot be in the past.'
;
$string
[
'newstartdatemustbebeforestopdate'
]
=
'The start date for \'%s\' access must be before the end date.'
;
$string
[
'unrecogniseddateformat'
]
=
'Unrecognised date format'
;
...
...
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