From 140c88a63c63303c944e09ded3478bc1b3799d5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Sun, 6 Jan 2013 09:28:49 +0100 Subject: [PATCH] Fix an alt string that existed in the lang file. Add a missing translation (more to do about it). --- bookdetail.php | 2 +- index.php | 2 +- lang/Localization_fr.json | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/bookdetail.php b/bookdetail.php index 1edd2f3..15bc766 100644 --- a/bookdetail.php +++ b/bookdetail.php @@ -23,7 +23,7 @@ $book->getLinkArray (); hasCover) { ?> - cover + <?php echo localize(" /> diff --git a/index.php b/index.php index 36d6f71..86217f5 100644 --- a/index.php +++ b/index.php @@ -214,7 +214,7 @@ book->hasCover) { ?> - cover + <?php echo localize(" /> diff --git a/lang/Localization_fr.json b/lang/Localization_fr.json index f43db41..10a3633 100644 --- a/lang/Localization_fr.json +++ b/lang/Localization_fr.json @@ -31,6 +31,7 @@ "content.series":"Collection:", "content.series.data":"Livre {0} dans la collection {1}", "content.publisher":"Editeur:", +"content.published":"Publié:", "content.publisher.data":"Publié {0} le {1}", "content.summary":"Résumé:", "bookentry.series":"Livre {0} dans la collection {1}",