* lib/doc/doc_toc.py: Add language info for Czech

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14642 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Georg Baum 2006-08-13 13:57:32 +00:00
parent 69c839dccf
commit 53e52f2df1

View File

@ -36,7 +36,8 @@ import depend
# Specific language information
# info["isoname"] = (language, language_quotes, enconding, TOC_translated)
info = { 'da' : ('danish', 'german', 'latin1', "Indholdsfortegnelse over LyX's dokumentation"),
info = { 'cs' : ('czech', 'german', 'latin2', "Obsah dokumentace LyXu"),
'da' : ('danish', 'german', 'latin1', "Indholdsfortegnelse over LyX's dokumentation"),
'de' : ('german', 'german', 'latin1', "Inhaltsverzeichnis LyX Dokumentation"),
'fr' : ('french', 'french', 'latin1', "Plan de la documentation"),
'ru' : ('russian', 'english', 'koi8-r', "LyX Documentation Table of Contents"),