# HG changeset patch # User Paul Boddie # Date 1461007572 -7200 # Node ID 703152b277d097217dea2b96c5fd6ec8743b099f # Parent f6d0ae7cd43bea58c61ed384993b69cbaf8b06f0 Added an untranslated string to the messages. diff -r f6d0ae7cd43b -r 703152b277d0 imipweb/profile.py --- a/imipweb/profile.py Mon Apr 18 21:04:45 2016 +0200 +++ b/imipweb/profile.py Mon Apr 18 21:26:12 2016 +0200 @@ -3,7 +3,7 @@ """ A Web interface to the user profile. -Copyright (C) 2015 Paul Boddie +Copyright (C) 2015, 2016 Paul Boddie This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software @@ -135,7 +135,7 @@ page.table(class_="profile", cellspacing=5, cellpadding=5) page.thead() page.tr() - page.th("Preferences", class_="mainheading", colspan=2) + page.th(_("Preferences"), class_="mainheading", colspan=2) page.tr.close() page.thead.close() page.tbody() diff -r f6d0ae7cd43b -r 703152b277d0 messages/en_GB.imip-agent.po --- a/messages/en_GB.imip-agent.po Mon Apr 18 21:04:45 2016 +0200 +++ b/messages/en_GB.imip-agent.po Mon Apr 18 21:26:12 2016 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: 4bc73eb1e076+\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-05 23:53+0100\n" +"POT-Creation-Date: 2016-04-18 21:21+0200\n" "PO-Revision-Date: 2016-04-18 21:02+0200\n" "Last-Translator: Paul Boddie \n" "Language-Team: English\n" @@ -16,7 +16,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: imiptools/handlers/__init__.py:77 +#: imiptools/handlers/__init__.py:78 #, python-format msgid "" "If your mail program cannot handle this message, you may view the details " @@ -484,6 +484,10 @@ msgid "Recognise whom as a new organiser of an event?" msgstr "" +#: imipweb/profile.py:138 +msgid "Preferences" +msgstr "" + #: imipweb/profile.py:182 msgid "Save" msgstr "" diff -r f6d0ae7cd43b -r 703152b277d0 messages/nb_NO.imip-agent.po --- a/messages/nb_NO.imip-agent.po Mon Apr 18 21:04:45 2016 +0200 +++ b/messages/nb_NO.imip-agent.po Mon Apr 18 21:26:12 2016 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: bfa410ae3d63+\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-11-05 23:53+0100\n" +"POT-Creation-Date: 2016-04-18 21:21+0200\n" "PO-Revision-Date: 2016-04-08 21:21+0200\n" "Last-Translator: Paul Boddie \n" "Language-Team: Norwegian Bokmål\n" @@ -16,7 +16,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: imiptools/handlers/__init__.py:77 +#: imiptools/handlers/__init__.py:78 #, python-format msgid "" "If your mail program cannot handle this message, you may view the details " @@ -491,6 +491,10 @@ msgid "Recognise whom as a new organiser of an event?" msgstr "Hvem får bli ny arrangør for en hendelse?" +#: imipweb/profile.py:138 +msgid "Preferences" +msgstr "Innstillinger" + #: imipweb/profile.py:182 msgid "Save" msgstr "Lagre"