diff --git a/book.php b/book.php index b06a567..09b1dc4 100644 --- a/book.php +++ b/book.php @@ -619,6 +619,7 @@ function getJson ($complete = false) { "searchAlt" => localize ("search.alternate"), "sortAlt" => localize ("sort.alternate"), "homeAlt" => localize ("home.alternate"), + "cogAlt" => localize ("cog.alternate"), "permalinkAlt" => localize ("permalink.alternate"), "pubdateTitle" => localize("pubdate.title"), "languagesTitle" => localize("language.title"), diff --git a/lang/Localization_ca.json b/lang/Localization_ca.json index 6171cc0..729e17c 100644 --- a/lang/Localization_ca.json +++ b/lang/Localization_ca.json @@ -16,6 +16,7 @@ "bookword.none":"Cap llibre", "bookword.one":"1 llibre", "bookword.title":"Llibres", +"##TODO##cog.alternate":"Search, sort and filters", "##TODO##content.series":"Series:", "content.series.data":"Llibre {0} de la sèrie {1}", "content.summary":"Sinopsi:", diff --git a/lang/Localization_de.json b/lang/Localization_de.json index e914fbf..b36af99 100644 --- a/lang/Localization_de.json +++ b/lang/Localization_de.json @@ -16,6 +16,7 @@ "bookword.none":"Kein Buch", "bookword.one":"1 Buch", "bookword.title":"Bücher", +"##TODO##cog.alternate":"Search, sort and filters", "content.series":"Serien: ", "content.series.data":"Buch {0} der {1} - Reihe", "content.summary":"Inhalt: ", diff --git a/lang/Localization_en.json b/lang/Localization_en.json index 6d1d7e8..dbad2e8 100644 --- a/lang/Localization_en.json +++ b/lang/Localization_en.json @@ -16,6 +16,7 @@ "bookword.none":"No book", "bookword.one":"1 book", "bookword.title":"Books", +"cog.alternate":"Search, sort and filters", "content.series":"Series:", "content.series.data":"Book {0} in the {1} series", "content.summary":"Summary", diff --git a/lang/Localization_es.json b/lang/Localization_es.json index 01b0d30..6d523c1 100644 --- a/lang/Localization_es.json +++ b/lang/Localization_es.json @@ -16,6 +16,7 @@ "bookword.none":"Sin libros", "bookword.one":"1 libro", "bookword.title":"Libros", +"##TODO##cog.alternate":"Search, sort and filters", "##TODO##content.series":"Series:", "content.series.data":"Libro {0} en la {1} serie", "content.summary":"Sumario:", diff --git a/lang/Localization_fr.json b/lang/Localization_fr.json index b7337fa..fe7743a 100644 --- a/lang/Localization_fr.json +++ b/lang/Localization_fr.json @@ -1,11 +1,11 @@ { "about.title":"A propos de COPS", "allbooks.alphabetical.many":"Index alphabétique des {0} livres", -"##TODO##allbooks.alphabetical.none":"Alphabetical index of absolutely no book", +"allbooks.alphabetical.none":"Index alphabétique d'aucun livre", "allbooks.alphabetical.one":"Index alphabétique du seul livre", "allbooks.title":"Tous les livres", "authors.alphabetical.many":"Index alphabétique des {0} auteurs", -"##TODO##authors.alphabetical.none":"Alphabetical index of absolutely no author", +"authors.alphabetical.none":"Index alphabétique d'aucun auteur", "authors.alphabetical.one":"Index alphabétique du seul auteur", "authors.title":"Auteurs", "authorword.many":"{0} auteurs", @@ -16,6 +16,7 @@ "bookword.none":"Aucun livre", "bookword.one":"1 livre", "bookword.title":"Livres", +"cog.alternate":"Recherche, tri et filtres", "content.series":"Collection:", "content.series.data":"Livre {0} dans la collection {1}", "content.summary":"Résumé:", diff --git a/lang/Localization_it.json b/lang/Localization_it.json index 07239f5..2a60650 100644 --- a/lang/Localization_it.json +++ b/lang/Localization_it.json @@ -16,6 +16,7 @@ "bookword.none":"Nessun libro", "bookword.one":"1 libro", "bookword.title":"Libri", +"##TODO##cog.alternate":"Search, sort and filters", "content.series":"Collana:", "content.series.data":"Libro {0} nella collana {1}", "content.summary":"Riassunto:", diff --git a/lang/Localization_nb.json b/lang/Localization_nb.json index 680a1b6..991ff70 100644 --- a/lang/Localization_nb.json +++ b/lang/Localization_nb.json @@ -16,6 +16,7 @@ "bookword.none":"Ingen bøker", "bookword.one":"1 bok", "bookword.title":"Bøker", +"##TODO##cog.alternate":"Search, sort and filters", "content.series":"Serier:", "content.series.data":"Bok {0} i serien {1}", "content.summary":"Sammendrag", diff --git a/lang/Localization_nl.json b/lang/Localization_nl.json index 679b48b..125fd11 100644 --- a/lang/Localization_nl.json +++ b/lang/Localization_nl.json @@ -16,6 +16,7 @@ "bookword.none":"Geen boek", "bookword.one":"1 boek", "bookword.title":"Boeken", +"##TODO##cog.alternate":"Search, sort and filters", "content.series":"Series:", "content.series.data":"Boek {0} in de {1} serie", "content.summary":"Samenvatting", diff --git a/lang/Localization_pt.json b/lang/Localization_pt.json index 5e81497..0aed078 100644 --- a/lang/Localization_pt.json +++ b/lang/Localization_pt.json @@ -16,6 +16,7 @@ "bookword.none":"Sem livros", "bookword.one":"1 livro", "bookword.title":"Livros", +"##TODO##cog.alternate":"Search, sort and filters", "content.series":"Séries:", "content.series.data":"Livro {0} da série {1}", "content.summary":"Sumário", diff --git a/lang/Localization_ru.json b/lang/Localization_ru.json index cfff000..b16daca 100644 --- a/lang/Localization_ru.json +++ b/lang/Localization_ru.json @@ -16,6 +16,7 @@ "bookword.none":"Нет книг", "bookword.one":"1 книга", "bookword.title":"Книги", +"##TODO##cog.alternate":"Search, sort and filters", "content.series":"Серии:", "content.series.data":"Книга {0} в {1} серии", "content.summary":"Краткое содержание:", diff --git a/lang/Localization_zh.json b/lang/Localization_zh.json index de0a9c8..12ef64e 100644 --- a/lang/Localization_zh.json +++ b/lang/Localization_zh.json @@ -16,6 +16,7 @@ "bookword.none":"没有书籍", "bookword.one":"1 本书籍", "bookword.title":"书名", +"##TODO##cog.alternate":"Search, sort and filters", "content.series":"系列:", "content.series.data":"{0} 系列的第 {0} 本", "content.summary":"概要", diff --git a/templates/default/header.html b/templates/default/header.html index f39fc45..13c981b 100644 --- a/templates/default/header.html +++ b/templates/default/header.html @@ -3,7 +3,7 @@