diff --git a/base.php b/base.php index 775c5ca..8beaec5 100644 --- a/base.php +++ b/base.php @@ -602,7 +602,7 @@ class PageAbout extends Page { public function InitializeContent () { - $this->title = "About"; + $this->title = localize ("about.title"); } } diff --git a/index.php b/index.php index a7ed901..98bdcc5 100644 --- a/index.php +++ b/index.php @@ -300,7 +300,7 @@
- ">" alt="Home" /> + ">" alt="" />
isPaginated ()) { diff --git a/lang/Localization_ca.json b/lang/Localization_ca.json index 7efca88..3c85b8f 100644 --- a/lang/Localization_ca.json +++ b/lang/Localization_ca.json @@ -83,7 +83,6 @@ "i18n.summarysection":"Resum", "i18n.dateGenerated":"Catàleg creat el {0}", "deeplevel.summary":"{0} per autors, etiquetes, etc.", -"about.title":"Documentació de Calibre2Opds", "about.summary":"Notes d'ús", "usage.intro":"Les opcions provenen de l'arxiu de configuració present a: {0}", "config.Language.label":"Idioma", diff --git a/lang/Localization_de.json b/lang/Localization_de.json index 35f0098..b08e70e 100644 --- a/lang/Localization_de.json +++ b/lang/Localization_de.json @@ -100,7 +100,6 @@ "i18n.summarysection":"Zusammenfassung", "i18n.dateGenerated":"Katalog erstellt am {0}", "deeplevel.summary":"{0} aufgeschlüsselt nach Autoren, Schlagwörter, etc.", -"about.title":"Calibre2Opds Dokumentation", "about.summary":"Anmerkungen zur Verwendung von Calibre2Opds", "usage.intro":"Die Optionen werden der Konfigurationsdatei in {0} entnommen", "config.Language.label":"Sprache", diff --git a/lang/Localization_en.json b/lang/Localization_en.json index 13abe14..e2341ba 100644 --- a/lang/Localization_en.json +++ b/lang/Localization_en.json @@ -103,7 +103,7 @@ "i18n.summarysection":"Description", "i18n.dateGenerated":"Catalog generated on {0}", "deeplevel.summary":"{0} broken up by authors, tags, etc. ", -"about.title":"Calibre2Opds Documentation", +"about.title":"About COPS", "about.summary":"Notes on using Calibre2Opds", "usage.intro":"The options are taken from the configuration file located at {0}", "config.Language.label":"Language", diff --git a/lang/Localization_es.json b/lang/Localization_es.json index 6c37a36..6eb49cb 100644 --- a/lang/Localization_es.json +++ b/lang/Localization_es.json @@ -83,7 +83,6 @@ "i18n.summarysection":"Resumen", "i18n.dateGenerated":"Catálogo creado el {0}", "deeplevel.summary":"{0} por autores, etiquetas, etc.", -"about.title":"Documentación de Calibre2Opds", "about.summary":"Notas de Uso", "usage.intro":"Las opciones provienen del fichero de configuración presente en: {0}", "config.Language.label":"Idioma", diff --git a/lang/Localization_fr.json b/lang/Localization_fr.json index 680ef55..c0f2a58 100644 --- a/lang/Localization_fr.json +++ b/lang/Localization_fr.json @@ -89,7 +89,7 @@ "i18n.summarysection":"Résumé", "i18n.dateGenerated":"Catalogue généré le {0}", "deeplevel.summary":"{0} par auteur, étiquette, etc.", -"about.title":"Documentation de Calibre2Opds", +"about.title":"A propos de COPS", "about.summary":"Notes d'utilisation", "usage.intro":"Les options sont tirées du fichier de configuration qui se trouve ici : {0}", "config.Language.label":"Langue", diff --git a/lang/Localization_it.json b/lang/Localization_it.json index 5e8c1f1..091b77d 100644 --- a/lang/Localization_it.json +++ b/lang/Localization_it.json @@ -84,7 +84,6 @@ "i18n.summarysection":"Riassunto", "i18n.dateGenerated":"Catalogo generato il {0}", "deeplevel.summary":"{0} par autore, etichetta, ecc.", -"about.title":"Documentazione di Calibre2Opds", "about.summary":"Note d'utilizzo", "usage.intro":"Le opzioni sono prese dal file di configuraziones che si trova qui: {0}", "config.Language.label":"Lingua", diff --git a/lang/Localization_nl.json b/lang/Localization_nl.json index 28516cc..2ff0803 100644 --- a/lang/Localization_nl.json +++ b/lang/Localization_nl.json @@ -102,7 +102,6 @@ "i18n.summarysection":"Omschrijving", "i18n.dateGenerated":"Catalogus gegenereerd op {0}", "deeplevel.summary":"{0} uitgesplitst naar auteurs, tags, etc. ", -"about.title":"Calibre2Opds Documentatie", "about.summary":"Notities hoe Calibre2Opds te gebruiken", "usage.intro":"De opties worden uit het configuratie bestand {0} gebruikt", "config.Language.label":"Taal", diff --git a/lang/Localization_ru.json b/lang/Localization_ru.json index ab4f589..cd859bb 100644 --- a/lang/Localization_ru.json +++ b/lang/Localization_ru.json @@ -86,7 +86,6 @@ "i18n.summarysection":"Краткое содержание", "i18n.dateGenerated":"Каталог создан {0}", "deeplevel.summary":"{0} разбито по авторам, тэгам и т.д.", -"about.title":"Документация Calibre2Opds", "about.summary":"Примечания по использованию Calibre2Opds", "usage.intro":"Эта опция взята из файла конфигурации, расположенного в {0}", "config.Language.label":"Язык",