diff options
| author | Andreas Brachold <vdr07@deltab.de> | 2007-09-09 16:24:47 +0000 |
|---|---|---|
| committer | Andreas Brachold <vdr07@deltab.de> | 2007-09-09 16:24:47 +0000 |
| commit | c58704322fa8fcbee809d4c02643197d05293160 (patch) | |
| tree | 317742f5fd47ac8c70791bca517c55abb7f324da /html/mlist.tmpl | |
| parent | 3c9849839582d238ef75a191728a14b84a8eb577 (diff) | |
| download | xxv-c58704322fa8fcbee809d4c02643197d05293160.tar.gz xxv-c58704322fa8fcbee809d4c02643197d05293160.tar.bz2 | |
* Update english translation
* Send proper mime header if file not modified (on state 304)
Diffstat (limited to 'html/mlist.tmpl')
| -rw-r--r-- | html/mlist.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/html/mlist.tmpl b/html/mlist.tmpl index 9652c96..5b7847d 100644 --- a/html/mlist.tmpl +++ b/html/mlist.tmpl @@ -1,4 +1,4 @@ -<h1><?% gettext("Music Library") %?></h1> +<h1><?% gettext("Music library") %?></h1> <!-- TableTemplate --> <form name="musicform" onSubmit="location.href = '?cmd=ml&data=' + 'search:' + document.forms[0].search.value; return false"> <table width="95%" border=1> @@ -36,7 +36,7 @@ <b> -<a href="#" onClick="Play('<?% gettext("You have nothing selected!") %?>',document.musicform,'<?% param.proxy %?>')"> +<a href="#" onClick="Play('<?% gettext("Nothing selected!") %?>',document.musicform,'<?% param.proxy %?>')"> [<?% gettext("Play selected songs") %?>] </a> <a href="?cmd=mrefresh">[<?% gettext("Update Music Database") %?>]</a> @@ -62,7 +62,7 @@ <td colspan=<?% zeile.size %?>> <img class="cover" src="?cmd=mcoverimage&data=<?% zeile.0 %?>&__binary=1" alt="<?% zeile.2 %?>" align="right" /> <?% albummark = "Album"+loop.count %?> - <h1>Album: <?% zeile.2 %?> <font size=2><a href="#" onClick="selSwitch(document.musicform, '<?% albummark %?>')">[<?% gettext("Select") %?> album]</a></font></h1> + <h1>Album: <?% zeile.2 %?> <font size=2><a href="#" onClick="selSwitch(document.musicform, '<?% albummark %?>')">[<?% gettext("Selection") %?> album]</a></font></h1> <h3> <?% gettext("Artist") %?>: <?% zeile.1 %?>, <?% gettext("Year") %?>: <?% zeile.5 %?>, |
