View.Post.ShowMore=show more
View.Post.ShowLess=show less
+View.Album.Permalink=link album
View.Album.SizeAndAuthor={1,number} {1,choice,0#images|1#image|1<images} by [link]{0}[/link]
View.Image.Permalink=link image
Notification.SoneIsInserting.Text=Your Sone sone://{0} is now being inserted.
Notification.SoneIsInserted.Text=Your Sone sone://{0} has been inserted in {1,number} {1,choice,0#seconds|1#second|1<seconds}.
Notification.SoneInsertAborted.Text=Your Sone sone://{0} could not be inserted.
-# 72-74
+# 72-74, 374-377
</a>
</div>
<div class="information">
- <div class="link"><a href="album://<% album.id|html>">[link album]</a></div>
+ <div class="link"><a href="album://<% album.id|html>">[<%= View.Album.Permalink|l10n|html>]</a></div>
<div class="title"><a href="imageBrowser.html?album=<% album.id|html>"><% album.title|html></a></div>
<div class="author"><% =View.Album.SizeAndAuthor|l10n 0=album.sone.niceName 1=album.images.size|html|replace needle=="[link]" replacement=='<a href="viewSone.html?sone=<sone-id>">'|replace needle=='[/link]' replacement=='</a>'|replace needle=='<sone-id>' replacement=album.sone.id></div>
<div class="description"><% album.description|parse sone=album.sone|render></div>