Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
mahara
mahara
Commits
6736ad10
Commit
6736ad10
authored
Jan 10, 2008
by
Nigel McNie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Translate 'Key' string. Thanks to Heinz.
parent
20af0462
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
htdocs/interaction/forum/lang/en.utf8/interaction.forum.php
htdocs/interaction/forum/lang/en.utf8/interaction.forum.php
+1
-0
htdocs/interaction/forum/theme/default/view.tpl
htdocs/interaction/forum/theme/default/view.tpl
+1
-1
No files found.
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
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