From 4820ad3db327b5685a4f272dc4349ea84e78ada9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Wed, 20 Feb 2013 21:31:23 +0100 Subject: [PATCH] Fix strings ... (silly me) --- lang/Localization_en.json | 2 +- lang/Localization_fr.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/Localization_en.json b/lang/Localization_en.json index 74cc986..3bf4b72 100644 --- a/lang/Localization_en.json +++ b/lang/Localization_en.json @@ -7,7 +7,7 @@ "title.nextpage":"next page ({0} of {1})", "title.lastpage":"next page (last)", "title.numberOfPages":"{0} ({1} pages)", -"pubdate.title":"Publication year" +"pubdate.title":"Publication year", "bookword.title":"Books", "bookword.none":"No book", "bookword.one":"1 book", diff --git a/lang/Localization_fr.json b/lang/Localization_fr.json index b6054be..9c6b821 100644 --- a/lang/Localization_fr.json +++ b/lang/Localization_fr.json @@ -7,7 +7,7 @@ "title.nextpage":"page suivante ({0} sur {1})", "title.lastpage":"page suivante (dernière)", "title.numberOfPages":"{0} ({1} pages)", -"pubdate.title":"Année de publication" +"pubdate.title":"Année de publication", "bookword.title":"Livres", "bookword.none":"Aucun livre", "bookword.one":"1 livre",