X-Git-Url: https://git.rvb.name/mpd-web.git/blobdiff_plain/585224f5dbe2565ed04c97b054e8d8354c21dc5e..refs/heads/master:/ajax/editplaylist.php?ds=sidebyside diff --git a/ajax/editplaylist.php b/ajax/editplaylist.php index a4764c9..31c6697 100644 --- a/ajax/editplaylist.php +++ b/ajax/editplaylist.php @@ -18,7 +18,7 @@ $dir = $_REQUEST['dir']; <table> <tr> <td><span class="button" onclick="RefreshPlaylist()"><img width="20" src="images/playlist.png"></span><td> - <td><span class="button" onclick="return confirm('ÐобавиÑÑ Ð²Ñе. ÐÑ ÑвеÑенÑ?') ? PlaylistEditCommand('addall','<?php echo escapePhpString($dir);?>') : false;" ><img width="20" src="images/addall.png"></span><td> + <td><span class="button" onclick="return confirm('Add all to the list, are you sure?') ? PlaylistEditCommand('addall','<?php echo escapePhpString($dir);?>') : false;" ><img width="20" src="images/addall.png"></span><td> <td><span class="button" onclick="PlaylistEditItemsCommand('addselected','<?php echo escapePhpString($dir);?>')"><img width="20" src="images/addselected.png"></span><td> </tr> </table> @@ -26,7 +26,7 @@ $dir = $_REQUEST['dir']; <div id="items"> <table> <tr id="items_heading"> - <td></td><td>Ðазвание</td><th colspan="2">УпÑавление</th> + <td></td><td>Title</td><th colspan="2">Controls</th> </tr> <?php $dirs=$mpd->GetDir($dir); @@ -65,7 +65,7 @@ $dir = $_REQUEST['dir']; <table> <tr> <td><span class="button" onclick="RefreshPlaylist()"><img width="20" src="images/playlist.png"></span><td> - <td><span class="button" onclick="return confirm('ÐобавиÑÑ Ð²Ñе. ÐÑ ÑвеÑенÑ?') ? PlaylistEditCommand('addall','<?php echo escapePhpString($dir);?>') : false;" ><img width="20" src="images/addall.png"></span><td> + <td><span class="button" onclick="return confirm('Add all to the list, are you sure?') ? PlaylistEditCommand('addall','<?php echo escapePhpString($dir);?>') : false;" ><img width="20" src="images/addall.png"></span><td> <td><span class="button" onclick="PlaylistEditItemsCommand('addselected','<?php echo escapePhpString($dir);?>')"><img width="20" src="images/addselected.png"></span><td> </tr> </table>