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

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
"""
    This is a dummy file to feed some stuff into gettext system
    that it would not get otherwise - for automatic generation
    of the translation files.

"""

def _(text):
    pass

_('FrontPage')
_('RecentChanges')
_('TitleIndex')
_('WordIndex')
_('FindPage')
_('SiteNavigation')
_('HelpContents')
_('HelpOnFormatting')
_('WikiLicense')
_('MissingPage')
_('MissingHomePage')

_('Mon'), _('Tue'), _('Wed'), _('Thu'), _('Fri'), _('Sat'), _('Sun')

_('AttachFile')
_('DeletePage')
_('LikePages')
_('LocalSiteMap')
_('RenamePage')
_('SpellCheck')

# the editbar link text of the default supplementation page link:
_('Discussion')