Skip to content
GitLab
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
913e710c
Commit
913e710c
authored
Jan 11, 2007
by
Nigel McNie
Committed by
Nigel McNie
Jan 11, 2007
Browse files
Fixed up my remaining language strings
parent
22e418d8
Changes
3
Hide whitespace changes
Inline
Side-by-side
htdocs/lang/en.utf8/mahara.php
View file @
913e710c
...
...
@@ -59,6 +59,7 @@ $string['declinerequest'] = 'Decline request';
// auth
$string
[
'accessforbiddentoadminsection'
]
=
'You are forbidden from accessing the administration section'
;
$string
[
'accountdeleted'
]
=
'Sorry, your account has been deletd'
;
$string
[
'accountexpired'
]
=
'Sorry, your account has expired'
;
$string
[
'accountexpirywarning'
]
=
'Account expiry warning'
;
$string
[
'accountexpirywarningtext'
]
=
'Dear %s,
...
...
@@ -81,6 +82,7 @@ $string['accountexpirywarninghtml'] = '<p>Dear %s,</p>
<p>If you wish to extend your account access or have any questions regarding the above, please feel free to <a href="%s">Contact Us</a>.</p>
<p>Regards, %s Site Administrator</p>'
;
$string
[
'accountinactive'
]
=
'Sorry, your account is currently inactive'
;
$string
[
'accountinactivewarning'
]
=
'Account inactivity warning'
;
$string
[
'accountinactivewarningtext'
]
=
'Dear %s,
...
...
@@ -189,6 +191,7 @@ $string['passwordchangedok'] = 'Your password was successfully changed';
// Expiry times
$string
[
'noenddate'
]
=
'No end date'
;
$string
[
'day'
]
=
'day'
;
$string
[
'days'
]
=
'days'
;
$string
[
'weeks'
]
=
'weeks'
;
$string
[
'months'
]
=
'months'
;
...
...
htdocs/lang/en.utf8/view.php
View file @
913e710c
...
...
@@ -32,6 +32,7 @@ $string['createviewstep2'] = 'Create View - Step 2 of 4';
$string
[
'createviewstep3'
]
=
'Create View - Step 3 of 4'
;
$string
[
'editview'
]
=
'Edit View'
;
$string
[
'createviewstep4'
]
=
'Create View - Step 4 of 4'
;
$string
[
'editaccess'
]
=
'Edit View Access'
;
$string
[
'next'
]
=
'Next'
;
$string
[
'back'
]
=
'Back'
;
$string
[
'createview'
]
=
'Create View'
;
...
...
@@ -67,5 +68,7 @@ $string['format.listchildren'] = 'List children of this artefact';
$string
[
'format.renderfull'
]
=
'Display entire artefact'
;
$string
[
'format.rendermetadata'
]
=
'Display metadata for this artefact'
;
$string
[
'viewcreatedsuccessfully'
]
=
'View created successfully'
;
?>
htdocs/view/create4.php
View file @
913e710c
...
...
@@ -138,7 +138,7 @@ function createview4_submit(Pieform $form, $values) {
}
}
db_commit
();
$SESSION
->
add_ok_msg
(
get_string
(
'viewcreatedsuccessfully'
));
$SESSION
->
add_ok_msg
(
get_string
(
'viewcreatedsuccessfully'
,
'view'
));
redirect
(
get_config
(
'wwwroot'
)
.
'view/'
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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