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.Header.Albums=Albums
+Page.ImageBrowser.Header.Images=Images
Page.ImageBrowser.CreateAlbum.Button.CreateAlbum=Create Album
Page.ImageBrowser.Album.Edit.Title=Edit Album
Page.ImageBrowser.Album.Label.Title=Title:
<p id="description"><% album.description|html></p>
<%foreach album.albums album>
+ <%first><h2><%= Page.ImageBrowser.Header.Albums|l10n|html></h2><%/first>
<div class="album image">
<a href="imageBrowser.html?album=<% album.id|html>" title="<% album.title|html>">
<%ifnull album.albumImage>
<%/foreach>
<%foreach album.images image>
+ <%first><h2><%= Page.ImageBrowser.Header.Images|l10n|html></h2><%/first>
<div class="image">
<a href="imageBrowser.html?image=<%image.id|html>"><% image|image-link max-width=200 max-height=150></a>
</div>