# HG changeset patch # User Thierry Florac # Date 1328177514 -3600 # Node ID a04b2e6e58301f42c3a623fd8482269920bb1bdd # Parent 9355f0a396de0375b10389e2b79c0ca249111975 Syntax correction diff -r 9355f0a396de -r a04b2e6e5830 ztfy/utils/locales/en/LC_MESSAGES/ztfy.utils.po --- a/ztfy/utils/locales/en/LC_MESSAGES/ztfy.utils.po Tue Jan 24 11:17:53 2012 +0100 +++ b/ztfy/utils/locales/en/LC_MESSAGES/ztfy.utils.po Thu Feb 02 11:11:54 2012 +0100 @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: ZTFY.utils\n" -"POT-Creation-Date: Sun Oct 30 02:43:20 2011\n" +"POT-Creation-Date: Thu Feb 2 11:10:10 2012\n" "PO-Revision-Date: 2009-08-14 18:14+0200\n" "Last-Translator: Thierry Florac \n" "Language-Team: French \n" diff -r 9355f0a396de -r a04b2e6e5830 ztfy/utils/locales/fr/LC_MESSAGES/ztfy.utils.po --- a/ztfy/utils/locales/fr/LC_MESSAGES/ztfy.utils.po Tue Jan 24 11:17:53 2012 +0100 +++ b/ztfy/utils/locales/fr/LC_MESSAGES/ztfy.utils.po Thu Feb 02 11:11:54 2012 +0100 @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: ZTFY.utils\n" -"POT-Creation-Date: Sun Oct 30 02:43:20 2011\n" +"POT-Creation-Date: Thu Feb 2 11:10:10 2012\n" "PO-Revision-Date: 2009-08-14 18:14+0200\n" "Last-Translator: Thierry Florac \n" "Language-Team: French \n" @@ -57,15 +57,15 @@ msgid "yesterday" msgstr "hier" -#: ztfy/utils/request.py:39 +#: ztfy/utils/request.py:40 msgid "No Request in interaction !" msgstr "Pas de requête en cours !" -#: ztfy/utils/security.py:64 +#: ztfy/utils/security.py:66 msgid "< missing principal %s>" msgstr "< utilisateur inconnu %s >" -#: ztfy/utils/security.py:68 +#: ztfy/utils/security.py:70 msgid "This principal can't be found in any authentication utility..." msgstr "Cet utilisateur ne peut pas être trouvé" diff -r 9355f0a396de -r a04b2e6e5830 ztfy/utils/locales/ztfy.utils.pot --- a/ztfy/utils/locales/ztfy.utils.pot Tue Jan 24 11:17:53 2012 +0100 +++ b/ztfy/utils/locales/ztfy.utils.pot Thu Feb 02 11:11:54 2012 +0100 @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: Meaningless\n" -"POT-Creation-Date: Sun Oct 30 02:43:20 2011\n" +"POT-Creation-Date: Thu Feb 2 11:10:10 2012\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: Zope 3 Developers \n" @@ -55,15 +55,15 @@ msgid "yesterday" msgstr "" -#: ztfy/utils/request.py:39 +#: ztfy/utils/request.py:40 msgid "No Request in interaction !" msgstr "" -#: ztfy/utils/security.py:64 +#: ztfy/utils/security.py:66 msgid "< missing principal %s>" msgstr "" -#: ztfy/utils/security.py:68 +#: ztfy/utils/security.py:70 msgid "This principal can't be found in any authentication utility..." msgstr "" diff -r 9355f0a396de -r a04b2e6e5830 ztfy/utils/security.py --- a/ztfy/utils/security.py Tue Jan 24 11:17:53 2012 +0100 +++ b/ztfy/utils/security.py Thu Feb 02 11:11:54 2012 +0100 @@ -63,7 +63,7 @@ @property def title(self): - return _("< missing principal %s>") % self.id + return _("< missing principal %s >") % self.id @property def description(self):