Fix an alt string that existed in the lang file.
Add a missing translation (more to do about it).
这个提交存在于:
父节点
6f17a4dc65
当前提交
140c88a63c
共有 3 个文件被更改,包括 3 次插入 和 2 次删除
|
|
@ -23,7 +23,7 @@ $book->getLinkArray ();
|
||||||
<?php
|
<?php
|
||||||
if ($book->hasCover) {
|
if ($book->hasCover) {
|
||||||
?>
|
?>
|
||||||
<a href="fetch.php?id=<?php echo $book->id ?>"><img src="fetch.php?id=<?php echo $book->id ?>&height=150" alt="cover" /></a>
|
<a href="fetch.php?id=<?php echo $book->id ?>"><img src="fetch.php?id=<?php echo $book->id ?>&height=150" alt="<?php echo localize("i18n.coversection") ?>" /></a>
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
|
||||||
|
|
@ -214,7 +214,7 @@
|
||||||
<?php
|
<?php
|
||||||
if ($entry->book->hasCover) {
|
if ($entry->book->hasCover) {
|
||||||
?>
|
?>
|
||||||
<a rel="group" class="fancycover" href="<?php echo $entry->getCover () ?>"><img src="<?php echo $entry->getCoverThumbnail () ?>" alt="cover" /></a>
|
<a rel="group" class="fancycover" href="<?php echo $entry->getCover () ?>"><img src="<?php echo $entry->getCoverThumbnail () ?>" alt="<?php echo localize("i18n.coversection") ?>" /></a>
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
|
||||||
|
|
@ -31,6 +31,7 @@
|
||||||
"content.series":"Collection:",
|
"content.series":"Collection:",
|
||||||
"content.series.data":"Livre {0} dans la collection {1}",
|
"content.series.data":"Livre {0} dans la collection {1}",
|
||||||
"content.publisher":"Editeur:",
|
"content.publisher":"Editeur:",
|
||||||
|
"content.published":"Publié:",
|
||||||
"content.publisher.data":"Publié {0} le {1}",
|
"content.publisher.data":"Publié {0} le {1}",
|
||||||
"content.summary":"Résumé:",
|
"content.summary":"Résumé:",
|
||||||
"bookentry.series":"Livre {0} dans la collection {1}",
|
"bookentry.series":"Livre {0} dans la collection {1}",
|
||||||
|
|
|
||||||
正在加载…
添加表格
添加链接
在新工单中引用