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
37b7500c
Commit
37b7500c
authored
Dec 15, 2006
by
Richard Mansfield
Browse files
More strings
parent
a43dca78
Changes
2
Hide whitespace changes
Inline
Side-by-side
htdocs/artefact/file/lang/en.utf8/artefact.file.php
View file @
37b7500c
...
...
@@ -47,6 +47,7 @@ $string['namefieldisrequired'] = 'Name field is required';
$string
[
'nofilesfound'
]
=
'No files found'
;
$string
[
'overwrite'
]
=
'Overwrite'
;
$string
[
'savechanges'
]
=
'Save changes'
;
$string
[
'size'
]
=
'Size'
;
$string
[
'title'
]
=
'Name'
;
$string
[
'titlefieldisrequired'
]
=
'Name field is required'
;
$string
[
'upload'
]
=
'Upload'
;
...
...
htdocs/artefact/file/theme/default/index.tpl
View file @
37b7500c
...
...
@@ -13,9 +13,9 @@
<div
id=
"uploader"
></div>
<table
id=
"filelist"
>
<thead><tr>
<th>
{
str
tag
=
name
}
</th>
<th>
{
str
tag
=
description
}
</th>
<th>
{
str
tag
=
size
}
</th>
<th>
{
str
tag
=
name
section
=
artefact
.
file
}
</th>
<th>
{
str
tag
=
description
section
=
artefact
.
file
}
</th>
<th>
{
str
tag
=
size
section
=
artefact
.
file
}
</th>
<th>
{
str
tag
=
date
}
</th>
<th></th>
</tr></thead>
...
...
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