Changeset 734:6ca7dd88e3b2 in hatta-dev
- Timestamp:
- 01/22/10 22:56:21 (2 years ago)
- Branch:
- default
- Files:
-
- 2 edited
-
hatta_qticon.py (modified) (2 diffs)
-
locale/hatta.pot (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
hatta_qticon.py
r626 r734 500 500 # Wiki name input 501 501 tooltip = _(u'Sets the name of you wiki. The name will be visible ' 502 u'a ll accross the wiki and in wikidiscovery.')502 u'across the wiki and on discovery.') 503 503 self.name_label = QLabel(_(u'Wiki name:'), self) 504 504 self.name_label.setToolTip(tooltip) … … 509 509 510 510 # Pages dir choosing 511 tooltip = _(u'Sets the pages directory, where wiki pages will be '511 tooltip = _(u'Sets the pages directory, where wiki pages will be ' 512 512 u'held.') 513 513 self.pages_label = QLabel(_(u'Pages path:'), self) -
locale/hatta.pot
r733 r734 1 # Hatta Wiki translation template1 # Hatta Wiki translation 2 2 # Copyright (C) 2010 3 3 # Radomir Dopieralski <hatta@sheep.art.pl>, 2010. … … 5 5 msgid "" 6 6 msgstr "" 7 "Project-Id-Version: Hatta 1.3.3dev\n"8 "POT-Creation-Date: 2010-01-22 16:15+CET\n"7 "Project-Id-Version: Hatta Wiki 1.3.3dev\n" 8 "POT-Creation-Date: 2010-01-22 22:53+CET\n" 9 9 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 10 10 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 12 12 "MIME-Version: 1.0\n" 13 13 "Content-Type: text/plain; charset=utf-8\n" 14 "Content-Transfer-Encoding: ENCODING\n"14 "Content-Transfer-Encoding: 8bit\n" 15 15 "Generated-By: pygettext.py 1.5\n" 16 16 … … 369 369 370 370 #: hatta_qticon.py:501 371 msgid "Sets the name of you wiki. The name will be visible a ll accross the wiki and in wikidiscovery."371 msgid "Sets the name of you wiki. The name will be visible across the wiki and on discovery." 372 372 msgstr "" 373 373 … … 377 377 378 378 #: hatta_qticon.py:511 379 msgid "Sets the pages directory, where wiki pages will be held."379 msgid "Sets the pages directory, where wiki pages will be held." 380 380 msgstr "" 381 381
Note: See TracChangeset
for help on using the changeset viewer.
