Page.ImageBrowser.Title=Image Browser - Sone
Page.ImageBrowser.Album.Title=Album “{album}”
Page.ImageBrowser.Album.Error.NotFound.Text=The requested album could not be found. It is possible that it has not yet been downloaded, or that it has been deleted.
+Page.ImageBrowser.Sone.Title=Albums of {sone}
Page.ImageBrowser.Sone.Error.NotFound.Text=The requested Sone could not be found. It is possible that it has not yet been downloaded.
Page.ImageBrowser.CreateAlbum.Button.CreateAlbum=Create Album
<%else>
+ <h1><%= Page.ImageBrowser.Sone.Title|l10n|replace needle='{sone}' replacementKey=sone.niceName|html></h1>
+
<%foreach sone.albums album>
<div class="album">
<div class="name"><a href="imageBrowser.html?album=<% album.id|html>"><% album.name|html></a></div>