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
6736ad10
Commit
6736ad10
authored
Jan 10, 2008
by
Nigel McNie
Browse files
Translate 'Key' string. Thanks to Heinz.
parent
20af0462
Changes
2
Show whitespace changes
Inline
Side-by-side
htdocs/interaction/forum/lang/en.utf8/interaction.forum.php
View file @
6736ad10
...
...
@@ -68,6 +68,7 @@ $string['forumsuccessfulsubscribe'] = 'Forum subscribed successfully';
$string
[
'forumsuccessfulunsubscribe'
]
=
'Forum unsubscribed successfully'
;
$string
[
'groupowner'
]
=
'Group owner'
;
$string
[
'groupownerlist'
]
=
'Group owner:'
;
$string
[
'Key'
]
=
'Key'
;
$string
[
'lastpost'
]
=
'Last post'
;
$string
[
'Moderators'
]
=
'Moderators'
;
$string
[
'moderatorslist'
]
=
'Moderators:'
;
...
...
htdocs/interaction/forum/theme/default/view.tpl
View file @
6736ad10
...
...
@@ -92,7 +92,7 @@
{/
if
}
</form>
<h4>
Key
:
</h4>
<h4>
{
str
tag
=
"Key"
section
=
"interaction.forum"
}
:
</h4>
<ul>
<li><img
src=
"
{
$closedicon
|
escape
}
"
alt=
"
{
str
tag
=
"Closed"
section
=
"interaction.forum"
}
"
>
{
str
tag
=
"Closed"
section
=
"interaction.forum"
}
</li>
<li><img
src=
"
{
$subscribedicon
|
escape
}
"
alt=
"
{
str
tag
=
"Subscribed"
section
=
"interaction.forum"
}
"
>
{
str
tag
=
"Subscribed"
section
=
"interaction.forum"
}
</li>
...
...
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