# HG changeset patch # User Reimar Bauer # Date 1390639126 -3600 # Node ID 6c624624327c245fa904f361582cb362e57c43be # Parent 2c7c55d66ec187c3dde8441ca610bf783ca652cb sayings got a new message, and some more translations added diff -r 2c7c55d66ec1 -r 6c624624327c sayings.py --- a/sayings.py Fri Jan 24 17:13:58 2014 +0100 +++ b/sayings.py Sat Jan 25 09:38:46 2014 +0100 @@ -2,25 +2,26 @@ from random import shuffle def get_saying(): - sayings = [(_('The Zen of Python, by Tim Peters'), _('__Tim Peters, The Zen of Python')), - (_("Beautiful is better than ugly."), _('__Tim Peters, The Zen of Python')), - (_("Explicit is better than implicit."), _('__Tim Peters, The Zen of Python')), - (_("Simple is better than complex."), _('__Tim Peters, The Zen of Python')), - (_("Complex is better than complicated."), _('__Tim Peters, The Zen of Python')), - (_("Flat is better than nested."), _('__Tim Peters, The Zen of Python')), - (_("Sparse is better than dense."), _('__Tim Peters, The Zen of Python')), - (_("Readability counts."), _('__Tim Peters, The Zen of Python')), - (_("Special cases aren't special enough to break the rules."), _('__Tim Peters, The Zen of Python')), - (_("Although practicality beats purity."), _('__Tim Peters, The Zen of Python')), - (_("Errors should never pass silently."), _('__Tim Peters, The Zen of Python')), - (_("Unless explicitly silenced."), _('__Tim Peters, The Zen of Python')), - (_("In the face of ambiguity, refuse the temptation to guess."), _('__Tim Peters, The Zen of Python')), - (_("Although that way may not be obvious at first unless you're Dutch."), _('__Tim Peters, The Zen of Python')), - (_("Now is better than never."), _('__Tim Peters, The Zen of Python')), - (_("Although never is often better than *right* now."), _('__Tim Peters, The Zen of Python')), - (_("If the implementation is hard to explain, it's a bad idea."), _('__Tim Peters, The Zen of Python')), - (_("If the implementation is easy to explain, it may be a good idea."), _('__Tim Peters, The Zen of Python')), - (_("Namespaces are one honking great idea -- let's do more of those!"), _('__Tim Peters, The Zen of Python')), + sayings = [(_(u'The Zen of Python, by Tim Peters'), _(u'__Tim Peters, The Zen of Python')), + (_(u"Beautiful is better than ugly."), _(u'__Tim Peters, The Zen of Python')), + (_(u"Explicit is better than implicit."), _(u'__Tim Peters, The Zen of Python')), + (_(u"Simple is better than complex."), _(u'__Tim Peters, The Zen of Python')), + (_(u"Complex is better than complicated."), _(u'__Tim Peters, The Zen of Python')), + (_(u"Flat is better than nested."), _(u'__Tim Peters, The Zen of Python')), + (_(u"Sparse is better than dense."), _(u'__Tim Peters, The Zen of Python')), + (_(u"Readability counts."), _(u'__Tim Peters, The Zen of Python')), + (_(u"Special cases aren't special enough to break the rules."), _(u'__Tim Peters, The Zen of Python')), + (_(u"Although practicality beats purity."), _(u'__Tim Peters, The Zen of Python')), + (_(u"Errors should never pass silently."), _(u'__Tim Peters, The Zen of Python')), + (_(u"Unless explicitly silenced."), _(u'__Tim Peters, The Zen of Python')), + (_(u"In the face of ambiguity, refuse the temptation to guess."), _(u'__Tim Peters, The Zen of Python')), + (_(u"Although that way may not be obvious at first unless you're Dutch."), _(u'__Tim Peters, The Zen of Python')), + (_(u"Now is better than never."), _(u'__Tim Peters, The Zen of Python')), + (_(u"Although never is often better than *right* now."), _(u'__Tim Peters, The Zen of Python')), + (_(u"If the implementation is hard to explain, it's a bad idea."), _(u'__Tim Peters, The Zen of Python')), + (_(u"If the implementation is easy to explain, it may be a good idea."), _(u'__Tim Peters, The Zen of Python')), + (_(u"Namespaces are one honking great idea -- let's do more of those!"), _(u'__Tim Peters, The Zen of Python')), + (_(u"I once tried Java, but it was too complicated for me, Python is easier."),_(u'__Valentin Pratz, novice programmers')), ] shuffle(sayings) diff -r 2c7c55d66ec1 -r 6c624624327c translations/de/LC_MESSAGES/messages.mo Binary file translations/de/LC_MESSAGES/messages.mo has changed diff -r 2c7c55d66ec1 -r 6c624624327c translations/de/LC_MESSAGES/messages.po --- a/translations/de/LC_MESSAGES/messages.po Fri Jan 24 17:13:58 2014 +0100 +++ b/translations/de/LC_MESSAGES/messages.po Sat Jan 25 09:38:46 2014 +0100 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2014-01-24 17:09+0100\n" +"POT-Creation-Date: 2014-01-25 09:32+0100\n" "PO-Revision-Date: 2014-01-19 07:48+0100\n" "Last-Translator: Peter Koppatz \n" "Language-Team: de \n" @@ -55,9 +55,9 @@ "in Cologne their results. A short presentation inlcuding a movie about " "their work done." msgstr "" -"Die Gewinner des Programmierwettbewerbes, zeigten auf der" -" PyCon DE 2013 in Köln ihre Ergebnisse. In einem Kurzvortrag wurde das " -"Projekt vorgestellt und mit einem Film das Ergebnis visualisiert." +"Die Gewinner des Programmierwettbewerbes, zeigten auf der PyCon DE 2013 " +"in Köln ihre Ergebnisse. In einem Kurzvortrag wurde das Projekt " +"vorgestellt und mit einem Film das Ergebnis visualisiert." #: pymove3d.py:138 msgid "" @@ -82,6 +82,9 @@ " the magazine \"Time Online\" performed. The following blog entry is a " "little impression of the success of the courses" msgstr "" +"Die Vorbereitungskurse wurden von freiwilligen Helfern, wie den Mitarbeitern" +" der Zeitschrift \"Zeit Online\" durchgeführt. Der Folgende Blogeintrag " +"gibt eine kleinen Eindruck vom Erfolg der Kurse:" #: pymove3d.py:146 msgid "Anne a 15 year old girl showed a 3D-Version of the »Game of life«" @@ -93,7 +96,7 @@ #: pymove3d.py:148 msgid "The award ceremony" -msgstr "" +msgstr "Die Preisverleihung" #: pymove3d.py:161 #, python-format @@ -187,3 +190,11 @@ msgid "Namespaces are one honking great idea -- let's do more of those!" msgstr "" +#: sayings.py:24 +msgid "I once tried Java, but it was too complicated for me, Python is easier." +msgstr "Ich hab mal Java probiert, aber es war mir zu kompliziert, Python ist einfacher." + +#: sayings.py:24 +msgid "__Valentin Pratz, novice programmers" +msgstr "__Valentin Pratz, Programmieranfänger" + diff -r 2c7c55d66ec1 -r 6c624624327c translations/en/LC_MESSAGES/messages.po --- a/translations/en/LC_MESSAGES/messages.po Fri Jan 24 17:13:58 2014 +0100 +++ b/translations/en/LC_MESSAGES/messages.po Sat Jan 25 09:38:46 2014 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2014-01-24 17:09+0100\n" +"POT-Creation-Date: 2014-01-25 09:32+0100\n" "PO-Revision-Date: 2014-01-18 20:46+0100\n" "Last-Translator: FULL NAME \n" "Language-Team: en \n" @@ -180,14 +180,18 @@ msgid "Namespaces are one honking great idea -- let's do more of those!" msgstr "" +#: sayings.py:24 +msgid "I once tried Java, but it was too complicated for me, Python is easier." +msgstr "" + +#: sayings.py:24 +msgid "__Valentin Pratz, novice programmers" +msgstr "" + #~ msgid "dates" #~ msgstr "" #~ msgid "" -#~ "The winners of the programming competition, showed at the\n" -#~ "PyCon.DE 2013 in Cologne their results." -#~ " A short presentation inlcuding a " -#~ "movie about their work done.\n" #~ msgstr "" #~ msgid "Anne a 15 year old girl showed a 3D-Version of the »Game of life«" diff -r 2c7c55d66ec1 -r 6c624624327c translations/pymove3d.pot --- a/translations/pymove3d.pot Fri Jan 24 17:13:58 2014 +0100 +++ b/translations/pymove3d.pot Sat Jan 25 09:38:46 2014 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2014-01-24 17:09+0100\n" +"POT-Creation-Date: 2014-01-25 09:32+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -179,3 +179,11 @@ msgid "Namespaces are one honking great idea -- let's do more of those!" msgstr "" +#: sayings.py:24 +msgid "I once tried Java, but it was too complicated for me, Python is easier." +msgstr "" + +#: sayings.py:24 +msgid "__Valentin Pratz, novice programmers" +msgstr "" +