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
c216d157
Commit
c216d157
authored
Dec 22, 2008
by
Richard Mansfield
Browse files
Untranslatable strings (bug #3053)
parent
d6101d6f
Changes
2
Hide whitespace changes
Inline
Side-by-side
htdocs/lang/en.utf8/mahara.php
View file @
c216d157
...
...
@@ -790,4 +790,7 @@ $string['remotehost'] = 'Remote host %s';
$string
[
'Copyof'
]
=
'Copy of %s'
;
// Profie views
$string
[
'loggedinusersonly'
]
=
'Logged in users only'
;
$string
[
'allowpublicaccess'
]
=
'Allow public (non logged in) access'
;
?>
htdocs/user/view.php
View file @
c216d157
...
...
@@ -268,7 +268,7 @@ else if (!empty($loggedinid)) {
),
'submit'
=>
array
(
'type'
=>
'submit'
,
'value'
=>
(
$public
)
?
'L
ogged
in
users
only'
:
'A
llow
public
(non logged in)
access'
,
'value'
=>
(
$public
)
?
get_string
(
'l
oggedinusersonly'
)
:
get_string
(
'a
llowpublicaccess'
)
,
),
),
));
...
...
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