~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/ru/conf.py

  • Committer: Ian Clatworthy
  • Date: 2009-09-09 02:30:32 UTC
  • mto: (4634.37.2 prepare-2.0)
  • mto: This revision was merged to the branch mainline in revision 4689.
  • Revision ID: ian.clatworthy@canonical.com-20090909023032-xz7mkx0u4ppe1yvr
proper Contents panel in bzr-es.chm & bzr-ru.chm

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
# Translations & supporting helper function
25
25
bzr_titles = {
 
26
        u'Table of Contents (%s)': u'Содержание (%s)',
 
27
        u'Bazaar User Guide': None,
 
28
        u'Bazaar User Reference': None,
 
29
        u'Bazaar Release Notes': None,
 
30
        u'Bazaar Upgrade Guide': None,
 
31
        u'Bazaar in five minutes': u'Базар за пять минут',
 
32
        u'Bazaar Tutorial': u'Большой учебник',
 
33
        u'Using Bazaar With Launchpad': u'Использование Bazaar с Launchpad',
 
34
        u'Centralized Workflow Tutorial': u'Работа в централизованном стиле',
26
35
    }
27
36
def bzr_title(s):
28
37
    return bzr_titles.get(s) or s