[Slim-Checkins] r10545 - in /trunk/server/HTML: EN/cmdwrappers
NBMU/hitlist.html NBMU/home.html
mherger at svn.slimdevices.com
mherger at svn.slimdevices.com
Wed Nov 1 09:23:26 PST 2006
Author: mherger
Date: Wed Nov 1 09:23:23 2006
New Revision: 10545
URL: http://svn.slimdevices.com?rev=10545&view=rev
Log:
Bug: N/A
Description: fix some hard coded strings
Modified:
trunk/server/HTML/EN/cmdwrappers
trunk/server/HTML/NBMU/hitlist.html
trunk/server/HTML/NBMU/home.html
Modified: trunk/server/HTML/EN/cmdwrappers
URL: http://svn.slimdevices.com/trunk/server/HTML/EN/cmdwrappers?rev=10545&r1=10544&r2=10545&view=diff
==============================================================================
--- trunk/server/HTML/EN/cmdwrappers (original)
+++ trunk/server/HTML/EN/cmdwrappers Wed Nov 1 09:23:23 2006
@@ -282,7 +282,7 @@
[% BLOCK pagebarheader %]
<span class="pagebarheadertext">
-Items [% pageinfo.startitem %] [% "TO" | string %] [% pageinfo.enditem %] [% "OF" | string %] [% pageinfo.totalitems %]
+[% "ITEMS" | string %] [% pageinfo.startitem %] [% "TO" | string %] [% pageinfo.enditem %] [% "OF" | string %] [% pageinfo.totalitems %]
</span>
[% END %]
Modified: trunk/server/HTML/NBMU/hitlist.html
URL: http://svn.slimdevices.com/trunk/server/HTML/NBMU/hitlist.html?rev=10545&r1=10544&r2=10545&view=diff
==============================================================================
--- trunk/server/HTML/NBMU/hitlist.html (original)
+++ trunk/server/HTML/NBMU/hitlist.html Wed Nov 1 09:23:23 2006
@@ -21,7 +21,7 @@
<td valign="middle" bgcolor="#999999">
<h3>[% "Statistics" | string %]<img src="html/images/spacer.gif" width="8" height="8"></h3></td>
<td align="left" valign="middle" bgcolor="#999999"><div align="right"><a href="status.html?player=%7Bplayer%7D">>>>
- Back to [% playermodel _ "_MUSIC_PLAYER" | string %] </a></div></td>
+ [% playermodel _ "_HOME" | string %] </a></div></td>
</tr>
</table>
<p><img src="html/images/spacer.gif" width="30" height="8"> </p>
Modified: trunk/server/HTML/NBMU/home.html
URL: http://svn.slimdevices.com/trunk/server/HTML/NBMU/home.html?rev=10545&r1=10544&r2=10545&view=diff
==============================================================================
--- trunk/server/HTML/NBMU/home.html (original)
+++ trunk/server/HTML/NBMU/home.html Wed Nov 1 09:23:23 2006
@@ -20,7 +20,7 @@
<h3> </h3></td>
<td width="149" valign="middle" bgcolor="#999999"><h3><font color="#FFFFFF">[% "HOME" | string %] <img src="html/images/spacer.gif" width="30" height="1"></font></h3></td>
<td valign="middle" bgcolor="#999999">
- <p><font color="#FFFFFF">[% IF song_count %]The music collection contain <B>[% song_count %]</B> by <B>[% artist_count %]</B>[% END %]</font></p></td>
+ <p><font color="#FFFFFF">[% IF song_count %][% "LIBRARY_CONTAINS" | string %] <B>[% song_count %]</B> [% "BY" | string %] <B>[% artist_count %]</B>[% END %]</font></p></td>
</tr>
</table>
<h3> </h3>
More information about the checkins
mailing list