# HG changeset patch # User Reimar Bauer # Date 1390154337 -3600 # Node ID 0fa9059d693db1a02ad65059aae2dd5de390618f # Parent 2719a5a66b0d322e8ba2943c372af3457a846d22 translation for impressions diff -r 2719a5a66b0d -r 0fa9059d693d pymove3d.py --- a/pymove3d.py Sun Jan 19 18:57:41 2014 +0100 +++ b/pymove3d.py Sun Jan 19 18:58:57 2014 +0100 @@ -60,7 +60,8 @@ saying = saying, author = author, competition_info=_(u'About Competition'), - dates=_(u'Dates')) + dates=_(u'Dates'), + impressions=_(u'Impressions')) @app.route('/de') def de(): @@ -71,7 +72,8 @@ saying = saying, author = author, competition_info=_(u'About Competition'), - dates=_(u'Dates')) + dates=_(u'Dates'), + impressions=_(u'Impressions')) @app.route('/en') def en(): @@ -82,7 +84,8 @@ saying = saying, author = author, competition_info=_(u'About Competition'), - dates=_(u'Dates')) + dates=_(u'Dates'), + impressions=_(u'Impressions')) @app.route("/competition") def competition(): diff -r 2719a5a66b0d -r 0fa9059d693d templates/index.html --- a/templates/index.html Sun Jan 19 18:57:41 2014 +0100 +++ b/templates/index.html Sun Jan 19 18:58:57 2014 +0100 @@ -12,7 +12,7 @@ {{ dates }} {{ _("imressions2013") }} + href="{{ url_for('competition_2013') }}">{{ impressions }} diff -r 2719a5a66b0d -r 0fa9059d693d translations/de/LC_MESSAGES/messages.mo Binary file translations/de/LC_MESSAGES/messages.mo has changed diff -r 2719a5a66b0d -r 0fa9059d693d translations/de/LC_MESSAGES/messages.po --- a/translations/de/LC_MESSAGES/messages.po Sun Jan 19 18:57:41 2014 +0100 +++ b/translations/de/LC_MESSAGES/messages.po Sun Jan 19 18:58:57 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-19 13:22+0100\n" +"POT-Creation-Date: 2014-01-19 18:55+0100\n" "PO-Revision-Date: 2014-01-19 07:48+0100\n" "Last-Translator: Peter Koppatz \n" "Language-Team: de \n" @@ -33,20 +33,24 @@ msgid "Coursematerial" msgstr "Kursmaterial" -#: pymove3d.py:62 pymove3d.py:73 pymove3d.py:84 +#: pymove3d.py:62 pymove3d.py:74 pymove3d.py:86 msgid "About Competition" msgstr "Der Wettbewerb" -#: pymove3d.py:63 pymove3d.py:74 pymove3d.py:85 +#: pymove3d.py:63 pymove3d.py:75 pymove3d.py:87 msgid "Dates" msgstr "Termine" -#: pymove3d.py:146 +#: pymove3d.py:64 pymove3d.py:76 pymove3d.py:88 +msgid "Impressions" +msgstr "Impressionen" + +#: pymove3d.py:147 #, python-format msgid "Url: %(url)s not found" msgstr "Url: %(url)s nicht gefunden" -#: pymove3d.py:147 +#: pymove3d.py:148 msgid "This information is not available!" msgstr "Diese Information ist nicht verfügbar" diff -r 2719a5a66b0d -r 0fa9059d693d translations/en/LC_MESSAGES/messages.po --- a/translations/en/LC_MESSAGES/messages.po Sun Jan 19 18:57:41 2014 +0100 +++ b/translations/en/LC_MESSAGES/messages.po Sun Jan 19 18:58:57 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-19 13:22+0100\n" +"POT-Creation-Date: 2014-01-19 18:55+0100\n" "PO-Revision-Date: 2014-01-18 20:46+0100\n" "Last-Translator: FULL NAME \n" "Language-Team: en \n" @@ -34,20 +34,24 @@ msgid "Coursematerial" msgstr "" -#: pymove3d.py:62 pymove3d.py:73 pymove3d.py:84 +#: pymove3d.py:62 pymove3d.py:74 pymove3d.py:86 msgid "About Competition" msgstr "" -#: pymove3d.py:63 pymove3d.py:74 pymove3d.py:85 +#: pymove3d.py:63 pymove3d.py:75 pymove3d.py:87 msgid "Dates" msgstr "" -#: pymove3d.py:146 +#: pymove3d.py:64 pymove3d.py:76 pymove3d.py:88 +msgid "Impressions" +msgstr "" + +#: pymove3d.py:147 #, python-format msgid "Url: %(url)s not found" msgstr "" -#: pymove3d.py:147 +#: pymove3d.py:148 msgid "This information is not available!" msgstr "" diff -r 2719a5a66b0d -r 0fa9059d693d translations/pymove3d.pot --- a/translations/pymove3d.pot Sun Jan 19 18:57:41 2014 +0100 +++ b/translations/pymove3d.pot Sun Jan 19 18:58:57 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-19 13:22+0100\n" +"POT-Creation-Date: 2014-01-19 18:55+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -33,20 +33,24 @@ msgid "Coursematerial" msgstr "" -#: pymove3d.py:62 pymove3d.py:73 pymove3d.py:84 +#: pymove3d.py:62 pymove3d.py:74 pymove3d.py:86 msgid "About Competition" msgstr "" -#: pymove3d.py:63 pymove3d.py:74 pymove3d.py:85 +#: pymove3d.py:63 pymove3d.py:75 pymove3d.py:87 msgid "Dates" msgstr "" -#: pymove3d.py:146 +#: pymove3d.py:64 pymove3d.py:76 pymove3d.py:88 +msgid "Impressions" +msgstr "" + +#: pymove3d.py:147 #, python-format msgid "Url: %(url)s not found" msgstr "" -#: pymove3d.py:147 +#: pymove3d.py:148 msgid "This information is not available!" msgstr ""