Fix some strings. re #37

This commit is contained in:
Sébastien Lucas 2013-04-21 15:47:32 +02:00
parent 6272cd1b01
commit 059f05fac1
10 changed files with 4 additions and 10 deletions

View File

@ -602,7 +602,7 @@ class PageAbout extends Page
{
public function InitializeContent ()
{
$this->title = "About";
$this->title = localize ("about.title");
}
}

View File

@ -300,7 +300,7 @@
</div>
<div class="foot">
<div class="footright">
<a class="fancyabout" href="<?php if ($config['cops_use_fancyapps'] == 1) { echo "about.xml"; } else { echo $_SERVER["SCRIPT_NAME"] . str_replace ("&", "&amp;", addURLParameter ("?page=16", DB, $database)); } ?>"><img src="<?php echo getUrlWithVersion("images/info.png") ?>" alt="Home" /></a>
<a class="fancyabout" href="<?php if ($config['cops_use_fancyapps'] == 1) { echo "about.xml"; } else { echo $_SERVER["SCRIPT_NAME"] . str_replace ("&", "&amp;", addURLParameter ("?page=16", DB, $database)); } ?>"><img src="<?php echo getUrlWithVersion("images/info.png") ?>" alt="<?php echo localize ("about.title") ?>" /></a>
</div>
<?php
if ($currentPage->isPaginated ()) {

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -86,7 +86,6 @@
"i18n.summarysection":"Краткое содержание",
"i18n.dateGenerated":"Каталог создан {0}",
"deeplevel.summary":"{0} разбито по авторам, тэгам и т.д.",
"about.title":"Документация Calibre2Opds",
"about.summary":"Примечания по использованию Calibre2Opds",
"usage.intro":"Эта опция взята из файла конфигурации, расположенного в {0}",
"config.Language.label":"Язык",