repo.or.cz
/
moodle-linuxchix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
adding some strings
[moodle-linuxchix.git]
/
lang
/
en_utf8
/
mediaplugin.php
blob
282626d27f453569762236617b656e420a807f72
1
<
?PHP
// $Id$
2
// mediaplugin.php - created with Moodle 1.7 beta + (2006101003)
3
4
5
$string
[
'filtername'
] =
'Multimedia Plugins'
;
6
7
$string
[
'flashanimation'
] =
'Flash animation'
;
8
$string
[
'flashvideo'
] =
'Flash video'
;
9
$string
[
'mp3audio'
] =
'MP3 audio'
;
10
11
?
>