Index: /home/mh/eclipse/SVN/HTML/Default/advanced_search.html =================================================================== --- /home/mh/eclipse/SVN/HTML/Default/advanced_search.html (revision 2265) +++ /home/mh/eclipse/SVN/HTML/Default/advanced_search.html (working copy) @@ -84,7 +84,7 @@ <td class="content" align="left" valign="middle" width="70%"> <select name="search.genre"> - <option value="">Any [% "GENRE" | string %]</option> + <option value="">[% "ANY_GENRE" | string %]</option> [% FOREACH genre = genres %] @@ -146,7 +146,7 @@ [% logicalSelectionBlock(name='search.bitrate.op') %] <select name="search.bitrate"> - <option value="">Any Value</option> + <option value="">[% "ANY_VALUE" | string %]</option> [% FOREACH bitRate = [ 32 40 48 56 64 80 96 112 128 160 192 224 256 320 ] %] <option value="[% bitRate %]" [% IF search.bitrate.value == (bitRate * 100) %]selected[% END %]>[% bitRate %]</option> @@ -164,7 +164,7 @@ [% logicalSelectionBlock(name='search.samplerate.op') %] <select name="search.samplerate"> - <option value="">Any Value</option> + <option value="">[% "ANY_VALUE" | string %]</option> [% FOREACH sampleRate = [ 32000 44100 ] %] <option value="[% sampleRate %]">[% sampleRate %]</option> @@ -179,7 +179,7 @@ <td class="content" align="left" valign="middle" width="70%"> <select name="search.ct"> - <option value="">Any Type</option> + <option value="">[% "ANY_TYPE" | string %]</option> [% FOREACH type = fileTypes.keys %] <option value="[% type %]" [% IF search.ct.value == type %]selected[% END %]>[% fileTypes.$type %]</option> Index: /home/mh/eclipse/SVN/HTML/Fishbone/advanced_search.html =================================================================== --- /home/mh/eclipse/SVN/HTML/Fishbone/advanced_search.html (revision 2265) +++ /home/mh/eclipse/SVN/HTML/Fishbone/advanced_search.html (working copy) @@ -90,7 +90,7 @@ <td class="content" align="left" valign="middle" width="70%"> <select name="search.genre"> - <option value="">Any [% "GENRE" | string %]</option> + <option value="">[% "ANY_GENRE" | string %]</option> [% FOREACH genre = genres %] @@ -152,7 +152,7 @@ [% logicalSelectionBlock(name='search.bitrate.op') %] <select name="search.bitrate"> - <option value="">Any Value</option> + <option value="">[% "ANY_VALUE" | string %]</option> [% FOREACH bitRate = [ 32 40 48 56 64 80 96 112 128 160 192 224 256 320 ] %] <option value="[% bitRate %]" [% IF search.bitrate.value == (bitRate * 100) %]selected[% END %]>[% bitRate %]</option> @@ -170,7 +170,7 @@ [% logicalSelectionBlock(name='search.samplerate.op') %] <select name="search.samplerate"> - <option value="">Any Value</option> + <option value="">[% "ANY_VALUE" | string %]</option> [% FOREACH sampleRate = [ 32000 44100 ] %] <option value="[% sampleRate %]">[% sampleRate %]</option> @@ -185,7 +185,7 @@ <td class="content" align="left" valign="middle" width="70%"> <select name="search.ct"> - <option value="">Any Type</option> + <option value="">[% "ANY_TYPE" | string %]</option> [% FOREACH type = fileTypes.keys %] <option value="[% type %]" [% IF search.ct.value == type %]selected[% END %]>[% fileTypes.$type %]</option> Index: /home/mh/eclipse/SVN/HTML/EN/advanced_search.html =================================================================== --- /home/mh/eclipse/SVN/HTML/EN/advanced_search.html (revision 2265) +++ /home/mh/eclipse/SVN/HTML/EN/advanced_search.html (working copy) @@ -86,7 +86,7 @@ <td class="content" align="left" valign="middle" width="70%"> <select name="search.genre"> - <option value="">Any [% "GENRE" | string %]</option> + <option value="">[% "ANY_GENRE" | string %]</option> [% FOREACH genre = genres %] @@ -148,7 +148,7 @@ [% logicalSelectionBlock(name='search.bitrate.op') %] <select name="search.bitrate"> - <option value="">Any Value</option> + <option value="">[% "ANY_VALUE" | string %]</option> [% FOREACH bitRate = [ 32 40 48 56 64 80 96 112 128 160 192 224 256 320 ] %] <option value="[% bitRate %]" [% IF search.bitrate.value == (bitRate * 100) %]selected[% END %]>[% bitRate %]</option> @@ -166,7 +166,7 @@ [% logicalSelectionBlock(name='search.samplerate.op') %] <select name="search.samplerate"> - <option value="">Any Value</option> + <option value="">[% "ANY_VALUE" | string %]</option> [% FOREACH sampleRate = [ 32000 44100 ] %] <option value="[% sampleRate %]">[% sampleRate %]</option> @@ -181,7 +181,7 @@ <td class="content" align="left" valign="middle" width="70%"> <select name="search.ct"> - <option value="">Any Type</option> + <option value="">[% "ANY_TYPE" | string %]</option> [% FOREACH type = fileTypes.keys %] <option value="[% type %]" [% IF search.ct.value == type %]selected[% END %]>[% fileTypes.$type %]</option> Index: /home/mh/eclipse/SVN/HTML/Handheld/advanced_search.html =================================================================== --- /home/mh/eclipse/SVN/HTML/Handheld/advanced_search.html (revision 2265) +++ /home/mh/eclipse/SVN/HTML/Handheld/advanced_search.html (working copy) @@ -21,6 +21,7 @@ [% IF numresults == '-1' %] <form action="advanced_search.html" method="GET" name="searchForm"> + <input type="hidden" value="[% player %]" name="player"> <table border="0" cellpadding="3" cellspacing="1" width="100%"> <tr> <td align="right">[% "TRACK" | string %] </td> @@ -122,7 +123,7 @@ <td align="right" nowrap="nowrap">[% "TYPE" | string %] </td> <td align="left"> <select name="search.ct"> - <option value="">[% "ANY_VALUE" | string %]</option> + <option value="">[% "ANY_TYPE" | string %]</option> [% FOREACH type = fileTypes.keys %] <option value="[% type %]" [% IF search.ct.value == type %]selected[% END %]>[% fileTypes.$type %]</option> [% END %] @@ -178,6 +179,12 @@ [% END %] </table> <table cellspacing="0" cellpadding="4" width="100%"> + <tr bgcolor="#d0d0d0"> + <td>[% "ALL_SONGS" | string %]</td> + <td><a href="[% webroot %]status_header.html?player=[% player | uri %]&command=playlist&sub=playtracks&listref=searchResults"><img src="html/images/b_play.gif" border=0 width="13" height="13"></a></td> + <td> </td> + <td><a href="[% webroot %]status_header.html?player=[% player | uri %]&command=playlist&sub=addtracks&listref=searchResults"><img src="html/images/b_add.gif" border=0 width="13" height="13"></a></td> + </tr> [% browse_list %] </table> [% END %] Index: /home/mh/eclipse/SVN/strings.txt =================================================================== --- /home/mh/eclipse/SVN/strings.txt (revision 2265) +++ /home/mh/eclipse/SVN/strings.txt (working copy) @@ -8590,3 +8590,15 @@ SETUP_SCROLLPIXELS_DESC EN On a player with a graphical display you can adjust the number of pixels (dots) that the player scrolls in each interval defined above. Adjust this in conjunction with the Scroll Rate to adjust scrolling speed and quality. Note that small values with low Scroll Rates look good, but require a higher performance server and uncongested network. If in doubt leave as the default of 7 pixels. (Min 1, Max 20). +ANY_GENRE + DE Beliebige Stilrichtung + EN Any Genre + +ANY_VALUE + DE Beliebiger Wert + EN Any Value + +ANY_TYPE + DE Beliebiges Format + EN Any File Format + \ No newline at end of file