~ubuntu-branches/ubuntu/natty/moin/natty-updates

« back to all changes in this revision

Viewing changes to MoinMoin/i18n/dummy.py

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2008-06-22 21:17:13 UTC
  • mfrom: (0.9.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080622211713-fpo2zrq3s5dfecxg
Tags: 1.7.0-3
Simplify /etc/moin/wikilist format: "USER URL" (drop unneeded middle
CONFIG_DIR that was wrongly advertised as DATA_DIR).  Make
moin-mass-migrate handle both formats and warn about deprecation of
the old one.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
"""
2
2
    This is a dummy file to feed some stuff into gettext system
3
 
    that it would not get otherwise - for automatic generation 
 
3
    that it would not get otherwise - for automatic generation
4
4
    of the translation files.
5
5
 
6
6
"""
7
7
 
8
 
def _(text): pass
 
8
def _(text):
 
9
    pass
9
10
 
10
11
_('FrontPage')
11
12
_('RecentChanges')
15
16
_('SiteNavigation')
16
17
_('HelpContents')
17
18
_('HelpOnFormatting')
18
 
_('UserPreferences')
19
19
_('WikiLicense')
20
20
_('MissingPage')
21
21
_('MissingHomePage')
29
29
_('RenamePage')
30
30
_('SpellCheck')
31
31
 
 
32
# the editbar link text of the default supplementation page link:
 
33
_('Discussion')
 
34