Fix some plural strings and a missing title. Reported by David Ciscar Presas.

Цей коміт міститься в:
Sébastien Lucas 2013-01-05 14:33:12 +01:00
джерело 5105fa0a69
коміт 393f38a281
5 змінених файлів з 14 додано та 6 видалено

@ -421,7 +421,7 @@ order by substr (upper (sort), 1, 1)");
while ($post = $result->fetchObject ())
{
array_push ($entryArray, new Entry ($post->title, Book::getEntryIdByLetter ($post->title),
str_format (localize("bookword.many"), $post->count), "text",
str_format (localize("bookword", $post->count), $post->count), "text",
array ( new LinkNavigation ("?page=".parent::PAGE_ALL_BOOKS_LETTER."&id=". rawurlencode ($post->title)))));
}
return $entryArray;