translation for impressions
authorReimar Bauer <rb.proj AT googlemail DOT com>
Sun, 19 Jan 2014 18:58:57 +0100
changeset 1730fa9059d693d
parent 172 2719a5a66b0d
child 174 80742d23e136
translation for impressions
pymove3d.py
templates/index.html
translations/de/LC_MESSAGES/messages.mo
translations/de/LC_MESSAGES/messages.po
translations/en/LC_MESSAGES/messages.po
translations/pymove3d.pot
     1.1 --- a/pymove3d.py	Sun Jan 19 18:57:41 2014 +0100
     1.2 +++ b/pymove3d.py	Sun Jan 19 18:58:57 2014 +0100
     1.3 @@ -60,7 +60,8 @@
     1.4                             saying = saying,
     1.5                             author = author,
     1.6                             competition_info=_(u'About Competition'),
     1.7 -                           dates=_(u'Dates'))
     1.8 +                           dates=_(u'Dates'),
     1.9 +                           impressions=_(u'Impressions'))
    1.10  
    1.11  @app.route('/de')
    1.12  def de():
    1.13 @@ -71,7 +72,8 @@
    1.14                             saying = saying,
    1.15                             author = author,
    1.16                             competition_info=_(u'About Competition'),
    1.17 -                           dates=_(u'Dates'))
    1.18 +                           dates=_(u'Dates'),
    1.19 +                           impressions=_(u'Impressions'))
    1.20  
    1.21  @app.route('/en')
    1.22  def en():
    1.23 @@ -82,7 +84,8 @@
    1.24                             saying = saying,
    1.25                             author = author,
    1.26                             competition_info=_(u'About Competition'),
    1.27 -                           dates=_(u'Dates'))
    1.28 +                           dates=_(u'Dates'),
    1.29 +                           impressions=_(u'Impressions'))
    1.30  
    1.31  @app.route("/competition")
    1.32  def competition():
     2.1 --- a/templates/index.html	Sun Jan 19 18:57:41 2014 +0100
     2.2 +++ b/templates/index.html	Sun Jan 19 18:58:57 2014 +0100
     2.3 @@ -12,7 +12,7 @@
     2.4  	<a  type="button" class="btn btn-default"  
     2.5  	    href="{{ url_for('dates') }}">{{ dates }}</a>
     2.6  	<a  type="button" class="btn btn-default"  
     2.7 -	    href="{{ url_for('competition_2013') }}">{{ _("imressions2013") }}</a>
     2.8 +	    href="{{ url_for('competition_2013') }}">{{ impressions }}</a>
     2.9  
    2.10        </div>
    2.11      </div>
     3.1 Binary file translations/de/LC_MESSAGES/messages.mo has changed
     4.1 --- a/translations/de/LC_MESSAGES/messages.po	Sun Jan 19 18:57:41 2014 +0100
     4.2 +++ b/translations/de/LC_MESSAGES/messages.po	Sun Jan 19 18:58:57 2014 +0100
     4.3 @@ -7,7 +7,7 @@
     4.4  msgstr ""
     4.5  "Project-Id-Version: PROJECT VERSION\n"
     4.6  "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
     4.7 -"POT-Creation-Date: 2014-01-19 13:22+0100\n"
     4.8 +"POT-Creation-Date: 2014-01-19 18:55+0100\n"
     4.9  "PO-Revision-Date: 2014-01-19 07:48+0100\n"
    4.10  "Last-Translator: Peter Koppatz <peter.koppatz@sudile.com>\n"
    4.11  "Language-Team: de <LL@li.org>\n"
    4.12 @@ -33,20 +33,24 @@
    4.13  msgid "Coursematerial"
    4.14  msgstr "Kursmaterial"
    4.15  
    4.16 -#: pymove3d.py:62 pymove3d.py:73 pymove3d.py:84
    4.17 +#: pymove3d.py:62 pymove3d.py:74 pymove3d.py:86
    4.18  msgid "About Competition"
    4.19  msgstr "Der Wettbewerb"
    4.20  
    4.21 -#: pymove3d.py:63 pymove3d.py:74 pymove3d.py:85
    4.22 +#: pymove3d.py:63 pymove3d.py:75 pymove3d.py:87
    4.23  msgid "Dates"
    4.24  msgstr "Termine"
    4.25  
    4.26 -#: pymove3d.py:146
    4.27 +#: pymove3d.py:64 pymove3d.py:76 pymove3d.py:88
    4.28 +msgid "Impressions"
    4.29 +msgstr "Impressionen"
    4.30 +
    4.31 +#: pymove3d.py:147
    4.32  #, python-format
    4.33  msgid "Url: %(url)s not found"
    4.34  msgstr "Url: %(url)s nicht gefunden"
    4.35  
    4.36 -#: pymove3d.py:147
    4.37 +#: pymove3d.py:148
    4.38  msgid "This information is not available!"
    4.39  msgstr "Diese Information ist nicht verfügbar"
    4.40  
     5.1 --- a/translations/en/LC_MESSAGES/messages.po	Sun Jan 19 18:57:41 2014 +0100
     5.2 +++ b/translations/en/LC_MESSAGES/messages.po	Sun Jan 19 18:58:57 2014 +0100
     5.3 @@ -8,7 +8,7 @@
     5.4  msgstr ""
     5.5  "Project-Id-Version: PROJECT VERSION\n"
     5.6  "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
     5.7 -"POT-Creation-Date: 2014-01-19 13:22+0100\n"
     5.8 +"POT-Creation-Date: 2014-01-19 18:55+0100\n"
     5.9  "PO-Revision-Date: 2014-01-18 20:46+0100\n"
    5.10  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
    5.11  "Language-Team: en <LL@li.org>\n"
    5.12 @@ -34,20 +34,24 @@
    5.13  msgid "Coursematerial"
    5.14  msgstr ""
    5.15  
    5.16 -#: pymove3d.py:62 pymove3d.py:73 pymove3d.py:84
    5.17 +#: pymove3d.py:62 pymove3d.py:74 pymove3d.py:86
    5.18  msgid "About Competition"
    5.19  msgstr ""
    5.20  
    5.21 -#: pymove3d.py:63 pymove3d.py:74 pymove3d.py:85
    5.22 +#: pymove3d.py:63 pymove3d.py:75 pymove3d.py:87
    5.23  msgid "Dates"
    5.24  msgstr ""
    5.25  
    5.26 -#: pymove3d.py:146
    5.27 +#: pymove3d.py:64 pymove3d.py:76 pymove3d.py:88
    5.28 +msgid "Impressions"
    5.29 +msgstr ""
    5.30 +
    5.31 +#: pymove3d.py:147
    5.32  #, python-format
    5.33  msgid "Url: %(url)s not found"
    5.34  msgstr ""
    5.35  
    5.36 -#: pymove3d.py:147
    5.37 +#: pymove3d.py:148
    5.38  msgid "This information is not available!"
    5.39  msgstr ""
    5.40  
     6.1 --- a/translations/pymove3d.pot	Sun Jan 19 18:57:41 2014 +0100
     6.2 +++ b/translations/pymove3d.pot	Sun Jan 19 18:58:57 2014 +0100
     6.3 @@ -8,7 +8,7 @@
     6.4  msgstr ""
     6.5  "Project-Id-Version: PROJECT VERSION\n"
     6.6  "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
     6.7 -"POT-Creation-Date: 2014-01-19 13:22+0100\n"
     6.8 +"POT-Creation-Date: 2014-01-19 18:55+0100\n"
     6.9  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    6.10  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
    6.11  "Language-Team: LANGUAGE <LL@li.org>\n"
    6.12 @@ -33,20 +33,24 @@
    6.13  msgid "Coursematerial"
    6.14  msgstr ""
    6.15  
    6.16 -#: pymove3d.py:62 pymove3d.py:73 pymove3d.py:84
    6.17 +#: pymove3d.py:62 pymove3d.py:74 pymove3d.py:86
    6.18  msgid "About Competition"
    6.19  msgstr ""
    6.20  
    6.21 -#: pymove3d.py:63 pymove3d.py:74 pymove3d.py:85
    6.22 +#: pymove3d.py:63 pymove3d.py:75 pymove3d.py:87
    6.23  msgid "Dates"
    6.24  msgstr ""
    6.25  
    6.26 -#: pymove3d.py:146
    6.27 +#: pymove3d.py:64 pymove3d.py:76 pymove3d.py:88
    6.28 +msgid "Impressions"
    6.29 +msgstr ""
    6.30 +
    6.31 +#: pymove3d.py:147
    6.32  #, python-format
    6.33  msgid "Url: %(url)s not found"
    6.34  msgstr ""
    6.35  
    6.36 -#: pymove3d.py:147
    6.37 +#: pymove3d.py:148
    6.38  msgid "This information is not available!"
    6.39  msgstr ""
    6.40  
Impressum Datenschutzerklärung