From 051fa1609b3be3c298f73047f1dba9e7f61166e7 Mon Sep 17 00:00:00 2001 From: jschneider Date: Tue, 17 Nov 2009 15:59:05 +0000 Subject: [PATCH] Add manual plugin selection * larpe/admin/hosts.ptl: add a field to select a plugin * larpe/plugins/site_authentication_plugins.py: add a method which returns the plugins name * po/fr.po: add french translations git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@492 3ed937ae-f919-0410-9a43-8e6f19e4ba6e --- larpe/trunk/larpe/admin/hosts.ptl | 14 +- .../plugins/site_authentication_plugins.py | 7 + larpe/trunk/po/fr.po | 1464 +++++++++-------- larpe/trunk/po/larpe.pot | 1275 +++++++------- 4 files changed, 1483 insertions(+), 1277 deletions(-) diff --git a/larpe/trunk/larpe/admin/hosts.ptl b/larpe/trunk/larpe/admin/hosts.ptl index d1470cf..db38874 100644 --- a/larpe/trunk/larpe/admin/hosts.ptl +++ b/larpe/trunk/larpe/admin/hosts.ptl @@ -452,7 +452,14 @@ modify the address or the name of this site''')) write_apache2_vhosts() def check_auto_detected_configuration [html] (self): + plugins_name = site_authentication_plugins.get_plugins_name() + plugins_name.append(None) + plugins_name.sort() form = Form(enctype='multipart/form-data') + form.add(SingleSelectWidget, 'plugin', title = _('Plugin'), required = False, + hint = _('You can force a plugin'), + value = self.host.site_authentication_plugin, + options = plugins_name) form.add_submit('cancel', _('Previous')) form.add_submit('submit', _('Next')) form.add_submit('terminate', _('Terminate')) @@ -461,7 +468,10 @@ modify the address or the name of this site''')) return redirect('authentication_and_logout_adresses') if form.is_submitted(): + self.host.site_authentication_plugin = form.get_widget('plugin').parse() + self.host.store() if form.get_widget('terminate').parse(): + write_apache2_vhosts() return redirect('..') return redirect('credentials') @@ -518,7 +528,6 @@ your settings then try again. get_response().breadcrumb.append(('credentials', _('Credentials'))) self.html_top(_('Step 5 - Fill in a valid username/password for this site')) - form.render() def form_credentials(self): @@ -1042,7 +1051,8 @@ back and check your settings.''') % { 'finish': _('Finish') } # Default authentication mode self.host.auth_mode = 'form' - self.host.site_authentication_plugin = site_authentication_plugins.auto_detect(page) + if not self.host.site_authentication_plugin: + self.host.site_authentication_plugin = site_authentication_plugins.auto_detect(page) self.parse_frames(page) self.parse_forms(page) if self.host.auth_form is not None: diff --git a/larpe/trunk/larpe/plugins/site_authentication_plugins.py b/larpe/trunk/larpe/plugins/site_authentication_plugins.py index fd5ba11..bbb5137 100644 --- a/larpe/trunk/larpe/plugins/site_authentication_plugins.py +++ b/larpe/trunk/larpe/plugins/site_authentication_plugins.py @@ -1,3 +1,4 @@ +import ipdb class SiteAuthenticationPlugins: """ This class manages the plugins for site authentification """ @@ -16,6 +17,12 @@ class SiteAuthenticationPlugins: else: return None + def get_plugins_name(self): + plugins_name = list() + for plugin_name in self.site_authentication_classes.iterkeys(): + plugins_name.append(plugin_name) + return plugins_name + def auto_detect(self, html_doc): """ Try to find automatically the right plugin name diff --git a/larpe/trunk/po/fr.po b/larpe/trunk/po/fr.po index 3b81fa6..9359459 100644 --- a/larpe/trunk/po/fr.po +++ b/larpe/trunk/po/fr.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: Larpe 0.2.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-08-21 16:29+0200\n" -"PO-Revision-Date: 2009-09-16 14:21+0100\n" +"POT-Creation-Date: 2009-11-17 16:53+0100\n" +"PO-Revision-Date: 2009-11-17 16:56+0100\n" "Last-Translator: Jérôme Schneider \n" "Language-Team: French\n" "MIME-Version: 1.0\n" @@ -22,30 +22,36 @@ msgstr "Échec lors de la récupération d'attributs depuis le fournisseur d'att msgid "Failed getting attributes for an unknown reason." msgstr "Échec lors de la récupération d'attributs pour une raison inconnue" -#: ../larpe/admin/users.ptl:23 -#: ../larpe/admin/users.ptl:31 +#: ../larpe/liberty_site.ptl:46 +#: ../larpe/liberty_site.ptl:56 +#: ../larpe/qommon/ident/idp.ptl:37 +msgid "SSO support is not yet configured" +msgstr "Le support SSO n'est pas encore configuré" + +#: ../larpe/admin/users.ptl:24 +#: ../larpe/admin/users.ptl:32 msgid "User Name" msgstr "Nom de l'utilisateur" -#: ../larpe/admin/users.ptl:24 -#: ../larpe/admin/users.ptl:33 -#: ../larpe/admin/users.ptl:65 -#: ../larpe/qommon/ident/password.ptl:121 -#: ../larpe/qommon/ident/password.ptl:215 -#: ../larpe/qommon/ident/password.ptl:401 -#: ../larpe/qommon/ident/password.ptl:691 -#: ../larpe/qommon/ident/password.ptl:899 -#: ../larpe/qommon/ident/idp.ptl:124 +#: ../larpe/admin/users.ptl:25 +#: ../larpe/admin/users.ptl:34 +#: ../larpe/admin/users.ptl:66 +#: ../larpe/qommon/ident/password.ptl:122 +#: ../larpe/qommon/ident/password.ptl:216 +#: ../larpe/qommon/ident/password.ptl:402 +#: ../larpe/qommon/ident/password.ptl:709 +#: ../larpe/qommon/ident/password.ptl:917 +#: ../larpe/qommon/ident/idp.ptl:125 #: ../larpe/qommon/admin/menu.ptl:103 -#: ../larpe/qommon/admin/emails.ptl:140 +#: ../larpe/qommon/admin/emails.ptl:160 msgid "Email" msgstr "Courriel" -#. #-#-#-#-# tmp.46.idp.ptl.pot (PACKAGE VERSION) #-#-#-#-# +#. #-#-#-#-# tmp.47.idp.ptl.pot (PACKAGE VERSION) #-#-#-#-# #. TODO -#: ../larpe/admin/users.ptl:25 -#: ../larpe/admin/users.ptl:35 -#: ../larpe/admin/users.ptl:121 +#: ../larpe/admin/users.ptl:26 +#: ../larpe/admin/users.ptl:36 +#: ../larpe/admin/users.ptl:122 #: ../larpe/admin/forms_prefill.ptl:24 #: ../larpe/admin/forms_prefill.ptl:76 #: ../larpe/admin/settings.ptl:31 @@ -54,42 +60,43 @@ msgstr "Courriel" #: ../larpe/admin/settings.ptl:343 #: ../larpe/admin/fields_prefill.ptl:30 #: ../larpe/admin/fields_prefill.ptl:73 -#: ../larpe/admin/hosts.ptl:383 -#: ../larpe/admin/hosts.ptl:682 -#: ../larpe/admin/hosts.ptl:730 -#: ../larpe/admin/hosts.ptl:777 -#: ../larpe/admin/hosts.ptl:1270 -#: ../larpe/qommon/ident/password.ptl:314 -#: ../larpe/qommon/ident/password.ptl:593 -#: ../larpe/qommon/ident/password.ptl:639 -#: ../larpe/qommon/ident/password.ptl:662 -#: ../larpe/qommon/ident/password.ptl:962 -#: ../larpe/qommon/ident/password.ptl:989 -#: ../larpe/qommon/ident/idp.ptl:81 -#: ../larpe/qommon/ident/idp.ptl:238 -#: ../larpe/qommon/ident/idp.ptl:324 -#: ../larpe/qommon/ident/idp.ptl:522 -#: ../larpe/qommon/ident/idp.ptl:546 -#: ../larpe/qommon/ident/idp.ptl:771 -#: ../larpe/qommon/ident/idp.ptl:1056 +#: ../larpe/admin/hosts.ptl:384 +#: ../larpe/admin/hosts.ptl:692 +#: ../larpe/admin/hosts.ptl:740 +#: ../larpe/admin/hosts.ptl:787 +#: ../larpe/admin/hosts.ptl:1286 +#: ../larpe/qommon/ident/password.ptl:315 +#: ../larpe/qommon/ident/password.ptl:611 +#: ../larpe/qommon/ident/password.ptl:657 +#: ../larpe/qommon/ident/password.ptl:680 +#: ../larpe/qommon/ident/password.ptl:980 +#: ../larpe/qommon/ident/password.ptl:1007 +#: ../larpe/qommon/ident/idp.ptl:82 +#: ../larpe/qommon/ident/idp.ptl:239 +#: ../larpe/qommon/ident/idp.ptl:325 +#: ../larpe/qommon/ident/idp.ptl:523 +#: ../larpe/qommon/ident/idp.ptl:547 +#: ../larpe/qommon/ident/idp.ptl:772 +#: ../larpe/qommon/ident/idp.ptl:1057 #: ../larpe/qommon/admin/logger.ptl:120 -#: ../larpe/qommon/admin/texts.ptl:96 -#: ../larpe/qommon/admin/settings.ptl:22 -#: ../larpe/qommon/admin/settings.ptl:50 -#: ../larpe/qommon/admin/settings.ptl:78 +#: ../larpe/qommon/admin/texts.ptl:113 +#: ../larpe/qommon/admin/settings.ptl:20 +#: ../larpe/qommon/admin/settings.ptl:61 +#: ../larpe/qommon/admin/settings.ptl:89 +#: ../larpe/qommon/admin/settings.ptl:120 #: ../larpe/qommon/admin/certificates.ptl:32 #: ../larpe/qommon/admin/certificates.ptl:80 -#: ../larpe/qommon/admin/emails.ptl:68 -#: ../larpe/qommon/admin/emails.ptl:121 -#: ../larpe/site_authentication.ptl:59 +#: ../larpe/qommon/admin/emails.ptl:69 +#: ../larpe/qommon/admin/emails.ptl:141 +#: ../larpe/site_authentication.ptl:64 #: ../larpe/root.ptl:64 msgid "Submit" msgstr "Valider" -#: ../larpe/admin/users.ptl:26 -#: ../larpe/admin/users.ptl:36 -#: ../larpe/admin/users.ptl:122 -#: ../larpe/admin/users.ptl:137 +#: ../larpe/admin/users.ptl:27 +#: ../larpe/admin/users.ptl:37 +#: ../larpe/admin/users.ptl:123 +#: ../larpe/admin/users.ptl:138 #: ../larpe/admin/forms_prefill.ptl:25 #: ../larpe/admin/forms_prefill.ptl:77 #: ../larpe/admin/settings.ptl:218 @@ -97,57 +104,58 @@ msgstr "Valider" #: ../larpe/admin/settings.ptl:344 #: ../larpe/admin/fields_prefill.ptl:31 #: ../larpe/admin/fields_prefill.ptl:74 -#: ../larpe/admin/hosts.ptl:123 -#: ../larpe/admin/hosts.ptl:384 -#: ../larpe/admin/hosts.ptl:683 -#: ../larpe/admin/hosts.ptl:731 -#: ../larpe/admin/hosts.ptl:778 -#: ../larpe/admin/hosts.ptl:1271 +#: ../larpe/admin/hosts.ptl:124 +#: ../larpe/admin/hosts.ptl:385 +#: ../larpe/admin/hosts.ptl:693 +#: ../larpe/admin/hosts.ptl:741 +#: ../larpe/admin/hosts.ptl:788 +#: ../larpe/admin/hosts.ptl:1287 #: ../larpe/qommon/myspace.ptl:93 #: ../larpe/qommon/myspace.ptl:130 #: ../larpe/qommon/myspace.ptl:162 -#: ../larpe/qommon/ident/password.ptl:315 -#: ../larpe/qommon/ident/password.ptl:594 -#: ../larpe/qommon/ident/password.ptl:640 -#: ../larpe/qommon/ident/password.ptl:663 -#: ../larpe/qommon/ident/password.ptl:964 -#: ../larpe/qommon/ident/password.ptl:990 -#: ../larpe/qommon/ident/idp.ptl:82 -#: ../larpe/qommon/ident/idp.ptl:325 -#: ../larpe/qommon/ident/idp.ptl:547 -#: ../larpe/qommon/ident/idp.ptl:772 -#: ../larpe/qommon/ident/idp.ptl:1057 -#: ../larpe/qommon/admin/texts.ptl:99 -#: ../larpe/qommon/admin/settings.ptl:23 -#: ../larpe/qommon/admin/settings.ptl:51 -#: ../larpe/qommon/admin/settings.ptl:79 +#: ../larpe/qommon/ident/password.ptl:316 +#: ../larpe/qommon/ident/password.ptl:612 +#: ../larpe/qommon/ident/password.ptl:658 +#: ../larpe/qommon/ident/password.ptl:681 +#: ../larpe/qommon/ident/password.ptl:982 +#: ../larpe/qommon/ident/password.ptl:1008 +#: ../larpe/qommon/ident/idp.ptl:83 +#: ../larpe/qommon/ident/idp.ptl:326 +#: ../larpe/qommon/ident/idp.ptl:548 +#: ../larpe/qommon/ident/idp.ptl:773 +#: ../larpe/qommon/ident/idp.ptl:1058 +#: ../larpe/qommon/admin/texts.ptl:116 +#: ../larpe/qommon/admin/settings.ptl:21 +#: ../larpe/qommon/admin/settings.ptl:62 +#: ../larpe/qommon/admin/settings.ptl:90 +#: ../larpe/qommon/admin/settings.ptl:121 #: ../larpe/qommon/admin/certificates.ptl:33 #: ../larpe/qommon/admin/certificates.ptl:81 -#: ../larpe/qommon/admin/emails.ptl:69 -#: ../larpe/qommon/admin/emails.ptl:124 +#: ../larpe/qommon/admin/emails.ptl:70 +#: ../larpe/qommon/admin/emails.ptl:144 #: ../larpe/root.ptl:65 msgid "Cancel" msgstr "Annuler" -#: ../larpe/admin/users.ptl:59 #: ../larpe/admin/users.ptl:60 +#: ../larpe/admin/users.ptl:61 #: ../larpe/qommon/admin/logger.ptl:44 #: ../larpe/qommon/admin/logger.ptl:146 msgid "User" msgstr "Utilisateur" -#: ../larpe/admin/users.ptl:62 -#: ../larpe/admin/hosts.ptl:381 -#: ../larpe/qommon/ident/password.ptl:689 -#: ../larpe/qommon/ident/idp.ptl:123 +#: ../larpe/admin/users.ptl:63 +#: ../larpe/admin/hosts.ptl:382 +#: ../larpe/qommon/ident/password.ptl:707 +#: ../larpe/qommon/ident/idp.ptl:124 msgid "Name" msgstr "Nom" -#: ../larpe/admin/users.ptl:97 +#: ../larpe/admin/users.ptl:98 msgid "Debug" msgstr "Debug" -#: ../larpe/admin/users.ptl:109 +#: ../larpe/admin/users.ptl:110 #: ../larpe/admin/forms_prefill.ptl:48 #: ../larpe/admin/forms_prefill.ptl:66 #: ../larpe/admin/forms_prefill.ptl:67 @@ -155,79 +163,79 @@ msgstr "Debug" #: ../larpe/admin/fields_prefill.ptl:63 #: ../larpe/admin/fields_prefill.ptl:64 #: ../larpe/admin/fields_prefill.ptl:65 -#: ../larpe/qommon/ident/idp.ptl:507 +#: ../larpe/qommon/ident/idp.ptl:508 #: ../larpe/qommon/admin/menu.ptl:96 msgid "Edit" msgstr "Modifier" -#: ../larpe/admin/users.ptl:110 #: ../larpe/admin/users.ptl:111 +#: ../larpe/admin/users.ptl:112 msgid "Edit User" msgstr "Modifier l'utilisateur" -#: ../larpe/admin/users.ptl:120 +#: ../larpe/admin/users.ptl:121 msgid "You are about to irrevocably delete this user." msgstr "Vous allez définitivement supprimer cet utilisateur." -#: ../larpe/admin/users.ptl:126 +#: ../larpe/admin/users.ptl:127 #: ../larpe/admin/forms_prefill.ptl:81 #: ../larpe/admin/fields_prefill.ptl:78 -#: ../larpe/admin/hosts.ptl:1275 +#: ../larpe/admin/hosts.ptl:1291 #: ../larpe/qommon/admin/certificates.ptl:37 msgid "Delete" msgstr "Supprimer" -#: ../larpe/admin/users.ptl:127 +#: ../larpe/admin/users.ptl:128 msgid "Delete User" msgstr "Supprimer l'utilisateur" -#: ../larpe/admin/users.ptl:128 +#: ../larpe/admin/users.ptl:129 msgid "Deleting User :" msgstr "Suppression de l'utilisateur :" -#: ../larpe/admin/users.ptl:136 +#: ../larpe/admin/users.ptl:137 msgid "Generate" msgstr "Générer" -#: ../larpe/admin/users.ptl:142 -#: ../larpe/admin/users.ptl:145 +#: ../larpe/admin/users.ptl:143 #: ../larpe/admin/users.ptl:146 -#: ../larpe/admin/users.ptl:154 -#: ../larpe/admin/users.ptl:179 -#: ../larpe/admin/users.ptl:181 -#: ../larpe/admin/users.ptl:222 +#: ../larpe/admin/users.ptl:147 +#: ../larpe/admin/users.ptl:155 +#: ../larpe/admin/users.ptl:180 +#: ../larpe/admin/users.ptl:182 +#: ../larpe/admin/users.ptl:223 #: ../larpe/root.ptl:62 #: ../larpe/root.ptl:71 msgid "Identification Token" msgstr "Jeton d'identification" -#: ../larpe/admin/users.ptl:147 +#: ../larpe/admin/users.ptl:148 msgid "You are about to generate a token than can be used to federate the account." msgstr "Vous allez générer un jeton qui pourra être utilisé pour fédérer le compte." -#: ../larpe/admin/users.ptl:148 +#: ../larpe/admin/users.ptl:149 msgid "After that, you will have the choice to send it to the user by email so that he can federate his accounts." msgstr "Ensuite, vous aurez la possibilité de l'envoyer à l'utilisateur par courriel pour qu'il puisse fédérer ses comptes." -#: ../larpe/admin/users.ptl:150 +#: ../larpe/admin/users.ptl:151 #, python-format msgid "Note that user has already been issued an identification token : %s" msgstr "À noter que l'utilisateur a déjà un jeton d'identification : %s" -#: ../larpe/admin/users.ptl:160 +#: ../larpe/admin/users.ptl:161 #, python-format msgid "Identification Token for %s" msgstr "Jeton d'identification pour %s" -#: ../larpe/admin/users.ptl:164 +#: ../larpe/admin/users.ptl:165 msgid "Done" msgstr "Fait" -#: ../larpe/admin/users.ptl:166 +#: ../larpe/admin/users.ptl:167 msgid "Send by email" msgstr "Envoyer par courriel" -#: ../larpe/admin/users.ptl:172 +#: ../larpe/admin/users.ptl:173 #, python-format msgid "" "You have been given an identification token.\n" @@ -242,46 +250,46 @@ msgstr "" "\n" "Cliquez sur %(url)s pour l'utiliser.\n" -#: ../larpe/admin/users.ptl:182 +#: ../larpe/admin/users.ptl:183 msgid "Failed sending email. Check your email configuration." msgstr "Échec de l'envoi du courriel. Vérifiez votre configuration des courriels." -#: ../larpe/admin/users.ptl:183 +#: ../larpe/admin/users.ptl:184 #: ../larpe/admin/settings.ptl:112 -#: ../larpe/admin/hosts.ptl:647 -#: ../larpe/admin/hosts.ptl:703 -#: ../larpe/admin/hosts.ptl:1324 -#: ../larpe/qommon/admin/texts.ptl:70 +#: ../larpe/admin/hosts.ptl:657 +#: ../larpe/admin/hosts.ptl:713 +#: ../larpe/admin/hosts.ptl:1340 +#: ../larpe/qommon/admin/texts.ptl:87 #: ../larpe/qommon/admin/menu.ptl:136 -#: ../larpe/qommon/admin/emails.ptl:99 +#: ../larpe/qommon/admin/emails.ptl:119 msgid "Back" msgstr "Retour" -#: ../larpe/admin/users.ptl:193 #: ../larpe/admin/users.ptl:194 -#: ../larpe/admin/users.ptl:237 -#: ../larpe/admin/users.ptl:271 +#: ../larpe/admin/users.ptl:195 +#: ../larpe/admin/users.ptl:238 +#: ../larpe/admin/users.ptl:272 #: ../larpe/admin/root.ptl:45 msgid "Users" msgstr "Utilisateurs" -#: ../larpe/admin/users.ptl:198 -#: ../larpe/admin/users.ptl:241 +#: ../larpe/admin/users.ptl:199 +#: ../larpe/admin/users.ptl:242 msgid "Liberty support must be setup before creating users." msgstr "Le support Liberty doit être configuré avant de créer des utilisateurs." -#: ../larpe/admin/users.ptl:202 -#: ../larpe/admin/users.ptl:253 +#: ../larpe/admin/users.ptl:203 #: ../larpe/admin/users.ptl:254 +#: ../larpe/admin/users.ptl:255 msgid "New User" msgstr "Nouvel utilisateur" -#: ../larpe/admin/users.ptl:225 +#: ../larpe/admin/users.ptl:226 #, python-format msgid "Identification Token (current: %s)" msgstr "Jeton d'identification (actuellement: %s)" -#: ../larpe/admin/users.ptl:232 +#: ../larpe/admin/users.ptl:233 #: ../larpe/admin/root.ptl:47 #: ../larpe/qommon/admin/logger.ptl:23 #: ../larpe/qommon/admin/logger.ptl:24 @@ -289,22 +297,16 @@ msgstr "Jeton d'identification (actuellement: %s)" msgid "Logs" msgstr "Journaux" -#: ../larpe/admin/users.ptl:238 +#: ../larpe/admin/users.ptl:239 #: ../larpe/admin/forms_prefill.ptl:122 #: ../larpe/admin/fields_prefill.ptl:125 -#: ../larpe/admin/hosts.ptl:1328 -#: ../larpe/qommon/ident/idp.ptl:192 -#: ../larpe/qommon/ident/idp.ptl:230 -#: ../larpe/qommon/ident/idp.ptl:414 +#: ../larpe/admin/hosts.ptl:1344 +#: ../larpe/qommon/ident/idp.ptl:193 +#: ../larpe/qommon/ident/idp.ptl:231 +#: ../larpe/qommon/ident/idp.ptl:415 msgid "New" msgstr "Nouveau" -#: ../larpe/liberty_site.ptl:46 -#: ../larpe/liberty_site.ptl:56 -#: ../larpe/qommon/ident/idp.ptl:36 -msgid "SSO support is not yet configured" -msgstr "Le support SSO n'est pas encore configuré" - #: ../larpe/admin/forms_prefill.ptl:16 msgid "Form name" msgstr "Nom du formulaire" @@ -362,7 +364,7 @@ msgstr "Supprimer le formulaire" #: ../larpe/admin/forms_prefill.ptl:94 #: ../larpe/admin/forms_prefill.ptl:101 -#: ../larpe/admin/hosts.ptl:1263 +#: ../larpe/admin/hosts.ptl:1279 msgid "Forms" msgstr "Formulaires" @@ -371,67 +373,67 @@ msgid "New Form" msgstr "Nouveau formulaire" #: ../larpe/admin/settings.ptl:28 -#: ../larpe/qommon/ident/idp.ptl:232 -#: ../larpe/qommon/ident/idp.ptl:500 -#: ../larpe/qommon/ident/idp.ptl:516 +#: ../larpe/qommon/ident/idp.ptl:233 +#: ../larpe/qommon/ident/idp.ptl:501 +#: ../larpe/qommon/ident/idp.ptl:517 msgid "Metadata" msgstr "Méta-données" #: ../larpe/admin/settings.ptl:29 -#: ../larpe/qommon/ident/idp.ptl:233 -#: ../larpe/qommon/ident/idp.ptl:517 +#: ../larpe/qommon/ident/idp.ptl:234 +#: ../larpe/qommon/ident/idp.ptl:518 msgid "Public Key" msgstr "Clé publique" #: ../larpe/admin/settings.ptl:30 -#: ../larpe/qommon/ident/idp.ptl:234 -#: ../larpe/qommon/ident/idp.ptl:518 +#: ../larpe/qommon/ident/idp.ptl:235 +#: ../larpe/qommon/ident/idp.ptl:519 msgid "CA Certificate Chain" msgstr "Chaîne de certification" #: ../larpe/admin/settings.ptl:34 #: ../larpe/admin/settings.ptl:35 -#: ../larpe/qommon/ident/idp.ptl:241 #: ../larpe/qommon/ident/idp.ptl:242 -#: ../larpe/qommon/ident/idp.ptl:415 +#: ../larpe/qommon/ident/idp.ptl:243 #: ../larpe/qommon/ident/idp.ptl:416 +#: ../larpe/qommon/ident/idp.ptl:417 msgid "New Identity Provider" msgstr "Nouveau fournisseur d'identité" #: ../larpe/admin/settings.ptl:53 #: ../larpe/admin/settings.ptl:87 -#: ../larpe/qommon/ident/idp.ptl:266 -#: ../larpe/qommon/ident/idp.ptl:315 -#: ../larpe/qommon/ident/idp.ptl:357 -#: ../larpe/qommon/ident/idp.ptl:388 -#: ../larpe/qommon/ident/idp.ptl:600 -#: ../larpe/qommon/ident/idp.ptl:657 -#: ../larpe/qommon/ident/idp.ptl:670 +#: ../larpe/qommon/ident/idp.ptl:267 +#: ../larpe/qommon/ident/idp.ptl:316 +#: ../larpe/qommon/ident/idp.ptl:358 +#: ../larpe/qommon/ident/idp.ptl:389 +#: ../larpe/qommon/ident/idp.ptl:601 +#: ../larpe/qommon/ident/idp.ptl:658 +#: ../larpe/qommon/ident/idp.ptl:671 msgid "Bad metadata" msgstr "Mauvaises méta-données" -#. #-#-#-#-# tmp.22.settings.ptl.pot (PACKAGE VERSION) #-#-#-#-# +#. #-#-#-#-# tmp.23.settings.ptl.pot (PACKAGE VERSION) #-#-#-#-# #. Don't use custom emails #: ../larpe/admin/settings.ptl:104 #: ../larpe/admin/settings.ptl:105 #: ../larpe/admin/settings.ptl:192 -#: ../larpe/qommon/admin/emails.ptl:74 -#: ../larpe/qommon/admin/emails.ptl:84 +#: ../larpe/qommon/admin/emails.ptl:75 #: ../larpe/qommon/admin/emails.ptl:85 -#: ../larpe/qommon/admin/emails.ptl:139 -#: ../larpe/qommon/admin/emails.ptl:182 +#: ../larpe/qommon/admin/emails.ptl:86 +#: ../larpe/qommon/admin/emails.ptl:159 +#: ../larpe/qommon/admin/emails.ptl:202 msgid "Emails" msgstr "Courriels" #: ../larpe/admin/settings.ptl:108 -#: ../larpe/qommon/admin/emails.ptl:75 #: ../larpe/qommon/admin/emails.ptl:76 -#: ../larpe/qommon/admin/emails.ptl:88 +#: ../larpe/qommon/admin/emails.ptl:77 +#: ../larpe/qommon/admin/emails.ptl:89 msgid "General Options" msgstr "Options générales" #: ../larpe/admin/settings.ptl:125 -#: ../larpe/admin/hosts.ptl:83 +#: ../larpe/admin/hosts.ptl:84 #: ../larpe/admin/root.ptl:46 #: ../larpe/qommon/admin/settings.ptl:10 msgid "Settings" @@ -446,8 +448,8 @@ msgid "Liberty Alliance Service Provider" msgstr "Fournisseur de service Liberty Alliance" #: ../larpe/admin/settings.ptl:132 -#: ../larpe/qommon/ident/idp.ptl:694 -#: ../larpe/qommon/ident/idp.ptl:698 +#: ../larpe/qommon/ident/idp.ptl:695 +#: ../larpe/qommon/ident/idp.ptl:699 msgid "Service Provider" msgstr "Fournisseur de service" @@ -456,7 +458,7 @@ msgid "Configure Larpe as a Service Provider" msgstr "Configurer Larpe en tant que fournisseur de service" #: ../larpe/admin/settings.ptl:142 -#: ../larpe/admin/hosts.ptl:898 +#: ../larpe/admin/hosts.ptl:913 msgid "SAML 2.0 Metadata" msgstr "Méta-données SAML 2.0" @@ -465,7 +467,7 @@ msgid "Download SAML 2.0 metadata file for Larpe" msgstr "Télécharger le fichier des méta-données SAML 2.0 pour Larpe" #: ../larpe/admin/settings.ptl:149 -#: ../larpe/admin/hosts.ptl:903 +#: ../larpe/admin/hosts.ptl:918 msgid "ID-FF 1.2 Metadata" msgstr "Méta-données ID-FF 1.2" @@ -474,12 +476,12 @@ msgid "Download ID-FF 1.2 metadata file for Larpe" msgstr "Télécharger le fichier des méta-données ID-FF 1.2 pour Larpe" #: ../larpe/admin/settings.ptl:156 -#: ../larpe/admin/hosts.ptl:912 +#: ../larpe/admin/hosts.ptl:927 msgid "Public key" msgstr "Clé publique" #: ../larpe/admin/settings.ptl:157 -#: ../larpe/admin/hosts.ptl:913 +#: ../larpe/admin/hosts.ptl:928 msgid "Download SSL Public Key file" msgstr "Télécharger le fichier de clé SSL publique" @@ -492,9 +494,9 @@ msgid "Liberty Alliance Identity Provider" msgstr "Fournisseur d'identité Liberty Alliance" #: ../larpe/admin/settings.ptl:167 -#: ../larpe/qommon/ident/idp.ptl:493 -#: ../larpe/qommon/ident/idp.ptl:498 -#: ../larpe/qommon/ident/idp.ptl:551 +#: ../larpe/qommon/ident/idp.ptl:494 +#: ../larpe/qommon/ident/idp.ptl:499 +#: ../larpe/qommon/ident/idp.ptl:552 msgid "Identity Provider" msgstr "Fournisseur d'identité" @@ -535,8 +537,8 @@ msgid "Customise Apache 2 configuration generation" msgstr "Personnaliser la génération de la configuration d'Apache 2" #: ../larpe/admin/settings.ptl:183 -#: ../larpe/qommon/admin/settings.ptl:56 -#: ../larpe/qommon/admin/settings.ptl:57 +#: ../larpe/qommon/admin/settings.ptl:95 +#: ../larpe/qommon/admin/settings.ptl:96 msgid "Proxy" msgstr "Mandataire (proxy)" @@ -549,9 +551,9 @@ msgid "Customisation" msgstr "Personnalisation" #: ../larpe/admin/settings.ptl:190 -#: ../larpe/qommon/admin/settings.ptl:16 -#: ../larpe/qommon/admin/settings.ptl:28 -#: ../larpe/qommon/admin/settings.ptl:29 +#: ../larpe/qommon/admin/settings.ptl:55 +#: ../larpe/qommon/admin/settings.ptl:67 +#: ../larpe/qommon/admin/settings.ptl:68 msgid "Language" msgstr "Langue" @@ -568,9 +570,9 @@ msgid "Misc" msgstr "Divers" #: ../larpe/admin/settings.ptl:199 -#: ../larpe/qommon/admin/settings.ptl:85 -#: ../larpe/qommon/admin/settings.ptl:86 -#: ../larpe/qommon/admin/settings.ptl:87 +#: ../larpe/qommon/admin/settings.ptl:127 +#: ../larpe/qommon/admin/settings.ptl:128 +#: ../larpe/qommon/admin/settings.ptl:129 msgid "Debug Options" msgstr "Options de débogage" @@ -579,14 +581,14 @@ msgid "Configure options useful for debugging" msgstr "Configurer les options utiles au debogage" #: ../larpe/admin/settings.ptl:215 -#: ../larpe/qommon/ident/idp.ptl:754 +#: ../larpe/qommon/ident/idp.ptl:755 msgid "Organisation Name" msgstr "Nom de l'organisation" #: ../larpe/admin/settings.ptl:222 #: ../larpe/admin/settings.ptl:223 -#: ../larpe/qommon/ident/idp.ptl:776 #: ../larpe/qommon/ident/idp.ptl:777 +#: ../larpe/qommon/ident/idp.ptl:778 msgid "Service Provider Configuration" msgstr "Configuration du fournisseur d'identité" @@ -660,20 +662,20 @@ msgstr "Supprimer le champ" msgid "New Field" msgstr "Nouveau champ" -#: ../larpe/admin/hosts.ptl:32 +#: ../larpe/admin/hosts.ptl:33 msgid "You must either choose a different hostname from Larpe or specify a reversed directory" msgstr "Vous devez soit choisir un nom d'hôte différent de celui de Larpe, soit spécifier un répertoire inversé" -#: ../larpe/admin/hosts.ptl:79 -#: ../larpe/admin/hosts.ptl:101 +#: ../larpe/admin/hosts.ptl:80 +#: ../larpe/admin/hosts.ptl:102 msgid "Basic configuration" msgstr "Configuration de base" -#: ../larpe/admin/hosts.ptl:80 +#: ../larpe/admin/hosts.ptl:81 msgid "Need domain name configuration" msgstr "Nécessite la configuration du nom de domaine" -#: ../larpe/admin/hosts.ptl:81 +#: ../larpe/admin/hosts.ptl:82 #, python-format msgid "" "Before configuring hosts, you must\n" @@ -681,93 +683,93 @@ msgid "" "%(settings)s menu." msgstr "Avant des configurer les sites, vous devez définir un nom de domaine global dans le menu %(settings)s." -#: ../larpe/admin/hosts.ptl:102 +#: ../larpe/admin/hosts.ptl:103 msgid "Step 1 - Basic configuration" msgstr "Étape 1 - Configuration de base" -#: ../larpe/admin/hosts.ptl:111 +#: ../larpe/admin/hosts.ptl:112 msgid "Original site root address" msgstr "Adresse racine du site d'origine" -#: ../larpe/admin/hosts.ptl:113 +#: ../larpe/admin/hosts.ptl:114 msgid "If your site address is http://test.org/index.php, put http://test.org/ here" msgstr "Si l'adresse de votre site est http://test.org/index.php, mettez http://test.org/ ici" -#: ../larpe/admin/hosts.ptl:116 +#: ../larpe/admin/hosts.ptl:117 msgid "Use a proxy" msgstr "Utiliser un mandataire (proxy)" -#: ../larpe/admin/hosts.ptl:117 +#: ../larpe/admin/hosts.ptl:118 msgid "Uncheck it if Larpe doesn't need to use the proxy to connect to this site" msgstr "Décocher cette case si Larpe ne doit pas utiliser un mandataire (proxy) pour se connecter à ce site" -#: ../larpe/admin/hosts.ptl:121 +#: ../larpe/admin/hosts.ptl:122 msgid "" "If Larpe needs to use a proxy to connect to this site, you must first configure\n" " it in global proxy parameters." msgstr "Si Larpe doit utiliser un mandataire (proxy) pour se connecter à ce site, vous devez d'abord le configurer dans les paramètres globaux du mandataire." -#: ../larpe/admin/hosts.ptl:124 -#: ../larpe/admin/hosts.ptl:314 -#: ../larpe/admin/hosts.ptl:342 -#: ../larpe/admin/hosts.ptl:432 -#: ../larpe/admin/hosts.ptl:456 -#: ../larpe/admin/hosts.ptl:537 -#: ../larpe/admin/hosts.ptl:573 -#: ../larpe/admin/hosts.ptl:852 -#: ../larpe/admin/hosts.ptl:874 -#: ../larpe/admin/hosts.ptl:932 -#: ../larpe/admin/hosts.ptl:962 +#: ../larpe/admin/hosts.ptl:125 +#: ../larpe/admin/hosts.ptl:315 +#: ../larpe/admin/hosts.ptl:343 +#: ../larpe/admin/hosts.ptl:433 +#: ../larpe/admin/hosts.ptl:464 +#: ../larpe/admin/hosts.ptl:547 +#: ../larpe/admin/hosts.ptl:583 +#: ../larpe/admin/hosts.ptl:873 +#: ../larpe/admin/hosts.ptl:889 +#: ../larpe/admin/hosts.ptl:947 +#: ../larpe/admin/hosts.ptl:977 #: ../larpe/qommon/admin/menu.ptl:101 msgid "Next" msgstr "Suivant" -#: ../larpe/admin/hosts.ptl:125 -#: ../larpe/admin/hosts.ptl:315 -#: ../larpe/admin/hosts.ptl:433 -#: ../larpe/admin/hosts.ptl:457 -#: ../larpe/admin/hosts.ptl:538 -#: ../larpe/admin/hosts.ptl:574 -#: ../larpe/admin/hosts.ptl:853 -#: ../larpe/admin/hosts.ptl:875 -#: ../larpe/admin/hosts.ptl:963 +#: ../larpe/admin/hosts.ptl:126 +#: ../larpe/admin/hosts.ptl:316 +#: ../larpe/admin/hosts.ptl:434 +#: ../larpe/admin/hosts.ptl:465 +#: ../larpe/admin/hosts.ptl:548 +#: ../larpe/admin/hosts.ptl:584 +#: ../larpe/admin/hosts.ptl:874 +#: ../larpe/admin/hosts.ptl:890 +#: ../larpe/admin/hosts.ptl:978 msgid "Terminate" msgstr "Terminer" -#: ../larpe/admin/hosts.ptl:313 -#: ../larpe/admin/hosts.ptl:342 -#: ../larpe/admin/hosts.ptl:431 -#: ../larpe/admin/hosts.ptl:455 -#: ../larpe/admin/hosts.ptl:536 -#: ../larpe/admin/hosts.ptl:572 -#: ../larpe/admin/hosts.ptl:851 -#: ../larpe/admin/hosts.ptl:873 -#: ../larpe/admin/hosts.ptl:961 -#: ../larpe/admin/hosts.ptl:987 +#: ../larpe/admin/hosts.ptl:314 +#: ../larpe/admin/hosts.ptl:343 +#: ../larpe/admin/hosts.ptl:432 +#: ../larpe/admin/hosts.ptl:463 +#: ../larpe/admin/hosts.ptl:546 +#: ../larpe/admin/hosts.ptl:582 +#: ../larpe/admin/hosts.ptl:872 +#: ../larpe/admin/hosts.ptl:888 +#: ../larpe/admin/hosts.ptl:976 +#: ../larpe/admin/hosts.ptl:1002 #: ../larpe/qommon/admin/menu.ptl:100 msgid "Previous" msgstr "Précédent" -#: ../larpe/admin/hosts.ptl:331 +#: ../larpe/admin/hosts.ptl:332 msgid "Check site address and name" msgstr "Vérifier l'adresse et le nom du site" -#: ../larpe/admin/hosts.ptl:332 +#: ../larpe/admin/hosts.ptl:333 msgid "Step 2 - Check the new site address works" msgstr "Étape 2 - Vérifier que la nouvelle adresse du site fonctionne" -#: ../larpe/admin/hosts.ptl:334 +#: ../larpe/admin/hosts.ptl:335 msgid "DNS configuration" msgstr "Configuration DNS" -#: ../larpe/admin/hosts.ptl:336 +#: ../larpe/admin/hosts.ptl:337 msgid "" "Before opening the following link, ensure you have configured your DNS\n" "for this address. If you don't have a DNS server and you just want to test Larpe, add this\n" "domain name in the file \"/etc/hosts\"." msgstr "Avant d'ouvrir le lien suivant, assurez vous d'avoir configuré votre DNS pour cette adresse. Si vous n'avez pas de serveur DNS et que vous souhaitez seulement tester Larpe, ajoutez ce nom de domaine dans le fichier \"/etc/hosts\"." -#: ../larpe/admin/hosts.ptl:340 +#: ../larpe/admin/hosts.ptl:341 #, python-format msgid "" "Then you can open this link in a new window or tab and see if your site\n" @@ -775,88 +777,96 @@ msgid "" "button and check your settings." msgstr "Vous pouvez ensuite ouvrir ce lien dans une nouvelle fenêtre ou un nouvel onglet et voir si votre site est affiché. Si cela fonctionne, vous pouvez cliquer sur le bouton \"%(next)s\". Sinon, cliquez sur le bouton\"%(previous)s\" et vérifiez vos paramètres." -#: ../larpe/admin/hosts.ptl:344 +#: ../larpe/admin/hosts.ptl:345 msgid "Site adress and name" msgstr "Adresse et nom du site" -#: ../larpe/admin/hosts.ptl:346 +#: ../larpe/admin/hosts.ptl:347 msgid "The new address of this site is " msgstr "La nouvelle adresse du site est " -#: ../larpe/admin/hosts.ptl:348 +#: ../larpe/admin/hosts.ptl:349 #, python-format msgid "The name of this site is \"%s\"." msgstr "Le nom du site est \"%s\"." -#: ../larpe/admin/hosts.ptl:349 +#: ../larpe/admin/hosts.ptl:350 msgid "" "You can also \n" "modify the address or the name of this site" msgstr "Vous pouvez aussi modifier l'adresse ou le nom du site" -#: ../larpe/admin/hosts.ptl:365 +#: ../larpe/admin/hosts.ptl:366 msgid "An host with the same name already exists" msgstr "Un hôte avec le même nom existe déjà" -#: ../larpe/admin/hosts.ptl:372 #: ../larpe/admin/hosts.ptl:373 +#: ../larpe/admin/hosts.ptl:374 msgid "Modify site address and name" msgstr "Modifier l'adresse et le nom du site" -#: ../larpe/admin/hosts.ptl:379 +#: ../larpe/admin/hosts.ptl:380 msgid "Address" msgstr "Adresse" -#: ../larpe/admin/hosts.ptl:418 +#: ../larpe/admin/hosts.ptl:419 msgid "Authentication and logout" msgstr "Authentification et déconnexion" -#: ../larpe/admin/hosts.ptl:419 +#: ../larpe/admin/hosts.ptl:420 msgid "Step 3 - Configure authentication and logout pages" msgstr "Étape 3 - Configurer les pages d'authentification et de déconnexion" -#: ../larpe/admin/hosts.ptl:425 -#: ../larpe/admin/hosts.ptl:954 +#: ../larpe/admin/hosts.ptl:426 +#: ../larpe/admin/hosts.ptl:969 msgid "Authentication form page address" msgstr "Adresse de la page du formulaire d'authentification" -#: ../larpe/admin/hosts.ptl:426 +#: ../larpe/admin/hosts.ptl:427 msgid "Address of a page on the site which contains the authentication form" msgstr "Adresse d'une page du site contenant le formulaire d'authentification" -#: ../larpe/admin/hosts.ptl:428 +#: ../larpe/admin/hosts.ptl:429 msgid "Logout address" msgstr "Adresse de déconnexion" -#: ../larpe/admin/hosts.ptl:429 +#: ../larpe/admin/hosts.ptl:430 msgid "Address of the logout link on the site" msgstr "Adresse du lien de déconnexion du site" -#: ../larpe/admin/hosts.ptl:445 +#: ../larpe/admin/hosts.ptl:446 msgid "(computed automatically)" msgstr "(calculé automatiquement)" -#: ../larpe/admin/hosts.ptl:467 +#: ../larpe/admin/hosts.ptl:459 +msgid "Plugin" +msgstr "Extension" + +#: ../larpe/admin/hosts.ptl:460 +msgid "You can force a plugin" +msgstr "Vous pouvez forcer une extension" + +#: ../larpe/admin/hosts.ptl:478 msgid "Auto detected configuration" msgstr "Configuration détectée automatiquement" -#: ../larpe/admin/hosts.ptl:468 +#: ../larpe/admin/hosts.ptl:479 msgid "Step 4 - Check automatically detected configuration for the authentication form" msgstr "Étape 4 - Vérifier la configuration détectée automatiquement pour l'authentification" -#: ../larpe/admin/hosts.ptl:471 +#: ../larpe/admin/hosts.ptl:482 msgid "Address where the authentication form must be sent" msgstr "Adresse à laquelle le formulaire d'authentification doit être envoyé" -#: ../larpe/admin/hosts.ptl:472 +#: ../larpe/admin/hosts.ptl:483 msgid "Name of the login field" msgstr "Nom du champ identifiant" -#: ../larpe/admin/hosts.ptl:473 +#: ../larpe/admin/hosts.ptl:484 msgid "Name of the password field" msgstr "Nom du champ mot de passe" -#: ../larpe/admin/hosts.ptl:492 +#: ../larpe/admin/hosts.ptl:503 msgid "" "The following authentication form parameters have been detected. If they look right, you can go to the next step.\n" "If you think they are wrong, go back and check your settings then try again.\n" @@ -864,150 +874,150 @@ msgstr "" "Les paramètres d'authentification suivants ont été détectés. Si ils semblent corrects, vous pouvez passer à l'étape suivante.\n" "Si vous pensez qu'ils sont incorrects, retournez à l'étape précédente et vérifiez vos paramètres, puis essayez à nouveau.\n" -#: ../larpe/admin/hosts.ptl:497 +#: ../larpe/admin/hosts.ptl:508 msgid "" "The following authentication form parameters in red haven't been correctly detected. Go back and check\n" "your settings then try again.\n" msgstr "Les paramètres d'authentification suivants en rouge n'ont pas été détectés correctement. Retournez à une étape précédente vérifiez vos paramètres, puis essayez à nouveau.\n" -#: ../larpe/admin/hosts.ptl:518 -#: ../larpe/admin/hosts.ptl:1234 +#: ../larpe/admin/hosts.ptl:529 +#: ../larpe/admin/hosts.ptl:1250 msgid "Credentials" msgstr "Identifiant et mot de passe" -#: ../larpe/admin/hosts.ptl:519 +#: ../larpe/admin/hosts.ptl:530 msgid "Step 5 - Fill in a valid username/password for this site" msgstr "Étape 5 - Nom d'utilisateur et mot de passe pour ce site" -#: ../larpe/admin/hosts.ptl:525 -#: ../larpe/qommon/ident/password.ptl:123 -#: ../larpe/qommon/ident/password.ptl:217 -#: ../larpe/qommon/ident/password.ptl:398 -#: ../larpe/qommon/ident/password.ptl:686 -#: ../larpe/qommon/ident/password.ptl:779 -#: ../larpe/qommon/ident/password.ptl:895 -#: ../larpe/site_authentication.ptl:93 +#: ../larpe/admin/hosts.ptl:535 +#: ../larpe/qommon/ident/password.ptl:124 +#: ../larpe/qommon/ident/password.ptl:218 +#: ../larpe/qommon/ident/password.ptl:399 +#: ../larpe/qommon/ident/password.ptl:704 +#: ../larpe/qommon/ident/password.ptl:797 +#: ../larpe/qommon/ident/password.ptl:913 +#: ../larpe/site_authentication.ptl:98 msgid "Username" msgstr "Identifiant" -#: ../larpe/admin/hosts.ptl:527 -#: ../larpe/qommon/ident/password.ptl:124 -#: ../larpe/qommon/ident/password.ptl:404 -#: ../larpe/qommon/ident/password.ptl:785 -#: ../larpe/site_authentication.ptl:95 +#: ../larpe/admin/hosts.ptl:537 +#: ../larpe/qommon/ident/password.ptl:125 +#: ../larpe/qommon/ident/password.ptl:405 +#: ../larpe/qommon/ident/password.ptl:803 +#: ../larpe/site_authentication.ptl:100 msgid "Password" msgstr "Mot de passe" -#: ../larpe/admin/hosts.ptl:584 +#: ../larpe/admin/hosts.ptl:594 msgid "Check authentication" msgstr "Vérifier l'authentification" -#: ../larpe/admin/hosts.ptl:585 +#: ../larpe/admin/hosts.ptl:595 msgid "Step 6 - Check the authentication process" msgstr "Étape 6 - Vérifier la procédure d'authentification" -#: ../larpe/admin/hosts.ptl:604 +#: ../larpe/admin/hosts.ptl:614 msgid "Authentication succeeded ! You can go to the next step." msgstr "L'authentification a réussi ! Vous pouvez continuer à l'étape suivante." -#: ../larpe/admin/hosts.ptl:606 +#: ../larpe/admin/hosts.ptl:616 msgid "Authentication has failed. To resolve this problem, you can :" msgstr "L'authentification a échoué. Pour résoudre ce problème, vous pouvez :" -#: ../larpe/admin/hosts.ptl:609 +#: ../larpe/admin/hosts.ptl:619 msgid "Try authentication again" msgstr "Retenter une authentification" -#: ../larpe/admin/hosts.ptl:611 +#: ../larpe/admin/hosts.ptl:621 msgid "See the response of the authentication requests" msgstr "Voir la réponse de la requête d'authentification" -#: ../larpe/admin/hosts.ptl:613 -#: ../larpe/admin/hosts.ptl:695 +#: ../larpe/admin/hosts.ptl:623 +#: ../larpe/admin/hosts.ptl:705 msgid "Modify the parameters of the authentication requests" msgstr "Modifier les paramètres des requêtes d'authentification" -#: ../larpe/admin/hosts.ptl:615 +#: ../larpe/admin/hosts.ptl:625 msgid "Change the way Larpe detects the authentication is successful or not" msgstr "Changer la façon donc Larpe détecte que l'authentification a réussi ou pas" -#: ../larpe/admin/hosts.ptl:616 +#: ../larpe/admin/hosts.ptl:626 msgid "Go back and change your username and/or password" msgstr "Revenir en arrière et changer vos nom d'utilisateur et/ou mot de passe" -#: ../larpe/admin/hosts.ptl:622 -#: ../larpe/admin/hosts.ptl:623 +#: ../larpe/admin/hosts.ptl:632 +#: ../larpe/admin/hosts.ptl:633 msgid "Authentication response" msgstr "Réponse de l'authentification" -#: ../larpe/admin/hosts.ptl:625 +#: ../larpe/admin/hosts.ptl:635 msgid "Response of the request with good credentials" msgstr "Réponse de la requête avec un bon couple identifiant/mot de passe" -#: ../larpe/admin/hosts.ptl:628 -#: ../larpe/admin/hosts.ptl:639 +#: ../larpe/admin/hosts.ptl:638 +#: ../larpe/admin/hosts.ptl:649 msgid "HTTP status code" msgstr "Code de status HTTP" -#: ../larpe/admin/hosts.ptl:633 -#: ../larpe/admin/hosts.ptl:644 +#: ../larpe/admin/hosts.ptl:643 +#: ../larpe/admin/hosts.ptl:654 msgid "See HTML page" msgstr "Voir la page HTML" -#: ../larpe/admin/hosts.ptl:636 +#: ../larpe/admin/hosts.ptl:646 msgid "Response of the request with bad credentials" msgstr "Réponse de la requête avec un mauvais couple identifiant/mot de passe" -#: ../larpe/admin/hosts.ptl:665 -#: ../larpe/admin/hosts.ptl:666 +#: ../larpe/admin/hosts.ptl:675 +#: ../larpe/admin/hosts.ptl:676 msgid "Authentication success criteria" msgstr "Critères de succès de l'authentification" -#: ../larpe/admin/hosts.ptl:672 +#: ../larpe/admin/hosts.ptl:682 msgid "Authentication system of the original site" msgstr "Système d'authentification du site d'origine" -#: ../larpe/admin/hosts.ptl:674 +#: ../larpe/admin/hosts.ptl:684 msgid "Check the existence of a password field" msgstr "Vérifier l'existence d'un champ mot de passe" -#: ../larpe/admin/hosts.ptl:675 +#: ../larpe/admin/hosts.ptl:685 msgid "Match some text to detect an authentication failure" msgstr "Trouver du texte pour détecter un échec d'authentification" -#: ../larpe/admin/hosts.ptl:680 +#: ../larpe/admin/hosts.ptl:690 msgid "Text to match in case of authentication failure" msgstr "Texte à trouver dans le cas d'un échec d'authentification" -#: ../larpe/admin/hosts.ptl:694 +#: ../larpe/admin/hosts.ptl:704 msgid "Authentication request" msgstr "Requête d'authentification" -#: ../larpe/admin/hosts.ptl:699 +#: ../larpe/admin/hosts.ptl:709 msgid "Modify POST parameters" msgstr "Modifier les parameters du POST" -#: ../larpe/admin/hosts.ptl:699 +#: ../larpe/admin/hosts.ptl:709 msgid "Configure the form attributes that will be sent within the authentication POST requests" msgstr "Configurer les attributes du formulaire qui seront envoyés dans les requêtes POST d'authentification" -#: ../larpe/admin/hosts.ptl:701 +#: ../larpe/admin/hosts.ptl:711 msgid "Modify HTTP headers" msgstr "Modifier les entêtes HTTP" -#: ../larpe/admin/hosts.ptl:701 +#: ../larpe/admin/hosts.ptl:711 msgid "Configure the HTTP headers of the authentication requests made by Larpe" msgstr "Configurer les entêtes HTTP des requêtes d'authentification envoyées par Larpe" -#: ../larpe/admin/hosts.ptl:715 +#: ../larpe/admin/hosts.ptl:725 msgid "POST parameters" msgstr "Paramètres POST" -#: ../larpe/admin/hosts.ptl:716 +#: ../larpe/admin/hosts.ptl:726 msgid "Configure POST parameters" msgstr "Configurer les paramètres POST" -#: ../larpe/admin/hosts.ptl:718 +#: ../larpe/admin/hosts.ptl:728 msgid "" "Here are the detected form fields that will be sent as parameters of the\n" "authentication POST request. You can desactivate some or all of them, or change their value." @@ -1015,15 +1025,15 @@ msgstr "" "Voici les champs du formulaire détectés et qui seront envoyés en tant que paramètres de la requête POST\n" "d'authentification. Vous pouvez désactiver certains ou tous ces champs, ou modifier leur valeur." -#: ../larpe/admin/hosts.ptl:756 +#: ../larpe/admin/hosts.ptl:766 msgid "HTTP headers" msgstr "Entêtes HTTP" -#: ../larpe/admin/hosts.ptl:757 +#: ../larpe/admin/hosts.ptl:767 msgid "Configure HTTP headers" msgstr "Configurer les entêtes HTTP" -#: ../larpe/admin/hosts.ptl:759 +#: ../larpe/admin/hosts.ptl:769 msgid "" "Here are the HTTP headers that will be sent within the authentication\n" "POST request. You can desactivate some or all of them, or change their value." @@ -1031,62 +1041,62 @@ msgstr "" "Voici les entêtes HTTP qui seront envoyés dans la requête POST\n" "d'authentification. Vous pouvez désactiver certains ou tous ces champs, ou modifier leur valeur." -#: ../larpe/admin/hosts.ptl:772 +#: ../larpe/admin/hosts.ptl:782 msgid "The headers \"Host\", \"Accept-Encoding\" and \"Content-Length\" will also automatically be sent." msgstr "Les entêtes \"Host\", \"Accept-Encoding\" et \"Content-Length\" seront également envoyées automatiquement." -#: ../larpe/admin/hosts.ptl:775 +#: ../larpe/admin/hosts.ptl:785 msgid "" "As Larpe uses a proxy for this site, the headers \"Proxy-Authorization\",\n" "\"Proxy-Connection\" and \"Keep-Alive\" will be sent as well." msgstr "Comme Larpe utilise un mandataire (proxy) pour ce site, les entêtes\"Proxy-Authorization\", \"Proxy-Connection\" et \"Keep-Alive\" seront aussienvoyées." -#: ../larpe/admin/hosts.ptl:825 +#: ../larpe/admin/hosts.ptl:846 msgid "SSO initiation" msgstr "Initiation de l'authentification unique" -#: ../larpe/admin/hosts.ptl:826 +#: ../larpe/admin/hosts.ptl:847 msgid "Step 7 - Configure how a Single Sign On can be initiated" msgstr "Étape 7 - Configurer la façon dont l'authentification unique peut être initiée" -#: ../larpe/admin/hosts.ptl:828 +#: ../larpe/admin/hosts.ptl:849 msgid "Most sites use one of the following 2 ways to allow users to initialise an authentication :" msgstr "La plupart des sites utilisent une des 2 méthodes suivantes pour permettre aux utilisateursd'initier une authentification :" -#: ../larpe/admin/hosts.ptl:831 +#: ../larpe/admin/hosts.ptl:852 msgid "" "The site has a single authentication page. It redirects users to this page when\n" "they click a \"Login\" button or try to access a page which require users to be authenticated." msgstr "Le site a une page unique d'authentification. Il redirige les utilisateurs vers cettepas lorsqu'ils cliquent sur un bouton \"Connexion\" ou essaient d'accéder à une pagequi nécessitent que les utilisateurs soient authentifiés" -#: ../larpe/admin/hosts.ptl:834 +#: ../larpe/admin/hosts.ptl:855 msgid "" "The site includes an authentication form in most or all of his pages. Users can\n" "authenticate on any of these pages, and don't need to be redirected to a separate authentication page." msgstr "Le site inclut un formulaire d'authentification dans toutes ou la plupart de ses pages.Les utilisateurs peuvent s'authentifier sur n'importe laquelle de ces pages, et n'ont pasbesoin d'être redirigés vers une page d'authentification séparée" -#: ../larpe/admin/hosts.ptl:839 +#: ../larpe/admin/hosts.ptl:860 msgid "Select the way your site works :" msgstr "Sélectionner la façon dont votre site fonctionne :" -#: ../larpe/admin/hosts.ptl:847 +#: ../larpe/admin/hosts.ptl:868 msgid "The site has a single authentication page" msgstr "Le site a une page d'authentification séparée" -#: ../larpe/admin/hosts.ptl:848 +#: ../larpe/admin/hosts.ptl:869 msgid "The site includes an authentication form in most or all pages" msgstr "Le site inclut un formulaire d'authentification imbriqué dans les pages" -#: ../larpe/admin/hosts.ptl:885 +#: ../larpe/admin/hosts.ptl:900 msgid "Metadatas" msgstr "Méta-données" -#: ../larpe/admin/hosts.ptl:886 +#: ../larpe/admin/hosts.ptl:901 #, python-format msgid "Step 8 - Metadatas of %(site_name)s" msgstr "Étape 8- Méta-données de %(site_name)s" -#: ../larpe/admin/hosts.ptl:889 +#: ../larpe/admin/hosts.ptl:904 msgid "" "Download the metadatas and the public key for this site and\n" "upload them on your identity provider in order to use Liberty Alliance features." @@ -1094,96 +1104,96 @@ msgstr "" "Téléchargez les méta-données et la clé publique de ce site et\n" "fournissez-les au fournisseur d'identité afin d'utiliser les fonctionnalités Liberty Alliance" -#: ../larpe/admin/hosts.ptl:899 +#: ../larpe/admin/hosts.ptl:914 msgid "Download SAML 2.0 metadata file" msgstr "Télécharger le fichier des méta-données SAML 2.0" -#: ../larpe/admin/hosts.ptl:904 +#: ../larpe/admin/hosts.ptl:919 msgid "Download ID-FF 1.2 metadata file" msgstr "Télécharger le fichier des méta-données ID-FF 1.2" -#: ../larpe/admin/hosts.ptl:906 +#: ../larpe/admin/hosts.ptl:921 msgid "No metadata has been generated for this host." msgstr "Les méta-données pour ce site n'ont pas été générées." -#: ../larpe/admin/hosts.ptl:915 +#: ../larpe/admin/hosts.ptl:930 msgid "No public key has been generated for this host." msgstr "La clé publique pour ce site n'a pas été générée." -#: ../larpe/admin/hosts.ptl:927 +#: ../larpe/admin/hosts.ptl:942 msgid "Advanced options" msgstr "Options avancées" -#: ../larpe/admin/hosts.ptl:928 +#: ../larpe/admin/hosts.ptl:943 msgid "Step 9 - Advanced options" msgstr "Étape 9 - Options avancées" -#: ../larpe/admin/hosts.ptl:930 +#: ../larpe/admin/hosts.ptl:945 msgid "Configure advanced options to setup the last details of your site." msgstr "Configurer les options avancées afin de paramétrer les derniers détails de votre site" -#: ../larpe/admin/hosts.ptl:931 +#: ../larpe/admin/hosts.ptl:946 #, python-format msgid "" "If you don't know what to configure here, just click %(next)s and\n" "come here later if needed." msgstr "Si vous ne savez pas quoi configurer ici, cliquez simplement sur %(next)s etrevenez sur cette page plus tard si besoin" -#: ../larpe/admin/hosts.ptl:944 +#: ../larpe/admin/hosts.ptl:959 msgid "Redirect the root URL of the site to the login page." msgstr "Rediriger la racine du site vers la page de d'authentification unique" -#: ../larpe/admin/hosts.ptl:946 +#: ../larpe/admin/hosts.ptl:961 msgid "Return address" msgstr "Adresse de retour" -#: ../larpe/admin/hosts.ptl:947 +#: ../larpe/admin/hosts.ptl:962 msgid "Where the user will be redirected after a successful authentication" msgstr "Adresse vers laquelle l'utilisateur sera redirigé après s'être authentifié" -#: ../larpe/admin/hosts.ptl:949 +#: ../larpe/admin/hosts.ptl:964 msgid "Error address" msgstr "Addresse en cas d'erreur" -#: ../larpe/admin/hosts.ptl:950 +#: ../larpe/admin/hosts.ptl:965 msgid "Where the user will be redirected after a disconnection or an error" msgstr "Où l'utilisateur sera redirigé après une déconnexion ou une erreur" -#: ../larpe/admin/hosts.ptl:952 +#: ../larpe/admin/hosts.ptl:967 msgid "URL which must initiate the SSO" msgstr "URL qui doit initier l'authentification unique" -#: ../larpe/admin/hosts.ptl:953 +#: ../larpe/admin/hosts.ptl:968 #, python-format msgid "" "Address which must initiate the SSO. If empty, defaults to the previously\n" "specified \"%s\"" msgstr "Adresse qui doit initier l'authentification unique. Si ce champ est vide, l'adresse utilisée sera celle qui a été précédemment renseignée en tant que \"%s\"" -#: ../larpe/admin/hosts.ptl:956 +#: ../larpe/admin/hosts.ptl:971 msgid "Apache HTML proxy" msgstr "Mandataire (proxy) HTML d'Apache" -#: ../larpe/admin/hosts.ptl:957 +#: ../larpe/admin/hosts.ptl:972 msgid "" "Converts urls in the HTML pages according to the host new domain name.\n" "Disabled by default because it makes some sites not work correctly." msgstr "Convertir les urls des pages HTML en fonction du nouveau nom de domaine du site. Cette option est désactivée par défaut car elle empêche certains sites de fonctionner correctement." -#: ../larpe/admin/hosts.ptl:988 -#: ../larpe/admin/hosts.ptl:1009 +#: ../larpe/admin/hosts.ptl:1003 +#: ../larpe/admin/hosts.ptl:1024 msgid "Finish" msgstr "Terminer" -#: ../larpe/admin/hosts.ptl:996 +#: ../larpe/admin/hosts.ptl:1011 msgid "Check everything works" msgstr "Vérifier que tout fonctionne" -#: ../larpe/admin/hosts.ptl:997 +#: ../larpe/admin/hosts.ptl:1012 msgid "Step 10 - Check everything works" msgstr "Étape 10 - Vérifier que tout fonctionne" -#: ../larpe/admin/hosts.ptl:1000 +#: ../larpe/admin/hosts.ptl:1015 msgid "" "Now you can fully test your site, start from the home page, initiate a\n" "Single Sign On, federate your identities and do a Single Logout." @@ -1192,143 +1202,143 @@ msgstr "" "Commencez par la page d'accueil, initiez une authentification unique,\n" "fédérez vos identités puis faites une déconnexion unique." -#: ../larpe/admin/hosts.ptl:1003 +#: ../larpe/admin/hosts.ptl:1018 msgid "The address of your site is : " msgstr "L'adresse du site est : " -#: ../larpe/admin/hosts.ptl:1008 +#: ../larpe/admin/hosts.ptl:1023 #, python-format msgid "" "If everything works, click the \"%(finish)s\" button, otherwise you can go\n" "back and check your settings." msgstr "Si tout fonctionne, cliquez sur le bouton \"%(finish)s\", sinon vous pouvez revenir en arrière et vérifier votre configuration" -#: ../larpe/admin/hosts.ptl:1120 -#: ../larpe/admin/hosts.ptl:1135 -#: ../larpe/admin/hosts.ptl:1166 +#: ../larpe/admin/hosts.ptl:1136 +#: ../larpe/admin/hosts.ptl:1151 +#: ../larpe/admin/hosts.ptl:1182 msgid "(filled by users)" msgstr "(rempli par les utilisateurs)" -#: ../larpe/admin/hosts.ptl:1217 +#: ../larpe/admin/hosts.ptl:1233 msgid "Configuration assistant" msgstr "Assistant de configuration" -#: ../larpe/admin/hosts.ptl:1222 +#: ../larpe/admin/hosts.ptl:1238 msgid "Address of the original site" msgstr "Adresse du site d'origine" -#: ../larpe/admin/hosts.ptl:1222 +#: ../larpe/admin/hosts.ptl:1238 msgid "Configure the root address of the site" msgstr "Configurer l'adresse racine de ce site" -#: ../larpe/admin/hosts.ptl:1225 +#: ../larpe/admin/hosts.ptl:1241 msgid "New address and name" msgstr "Nouvelle adresse et nouveau nom du site" -#: ../larpe/admin/hosts.ptl:1225 +#: ../larpe/admin/hosts.ptl:1241 msgid "Configure the new address and name of this site" msgstr "Configurer la nouvelle adresse et le nouveau nom du site" -#: ../larpe/admin/hosts.ptl:1228 +#: ../larpe/admin/hosts.ptl:1244 msgid "Authentication and logout addresses" msgstr "Adresses des pages d'authentification et de déconnexion" -#: ../larpe/admin/hosts.ptl:1228 +#: ../larpe/admin/hosts.ptl:1244 msgid "Configure the authentication and logout addresses of the original site" msgstr "Configurer les adresses des pages d'authentification et de déconnexion du site d'origine" -#: ../larpe/admin/hosts.ptl:1231 +#: ../larpe/admin/hosts.ptl:1247 msgid "Check auto detected configuration" msgstr "Vérifier la configuration détectée automatiquement" -#: ../larpe/admin/hosts.ptl:1231 +#: ../larpe/admin/hosts.ptl:1247 msgid "Check the automatically detected configuration is right" msgstr "Vérifier que la configuration détectée automatiquement est correcte" -#: ../larpe/admin/hosts.ptl:1234 +#: ../larpe/admin/hosts.ptl:1250 msgid "Configure some valid credentials to authenticate on the original site" msgstr "Configurer un couple identifiant / mot de passe pour s'authentifier sur le site d'origine" -#: ../larpe/admin/hosts.ptl:1237 +#: ../larpe/admin/hosts.ptl:1253 msgid "Retry authentication" msgstr "Retenter l'authentification" -#: ../larpe/admin/hosts.ptl:1237 +#: ../larpe/admin/hosts.ptl:1253 msgid "Retry sending an authentication request to the site to check if your new parameters work well" msgstr "Retenter d'envoyer une requête d'authentification au site pour vérifier si vos nouveaux paramètres fonctionnent bien" -#: ../larpe/admin/hosts.ptl:1240 +#: ../larpe/admin/hosts.ptl:1256 msgid "Check authentication response" msgstr "Vérifier la réponse de l'authentification" -#: ../larpe/admin/hosts.ptl:1240 +#: ../larpe/admin/hosts.ptl:1256 msgid "Check the response from the latest authentication request" msgstr "Vérifier la réponse de la dernière requête d'authentification" -#: ../larpe/admin/hosts.ptl:1243 +#: ../larpe/admin/hosts.ptl:1259 msgid "Configure authentication success criteria" msgstr "Configurer les critères de succès de l'authentification" -#: ../larpe/admin/hosts.ptl:1243 +#: ../larpe/admin/hosts.ptl:1259 msgid "Specify how Larpe knows if the authentication has succeeded or not" msgstr "Spécifier comment Larpe détermine si l'authentification a réussi ou pas" -#: ../larpe/admin/hosts.ptl:1246 +#: ../larpe/admin/hosts.ptl:1262 msgid "Modify authentication request" msgstr "Modifier la requête d'authentification" -#: ../larpe/admin/hosts.ptl:1246 +#: ../larpe/admin/hosts.ptl:1262 msgid "Modify POST fields or HTTP headers of the authentication request" msgstr "Modifier les champs POST ou les entêtes HTTP de la requête d'authentification" -#: ../larpe/admin/hosts.ptl:1249 +#: ../larpe/admin/hosts.ptl:1265 msgid "Configure how a Single Sign On can be initiated" msgstr "Configurer la façon dont l'authentification unique peut être initiée" -#: ../larpe/admin/hosts.ptl:1252 +#: ../larpe/admin/hosts.ptl:1268 msgid "Metadatas and key" msgstr "Méta-données et clé" -#: ../larpe/admin/hosts.ptl:1252 +#: ../larpe/admin/hosts.ptl:1268 msgid "Download SAML 2.0 or ID-FF metadatas and SSL public key" msgstr "Télécharger les méta-données SAML 2.0 ou ID-FF et la clé SSL publique" -#: ../larpe/admin/hosts.ptl:1255 +#: ../larpe/admin/hosts.ptl:1271 msgid "Adavanced options" msgstr "Options avancées" -#: ../larpe/admin/hosts.ptl:1255 +#: ../larpe/admin/hosts.ptl:1271 msgid "Configure advanced options to setup the last details of your site" msgstr "Configurer les options avancées afin de paramétrer les derniers détails de votre site" -#: ../larpe/admin/hosts.ptl:1259 +#: ../larpe/admin/hosts.ptl:1275 msgid "Form prefilling with ID-WSF" msgstr "Pré-remplissage de formulaire avec ID-WSF" -#: ../larpe/admin/hosts.ptl:1263 +#: ../larpe/admin/hosts.ptl:1279 msgid "Configure the forms to prefill" msgstr "Configurer les formulaires à pré-remplir" -#: ../larpe/admin/hosts.ptl:1269 +#: ../larpe/admin/hosts.ptl:1285 msgid "You are about to irrevocably delete this host." msgstr "Vous allez définitivement supprimer cet hôte." -#: ../larpe/admin/hosts.ptl:1276 -#: ../larpe/admin/hosts.ptl:1277 +#: ../larpe/admin/hosts.ptl:1292 +#: ../larpe/admin/hosts.ptl:1293 msgid "Delete Host" msgstr "Supprimer l'hôte" -#: ../larpe/admin/hosts.ptl:1289 -#: ../larpe/admin/hosts.ptl:1290 -#: ../larpe/admin/hosts.ptl:1327 -#: ../larpe/admin/hosts.ptl:1334 +#: ../larpe/admin/hosts.ptl:1305 +#: ../larpe/admin/hosts.ptl:1306 +#: ../larpe/admin/hosts.ptl:1343 +#: ../larpe/admin/hosts.ptl:1350 #: ../larpe/admin/root.ptl:44 msgid "Hosts" msgstr "Hôtes" -#: ../larpe/admin/hosts.ptl:1293 -#: ../larpe/admin/hosts.ptl:1320 -#: ../larpe/admin/hosts.ptl:1321 +#: ../larpe/admin/hosts.ptl:1309 +#: ../larpe/admin/hosts.ptl:1336 +#: ../larpe/admin/hosts.ptl:1337 msgid "New Host" msgstr "Nouvel hôte" @@ -1384,12 +1394,12 @@ msgid "Edit Profile" msgstr "Editer le profile" #: ../larpe/qommon/myspace.ptl:124 -#: ../larpe/qommon/ident/password.ptl:310 +#: ../larpe/qommon/ident/password.ptl:311 msgid "New Password" msgstr "Nouveau mot de passe" #: ../larpe/qommon/myspace.ptl:126 -#: ../larpe/qommon/ident/password.ptl:312 +#: ../larpe/qommon/ident/password.ptl:313 msgid "New Password (confirm)" msgstr "Nouveau mot de passe (confirmation)" @@ -1399,7 +1409,7 @@ msgid "Change Password" msgstr "Changement de mot de passe" #: ../larpe/qommon/myspace.ptl:140 -#: ../larpe/qommon/ident/password.ptl:326 +#: ../larpe/qommon/ident/password.ptl:327 msgid "Passwords do not match" msgstr "Les mots de passe sont différents" @@ -1475,425 +1485,447 @@ msgstr "Le mot de passe est trop long. Il doit contenir au plus %d caractères." msgid "Account Creation Confirmed" msgstr "Création du compte confirmée" -#: ../larpe/qommon/ident/password.ptl:125 +#: ../larpe/qommon/ident/password.ptl:126 msgid "Log in" msgstr "S'identifier" -#: ../larpe/qommon/ident/password.ptl:131 #: ../larpe/qommon/ident/password.ptl:132 -#: ../larpe/qommon/ident/idp.ptl:97 +#: ../larpe/qommon/ident/password.ptl:133 +#: ../larpe/qommon/ident/idp.ptl:98 msgid "Login" msgstr "S'identifier" -#: ../larpe/qommon/ident/password.ptl:165 +#: ../larpe/qommon/ident/password.ptl:166 msgid "Invalid credentials" msgstr "Identifiant ou mot de passe invalide" -#: ../larpe/qommon/ident/password.ptl:176 +#: ../larpe/qommon/ident/password.ptl:177 msgid "This account is waiting for moderation" msgstr "Ce compte est en attente de modération" -#: ../larpe/qommon/ident/password.ptl:181 +#: ../larpe/qommon/ident/password.ptl:182 msgid "This account is waiting for confirmation" msgstr "Ce compte est en attente de confirmation" -#: ../larpe/qommon/ident/password.ptl:186 +#: ../larpe/qommon/ident/password.ptl:187 msgid "This account has been disabled" msgstr "Ce compte a été désactivé" -#: ../larpe/qommon/ident/password.ptl:218 +#: ../larpe/qommon/ident/password.ptl:219 msgid "Submit Request" msgstr "Valider la requête" -#: ../larpe/qommon/ident/password.ptl:227 #: ../larpe/qommon/ident/password.ptl:228 +#: ../larpe/qommon/ident/password.ptl:229 msgid "Forgotten password" msgstr "Mot de passe oublié" -#: ../larpe/qommon/ident/password.ptl:245 +#: ../larpe/qommon/ident/password.ptl:246 msgid "There is no user with that name or it has no email contact." msgstr "Il n'y a pas d'utilisateur avec ce nom ou cet utilisateur n'a pas d'adresse de courriel de contact" -#: ../larpe/qommon/ident/password.ptl:267 +#: ../larpe/qommon/ident/password.ptl:268 msgid "Failed to send email (server error)" msgstr "Échec lors de l'envoi du courriel (erreur du serveur)" -#: ../larpe/qommon/ident/password.ptl:272 +#: ../larpe/qommon/ident/password.ptl:273 msgid "Forgotten Password" msgstr "Mot de passe oublié" -#: ../larpe/qommon/ident/password.ptl:286 +#: ../larpe/qommon/ident/password.ptl:287 msgid "The token you submitted does not exist, has expired, or has been cancelled." msgstr "Le jeton que vous avez entré n'existe pas, a expiré, ou a été annulé" -#: ../larpe/qommon/ident/password.ptl:287 -#: ../larpe/qommon/ident/password.ptl:292 +#: ../larpe/qommon/ident/password.ptl:288 +#: ../larpe/qommon/ident/password.ptl:293 msgid "home page" msgstr "page d'accueil" -#: ../larpe/qommon/ident/password.ptl:291 +#: ../larpe/qommon/ident/password.ptl:292 msgid "The token you submitted is not appropriate for the requested task." msgstr "Le jeton que vous avez entré n'est pas approprié pour la tâche demandée" -#: ../larpe/qommon/ident/password.ptl:297 +#: ../larpe/qommon/ident/password.ptl:298 msgid "Request Cancelled" msgstr "Requête annulée" -#: ../larpe/qommon/ident/password.ptl:298 +#: ../larpe/qommon/ident/password.ptl:299 msgid "Your request has been cancelled" msgstr "Votre requête a été annulée" -#: ../larpe/qommon/ident/password.ptl:300 +#: ../larpe/qommon/ident/password.ptl:301 msgid "Continue to home page

" msgstr "Continuez vers page d'accueil

" -#: ../larpe/qommon/ident/password.ptl:376 +#: ../larpe/qommon/ident/password.ptl:377 msgid "New password sent by email" msgstr "Un nouveau mot de passe a été envoyé par courriel" -#: ../larpe/qommon/ident/password.ptl:406 -#: ../larpe/qommon/ident/idp.ptl:126 +#: ../larpe/qommon/ident/password.ptl:407 +#: ../larpe/qommon/ident/idp.ptl:127 msgid "Create Account" msgstr "Création un compte" -#: ../larpe/qommon/ident/password.ptl:413 #: ../larpe/qommon/ident/password.ptl:414 -#: ../larpe/qommon/ident/idp.ptl:133 +#: ../larpe/qommon/ident/password.ptl:415 #: ../larpe/qommon/ident/idp.ptl:134 +#: ../larpe/qommon/ident/idp.ptl:135 msgid "New Account" msgstr "Nouveau compte" -#: ../larpe/qommon/ident/password.ptl:435 +#: ../larpe/qommon/ident/password.ptl:436 msgid "There is already a user with that username" msgstr "Il y a déjà un utilisateur avec ce nom" -#: ../larpe/qommon/ident/password.ptl:438 +#: ../larpe/qommon/ident/password.ptl:439 msgid "There is already a user with that email address" msgstr "Il y a déjà un utilisateur avec cette adresse de courriel" -#: ../larpe/qommon/ident/password.ptl:477 +#: ../larpe/qommon/ident/password.ptl:481 msgid "Accounts are configured to require confirmation but accounts can be created without emails" msgstr "Les comptes sont configurés pour nécessiter une confirmation mais les comptes peuvent être crées sans courriel" -#: ../larpe/qommon/ident/password.ptl:496 +#: ../larpe/qommon/ident/password.ptl:499 +#, fuzzy +msgid "Accounts are configured to have a generated password but accounts can be created without emails" +msgstr "Les comptes sont configurés pour nécessiter une confirmation mais les comptes peuvent être crées sans courriel" + +#: ../larpe/qommon/ident/password.ptl:516 msgid "Account created, waiting for moderation" msgstr "Compte créé, en attente de modération" -#: ../larpe/qommon/ident/password.ptl:499 +#: ../larpe/qommon/ident/password.ptl:519 msgid "A site administrator will now review then activate your account." msgstr "Un administrateur du site va maintenant vérifier puis activer votre compte" -#: ../larpe/qommon/ident/password.ptl:503 +#: ../larpe/qommon/ident/password.ptl:523 msgid "You will then get your password by email." msgstr "Votre mot de passe vous sera ensuite envoyé par courriel" -#: ../larpe/qommon/ident/password.ptl:507 +#: ../larpe/qommon/ident/password.ptl:527 msgid "Back to home page" msgstr "Retour à la page d'accueil" -#: ../larpe/qommon/ident/password.ptl:513 +#: ../larpe/qommon/ident/password.ptl:533 msgid "Email sent" msgstr "Courriel envoyé" -#: ../larpe/qommon/ident/password.ptl:516 -msgid "An email has been sent to you so you can confirm your account creation." -msgstr "Un courriel vous a été envoyé afin que vous confirmiez la création de votre compte." - -#: ../larpe/qommon/ident/password.ptl:543 +#: ../larpe/qommon/ident/password.ptl:561 msgid "Username / Password" msgstr "Identifiant / Mot de passe" -#: ../larpe/qommon/ident/password.ptl:547 +#: ../larpe/qommon/ident/password.ptl:565 msgid "Configure username/password identification method" msgstr "Configurer la méthode d'identification par identifiant/mot de passe" -#: ../larpe/qommon/ident/password.ptl:561 -#: ../larpe/qommon/ident/idp.ptl:719 +#: ../larpe/qommon/ident/password.ptl:579 +#: ../larpe/qommon/ident/idp.ptl:720 msgid "Identities" msgstr "Identités" -#: ../larpe/qommon/ident/password.ptl:561 -#: ../larpe/qommon/ident/idp.ptl:719 +#: ../larpe/qommon/ident/password.ptl:579 +#: ../larpe/qommon/ident/idp.ptl:720 msgid "Configure identities creation" msgstr "Configurer la création des identités" -#: ../larpe/qommon/ident/password.ptl:563 -#: ../larpe/qommon/ident/password.ptl:602 -#: ../larpe/qommon/ident/password.ptl:603 +#: ../larpe/qommon/ident/password.ptl:581 +#: ../larpe/qommon/ident/password.ptl:620 +#: ../larpe/qommon/ident/password.ptl:621 msgid "Passwords" msgstr "Mots de passe" -#: ../larpe/qommon/ident/password.ptl:563 +#: ../larpe/qommon/ident/password.ptl:581 msgid "Configure all password things" msgstr "Configurer les paramètres relatifs aux mots de passe" -#: ../larpe/qommon/ident/password.ptl:565 -#: ../larpe/qommon/ident/password.ptl:673 -#: ../larpe/qommon/ident/password.ptl:676 +#: ../larpe/qommon/ident/password.ptl:583 +#: ../larpe/qommon/ident/password.ptl:691 +#: ../larpe/qommon/ident/password.ptl:694 msgid "Bulk Import" msgstr "Import de masse" -#: ../larpe/qommon/ident/password.ptl:565 +#: ../larpe/qommon/ident/password.ptl:583 msgid "Import accounts from a CSV file" msgstr "Comptes importer depuis un fichier CSV" -#: ../larpe/qommon/ident/password.ptl:571 +#: ../larpe/qommon/ident/password.ptl:589 msgid "Users can change their password" msgstr "Les utilisateurs peuvent changer leur mot de passe" -#: ../larpe/qommon/ident/password.ptl:573 +#: ../larpe/qommon/ident/password.ptl:591 msgid "Generate initial password" msgstr "Générer le mot de passe initial" -#: ../larpe/qommon/ident/password.ptl:576 +#: ../larpe/qommon/ident/password.ptl:594 msgid "Lost Password Behaviour" msgstr "Comportement en cas de perte de mot de passe" -#: ../larpe/qommon/ident/password.ptl:578 +#: ../larpe/qommon/ident/password.ptl:596 msgid "Nothing (contact admin)" msgstr "Rien (contactez l'administrateur)" -#: ../larpe/qommon/ident/password.ptl:579 +#: ../larpe/qommon/ident/password.ptl:597 msgid "Email reminder" msgstr "Rappel par courriel" -#: ../larpe/qommon/ident/password.ptl:580 +#: ../larpe/qommon/ident/password.ptl:598 msgid "Question selected by user" msgstr "Question selectionnée par l'utilisateur" -#: ../larpe/qommon/ident/password.ptl:581 +#: ../larpe/qommon/ident/password.ptl:599 msgid "Minimum password length" msgstr "Taille minimum des mots de passe" -#: ../larpe/qommon/ident/password.ptl:583 +#: ../larpe/qommon/ident/password.ptl:601 msgid "Maximum password length" msgstr "Taille maximum des mots de passe" -#: ../larpe/qommon/ident/password.ptl:585 +#: ../larpe/qommon/ident/password.ptl:603 msgid "0 for unlimited length" msgstr "0 pour une taille illimitée" -#: ../larpe/qommon/ident/password.ptl:586 +#: ../larpe/qommon/ident/password.ptl:604 msgid "Email address (for questions...)" msgstr "Addresse de courriel (pour des questions ...)" -#: ../larpe/qommon/ident/password.ptl:589 +#: ../larpe/qommon/ident/password.ptl:607 msgid "Password Hashing Algorithm" msgstr "Algorithm de hachage de mots de passe" -#: ../larpe/qommon/ident/password.ptl:591 +#: ../larpe/qommon/ident/password.ptl:609 msgid "None" msgstr "Aucun" -#: ../larpe/qommon/ident/password.ptl:616 -#: ../larpe/qommon/ident/idp.ptl:1042 +#: ../larpe/qommon/ident/password.ptl:634 +#: ../larpe/qommon/ident/idp.ptl:1043 msgid "Identity Creation" msgstr "Création d'identité" -#: ../larpe/qommon/ident/password.ptl:618 -#: ../larpe/qommon/ident/idp.ptl:1044 +#: ../larpe/qommon/ident/password.ptl:636 +#: ../larpe/qommon/ident/idp.ptl:1045 msgid "Site Administrator" msgstr "Administrateur du site" -#: ../larpe/qommon/ident/password.ptl:619 -#: ../larpe/qommon/ident/idp.ptl:1045 +#: ../larpe/qommon/ident/password.ptl:637 +#: ../larpe/qommon/ident/idp.ptl:1046 msgid "Self-registration" msgstr "Inscription par l'utilisateur" -#: ../larpe/qommon/ident/password.ptl:620 +#: ../larpe/qommon/ident/password.ptl:638 msgid "Moderated user registration" msgstr "Inscription par l'utilisateur avec modération" -#: ../larpe/qommon/ident/password.ptl:622 -#: ../larpe/qommon/ident/idp.ptl:1048 +#: ../larpe/qommon/ident/password.ptl:640 +#: ../larpe/qommon/ident/idp.ptl:1049 msgid "Require email confirmation for new accounts" msgstr "Demander une confirmation par courriel pour les nouveaux comptes" -#: ../larpe/qommon/ident/password.ptl:625 -#: ../larpe/qommon/ident/idp.ptl:1052 +#: ../larpe/qommon/ident/password.ptl:643 +#: ../larpe/qommon/ident/idp.ptl:1053 msgid "Notify Administrators on Registration" msgstr "Notifier les administrateurs lors d'inscriptions" -#: ../larpe/qommon/ident/password.ptl:627 +#: ../larpe/qommon/ident/password.ptl:645 msgid "Use email as username" msgstr "Utiliser le courriel comme identifiant" -#: ../larpe/qommon/ident/password.ptl:630 +#: ../larpe/qommon/ident/password.ptl:648 msgid "Warn about unused account after so many days" msgstr "Avertir lorsque des comptes sont inutilisés depuis plusieurs jours" -#: ../larpe/qommon/ident/password.ptl:631 +#: ../larpe/qommon/ident/password.ptl:649 msgid "0 for no warning" msgstr "0 pour aucun avertissement" -#: ../larpe/qommon/ident/password.ptl:634 +#: ../larpe/qommon/ident/password.ptl:652 msgid "Removed unused account after so many days" msgstr "Compte inutilisés qui ont été supprimés après plusieurs jours" -#: ../larpe/qommon/ident/password.ptl:635 +#: ../larpe/qommon/ident/password.ptl:653 msgid "0 for no automatic removal" msgstr "0 pour désactiver la suppression automatique" -#: ../larpe/qommon/ident/password.ptl:649 -#: ../larpe/qommon/ident/password.ptl:650 -#: ../larpe/qommon/ident/idp.ptl:1066 +#: ../larpe/qommon/ident/password.ptl:667 +#: ../larpe/qommon/ident/password.ptl:668 #: ../larpe/qommon/ident/idp.ptl:1067 +#: ../larpe/qommon/ident/idp.ptl:1068 msgid "Identities Interface" msgstr "Interface des identités" -#: ../larpe/qommon/ident/password.ptl:661 +#: ../larpe/qommon/ident/password.ptl:679 msgid "File" msgstr "Fichier" -#: ../larpe/qommon/ident/password.ptl:678 +#: ../larpe/qommon/ident/password.ptl:696 msgid "The CSV file must strictly adhere to the following structure:" msgstr "Le fichier CSV doit correspondre à la structure suivante :" -#: ../larpe/qommon/ident/password.ptl:681 +#: ../larpe/qommon/ident/password.ptl:699 #, python-format msgid "Charset: %s" msgstr "Encodage: %s" -#: ../larpe/qommon/ident/password.ptl:682 +#: ../larpe/qommon/ident/password.ptl:700 msgid "Column Separator: ;" msgstr "Séparateur de colonne: ;" -#: ../larpe/qommon/ident/password.ptl:683 +#: ../larpe/qommon/ident/password.ptl:701 msgid "Columns:" msgstr "Colonnes :" -#: ../larpe/qommon/ident/password.ptl:701 +#: ../larpe/qommon/ident/password.ptl:719 msgid "Passwords will be automatically generated." msgstr "Les mots de passe vont être générés automatiquement." -#: ../larpe/qommon/ident/password.ptl:731 +#: ../larpe/qommon/ident/password.ptl:749 #, python-format msgid "Incorrect number of columns (line: %s)" msgstr "Numéro de colonne incorrect (ligne : %s)" -#: ../larpe/qommon/ident/password.ptl:753 -#: ../larpe/qommon/ident/password.ptl:756 +#: ../larpe/qommon/ident/password.ptl:771 +#: ../larpe/qommon/ident/password.ptl:774 #, python-format msgid "Duplicate username (line: %s)" msgstr "Nom d'utilisateur dupliqué (ligne: %s)" -#: ../larpe/qommon/ident/password.ptl:769 +#: ../larpe/qommon/ident/password.ptl:787 #, python-format msgid "Number of accounts created: %s" msgstr "Nombre de compte créé : %s" -#: ../larpe/qommon/ident/password.ptl:789 +#: ../larpe/qommon/ident/password.ptl:807 msgid "Awaiting Confirmation" msgstr "En attente de confirmation" -#: ../larpe/qommon/ident/password.ptl:791 +#: ../larpe/qommon/ident/password.ptl:809 msgid "Awaiting Moderation" msgstr "En attente de modération" -#: ../larpe/qommon/ident/password.ptl:793 +#: ../larpe/qommon/ident/password.ptl:811 msgid "Disabled Account" msgstr "Nouvel hôte" -#: ../larpe/qommon/ident/password.ptl:807 +#: ../larpe/qommon/ident/password.ptl:825 msgid "Username / password" msgstr "Identifiant / mot de passe" -#: ../larpe/qommon/ident/password.ptl:822 +#: ../larpe/qommon/ident/password.ptl:840 msgid "Duplicate user name" msgstr "Nom d'utilisateur en double" -#: ../larpe/qommon/ident/password.ptl:866 +#: ../larpe/qommon/ident/password.ptl:884 msgid "Accounts" msgstr "Comptes" -#: ../larpe/qommon/ident/password.ptl:889 +#: ../larpe/qommon/ident/password.ptl:907 #, python-format msgid "Account - %s" msgstr "Compte - %s" -#: ../larpe/qommon/ident/password.ptl:890 +#: ../larpe/qommon/ident/password.ptl:908 msgid "Moderation of account" msgstr "Modération de compte" -#: ../larpe/qommon/ident/password.ptl:920 -#: ../larpe/qommon/ident/password.ptl:996 -#: ../larpe/qommon/ident/password.ptl:997 -#: ../larpe/qommon/ident/password.ptl:998 -#: ../larpe/qommon/ident/password.ptl:1054 +#: ../larpe/qommon/ident/password.ptl:938 +#: ../larpe/qommon/ident/password.ptl:1014 +#: ../larpe/qommon/ident/password.ptl:1015 +#: ../larpe/qommon/ident/password.ptl:1016 +#: ../larpe/qommon/ident/password.ptl:1072 msgid "Reply by email" msgstr "Répondre par courriel" -#: ../larpe/qommon/ident/password.ptl:921 -#: ../larpe/qommon/ident/password.ptl:1056 +#: ../larpe/qommon/ident/password.ptl:939 +#: ../larpe/qommon/ident/password.ptl:1074 msgid "Accept" msgstr "Accepter" -#: ../larpe/qommon/ident/password.ptl:923 -#: ../larpe/qommon/ident/password.ptl:1058 +#: ../larpe/qommon/ident/password.ptl:941 +#: ../larpe/qommon/ident/password.ptl:1076 msgid "Reject" msgstr "Rejeter" -#: ../larpe/qommon/ident/password.ptl:959 -#: ../larpe/qommon/ident/password.ptl:985 +#: ../larpe/qommon/ident/password.ptl:977 +#: ../larpe/qommon/ident/password.ptl:1003 msgid "To" msgstr "À" -#: ../larpe/qommon/ident/password.ptl:960 -#: ../larpe/qommon/ident/password.ptl:986 -#: ../larpe/qommon/admin/emails.ptl:117 +#: ../larpe/qommon/ident/password.ptl:978 +#: ../larpe/qommon/ident/password.ptl:1004 +#: ../larpe/qommon/admin/emails.ptl:137 msgid "Subject" msgstr "Sujet" -#: ../larpe/qommon/ident/password.ptl:961 -#: ../larpe/qommon/ident/password.ptl:988 +#: ../larpe/qommon/ident/password.ptl:979 +#: ../larpe/qommon/ident/password.ptl:1006 #: ../larpe/qommon/admin/logger.ptl:45 #: ../larpe/qommon/admin/logger.ptl:152 msgid "Message" msgstr "Message" -#: ../larpe/qommon/ident/password.ptl:963 +#: ../larpe/qommon/ident/password.ptl:981 msgid "Submit and don't send email" msgstr "Valider et ne pas envoyer de courriel" -#: ../larpe/qommon/ident/password.ptl:970 -#: ../larpe/qommon/ident/password.ptl:971 +#: ../larpe/qommon/ident/password.ptl:988 +#: ../larpe/qommon/ident/password.ptl:989 msgid "Rejection" msgstr "Rejet" -#: ../larpe/qommon/ident/password.ptl:987 +#: ../larpe/qommon/ident/password.ptl:1005 msgid "About your account request" msgstr "À propos de votre demande de compte" -#: ../larpe/qommon/ident/password.ptl:1018 +#: ../larpe/qommon/ident/password.ptl:1036 msgid "You are not allowed to access Accounts Management" msgstr "Vous n'êtes pas autorisé à accéder à la gestion des comptes" -#: ../larpe/qommon/ident/password.ptl:1021 -#: ../larpe/qommon/ident/password.ptl:1030 +#: ../larpe/qommon/ident/password.ptl:1039 +#: ../larpe/qommon/ident/password.ptl:1048 msgid "Accounts Management" msgstr "Gestion des comptes" -#: ../larpe/qommon/ident/password.ptl:1031 +#: ../larpe/qommon/ident/password.ptl:1049 msgid "New accounts waiting for moderation" msgstr "De nouveaux comptes sont en attente de modération" -#: ../larpe/qommon/ident/password.ptl:1046 +#: ../larpe/qommon/ident/password.ptl:1064 msgid "Username:" msgstr "Identifiant :" -#: ../larpe/qommon/ident/password.ptl:1071 +#: ../larpe/qommon/ident/password.ptl:1089 msgid "Subscription notification for password account" msgstr "Notification d'inscription pour un compte à mot de passe" -#: ../larpe/qommon/ident/password.ptl:1072 +#: ../larpe/qommon/ident/password.ptl:1090 msgid "Available variables: email, website, token_url, admin_email, username, password" msgstr "Variables disponibles : email, website, token_url, admin_email, username, password" -#: ../larpe/qommon/ident/password.ptl:1073 +#: ../larpe/qommon/ident/password.ptl:1091 +#: ../larpe/qommon/ident/password.ptl:1111 +#: ../larpe/qommon/ident/password.ptl:1132 +#: ../larpe/qommon/ident/password.ptl:1142 +#: ../larpe/qommon/ident/password.ptl:1156 +#: ../larpe/qommon/ident/password.ptl:1165 +#: ../larpe/qommon/ident/password.ptl:1174 +#: ../larpe/qommon/ident/password.ptl:1188 +#: ../larpe/qommon/ident/password.ptl:1200 +#: ../larpe/qommon/ident/password.ptl:1209 +#: ../larpe/qommon/ident/password.ptl:1216 +#: ../larpe/qommon/ident/password.ptl:1226 +#: ../larpe/qommon/ident/password.ptl:1235 +#: ../larpe/qommon/ident/password.ptl:1239 +#: ../larpe/qommon/ident/password.ptl:1248 +#: ../larpe/qommon/ident/password.ptl:1256 +#: ../larpe/qommon/ident/password.ptl:1260 +#, fuzzy +msgid "Identification" +msgstr "Jeton d'identification" + +#: ../larpe/qommon/ident/password.ptl:1092 msgid "Subscription Confirmation" msgstr "Configuration de souscription" -#: ../larpe/qommon/ident/password.ptl:1074 +#: ../larpe/qommon/ident/password.ptl:1093 msgid "" "We have received a request for subscription of your email address,\n" "\"[email]\", to the [website] web site.\n" @@ -1921,19 +1953,19 @@ msgstr "" "avez toute autre question à nous poser, envoyer nous un courriel\n" "à [admin_email].\n" -#: ../larpe/qommon/ident/password.ptl:1090 +#: ../larpe/qommon/ident/password.ptl:1109 msgid "Request for password change" msgstr "Demande de changement de mot de passe" -#: ../larpe/qommon/ident/password.ptl:1091 +#: ../larpe/qommon/ident/password.ptl:1110 msgid "Available variables: change_url, cancel_url, time" msgstr "Variables disponibles : change_url, cancel_url, time" -#: ../larpe/qommon/ident/password.ptl:1092 +#: ../larpe/qommon/ident/password.ptl:1112 msgid "Change Password Request" msgstr "Requête de changement de mot de passe" -#: ../larpe/qommon/ident/password.ptl:1093 +#: ../larpe/qommon/ident/password.ptl:1113 msgid "" "You have (or someone impersonating you has) requested to change your\n" "password. To complete the change, visit the following link:\n" @@ -1961,35 +1993,35 @@ msgstr "" "Si vous ne faites rien, la demande expirera automatiquement dans 3 jours,\n" "précisement le [time]).\n" -#: ../larpe/qommon/ident/password.ptl:1110 +#: ../larpe/qommon/ident/password.ptl:1130 msgid "New generated password" msgstr "Nouveau mot de passe généré" -#: ../larpe/qommon/ident/password.ptl:1111 +#: ../larpe/qommon/ident/password.ptl:1131 msgid "Available variable: password" msgstr "Variables disponibles : password" -#: ../larpe/qommon/ident/password.ptl:1112 +#: ../larpe/qommon/ident/password.ptl:1133 msgid "Your new password" msgstr "Votre nouveau mot de passe" -#: ../larpe/qommon/ident/password.ptl:1113 +#: ../larpe/qommon/ident/password.ptl:1134 msgid "Your new password: [password]\n" msgstr "Votre nouveau mot de passe : [password]\n" -#: ../larpe/qommon/ident/password.ptl:1119 +#: ../larpe/qommon/ident/password.ptl:1140 msgid "Approval of new account" msgstr "Acceptation du nouveau compte" -#: ../larpe/qommon/ident/password.ptl:1120 +#: ../larpe/qommon/ident/password.ptl:1141 msgid "Available variables: username, password" msgstr "Variables disponibles : username, password" -#: ../larpe/qommon/ident/password.ptl:1121 +#: ../larpe/qommon/ident/password.ptl:1143 msgid "Your account has been approved" msgstr "Votre compte a été validé" -#: ../larpe/qommon/ident/password.ptl:1122 +#: ../larpe/qommon/ident/password.ptl:1144 msgid "" "Your account has been approved.\n" "\n" @@ -2005,48 +2037,48 @@ msgstr "" "- identifiant: [username]\n" "[if-any password]- mot de passe: [password][end]\n" -#: ../larpe/qommon/ident/password.ptl:1132 +#: ../larpe/qommon/ident/password.ptl:1154 msgid "Warning about unusued account" msgstr "Avertissement pour les comptes inutilisés" -#: ../larpe/qommon/ident/password.ptl:1133 -#: ../larpe/qommon/ident/password.ptl:1141 +#: ../larpe/qommon/ident/password.ptl:1155 +#: ../larpe/qommon/ident/password.ptl:1164 msgid "Available variables: username" msgstr "Variables disponibles : username" -#: ../larpe/qommon/ident/password.ptl:1134 +#: ../larpe/qommon/ident/password.ptl:1157 msgid "Your account is unused" msgstr "Votre compte est inutilisé" -#: ../larpe/qommon/ident/password.ptl:1135 +#: ../larpe/qommon/ident/password.ptl:1158 msgid "Your account ([username]) is not being used.\n" msgstr "Votre compte ([username]) n'est pas utilisé.\n" -#: ../larpe/qommon/ident/password.ptl:1140 +#: ../larpe/qommon/ident/password.ptl:1163 msgid "Notification of removal of unused account" msgstr "Notification de suppression de compte inutilisé" -#: ../larpe/qommon/ident/password.ptl:1142 +#: ../larpe/qommon/ident/password.ptl:1166 msgid "Your account has been removed" msgstr "Votre compte a été supprimé" -#: ../larpe/qommon/ident/password.ptl:1143 +#: ../larpe/qommon/ident/password.ptl:1167 msgid "Your account ([username]) was not being used, it has therefore been removed.\n" msgstr "Votre compte ([username]) n'était plus utilisé et a donc été supprimé.\n" -#: ../larpe/qommon/ident/password.ptl:1148 +#: ../larpe/qommon/ident/password.ptl:1172 msgid "Notification of new registration to administrators" msgstr "Notification des nouvelles inscriptions aux administrateurs" -#: ../larpe/qommon/ident/password.ptl:1149 +#: ../larpe/qommon/ident/password.ptl:1173 msgid "Available variables: hostname, email_as_username, username" msgstr "Variables disponibles : hostname, email_as_username, username" -#: ../larpe/qommon/ident/password.ptl:1150 +#: ../larpe/qommon/ident/password.ptl:1175 msgid "New Registration" msgstr "Nouvelle inscription" -#: ../larpe/qommon/ident/password.ptl:1151 +#: ../larpe/qommon/ident/password.ptl:1176 msgid "" "Hello,\n" "\n" @@ -2062,11 +2094,33 @@ msgstr "" " - nom : [name]\n" " - identifiant : [username]\n" -#: ../larpe/qommon/ident/password.ptl:1162 +#: ../larpe/qommon/ident/password.ptl:1186 +#, fuzzy +msgid "Welcome email, with generated password" +msgstr "Nouveau mot de passe généré" + +#: ../larpe/qommon/ident/password.ptl:1187 +#, fuzzy +msgid "Available variables: hostname, username, password, email_as_username" +msgstr "Variables disponibles : hostname, email_as_username, username" + +#: ../larpe/qommon/ident/password.ptl:1189 +msgid "Welcome to [hostname]" +msgstr "" + +#: ../larpe/qommon/ident/password.ptl:1190 +#, fuzzy +msgid "" +"Welcome to [hostname],\n" +"\n" +"Your password is: [password]\n" +msgstr "Votre nouveau mot de passe : [password]\n" + +#: ../larpe/qommon/ident/password.ptl:1199 msgid "Text when account confirmed by user but waiting moderator approval" msgstr "Texte quand le compte a été confirmé par l'utilisateur mais en attente de validation d'un modérateur" -#: ../larpe/qommon/ident/password.ptl:1163 +#: ../larpe/qommon/ident/password.ptl:1201 msgid "" "

\n" "Your account has been created. In order to be effective\n" @@ -2080,11 +2134,11 @@ msgstr "" "courriel quand ce sera fait.\n" "

" -#: ../larpe/qommon/ident/password.ptl:1170 +#: ../larpe/qommon/ident/password.ptl:1208 msgid "Text when account confirmed by user" msgstr "Texte quand le compte a été confirmé par l'utilisateur" -#: ../larpe/qommon/ident/password.ptl:1171 +#: ../larpe/qommon/ident/password.ptl:1210 msgid "" "

\n" "Your account has been created.\n" @@ -2094,11 +2148,11 @@ msgstr "" "Votre compte a été créé.\n" "

" -#: ../larpe/qommon/ident/password.ptl:1176 +#: ../larpe/qommon/ident/password.ptl:1215 msgid "Text when an email with a change password token has been sent" msgstr "Texte quand un courriel avec un jeton de changement de mot de passe a été envoyé" -#: ../larpe/qommon/ident/password.ptl:1177 +#: ../larpe/qommon/ident/password.ptl:1217 msgid "" "

\n" "A token for changing your password has been emailed to you. Follow the instructions in that email to change your password.\n" @@ -2114,11 +2168,11 @@ msgstr "" " S'identifier\n" "

" -#: ../larpe/qommon/ident/password.ptl:1185 +#: ../larpe/qommon/ident/password.ptl:1225 msgid "Text when new password has been sent" msgstr "Texte quand un nouveau mot de passe a été envoyé" -#: ../larpe/qommon/ident/password.ptl:1186 +#: ../larpe/qommon/ident/password.ptl:1227 msgid "" "

\n" "Your new password has been sent to you by email.\n" @@ -2134,15 +2188,15 @@ msgstr "" " S'identifier\n" "

" -#: ../larpe/qommon/ident/password.ptl:1193 +#: ../larpe/qommon/ident/password.ptl:1234 msgid "Text on top of registration form" msgstr "Texte en haut du formulaire d'enregistrement" -#: ../larpe/qommon/ident/password.ptl:1196 +#: ../larpe/qommon/ident/password.ptl:1238 msgid "Text on forgotten password request page" msgstr "Texte sur la page de demande de mot de passe oublié" -#: ../larpe/qommon/ident/password.ptl:1197 +#: ../larpe/qommon/ident/password.ptl:1240 msgid "" "

\n" "If you have an account, but have forgotten your password, enter your user name\n" @@ -2154,15 +2208,15 @@ msgstr "" "ci-dessous et validez la requête de changement de mot de passe.\n" "

" -#: ../larpe/qommon/ident/password.ptl:1203 +#: ../larpe/qommon/ident/password.ptl:1246 msgid "Text linking the login page to the account creation page" msgstr "Texte liant la page de connexion à la page de création de compte" -#: ../larpe/qommon/ident/password.ptl:1204 +#: ../larpe/qommon/ident/password.ptl:1247 msgid "Available variable: register_url" msgstr "Variables disponibles: register_url" -#: ../larpe/qommon/ident/password.ptl:1205 +#: ../larpe/qommon/ident/password.ptl:1249 msgid "" "

\n" "If you do not have an account, you should go to the \n" @@ -2174,219 +2228,233 @@ msgstr "" "Nouveau Compte.\n" "

" -#: ../larpe/qommon/ident/idp.ptl:27 +#: ../larpe/qommon/ident/password.ptl:1255 +#, fuzzy +msgid "Text on top of the login page" +msgstr "Texte en haut de la page de profil" + +#: ../larpe/qommon/ident/password.ptl:1259 +#, fuzzy +msgid "Text when a mail for confirmation of an account creation has been sent" +msgstr "Texte quand un courriel avec un jeton de changement de mot de passe a été envoyé" + +#: ../larpe/qommon/ident/password.ptl:1261 +msgid "An email has been sent to you so you can confirm your account creation." +msgstr "Un courriel vous a été envoyé afin que vous confirmiez la création de votre compte." + +#: ../larpe/qommon/ident/idp.ptl:28 msgid "Liberty/SAML2" msgstr "Liberty/SAML2" -#: ../larpe/qommon/ident/idp.ptl:98 +#: ../larpe/qommon/ident/idp.ptl:99 msgid "Select the identity provider you want to use." msgstr "Choisissez le fournisseur d'identités que vous voulez utiliser." -#. #-#-#-#-# tmp.46.idp.ptl.pot (PACKAGE VERSION) #-#-#-#-# +#. #-#-#-#-# tmp.47.idp.ptl.pot (PACKAGE VERSION) #-#-#-#-# #. XXX: better error page -#: ../larpe/qommon/ident/idp.ptl:171 +#: ../larpe/qommon/ident/idp.ptl:172 #: ../larpe/root.ptl:87 msgid "Unknown Token" msgstr "Jeton inconnu" -#: ../larpe/qommon/ident/idp.ptl:185 -#: ../larpe/qommon/ident/idp.ptl:189 +#: ../larpe/qommon/ident/idp.ptl:186 #: ../larpe/qommon/ident/idp.ptl:190 -#: ../larpe/qommon/ident/idp.ptl:716 +#: ../larpe/qommon/ident/idp.ptl:191 +#: ../larpe/qommon/ident/idp.ptl:717 msgid "Identity Providers" msgstr "Fournisseurs d'identité" -#: ../larpe/qommon/ident/idp.ptl:193 +#: ../larpe/qommon/ident/idp.ptl:194 msgid "Create new from remote URL" msgstr "Nouveau créé à partir d'une URL distante" -#: ../larpe/qommon/ident/idp.ptl:214 +#: ../larpe/qommon/ident/idp.ptl:215 msgid "Broken" msgstr "Cassé" -#: ../larpe/qommon/ident/idp.ptl:235 -#: ../larpe/qommon/ident/idp.ptl:519 +#: ../larpe/qommon/ident/idp.ptl:236 +#: ../larpe/qommon/ident/idp.ptl:520 msgid "Client Key and Certificate" msgstr "Clé et certificat du client" -#: ../larpe/qommon/ident/idp.ptl:236 -#: ../larpe/qommon/ident/idp.ptl:520 +#: ../larpe/qommon/ident/idp.ptl:237 +#: ../larpe/qommon/ident/idp.ptl:521 msgid "Hide this provider from user lists" msgstr "Cacher ce fournisseur de la liste présentée à l'utilisateur" -#: ../larpe/qommon/ident/idp.ptl:322 +#: ../larpe/qommon/ident/idp.ptl:323 msgid "URL to metadata" msgstr "URL vers les méta-données" -#: ../larpe/qommon/ident/idp.ptl:339 -#: ../larpe/qommon/ident/idp.ptl:367 +#: ../larpe/qommon/ident/idp.ptl:340 +#: ../larpe/qommon/ident/idp.ptl:368 msgid "Resource not found" msgstr "Ressource non trouvée" -#: ../larpe/qommon/ident/idp.ptl:341 -#: ../larpe/qommon/ident/idp.ptl:369 +#: ../larpe/qommon/ident/idp.ptl:342 +#: ../larpe/qommon/ident/idp.ptl:370 #, python-format msgid "HTTP error on retrieval: %s" msgstr "Erreur HTTP à la récupération : %s" -#: ../larpe/qommon/ident/idp.ptl:343 -#: ../larpe/qommon/ident/idp.ptl:371 +#: ../larpe/qommon/ident/idp.ptl:344 +#: ../larpe/qommon/ident/idp.ptl:372 msgid "Failed to retrieve file" msgstr "Échec à la récupération du fichier" #. ok when provided with a public key -> adding it for real -#: ../larpe/qommon/ident/idp.ptl:361 -#: ../larpe/qommon/ident/idp.ptl:404 +#: ../larpe/qommon/ident/idp.ptl:362 +#: ../larpe/qommon/ident/idp.ptl:405 msgid "URL to public key" msgstr "URL de la clé publique" -#: ../larpe/qommon/ident/idp.ptl:382 +#: ../larpe/qommon/ident/idp.ptl:383 msgid "Error in this metadata file" msgstr "Fichier de méta-données erroné" -#: ../larpe/qommon/ident/idp.ptl:401 +#: ../larpe/qommon/ident/idp.ptl:402 msgid "File looks like a bad metadata file" msgstr "Le fichier de méta-données semble invalide" -#: ../larpe/qommon/ident/idp.ptl:406 +#: ../larpe/qommon/ident/idp.ptl:407 msgid "The metadata file does not embed a public key, please provide it here." msgstr "Ce fichier de meta-données ne contient pas de clé publique, vous devez donc en fournir une ici." -#: ../larpe/qommon/ident/idp.ptl:509 +#: ../larpe/qommon/ident/idp.ptl:510 msgid "Update from remote URL" msgstr "Mettre à jour à partir de l'URL distante" -#: ../larpe/qommon/ident/idp.ptl:525 #: ../larpe/qommon/ident/idp.ptl:526 +#: ../larpe/qommon/ident/idp.ptl:527 msgid "Edit Identity Provider" msgstr "Modifier le fournisseur d'identités" -#: ../larpe/qommon/ident/idp.ptl:545 +#: ../larpe/qommon/ident/idp.ptl:546 msgid "You are about to irrevocably remove this identity provider." msgstr "Vous allez définitivement supprimer ce fournisseur d'identités." -#: ../larpe/qommon/ident/idp.ptl:553 +#: ../larpe/qommon/ident/idp.ptl:554 msgid "Deleting" msgstr "Suppression" -#: ../larpe/qommon/ident/idp.ptl:555 +#: ../larpe/qommon/ident/idp.ptl:556 msgid "Deleting Identity Provider" msgstr "Suppression du fournisseur d'identité" -#: ../larpe/qommon/ident/idp.ptl:659 +#: ../larpe/qommon/ident/idp.ptl:660 msgid "Bad metadata or missing public key" msgstr "Mauvaises méta-données ou clé publique manquante" -#: ../larpe/qommon/ident/idp.ptl:682 +#: ../larpe/qommon/ident/idp.ptl:683 msgid "Configure Liberty/SAML identification method" msgstr "Configurer la méthode d'identification Liberty/SAML" -#: ../larpe/qommon/ident/idp.ptl:694 +#: ../larpe/qommon/ident/idp.ptl:695 msgid "Configure Liberty / SAML 2.0 parameters" msgstr "Configurer les paramètres Liberty / SAML 2.0" -#: ../larpe/qommon/ident/idp.ptl:698 +#: ../larpe/qommon/ident/idp.ptl:699 msgid "Configure Liberty parameters" msgstr "Configurer les paramètres Liberty" -#: ../larpe/qommon/ident/idp.ptl:705 +#: ../larpe/qommon/ident/idp.ptl:706 msgid "ID-FF 1.2 Service Provider Metadata" msgstr "Méta-données ID-FF 1.2 du fournisseur de service" -#: ../larpe/qommon/ident/idp.ptl:706 +#: ../larpe/qommon/ident/idp.ptl:707 msgid "Download Service Provider ID-FF 1.2 Metadata file" msgstr "Télécharger le fichier des méta-données ID-FF 1.2 du fournisseur de service" -#: ../larpe/qommon/ident/idp.ptl:712 +#: ../larpe/qommon/ident/idp.ptl:713 msgid "SAML 2.0 Service Provider Metadata" msgstr "Méta-données du fournisseur de service SAML 2.0" -#: ../larpe/qommon/ident/idp.ptl:713 +#: ../larpe/qommon/ident/idp.ptl:714 msgid "Download Service Provider SAML 2.0 Metadata file" msgstr "Télécharger le fichier des méta-données SAML 2.0 du fournisseur de service" -#: ../larpe/qommon/ident/idp.ptl:716 +#: ../larpe/qommon/ident/idp.ptl:717 msgid "Add and remove identity providers" msgstr "Ajouter et supprimer des fournisseurs d'identités" -#: ../larpe/qommon/ident/idp.ptl:737 +#: ../larpe/qommon/ident/idp.ptl:738 msgid "Liberty Provider ID" msgstr "Identifiant du fournisseur Liberty (Provider ID)" -#: ../larpe/qommon/ident/idp.ptl:740 +#: ../larpe/qommon/ident/idp.ptl:741 msgid "Liberty Base URL" msgstr "URL de la racine Liberty" -#: ../larpe/qommon/ident/idp.ptl:742 +#: ../larpe/qommon/ident/idp.ptl:743 msgid "SAML 2.0 Provider ID" msgstr "Identifiant du fournisseur SAML 2.0 (Provider ID)" -#: ../larpe/qommon/ident/idp.ptl:746 +#: ../larpe/qommon/ident/idp.ptl:747 msgid "SAML 2.0 Base URL" msgstr "URL de la racine SAML 2.0" -#: ../larpe/qommon/ident/idp.ptl:749 +#: ../larpe/qommon/ident/idp.ptl:750 msgid "Provider ID" msgstr "Identifiant du fournisseur (Provider ID)" -#: ../larpe/qommon/ident/idp.ptl:751 +#: ../larpe/qommon/ident/idp.ptl:752 msgid "Base URL" msgstr "URL de la racine" -#: ../larpe/qommon/ident/idp.ptl:756 +#: ../larpe/qommon/ident/idp.ptl:757 msgid "Signing Private Key" msgstr "Clé privée de signature" -#: ../larpe/qommon/ident/idp.ptl:757 +#: ../larpe/qommon/ident/idp.ptl:758 msgid "Signing Public Key" msgstr "Clé publique de signature" -#: ../larpe/qommon/ident/idp.ptl:758 +#: ../larpe/qommon/ident/idp.ptl:759 msgid "Encryption Private Key" msgstr "Clé privée de chiffrement" -#: ../larpe/qommon/ident/idp.ptl:759 +#: ../larpe/qommon/ident/idp.ptl:760 msgid "Encryption Public Key" msgstr "Clé publique de chiffrement" -#: ../larpe/qommon/ident/idp.ptl:762 +#: ../larpe/qommon/ident/idp.ptl:763 msgid "Identity Provider Introduction, Common Domain" msgstr "Domaine commun, pour 'Identity Provider Introduction'" -#: ../larpe/qommon/ident/idp.ptl:763 -#: ../larpe/qommon/ident/idp.ptl:768 +#: ../larpe/qommon/ident/idp.ptl:764 +#: ../larpe/qommon/ident/idp.ptl:769 msgid "Disabled if empty" msgstr "Désactivé si vide" -#: ../larpe/qommon/ident/idp.ptl:767 +#: ../larpe/qommon/ident/idp.ptl:768 msgid "Identity Provider Introduction, URL of Cookie Getter" msgstr "Identity Provider Introduction, URL de récupération" -#: ../larpe/qommon/ident/idp.ptl:1034 +#: ../larpe/qommon/ident/idp.ptl:1035 msgid "Grab user details with ID-WSF on first logon" msgstr "Récupérer les détails de l'utilisateur avec ID-WSF à la première connexion" -#: ../larpe/qommon/ident/idp.ptl:1038 +#: ../larpe/qommon/ident/idp.ptl:1039 msgid "Lasso version is too old for this support." msgstr "La version de Lasso est trop vieille pour ce support" -#: ../larpe/qommon/ident/idp.ptl:1079 +#: ../larpe/qommon/ident/idp.ptl:1080 msgid "Liberty/SAML2 identity provider" msgstr "Fournisseur d'identité Liberty Alliance/SAML2" -#: ../larpe/qommon/publisher.py:99 +#: ../larpe/qommon/publisher.py:166 msgid "This feature is not yet implemented." msgstr "Cette fonctionnalité n'a pas encore été implémentée." -#: ../larpe/qommon/publisher.py:100 +#: ../larpe/qommon/publisher.py:167 msgid "Sorry" msgstr "Désolé" -#: ../larpe/qommon/publisher.py:121 +#: ../larpe/qommon/publisher.py:188 msgid "The server encountered an internal error and was unable to complete your request." msgstr "Une erreur s'est produite sur le serveur; votre requête n'a ainsi pas pu complètement être traîtée." -#: ../larpe/qommon/publisher.py:122 +#: ../larpe/qommon/publisher.py:189 msgid "Internal Server Error" msgstr "Erreur interne du serveur" @@ -2436,102 +2504,119 @@ msgstr "Choisir un autre fichier journal :" msgid "Since: %s" msgstr "Depuis: %s" -#: ../larpe/qommon/admin/texts.ptl:56 -#: ../larpe/qommon/admin/texts.ptl:57 -#: ../larpe/qommon/admin/texts.ptl:114 -#: ../larpe/qommon/admin/texts.ptl:151 +#: ../larpe/qommon/admin/texts.ptl:58 +#: ../larpe/qommon/admin/texts.ptl:131 +#: ../larpe/qommon/admin/texts.ptl:168 msgid "Texts" msgstr "Textes" -#: ../larpe/qommon/admin/texts.ptl:61 -#: ../larpe/qommon/admin/texts.ptl:62 -#: ../larpe/qommon/admin/texts.ptl:66 -#: ../larpe/qommon/admin/texts.ptl:147 -#: ../larpe/qommon/admin/emails.ptl:90 -#: ../larpe/qommon/admin/emails.ptl:91 -#: ../larpe/qommon/admin/emails.ptl:95 -#: ../larpe/qommon/admin/emails.ptl:177 +#: ../larpe/qommon/admin/texts.ptl:59 +#, fuzzy +msgid "Custom Texts" +msgstr "Texte personnalisé :" + +#: ../larpe/qommon/admin/texts.ptl:67 +#: ../larpe/qommon/admin/emails.ptl:99 +msgid "Miscellaneous" +msgstr "" + +#: ../larpe/qommon/admin/texts.ptl:77 +#: ../larpe/qommon/admin/texts.ptl:78 +#: ../larpe/qommon/admin/texts.ptl:83 +#: ../larpe/qommon/admin/texts.ptl:164 +#: ../larpe/qommon/admin/emails.ptl:109 +#: ../larpe/qommon/admin/emails.ptl:110 +#: ../larpe/qommon/admin/emails.ptl:115 +#: ../larpe/qommon/admin/emails.ptl:197 msgid "description" msgstr "description" -#: ../larpe/qommon/admin/texts.ptl:66 -msgid "Custom Text:" -msgstr "Texte personnalisé :" - -#: ../larpe/qommon/admin/texts.ptl:98 +#: ../larpe/qommon/admin/texts.ptl:115 msgid "Restore default text" msgstr "Restaurer le texte par défaut" -#: ../larpe/qommon/admin/texts.ptl:111 -#: ../larpe/qommon/admin/emails.ptl:136 +#: ../larpe/qommon/admin/texts.ptl:128 +#: ../larpe/qommon/admin/emails.ptl:156 msgid "Invalid template" msgstr "Squelette invalide" -#: ../larpe/qommon/admin/texts.ptl:115 +#: ../larpe/qommon/admin/texts.ptl:132 msgid "Text" msgstr "Texte" -#: ../larpe/qommon/admin/settings.ptl:18 +#: ../larpe/qommon/admin/settings.ptl:40 +msgid "Session" +msgstr "" + +#: ../larpe/qommon/admin/settings.ptl:44 +msgid "Fix sessions to an IP address" +msgstr "" + +#: ../larpe/qommon/admin/settings.ptl:57 msgid "System Default" msgstr "Valeur du système" -#: ../larpe/qommon/admin/settings.ptl:19 +#: ../larpe/qommon/admin/settings.ptl:58 msgid "English" msgstr "Anglais" -#: ../larpe/qommon/admin/settings.ptl:20 +#: ../larpe/qommon/admin/settings.ptl:59 msgid "French" msgstr "Français" -#: ../larpe/qommon/admin/settings.ptl:39 +#: ../larpe/qommon/admin/settings.ptl:78 msgid "Use a web proxy" msgstr "Utiliser un mandataire (proxy) web" -#: ../larpe/qommon/admin/settings.ptl:41 +#: ../larpe/qommon/admin/settings.ptl:80 msgid "Proxy IP address or domain name" msgstr "Adresse IP or nom de domaine du mandataire" -#: ../larpe/qommon/admin/settings.ptl:43 +#: ../larpe/qommon/admin/settings.ptl:82 msgid "Proxy port" msgstr "Port du mandataire (proxy)" -#: ../larpe/qommon/admin/settings.ptl:45 +#: ../larpe/qommon/admin/settings.ptl:84 msgid "User name" msgstr "Identifiant" -#: ../larpe/qommon/admin/settings.ptl:47 +#: ../larpe/qommon/admin/settings.ptl:86 msgid "User password" msgstr "Mot de passe" -#: ../larpe/qommon/admin/settings.ptl:66 +#: ../larpe/qommon/admin/settings.ptl:105 msgid "Email for Tracebacks" msgstr "Courriel pour les exceptions" -#: ../larpe/qommon/admin/settings.ptl:68 +#: ../larpe/qommon/admin/settings.ptl:107 msgid "Display Exceptions" msgstr "Afficher les exceptions" -#: ../larpe/qommon/admin/settings.ptl:70 +#: ../larpe/qommon/admin/settings.ptl:109 msgid "No display" msgstr "Aucun affichage" -#: ../larpe/qommon/admin/settings.ptl:71 +#: ../larpe/qommon/admin/settings.ptl:110 msgid "Display as Text" msgstr "Afficher sous forme de texte" -#: ../larpe/qommon/admin/settings.ptl:72 +#: ../larpe/qommon/admin/settings.ptl:111 msgid "Display as Text in an HTML error page" msgstr "Afficher sous forme de texte dans une page d'erreur HTML" -#: ../larpe/qommon/admin/settings.ptl:73 +#: ../larpe/qommon/admin/settings.ptl:112 msgid "Display as HTML" msgstr "Afficher sous de forme de HTML" -#: ../larpe/qommon/admin/settings.ptl:74 +#: ../larpe/qommon/admin/settings.ptl:114 +msgid "Use long form for traces" +msgstr "" + +#: ../larpe/qommon/admin/settings.ptl:116 msgid "Logger" msgstr "Journalisation" -#: ../larpe/qommon/admin/settings.ptl:76 +#: ../larpe/qommon/admin/settings.ptl:118 msgid "Enable debug mode" msgstr "Activer le mode de débogage" @@ -2621,173 +2706,178 @@ msgstr "Exporter" msgid "Error" msgstr "Erreur" -#: ../larpe/qommon/admin/emails.ptl:55 +#: ../larpe/qommon/admin/emails.ptl:56 msgid "SMTP Server" msgstr "Serveur SMTP" -#: ../larpe/qommon/admin/emails.ptl:57 +#: ../larpe/qommon/admin/emails.ptl:58 msgid "Email Sender" msgstr "Émetteur des courriels" -#: ../larpe/qommon/admin/emails.ptl:59 +#: ../larpe/qommon/admin/emails.ptl:60 msgid "Reply-To Address" msgstr "Adresse de réponse (Reply-To)" -#: ../larpe/qommon/admin/emails.ptl:61 +#: ../larpe/qommon/admin/emails.ptl:62 msgid "Handle Bounces" msgstr "Gérer les rebonds" -#: ../larpe/qommon/admin/emails.ptl:64 +#: ../larpe/qommon/admin/emails.ptl:65 msgid "Check DNS for domain name" msgstr "Vérifier le nom de domaine à l'aide d'une requête DNS" -#: ../larpe/qommon/admin/emails.ptl:66 +#: ../larpe/qommon/admin/emails.ptl:67 msgid "Use a DNS request to check domain names used in email fields" msgstr "Utiliser une requête DNS pour vérifier les noms de domaine utilisés dans les champs courriel" -#: ../larpe/qommon/admin/emails.ptl:95 -msgid "Custom Email:" -msgstr "Courriel personnalisé :" - -#: ../larpe/qommon/admin/emails.ptl:115 +#: ../larpe/qommon/admin/emails.ptl:135 msgid "Enabled Email" msgstr "Courriel activé" -#: ../larpe/qommon/admin/emails.ptl:123 +#: ../larpe/qommon/admin/emails.ptl:143 msgid "Restore default email" msgstr "Restaurer le courriel par défaut" -#: ../larpe/qommon/admin/emails.ptl:178 +#: ../larpe/qommon/admin/emails.ptl:198 msgid "hint" msgstr "astuce" -#: ../larpe/qommon/form.py:38 +#: ../larpe/qommon/form.py:40 msgid "required field" msgstr "champ obligatoire" -#: ../larpe/qommon/form.py:74 +#: ../larpe/qommon/form.py:76 msgid "The form you have submitted is invalid. Most likely it has been successfully submitted once already. Please review the form data and submit the form again." msgstr "Le formulaire que vous avez transmis n'est pas valide. Une raison probable est qu'il ait déjà été transmis une fois. Vérifiez les données du formulaire avant de le soumettre à nouveau." -#: ../larpe/qommon/form.py:78 +#: ../larpe/qommon/form.py:80 msgid "There were errors processing your form. See below for details." msgstr "Il y a eu un problème à la soumission du formulaire. Regardez ci-dessous pour le détail." -#: ../larpe/qommon/form.py:284 -#: ../larpe/qommon/form.py:286 -#: ../larpe/qommon/form.py:288 +#: ../larpe/qommon/form.py:196 +msgid "Or use previous file" +msgstr "" + +#: ../larpe/qommon/form.py:231 +#, python-format +msgid "Or use previously uploaded file (%s)" +msgstr "" + +#: ../larpe/qommon/form.py:333 +#: ../larpe/qommon/form.py:335 +#: ../larpe/qommon/form.py:337 msgid "must be a valid email address" msgstr "doit être une adresse électronique valide" -#: ../larpe/qommon/form.py:298 +#: ../larpe/qommon/form.py:347 msgid "invalid address domain" msgstr "adresse du domaine invalide" -#: ../larpe/qommon/form.py:314 +#: ../larpe/qommon/form.py:363 msgid "Prefill" msgstr "Préremplir" -#: ../larpe/qommon/form.py:329 -#: ../larpe/qommon/form.py:570 +#: ../larpe/qommon/form.py:378 +#: ../larpe/qommon/form.py:619 msgid "wrong format" msgstr "format invalide" -#: ../larpe/qommon/form.py:377 -#: ../larpe/qommon/form.py:381 +#: ../larpe/qommon/form.py:426 +#: ../larpe/qommon/form.py:430 msgid "invalid date" msgstr "date invalide" -#: ../larpe/qommon/form.py:384 +#: ../larpe/qommon/form.py:433 #, python-format msgid "invalid date: date must be on or after %s" msgstr "date invalide ; la date doit être antérieure à %s" -#: ../larpe/qommon/form.py:387 +#: ../larpe/qommon/form.py:436 #, python-format msgid "invalid date; date must be on or before %s" msgstr "date invalide ; la date doit être postérieure à %s" -#: ../larpe/qommon/form.py:419 +#: ../larpe/qommon/form.py:468 msgid "Previous Year" msgstr "Année précédente" -#: ../larpe/qommon/form.py:420 +#: ../larpe/qommon/form.py:469 msgid "Previous Month" msgstr "Mois précédent" -#: ../larpe/qommon/form.py:421 +#: ../larpe/qommon/form.py:470 msgid "Next Year" msgstr "Année Suivante" -#: ../larpe/qommon/form.py:422 +#: ../larpe/qommon/form.py:471 msgid "Next Month" msgstr "Mois suivant" -#: ../larpe/qommon/form.py:423 +#: ../larpe/qommon/form.py:472 msgid "Close" msgstr "Fermer" -#: ../larpe/qommon/form.py:424 +#: ../larpe/qommon/form.py:473 msgid "Choose Date" msgstr "Choisir la date" -#: ../larpe/qommon/form.py:466 +#: ../larpe/qommon/form.py:515 msgid "invalid regular expression" msgstr "expression rationnelle invalide" -#: ../larpe/qommon/form.py:526 +#: ../larpe/qommon/form.py:575 #, python-format msgid "You must select at most %d answers." msgstr "Vous devez sélectionner au maximum %d réponses." -#: ../larpe/qommon/form.py:579 +#: ../larpe/qommon/form.py:628 msgid "must start with http:// or https:// and have a domain name" msgstr "doit commencer par http:// ou https:// et avoir un nom de domaine" -#: ../larpe/qommon/form.py:607 +#: ../larpe/qommon/form.py:656 msgid "client error: access forbidden (error 403)" msgstr "erreur du client : accès interdit (erreur 403)" -#: ../larpe/qommon/form.py:609 +#: ../larpe/qommon/form.py:658 msgid "client error: page not found (error 404)" msgstr "erreur du client : page non trouvée (erreur 404)" -#: ../larpe/qommon/form.py:611 +#: ../larpe/qommon/form.py:660 #, python-format msgid "client error: %(reason)s (error %(code)s)" msgstr "erreur du client : %(reason)s (erreur %(code)s)" -#: ../larpe/qommon/form.py:614 +#: ../larpe/qommon/form.py:663 #, python-format msgid "server error: %(reason)s (error %(code)s)" msgstr "erreur du serveur : %(reason)s (erreur %(code)s)" -#: ../larpe/qommon/form.py:628 +#: ../larpe/qommon/form.py:677 msgid "must start with http:// or https:// and have a domain name or start with /" msgstr "doit commencer par http:// ou https:// et avoir un nom de domaine ou commencer par /" -#: ../larpe/qommon/form.py:646 +#: ../larpe/qommon/form.py:695 msgid "times" msgstr "fois" -#: ../larpe/qommon/form.py:646 +#: ../larpe/qommon/form.py:695 msgid "plus" msgstr "plus" -#: ../larpe/qommon/form.py:646 +#: ../larpe/qommon/form.py:695 msgid "minus" msgstr "moins" -#: ../larpe/qommon/form.py:655 +#: ../larpe/qommon/form.py:704 #, python-format msgid "What is the result of %(a)d %(op)s %(b)d?" msgstr "Quel est le résultat de %(a)d %(op)s %(b)d ?" -#: ../larpe/qommon/form.py:657 +#: ../larpe/qommon/form.py:706 msgid "Please answer this simple mathematical question as proof you are not a bot." msgstr "Répondez à cette simple question mathématique comme preuve que vous n'êtes pas un robot'" -#: ../larpe/qommon/form.py:666 +#: ../larpe/qommon/form.py:715 msgid "wrong answer" msgstr "mauvaise réponse" @@ -2949,7 +3039,7 @@ msgstr "Pas de réponse SAML dans la 'query string'" #: ../larpe/qommon/saml2.ptl:471 #: ../larpe/qommon/liberty.ptl:124 #: ../larpe/qommon/liberty.ptl:150 -#: ../larpe/saml2.ptl:324 +#: ../larpe/saml2.ptl:334 #: ../larpe/liberty.ptl:142 #: ../larpe/liberty.ptl:173 msgid "Failed to check single logout request signature." @@ -2983,38 +3073,43 @@ msgstr "Le support Liberty n'est pas encore configuré" msgid "Identity Provider didn't accept artifact transaction." msgstr "Le fournisseur d'identité n'a pas accepté l'artifact." -#: ../larpe/site_authentication.ptl:55 +#: ../larpe/site_authentication.ptl:60 msgid "Local authentication" msgstr "Authentification locale" -#: ../larpe/site_authentication.ptl:69 +#: ../larpe/site_authentication.ptl:74 msgid "Authentication failure" msgstr "Erreur d'authentification" -#: ../larpe/site_authentication.ptl:72 +#: ../larpe/site_authentication.ptl:77 #, python-format msgid "Connection failed : %s" msgstr "Échec de la connexion : %s" -#: ../larpe/site_authentication.ptl:75 +#: ../larpe/site_authentication.ptl:80 #, python-format msgid "This service provider is not fully configured : %s" msgstr "Ce fournisseur de service n'est pas complètement configuré : %s" -#: ../larpe/site_authentication.ptl:78 +#: ../larpe/site_authentication.ptl:83 #, python-format msgid "Unknown error : %s" msgstr "Erreur inconnue : %s" -#: ../larpe/site_authentication.ptl:84 +#: ../larpe/site_authentication.ptl:89 msgid "Please type your login and password for this Service Provider." msgstr "Entrez votre identifiant et votre mot de passe pour ce fournisseur de service." -#: ../larpe/site_authentication.ptl:85 +#: ../larpe/site_authentication.ptl:90 #: ../larpe/root.ptl:74 msgid "Your local account will be federated with your Liberty Alliance account." msgstr "Votre compte local sera fédéré avec votre compte Liberty Alliance." +#: ../larpe/site_authentication.ptl:296 +#, python-format +msgid "%s logout failed" +msgstr "" + #: ../larpe/root.ptl:27 msgid "Welcome to Larpe reverse proxy" msgstr "Bienvenue sur le reverse proxy Larpe" @@ -3027,3 +3122,6 @@ msgstr "Configurer Larpe" msgid "Please enter your identification token. " msgstr "Veuillez saisir votre jeton d'identification. " +#~ msgid "Custom Email:" +#~ msgstr "Courriel personnalisé :" + diff --git a/larpe/trunk/po/larpe.pot b/larpe/trunk/po/larpe.pot index fcaf89b..a1aee34 100644 --- a/larpe/trunk/po/larpe.pot +++ b/larpe/trunk/po/larpe.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-08-21 16:29+0200\n" +"POT-Creation-Date: 2009-11-17 16:53+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -28,161 +28,168 @@ msgstr "" msgid "Failed getting attributes for an unknown reason." msgstr "" -#: ../larpe/admin/users.ptl:23 ../larpe/admin/users.ptl:31 +#: ../larpe/liberty_site.ptl:46 ../larpe/liberty_site.ptl:56 +#: ../larpe/qommon/ident/idp.ptl:37 +msgid "SSO support is not yet configured" +msgstr "" + +#: ../larpe/admin/users.ptl:24 ../larpe/admin/users.ptl:32 msgid "User Name" msgstr "" -#: ../larpe/admin/users.ptl:24 ../larpe/admin/users.ptl:33 -#: ../larpe/admin/users.ptl:65 ../larpe/qommon/ident/password.ptl:121 -#: ../larpe/qommon/ident/password.ptl:215 -#: ../larpe/qommon/ident/password.ptl:401 -#: ../larpe/qommon/ident/password.ptl:691 -#: ../larpe/qommon/ident/password.ptl:899 ../larpe/qommon/ident/idp.ptl:124 -#: ../larpe/qommon/admin/menu.ptl:103 ../larpe/qommon/admin/emails.ptl:140 +#: ../larpe/admin/users.ptl:25 ../larpe/admin/users.ptl:34 +#: ../larpe/admin/users.ptl:66 ../larpe/qommon/ident/password.ptl:122 +#: ../larpe/qommon/ident/password.ptl:216 +#: ../larpe/qommon/ident/password.ptl:402 +#: ../larpe/qommon/ident/password.ptl:709 +#: ../larpe/qommon/ident/password.ptl:917 ../larpe/qommon/ident/idp.ptl:125 +#: ../larpe/qommon/admin/menu.ptl:103 ../larpe/qommon/admin/emails.ptl:160 msgid "Email" msgstr "" -#. #-#-#-#-# tmp.46.idp.ptl.pot (PACKAGE VERSION) #-#-#-#-# +#. #-#-#-#-# tmp.47.idp.ptl.pot (PACKAGE VERSION) #-#-#-#-# #. TODO -#: ../larpe/admin/users.ptl:25 ../larpe/admin/users.ptl:35 -#: ../larpe/admin/users.ptl:121 ../larpe/admin/forms_prefill.ptl:24 +#: ../larpe/admin/users.ptl:26 ../larpe/admin/users.ptl:36 +#: ../larpe/admin/users.ptl:122 ../larpe/admin/forms_prefill.ptl:24 #: ../larpe/admin/forms_prefill.ptl:76 ../larpe/admin/settings.ptl:31 #: ../larpe/admin/settings.ptl:217 ../larpe/admin/settings.ptl:326 #: ../larpe/admin/settings.ptl:343 ../larpe/admin/fields_prefill.ptl:30 -#: ../larpe/admin/fields_prefill.ptl:73 ../larpe/admin/hosts.ptl:383 -#: ../larpe/admin/hosts.ptl:682 ../larpe/admin/hosts.ptl:730 -#: ../larpe/admin/hosts.ptl:777 ../larpe/admin/hosts.ptl:1270 -#: ../larpe/qommon/ident/password.ptl:314 -#: ../larpe/qommon/ident/password.ptl:593 -#: ../larpe/qommon/ident/password.ptl:639 -#: ../larpe/qommon/ident/password.ptl:662 -#: ../larpe/qommon/ident/password.ptl:962 -#: ../larpe/qommon/ident/password.ptl:989 ../larpe/qommon/ident/idp.ptl:81 -#: ../larpe/qommon/ident/idp.ptl:238 ../larpe/qommon/ident/idp.ptl:324 -#: ../larpe/qommon/ident/idp.ptl:522 ../larpe/qommon/ident/idp.ptl:546 -#: ../larpe/qommon/ident/idp.ptl:771 ../larpe/qommon/ident/idp.ptl:1056 -#: ../larpe/qommon/admin/logger.ptl:120 ../larpe/qommon/admin/texts.ptl:96 -#: ../larpe/qommon/admin/settings.ptl:22 ../larpe/qommon/admin/settings.ptl:50 -#: ../larpe/qommon/admin/settings.ptl:78 +#: ../larpe/admin/fields_prefill.ptl:73 ../larpe/admin/hosts.ptl:384 +#: ../larpe/admin/hosts.ptl:692 ../larpe/admin/hosts.ptl:740 +#: ../larpe/admin/hosts.ptl:787 ../larpe/admin/hosts.ptl:1286 +#: ../larpe/qommon/ident/password.ptl:315 +#: ../larpe/qommon/ident/password.ptl:611 +#: ../larpe/qommon/ident/password.ptl:657 +#: ../larpe/qommon/ident/password.ptl:680 +#: ../larpe/qommon/ident/password.ptl:980 +#: ../larpe/qommon/ident/password.ptl:1007 ../larpe/qommon/ident/idp.ptl:82 +#: ../larpe/qommon/ident/idp.ptl:239 ../larpe/qommon/ident/idp.ptl:325 +#: ../larpe/qommon/ident/idp.ptl:523 ../larpe/qommon/ident/idp.ptl:547 +#: ../larpe/qommon/ident/idp.ptl:772 ../larpe/qommon/ident/idp.ptl:1057 +#: ../larpe/qommon/admin/logger.ptl:120 ../larpe/qommon/admin/texts.ptl:113 +#: ../larpe/qommon/admin/settings.ptl:20 ../larpe/qommon/admin/settings.ptl:61 +#: ../larpe/qommon/admin/settings.ptl:89 +#: ../larpe/qommon/admin/settings.ptl:120 #: ../larpe/qommon/admin/certificates.ptl:32 #: ../larpe/qommon/admin/certificates.ptl:80 -#: ../larpe/qommon/admin/emails.ptl:68 ../larpe/qommon/admin/emails.ptl:121 -#: ../larpe/site_authentication.ptl:59 ../larpe/root.ptl:64 +#: ../larpe/qommon/admin/emails.ptl:69 ../larpe/qommon/admin/emails.ptl:141 +#: ../larpe/site_authentication.ptl:64 ../larpe/root.ptl:64 msgid "Submit" msgstr "" -#: ../larpe/admin/users.ptl:26 ../larpe/admin/users.ptl:36 -#: ../larpe/admin/users.ptl:122 ../larpe/admin/users.ptl:137 +#: ../larpe/admin/users.ptl:27 ../larpe/admin/users.ptl:37 +#: ../larpe/admin/users.ptl:123 ../larpe/admin/users.ptl:138 #: ../larpe/admin/forms_prefill.ptl:25 ../larpe/admin/forms_prefill.ptl:77 #: ../larpe/admin/settings.ptl:218 ../larpe/admin/settings.ptl:327 #: ../larpe/admin/settings.ptl:344 ../larpe/admin/fields_prefill.ptl:31 -#: ../larpe/admin/fields_prefill.ptl:74 ../larpe/admin/hosts.ptl:123 -#: ../larpe/admin/hosts.ptl:384 ../larpe/admin/hosts.ptl:683 -#: ../larpe/admin/hosts.ptl:731 ../larpe/admin/hosts.ptl:778 -#: ../larpe/admin/hosts.ptl:1271 ../larpe/qommon/myspace.ptl:93 +#: ../larpe/admin/fields_prefill.ptl:74 ../larpe/admin/hosts.ptl:124 +#: ../larpe/admin/hosts.ptl:385 ../larpe/admin/hosts.ptl:693 +#: ../larpe/admin/hosts.ptl:741 ../larpe/admin/hosts.ptl:788 +#: ../larpe/admin/hosts.ptl:1287 ../larpe/qommon/myspace.ptl:93 #: ../larpe/qommon/myspace.ptl:130 ../larpe/qommon/myspace.ptl:162 -#: ../larpe/qommon/ident/password.ptl:315 -#: ../larpe/qommon/ident/password.ptl:594 -#: ../larpe/qommon/ident/password.ptl:640 -#: ../larpe/qommon/ident/password.ptl:663 -#: ../larpe/qommon/ident/password.ptl:964 -#: ../larpe/qommon/ident/password.ptl:990 ../larpe/qommon/ident/idp.ptl:82 -#: ../larpe/qommon/ident/idp.ptl:325 ../larpe/qommon/ident/idp.ptl:547 -#: ../larpe/qommon/ident/idp.ptl:772 ../larpe/qommon/ident/idp.ptl:1057 -#: ../larpe/qommon/admin/texts.ptl:99 ../larpe/qommon/admin/settings.ptl:23 -#: ../larpe/qommon/admin/settings.ptl:51 ../larpe/qommon/admin/settings.ptl:79 +#: ../larpe/qommon/ident/password.ptl:316 +#: ../larpe/qommon/ident/password.ptl:612 +#: ../larpe/qommon/ident/password.ptl:658 +#: ../larpe/qommon/ident/password.ptl:681 +#: ../larpe/qommon/ident/password.ptl:982 +#: ../larpe/qommon/ident/password.ptl:1008 ../larpe/qommon/ident/idp.ptl:83 +#: ../larpe/qommon/ident/idp.ptl:326 ../larpe/qommon/ident/idp.ptl:548 +#: ../larpe/qommon/ident/idp.ptl:773 ../larpe/qommon/ident/idp.ptl:1058 +#: ../larpe/qommon/admin/texts.ptl:116 ../larpe/qommon/admin/settings.ptl:21 +#: ../larpe/qommon/admin/settings.ptl:62 ../larpe/qommon/admin/settings.ptl:90 +#: ../larpe/qommon/admin/settings.ptl:121 #: ../larpe/qommon/admin/certificates.ptl:33 #: ../larpe/qommon/admin/certificates.ptl:81 -#: ../larpe/qommon/admin/emails.ptl:69 ../larpe/qommon/admin/emails.ptl:124 +#: ../larpe/qommon/admin/emails.ptl:70 ../larpe/qommon/admin/emails.ptl:144 #: ../larpe/root.ptl:65 msgid "Cancel" msgstr "" -#: ../larpe/admin/users.ptl:59 ../larpe/admin/users.ptl:60 +#: ../larpe/admin/users.ptl:60 ../larpe/admin/users.ptl:61 #: ../larpe/qommon/admin/logger.ptl:44 ../larpe/qommon/admin/logger.ptl:146 msgid "User" msgstr "" -#: ../larpe/admin/users.ptl:62 ../larpe/admin/hosts.ptl:381 -#: ../larpe/qommon/ident/password.ptl:689 ../larpe/qommon/ident/idp.ptl:123 +#: ../larpe/admin/users.ptl:63 ../larpe/admin/hosts.ptl:382 +#: ../larpe/qommon/ident/password.ptl:707 ../larpe/qommon/ident/idp.ptl:124 msgid "Name" msgstr "" -#: ../larpe/admin/users.ptl:97 +#: ../larpe/admin/users.ptl:98 msgid "Debug" msgstr "" -#: ../larpe/admin/users.ptl:109 ../larpe/admin/forms_prefill.ptl:48 +#: ../larpe/admin/users.ptl:110 ../larpe/admin/forms_prefill.ptl:48 #: ../larpe/admin/forms_prefill.ptl:66 ../larpe/admin/forms_prefill.ptl:67 #: ../larpe/admin/forms_prefill.ptl:68 ../larpe/admin/fields_prefill.ptl:63 #: ../larpe/admin/fields_prefill.ptl:64 ../larpe/admin/fields_prefill.ptl:65 -#: ../larpe/qommon/ident/idp.ptl:507 ../larpe/qommon/admin/menu.ptl:96 +#: ../larpe/qommon/ident/idp.ptl:508 ../larpe/qommon/admin/menu.ptl:96 msgid "Edit" msgstr "" -#: ../larpe/admin/users.ptl:110 ../larpe/admin/users.ptl:111 +#: ../larpe/admin/users.ptl:111 ../larpe/admin/users.ptl:112 msgid "Edit User" msgstr "" -#: ../larpe/admin/users.ptl:120 +#: ../larpe/admin/users.ptl:121 msgid "You are about to irrevocably delete this user." msgstr "" -#: ../larpe/admin/users.ptl:126 ../larpe/admin/forms_prefill.ptl:81 -#: ../larpe/admin/fields_prefill.ptl:78 ../larpe/admin/hosts.ptl:1275 +#: ../larpe/admin/users.ptl:127 ../larpe/admin/forms_prefill.ptl:81 +#: ../larpe/admin/fields_prefill.ptl:78 ../larpe/admin/hosts.ptl:1291 #: ../larpe/qommon/admin/certificates.ptl:37 msgid "Delete" msgstr "" -#: ../larpe/admin/users.ptl:127 +#: ../larpe/admin/users.ptl:128 msgid "Delete User" msgstr "" -#: ../larpe/admin/users.ptl:128 +#: ../larpe/admin/users.ptl:129 msgid "Deleting User :" msgstr "" -#: ../larpe/admin/users.ptl:136 +#: ../larpe/admin/users.ptl:137 msgid "Generate" msgstr "" -#: ../larpe/admin/users.ptl:142 ../larpe/admin/users.ptl:145 -#: ../larpe/admin/users.ptl:146 ../larpe/admin/users.ptl:154 -#: ../larpe/admin/users.ptl:179 ../larpe/admin/users.ptl:181 -#: ../larpe/admin/users.ptl:222 ../larpe/root.ptl:62 ../larpe/root.ptl:71 +#: ../larpe/admin/users.ptl:143 ../larpe/admin/users.ptl:146 +#: ../larpe/admin/users.ptl:147 ../larpe/admin/users.ptl:155 +#: ../larpe/admin/users.ptl:180 ../larpe/admin/users.ptl:182 +#: ../larpe/admin/users.ptl:223 ../larpe/root.ptl:62 ../larpe/root.ptl:71 msgid "Identification Token" msgstr "" -#: ../larpe/admin/users.ptl:147 +#: ../larpe/admin/users.ptl:148 msgid "" "You are about to generate a token than can be used to federate the account." msgstr "" -#: ../larpe/admin/users.ptl:148 +#: ../larpe/admin/users.ptl:149 msgid "" "After that, you will have the choice to send it to the user by email so that " "he can federate his accounts." msgstr "" -#: ../larpe/admin/users.ptl:150 +#: ../larpe/admin/users.ptl:151 #, python-format msgid "Note that user has already been issued an identification token : %s" msgstr "" -#: ../larpe/admin/users.ptl:160 +#: ../larpe/admin/users.ptl:161 #, python-format msgid "Identification Token for %s" msgstr "" -#: ../larpe/admin/users.ptl:164 +#: ../larpe/admin/users.ptl:165 msgid "Done" msgstr "" -#: ../larpe/admin/users.ptl:166 +#: ../larpe/admin/users.ptl:167 msgid "Send by email" msgstr "" -#: ../larpe/admin/users.ptl:172 +#: ../larpe/admin/users.ptl:173 #, python-format msgid "" "You have been given an identification token.\n" @@ -192,55 +199,50 @@ msgid "" "Click on %(url)s to use it.\n" msgstr "" -#: ../larpe/admin/users.ptl:182 +#: ../larpe/admin/users.ptl:183 msgid "Failed sending email. Check your email configuration." msgstr "" -#: ../larpe/admin/users.ptl:183 ../larpe/admin/settings.ptl:112 -#: ../larpe/admin/hosts.ptl:647 ../larpe/admin/hosts.ptl:703 -#: ../larpe/admin/hosts.ptl:1324 ../larpe/qommon/admin/texts.ptl:70 -#: ../larpe/qommon/admin/menu.ptl:136 ../larpe/qommon/admin/emails.ptl:99 +#: ../larpe/admin/users.ptl:184 ../larpe/admin/settings.ptl:112 +#: ../larpe/admin/hosts.ptl:657 ../larpe/admin/hosts.ptl:713 +#: ../larpe/admin/hosts.ptl:1340 ../larpe/qommon/admin/texts.ptl:87 +#: ../larpe/qommon/admin/menu.ptl:136 ../larpe/qommon/admin/emails.ptl:119 msgid "Back" msgstr "" -#: ../larpe/admin/users.ptl:193 ../larpe/admin/users.ptl:194 -#: ../larpe/admin/users.ptl:237 ../larpe/admin/users.ptl:271 +#: ../larpe/admin/users.ptl:194 ../larpe/admin/users.ptl:195 +#: ../larpe/admin/users.ptl:238 ../larpe/admin/users.ptl:272 #: ../larpe/admin/root.ptl:45 msgid "Users" msgstr "" -#: ../larpe/admin/users.ptl:198 ../larpe/admin/users.ptl:241 +#: ../larpe/admin/users.ptl:199 ../larpe/admin/users.ptl:242 msgid "Liberty support must be setup before creating users." msgstr "" -#: ../larpe/admin/users.ptl:202 ../larpe/admin/users.ptl:253 -#: ../larpe/admin/users.ptl:254 +#: ../larpe/admin/users.ptl:203 ../larpe/admin/users.ptl:254 +#: ../larpe/admin/users.ptl:255 msgid "New User" msgstr "" -#: ../larpe/admin/users.ptl:225 +#: ../larpe/admin/users.ptl:226 #, python-format msgid "Identification Token (current: %s)" msgstr "" -#: ../larpe/admin/users.ptl:232 ../larpe/admin/root.ptl:47 +#: ../larpe/admin/users.ptl:233 ../larpe/admin/root.ptl:47 #: ../larpe/qommon/admin/logger.ptl:23 ../larpe/qommon/admin/logger.ptl:24 #: ../larpe/qommon/admin/logger.ptl:145 msgid "Logs" msgstr "" -#: ../larpe/admin/users.ptl:238 ../larpe/admin/forms_prefill.ptl:122 -#: ../larpe/admin/fields_prefill.ptl:125 ../larpe/admin/hosts.ptl:1328 -#: ../larpe/qommon/ident/idp.ptl:192 ../larpe/qommon/ident/idp.ptl:230 -#: ../larpe/qommon/ident/idp.ptl:414 +#: ../larpe/admin/users.ptl:239 ../larpe/admin/forms_prefill.ptl:122 +#: ../larpe/admin/fields_prefill.ptl:125 ../larpe/admin/hosts.ptl:1344 +#: ../larpe/qommon/ident/idp.ptl:193 ../larpe/qommon/ident/idp.ptl:231 +#: ../larpe/qommon/ident/idp.ptl:415 msgid "New" msgstr "" -#: ../larpe/liberty_site.ptl:46 ../larpe/liberty_site.ptl:56 -#: ../larpe/qommon/ident/idp.ptl:36 -msgid "SSO support is not yet configured" -msgstr "" - #: ../larpe/admin/forms_prefill.ptl:16 msgid "Form name" msgstr "" @@ -295,7 +297,7 @@ msgid "Delete Form" msgstr "" #: ../larpe/admin/forms_prefill.ptl:94 ../larpe/admin/forms_prefill.ptl:101 -#: ../larpe/admin/hosts.ptl:1263 +#: ../larpe/admin/hosts.ptl:1279 msgid "Forms" msgstr "" @@ -303,50 +305,50 @@ msgstr "" msgid "New Form" msgstr "" -#: ../larpe/admin/settings.ptl:28 ../larpe/qommon/ident/idp.ptl:232 -#: ../larpe/qommon/ident/idp.ptl:500 ../larpe/qommon/ident/idp.ptl:516 +#: ../larpe/admin/settings.ptl:28 ../larpe/qommon/ident/idp.ptl:233 +#: ../larpe/qommon/ident/idp.ptl:501 ../larpe/qommon/ident/idp.ptl:517 msgid "Metadata" msgstr "" -#: ../larpe/admin/settings.ptl:29 ../larpe/qommon/ident/idp.ptl:233 -#: ../larpe/qommon/ident/idp.ptl:517 +#: ../larpe/admin/settings.ptl:29 ../larpe/qommon/ident/idp.ptl:234 +#: ../larpe/qommon/ident/idp.ptl:518 msgid "Public Key" msgstr "" -#: ../larpe/admin/settings.ptl:30 ../larpe/qommon/ident/idp.ptl:234 -#: ../larpe/qommon/ident/idp.ptl:518 +#: ../larpe/admin/settings.ptl:30 ../larpe/qommon/ident/idp.ptl:235 +#: ../larpe/qommon/ident/idp.ptl:519 msgid "CA Certificate Chain" msgstr "" #: ../larpe/admin/settings.ptl:34 ../larpe/admin/settings.ptl:35 -#: ../larpe/qommon/ident/idp.ptl:241 ../larpe/qommon/ident/idp.ptl:242 -#: ../larpe/qommon/ident/idp.ptl:415 ../larpe/qommon/ident/idp.ptl:416 +#: ../larpe/qommon/ident/idp.ptl:242 ../larpe/qommon/ident/idp.ptl:243 +#: ../larpe/qommon/ident/idp.ptl:416 ../larpe/qommon/ident/idp.ptl:417 msgid "New Identity Provider" msgstr "" #: ../larpe/admin/settings.ptl:53 ../larpe/admin/settings.ptl:87 -#: ../larpe/qommon/ident/idp.ptl:266 ../larpe/qommon/ident/idp.ptl:315 -#: ../larpe/qommon/ident/idp.ptl:357 ../larpe/qommon/ident/idp.ptl:388 -#: ../larpe/qommon/ident/idp.ptl:600 ../larpe/qommon/ident/idp.ptl:657 -#: ../larpe/qommon/ident/idp.ptl:670 +#: ../larpe/qommon/ident/idp.ptl:267 ../larpe/qommon/ident/idp.ptl:316 +#: ../larpe/qommon/ident/idp.ptl:358 ../larpe/qommon/ident/idp.ptl:389 +#: ../larpe/qommon/ident/idp.ptl:601 ../larpe/qommon/ident/idp.ptl:658 +#: ../larpe/qommon/ident/idp.ptl:671 msgid "Bad metadata" msgstr "" -#. #-#-#-#-# tmp.22.settings.ptl.pot (PACKAGE VERSION) #-#-#-#-# +#. #-#-#-#-# tmp.23.settings.ptl.pot (PACKAGE VERSION) #-#-#-#-# #. Don't use custom emails #: ../larpe/admin/settings.ptl:104 ../larpe/admin/settings.ptl:105 -#: ../larpe/admin/settings.ptl:192 ../larpe/qommon/admin/emails.ptl:74 -#: ../larpe/qommon/admin/emails.ptl:84 ../larpe/qommon/admin/emails.ptl:85 -#: ../larpe/qommon/admin/emails.ptl:139 ../larpe/qommon/admin/emails.ptl:182 +#: ../larpe/admin/settings.ptl:192 ../larpe/qommon/admin/emails.ptl:75 +#: ../larpe/qommon/admin/emails.ptl:85 ../larpe/qommon/admin/emails.ptl:86 +#: ../larpe/qommon/admin/emails.ptl:159 ../larpe/qommon/admin/emails.ptl:202 msgid "Emails" msgstr "" -#: ../larpe/admin/settings.ptl:108 ../larpe/qommon/admin/emails.ptl:75 -#: ../larpe/qommon/admin/emails.ptl:76 ../larpe/qommon/admin/emails.ptl:88 +#: ../larpe/admin/settings.ptl:108 ../larpe/qommon/admin/emails.ptl:76 +#: ../larpe/qommon/admin/emails.ptl:77 ../larpe/qommon/admin/emails.ptl:89 msgid "General Options" msgstr "" -#: ../larpe/admin/settings.ptl:125 ../larpe/admin/hosts.ptl:83 +#: ../larpe/admin/settings.ptl:125 ../larpe/admin/hosts.ptl:84 #: ../larpe/admin/root.ptl:46 ../larpe/qommon/admin/settings.ptl:10 msgid "Settings" msgstr "" @@ -359,8 +361,8 @@ msgstr "" msgid "Liberty Alliance Service Provider" msgstr "" -#: ../larpe/admin/settings.ptl:132 ../larpe/qommon/ident/idp.ptl:694 -#: ../larpe/qommon/ident/idp.ptl:698 +#: ../larpe/admin/settings.ptl:132 ../larpe/qommon/ident/idp.ptl:695 +#: ../larpe/qommon/ident/idp.ptl:699 msgid "Service Provider" msgstr "" @@ -368,7 +370,7 @@ msgstr "" msgid "Configure Larpe as a Service Provider" msgstr "" -#: ../larpe/admin/settings.ptl:142 ../larpe/admin/hosts.ptl:898 +#: ../larpe/admin/settings.ptl:142 ../larpe/admin/hosts.ptl:913 msgid "SAML 2.0 Metadata" msgstr "" @@ -376,7 +378,7 @@ msgstr "" msgid "Download SAML 2.0 metadata file for Larpe" msgstr "" -#: ../larpe/admin/settings.ptl:149 ../larpe/admin/hosts.ptl:903 +#: ../larpe/admin/settings.ptl:149 ../larpe/admin/hosts.ptl:918 msgid "ID-FF 1.2 Metadata" msgstr "" @@ -384,11 +386,11 @@ msgstr "" msgid "Download ID-FF 1.2 metadata file for Larpe" msgstr "" -#: ../larpe/admin/settings.ptl:156 ../larpe/admin/hosts.ptl:912 +#: ../larpe/admin/settings.ptl:156 ../larpe/admin/hosts.ptl:927 msgid "Public key" msgstr "" -#: ../larpe/admin/settings.ptl:157 ../larpe/admin/hosts.ptl:913 +#: ../larpe/admin/settings.ptl:157 ../larpe/admin/hosts.ptl:928 msgid "Download SSL Public Key file" msgstr "" @@ -400,8 +402,8 @@ msgstr "" msgid "Liberty Alliance Identity Provider" msgstr "" -#: ../larpe/admin/settings.ptl:167 ../larpe/qommon/ident/idp.ptl:493 -#: ../larpe/qommon/ident/idp.ptl:498 ../larpe/qommon/ident/idp.ptl:551 +#: ../larpe/admin/settings.ptl:167 ../larpe/qommon/ident/idp.ptl:494 +#: ../larpe/qommon/ident/idp.ptl:499 ../larpe/qommon/ident/idp.ptl:552 msgid "Identity Provider" msgstr "" @@ -439,8 +441,8 @@ msgstr "" msgid "Customise Apache 2 configuration generation" msgstr "" -#: ../larpe/admin/settings.ptl:183 ../larpe/qommon/admin/settings.ptl:56 -#: ../larpe/qommon/admin/settings.ptl:57 +#: ../larpe/admin/settings.ptl:183 ../larpe/qommon/admin/settings.ptl:95 +#: ../larpe/qommon/admin/settings.ptl:96 msgid "Proxy" msgstr "" @@ -452,8 +454,8 @@ msgstr "" msgid "Customisation" msgstr "" -#: ../larpe/admin/settings.ptl:190 ../larpe/qommon/admin/settings.ptl:16 -#: ../larpe/qommon/admin/settings.ptl:28 ../larpe/qommon/admin/settings.ptl:29 +#: ../larpe/admin/settings.ptl:190 ../larpe/qommon/admin/settings.ptl:55 +#: ../larpe/qommon/admin/settings.ptl:67 ../larpe/qommon/admin/settings.ptl:68 msgid "Language" msgstr "" @@ -469,8 +471,9 @@ msgstr "" msgid "Misc" msgstr "" -#: ../larpe/admin/settings.ptl:199 ../larpe/qommon/admin/settings.ptl:85 -#: ../larpe/qommon/admin/settings.ptl:86 ../larpe/qommon/admin/settings.ptl:87 +#: ../larpe/admin/settings.ptl:199 ../larpe/qommon/admin/settings.ptl:127 +#: ../larpe/qommon/admin/settings.ptl:128 +#: ../larpe/qommon/admin/settings.ptl:129 msgid "Debug Options" msgstr "" @@ -478,12 +481,12 @@ msgstr "" msgid "Configure options useful for debugging" msgstr "" -#: ../larpe/admin/settings.ptl:215 ../larpe/qommon/ident/idp.ptl:754 +#: ../larpe/admin/settings.ptl:215 ../larpe/qommon/ident/idp.ptl:755 msgid "Organisation Name" msgstr "" #: ../larpe/admin/settings.ptl:222 ../larpe/admin/settings.ptl:223 -#: ../larpe/qommon/ident/idp.ptl:776 ../larpe/qommon/ident/idp.ptl:777 +#: ../larpe/qommon/ident/idp.ptl:777 ../larpe/qommon/ident/idp.ptl:778 msgid "Service Provider Configuration" msgstr "" @@ -560,21 +563,21 @@ msgstr "" msgid "New Field" msgstr "" -#: ../larpe/admin/hosts.ptl:32 +#: ../larpe/admin/hosts.ptl:33 msgid "" "You must either choose a different hostname from Larpe or specify a reversed " "directory" msgstr "" -#: ../larpe/admin/hosts.ptl:79 ../larpe/admin/hosts.ptl:101 +#: ../larpe/admin/hosts.ptl:80 ../larpe/admin/hosts.ptl:102 msgid "Basic configuration" msgstr "" -#: ../larpe/admin/hosts.ptl:80 +#: ../larpe/admin/hosts.ptl:81 msgid "Need domain name configuration" msgstr "" -#: ../larpe/admin/hosts.ptl:81 +#: ../larpe/admin/hosts.ptl:82 #, python-format msgid "" "Before configuring hosts, you must\n" @@ -583,74 +586,74 @@ msgid "" "%(settings)s menu." msgstr "" -#: ../larpe/admin/hosts.ptl:102 +#: ../larpe/admin/hosts.ptl:103 msgid "Step 1 - Basic configuration" msgstr "" -#: ../larpe/admin/hosts.ptl:111 +#: ../larpe/admin/hosts.ptl:112 msgid "Original site root address" msgstr "" -#: ../larpe/admin/hosts.ptl:113 +#: ../larpe/admin/hosts.ptl:114 msgid "" "If your site address is http://test.org/index.php, put http://test.org/ here" msgstr "" -#: ../larpe/admin/hosts.ptl:116 +#: ../larpe/admin/hosts.ptl:117 msgid "Use a proxy" msgstr "" -#: ../larpe/admin/hosts.ptl:117 +#: ../larpe/admin/hosts.ptl:118 msgid "" "Uncheck it if Larpe doesn't need to use the proxy to connect to this site" msgstr "" -#: ../larpe/admin/hosts.ptl:121 +#: ../larpe/admin/hosts.ptl:122 msgid "" "If Larpe needs to use a proxy to connect to this site, you must first " "configure\n" " it in global proxy parameters." msgstr "" -#: ../larpe/admin/hosts.ptl:124 ../larpe/admin/hosts.ptl:314 -#: ../larpe/admin/hosts.ptl:342 ../larpe/admin/hosts.ptl:432 -#: ../larpe/admin/hosts.ptl:456 ../larpe/admin/hosts.ptl:537 -#: ../larpe/admin/hosts.ptl:573 ../larpe/admin/hosts.ptl:852 -#: ../larpe/admin/hosts.ptl:874 ../larpe/admin/hosts.ptl:932 -#: ../larpe/admin/hosts.ptl:962 ../larpe/qommon/admin/menu.ptl:101 +#: ../larpe/admin/hosts.ptl:125 ../larpe/admin/hosts.ptl:315 +#: ../larpe/admin/hosts.ptl:343 ../larpe/admin/hosts.ptl:433 +#: ../larpe/admin/hosts.ptl:464 ../larpe/admin/hosts.ptl:547 +#: ../larpe/admin/hosts.ptl:583 ../larpe/admin/hosts.ptl:873 +#: ../larpe/admin/hosts.ptl:889 ../larpe/admin/hosts.ptl:947 +#: ../larpe/admin/hosts.ptl:977 ../larpe/qommon/admin/menu.ptl:101 msgid "Next" msgstr "" -#: ../larpe/admin/hosts.ptl:125 ../larpe/admin/hosts.ptl:315 -#: ../larpe/admin/hosts.ptl:433 ../larpe/admin/hosts.ptl:457 -#: ../larpe/admin/hosts.ptl:538 ../larpe/admin/hosts.ptl:574 -#: ../larpe/admin/hosts.ptl:853 ../larpe/admin/hosts.ptl:875 -#: ../larpe/admin/hosts.ptl:963 +#: ../larpe/admin/hosts.ptl:126 ../larpe/admin/hosts.ptl:316 +#: ../larpe/admin/hosts.ptl:434 ../larpe/admin/hosts.ptl:465 +#: ../larpe/admin/hosts.ptl:548 ../larpe/admin/hosts.ptl:584 +#: ../larpe/admin/hosts.ptl:874 ../larpe/admin/hosts.ptl:890 +#: ../larpe/admin/hosts.ptl:978 msgid "Terminate" msgstr "" -#: ../larpe/admin/hosts.ptl:313 ../larpe/admin/hosts.ptl:342 -#: ../larpe/admin/hosts.ptl:431 ../larpe/admin/hosts.ptl:455 -#: ../larpe/admin/hosts.ptl:536 ../larpe/admin/hosts.ptl:572 -#: ../larpe/admin/hosts.ptl:851 ../larpe/admin/hosts.ptl:873 -#: ../larpe/admin/hosts.ptl:961 ../larpe/admin/hosts.ptl:987 +#: ../larpe/admin/hosts.ptl:314 ../larpe/admin/hosts.ptl:343 +#: ../larpe/admin/hosts.ptl:432 ../larpe/admin/hosts.ptl:463 +#: ../larpe/admin/hosts.ptl:546 ../larpe/admin/hosts.ptl:582 +#: ../larpe/admin/hosts.ptl:872 ../larpe/admin/hosts.ptl:888 +#: ../larpe/admin/hosts.ptl:976 ../larpe/admin/hosts.ptl:1002 #: ../larpe/qommon/admin/menu.ptl:100 msgid "Previous" msgstr "" -#: ../larpe/admin/hosts.ptl:331 +#: ../larpe/admin/hosts.ptl:332 msgid "Check site address and name" msgstr "" -#: ../larpe/admin/hosts.ptl:332 +#: ../larpe/admin/hosts.ptl:333 msgid "Step 2 - Check the new site address works" msgstr "" -#: ../larpe/admin/hosts.ptl:334 +#: ../larpe/admin/hosts.ptl:335 msgid "DNS configuration" msgstr "" -#: ../larpe/admin/hosts.ptl:336 +#: ../larpe/admin/hosts.ptl:337 msgid "" "Before opening the following link, ensure you have configured your DNS\n" "for this address. If you don't have a DNS server and you just want to test " @@ -658,7 +661,7 @@ msgid "" "domain name in the file \"/etc/hosts\"." msgstr "" -#: ../larpe/admin/hosts.ptl:340 +#: ../larpe/admin/hosts.ptl:341 #, python-format msgid "" "Then you can open this link in a new window or tab and see if your site\n" @@ -667,88 +670,96 @@ msgid "" "button and check your settings." msgstr "" -#: ../larpe/admin/hosts.ptl:344 +#: ../larpe/admin/hosts.ptl:345 msgid "Site adress and name" msgstr "" -#: ../larpe/admin/hosts.ptl:346 +#: ../larpe/admin/hosts.ptl:347 msgid "The new address of this site is " msgstr "" -#: ../larpe/admin/hosts.ptl:348 +#: ../larpe/admin/hosts.ptl:349 #, python-format msgid "The name of this site is \"%s\"." msgstr "" -#: ../larpe/admin/hosts.ptl:349 +#: ../larpe/admin/hosts.ptl:350 msgid "" "You can also \n" "modify the address or the name of this site" msgstr "" -#: ../larpe/admin/hosts.ptl:365 +#: ../larpe/admin/hosts.ptl:366 msgid "An host with the same name already exists" msgstr "" -#: ../larpe/admin/hosts.ptl:372 ../larpe/admin/hosts.ptl:373 +#: ../larpe/admin/hosts.ptl:373 ../larpe/admin/hosts.ptl:374 msgid "Modify site address and name" msgstr "" -#: ../larpe/admin/hosts.ptl:379 +#: ../larpe/admin/hosts.ptl:380 msgid "Address" msgstr "" -#: ../larpe/admin/hosts.ptl:418 +#: ../larpe/admin/hosts.ptl:419 msgid "Authentication and logout" msgstr "" -#: ../larpe/admin/hosts.ptl:419 +#: ../larpe/admin/hosts.ptl:420 msgid "Step 3 - Configure authentication and logout pages" msgstr "" -#: ../larpe/admin/hosts.ptl:425 ../larpe/admin/hosts.ptl:954 +#: ../larpe/admin/hosts.ptl:426 ../larpe/admin/hosts.ptl:969 msgid "Authentication form page address" msgstr "" -#: ../larpe/admin/hosts.ptl:426 +#: ../larpe/admin/hosts.ptl:427 msgid "Address of a page on the site which contains the authentication form" msgstr "" -#: ../larpe/admin/hosts.ptl:428 +#: ../larpe/admin/hosts.ptl:429 msgid "Logout address" msgstr "" -#: ../larpe/admin/hosts.ptl:429 +#: ../larpe/admin/hosts.ptl:430 msgid "Address of the logout link on the site" msgstr "" -#: ../larpe/admin/hosts.ptl:445 +#: ../larpe/admin/hosts.ptl:446 msgid "(computed automatically)" msgstr "" -#: ../larpe/admin/hosts.ptl:467 +#: ../larpe/admin/hosts.ptl:459 +msgid "Plugin" +msgstr "" + +#: ../larpe/admin/hosts.ptl:460 +msgid "You can force a plugin" +msgstr "" + +#: ../larpe/admin/hosts.ptl:478 msgid "Auto detected configuration" msgstr "" -#: ../larpe/admin/hosts.ptl:468 +#: ../larpe/admin/hosts.ptl:479 msgid "" "Step 4 - Check automatically detected configuration for the authentication " "form" msgstr "" -#: ../larpe/admin/hosts.ptl:471 +#: ../larpe/admin/hosts.ptl:482 msgid "Address where the authentication form must be sent" msgstr "" -#: ../larpe/admin/hosts.ptl:472 +#: ../larpe/admin/hosts.ptl:483 msgid "Name of the login field" msgstr "" -#: ../larpe/admin/hosts.ptl:473 +#: ../larpe/admin/hosts.ptl:484 msgid "Name of the password field" msgstr "" -#: ../larpe/admin/hosts.ptl:492 +#: ../larpe/admin/hosts.ptl:503 msgid "" "The following authentication form parameters have been detected. If they " "look right, you can go to the next step.\n" @@ -756,190 +767,190 @@ msgid "" "again.\n" msgstr "" -#: ../larpe/admin/hosts.ptl:497 +#: ../larpe/admin/hosts.ptl:508 msgid "" "The following authentication form parameters in red haven't been correctly " "detected. Go back and check\n" "your settings then try again.\n" msgstr "" -#: ../larpe/admin/hosts.ptl:518 ../larpe/admin/hosts.ptl:1234 +#: ../larpe/admin/hosts.ptl:529 ../larpe/admin/hosts.ptl:1250 msgid "Credentials" msgstr "" -#: ../larpe/admin/hosts.ptl:519 +#: ../larpe/admin/hosts.ptl:530 msgid "Step 5 - Fill in a valid username/password for this site" msgstr "" -#: ../larpe/admin/hosts.ptl:525 ../larpe/qommon/ident/password.ptl:123 -#: ../larpe/qommon/ident/password.ptl:217 -#: ../larpe/qommon/ident/password.ptl:398 -#: ../larpe/qommon/ident/password.ptl:686 -#: ../larpe/qommon/ident/password.ptl:779 -#: ../larpe/qommon/ident/password.ptl:895 ../larpe/site_authentication.ptl:93 +#: ../larpe/admin/hosts.ptl:535 ../larpe/qommon/ident/password.ptl:124 +#: ../larpe/qommon/ident/password.ptl:218 +#: ../larpe/qommon/ident/password.ptl:399 +#: ../larpe/qommon/ident/password.ptl:704 +#: ../larpe/qommon/ident/password.ptl:797 +#: ../larpe/qommon/ident/password.ptl:913 ../larpe/site_authentication.ptl:98 msgid "Username" msgstr "" -#: ../larpe/admin/hosts.ptl:527 ../larpe/qommon/ident/password.ptl:124 -#: ../larpe/qommon/ident/password.ptl:404 -#: ../larpe/qommon/ident/password.ptl:785 ../larpe/site_authentication.ptl:95 +#: ../larpe/admin/hosts.ptl:537 ../larpe/qommon/ident/password.ptl:125 +#: ../larpe/qommon/ident/password.ptl:405 +#: ../larpe/qommon/ident/password.ptl:803 ../larpe/site_authentication.ptl:100 msgid "Password" msgstr "" -#: ../larpe/admin/hosts.ptl:584 +#: ../larpe/admin/hosts.ptl:594 msgid "Check authentication" msgstr "" -#: ../larpe/admin/hosts.ptl:585 +#: ../larpe/admin/hosts.ptl:595 msgid "Step 6 - Check the authentication process" msgstr "" -#: ../larpe/admin/hosts.ptl:604 +#: ../larpe/admin/hosts.ptl:614 msgid "Authentication succeeded ! You can go to the next step." msgstr "" -#: ../larpe/admin/hosts.ptl:606 +#: ../larpe/admin/hosts.ptl:616 msgid "Authentication has failed. To resolve this problem, you can :" msgstr "" -#: ../larpe/admin/hosts.ptl:609 +#: ../larpe/admin/hosts.ptl:619 msgid "Try authentication again" msgstr "" -#: ../larpe/admin/hosts.ptl:611 +#: ../larpe/admin/hosts.ptl:621 msgid "See the response of the authentication requests" msgstr "" -#: ../larpe/admin/hosts.ptl:613 ../larpe/admin/hosts.ptl:695 +#: ../larpe/admin/hosts.ptl:623 ../larpe/admin/hosts.ptl:705 msgid "Modify the parameters of the authentication requests" msgstr "" -#: ../larpe/admin/hosts.ptl:615 +#: ../larpe/admin/hosts.ptl:625 msgid "Change the way Larpe detects the authentication is successful or not" msgstr "" -#: ../larpe/admin/hosts.ptl:616 +#: ../larpe/admin/hosts.ptl:626 msgid "Go back and change your username and/or password" msgstr "" -#: ../larpe/admin/hosts.ptl:622 ../larpe/admin/hosts.ptl:623 +#: ../larpe/admin/hosts.ptl:632 ../larpe/admin/hosts.ptl:633 msgid "Authentication response" msgstr "" -#: ../larpe/admin/hosts.ptl:625 +#: ../larpe/admin/hosts.ptl:635 msgid "Response of the request with good credentials" msgstr "" -#: ../larpe/admin/hosts.ptl:628 ../larpe/admin/hosts.ptl:639 +#: ../larpe/admin/hosts.ptl:638 ../larpe/admin/hosts.ptl:649 msgid "HTTP status code" msgstr "" -#: ../larpe/admin/hosts.ptl:633 ../larpe/admin/hosts.ptl:644 +#: ../larpe/admin/hosts.ptl:643 ../larpe/admin/hosts.ptl:654 msgid "See HTML page" msgstr "" -#: ../larpe/admin/hosts.ptl:636 +#: ../larpe/admin/hosts.ptl:646 msgid "Response of the request with bad credentials" msgstr "" -#: ../larpe/admin/hosts.ptl:665 ../larpe/admin/hosts.ptl:666 +#: ../larpe/admin/hosts.ptl:675 ../larpe/admin/hosts.ptl:676 msgid "Authentication success criteria" msgstr "" -#: ../larpe/admin/hosts.ptl:672 +#: ../larpe/admin/hosts.ptl:682 msgid "Authentication system of the original site" msgstr "" -#: ../larpe/admin/hosts.ptl:674 +#: ../larpe/admin/hosts.ptl:684 msgid "Check the existence of a password field" msgstr "" -#: ../larpe/admin/hosts.ptl:675 +#: ../larpe/admin/hosts.ptl:685 msgid "Match some text to detect an authentication failure" msgstr "" -#: ../larpe/admin/hosts.ptl:680 +#: ../larpe/admin/hosts.ptl:690 msgid "Text to match in case of authentication failure" msgstr "" -#: ../larpe/admin/hosts.ptl:694 +#: ../larpe/admin/hosts.ptl:704 msgid "Authentication request" msgstr "" -#: ../larpe/admin/hosts.ptl:699 +#: ../larpe/admin/hosts.ptl:709 msgid "Modify POST parameters" msgstr "" -#: ../larpe/admin/hosts.ptl:699 +#: ../larpe/admin/hosts.ptl:709 msgid "" "Configure the form attributes that will be sent within the authentication " "POST requests" msgstr "" -#: ../larpe/admin/hosts.ptl:701 +#: ../larpe/admin/hosts.ptl:711 msgid "Modify HTTP headers" msgstr "" -#: ../larpe/admin/hosts.ptl:701 +#: ../larpe/admin/hosts.ptl:711 msgid "Configure the HTTP headers of the authentication requests made by Larpe" msgstr "" -#: ../larpe/admin/hosts.ptl:715 +#: ../larpe/admin/hosts.ptl:725 msgid "POST parameters" msgstr "" -#: ../larpe/admin/hosts.ptl:716 +#: ../larpe/admin/hosts.ptl:726 msgid "Configure POST parameters" msgstr "" -#: ../larpe/admin/hosts.ptl:718 +#: ../larpe/admin/hosts.ptl:728 msgid "" "Here are the detected form fields that will be sent as parameters of the\n" "authentication POST request. You can desactivate some or all of them, or " "change their value." msgstr "" -#: ../larpe/admin/hosts.ptl:756 +#: ../larpe/admin/hosts.ptl:766 msgid "HTTP headers" msgstr "" -#: ../larpe/admin/hosts.ptl:757 +#: ../larpe/admin/hosts.ptl:767 msgid "Configure HTTP headers" msgstr "" -#: ../larpe/admin/hosts.ptl:759 +#: ../larpe/admin/hosts.ptl:769 msgid "" "Here are the HTTP headers that will be sent within the authentication\n" "POST request. You can desactivate some or all of them, or change their value." msgstr "" -#: ../larpe/admin/hosts.ptl:772 +#: ../larpe/admin/hosts.ptl:782 msgid "" "The headers \"Host\", \"Accept-Encoding\" and \"Content-Length\" will also " "automatically be sent." msgstr "" -#: ../larpe/admin/hosts.ptl:775 +#: ../larpe/admin/hosts.ptl:785 msgid "" "As Larpe uses a proxy for this site, the headers \"Proxy-Authorization\",\n" "\"Proxy-Connection\" and \"Keep-Alive\" will be sent as well." msgstr "" -#: ../larpe/admin/hosts.ptl:825 +#: ../larpe/admin/hosts.ptl:846 msgid "SSO initiation" msgstr "" -#: ../larpe/admin/hosts.ptl:826 +#: ../larpe/admin/hosts.ptl:847 msgid "Step 7 - Configure how a Single Sign On can be initiated" msgstr "" -#: ../larpe/admin/hosts.ptl:828 +#: ../larpe/admin/hosts.ptl:849 msgid "" "Most sites use one of the following 2 ways to allow users to initialise an " "authentication :" msgstr "" -#: ../larpe/admin/hosts.ptl:831 +#: ../larpe/admin/hosts.ptl:852 msgid "" "The site has a single authentication page. It redirects users to this page " "when\n" @@ -947,7 +958,7 @@ msgid "" "be authenticated." msgstr "" -#: ../larpe/admin/hosts.ptl:834 +#: ../larpe/admin/hosts.ptl:855 msgid "" "The site includes an authentication form in most or all of his pages. Users " "can\n" @@ -955,262 +966,262 @@ msgid "" "separate authentication page." msgstr "" -#: ../larpe/admin/hosts.ptl:839 +#: ../larpe/admin/hosts.ptl:860 msgid "Select the way your site works :" msgstr "" -#: ../larpe/admin/hosts.ptl:847 +#: ../larpe/admin/hosts.ptl:868 msgid "The site has a single authentication page" msgstr "" -#: ../larpe/admin/hosts.ptl:848 +#: ../larpe/admin/hosts.ptl:869 msgid "The site includes an authentication form in most or all pages" msgstr "" -#: ../larpe/admin/hosts.ptl:885 +#: ../larpe/admin/hosts.ptl:900 msgid "Metadatas" msgstr "" -#: ../larpe/admin/hosts.ptl:886 +#: ../larpe/admin/hosts.ptl:901 #, python-format msgid "Step 8 - Metadatas of %(site_name)s" msgstr "" -#: ../larpe/admin/hosts.ptl:889 +#: ../larpe/admin/hosts.ptl:904 msgid "" "Download the metadatas and the public key for this site and\n" "upload them on your identity provider in order to use Liberty Alliance " "features." msgstr "" -#: ../larpe/admin/hosts.ptl:899 +#: ../larpe/admin/hosts.ptl:914 msgid "Download SAML 2.0 metadata file" msgstr "" -#: ../larpe/admin/hosts.ptl:904 +#: ../larpe/admin/hosts.ptl:919 msgid "Download ID-FF 1.2 metadata file" msgstr "" -#: ../larpe/admin/hosts.ptl:906 +#: ../larpe/admin/hosts.ptl:921 msgid "No metadata has been generated for this host." msgstr "" -#: ../larpe/admin/hosts.ptl:915 +#: ../larpe/admin/hosts.ptl:930 msgid "No public key has been generated for this host." msgstr "" -#: ../larpe/admin/hosts.ptl:927 +#: ../larpe/admin/hosts.ptl:942 msgid "Advanced options" msgstr "" -#: ../larpe/admin/hosts.ptl:928 +#: ../larpe/admin/hosts.ptl:943 msgid "Step 9 - Advanced options" msgstr "" -#: ../larpe/admin/hosts.ptl:930 +#: ../larpe/admin/hosts.ptl:945 msgid "Configure advanced options to setup the last details of your site." msgstr "" -#: ../larpe/admin/hosts.ptl:931 +#: ../larpe/admin/hosts.ptl:946 #, python-format msgid "" "If you don't know what to configure here, just click %(next)s and\n" "come here later if needed." msgstr "" -#: ../larpe/admin/hosts.ptl:944 +#: ../larpe/admin/hosts.ptl:959 msgid "Redirect the root URL of the site to the login page." msgstr "" -#: ../larpe/admin/hosts.ptl:946 +#: ../larpe/admin/hosts.ptl:961 msgid "Return address" msgstr "" -#: ../larpe/admin/hosts.ptl:947 +#: ../larpe/admin/hosts.ptl:962 msgid "Where the user will be redirected after a successful authentication" msgstr "" -#: ../larpe/admin/hosts.ptl:949 +#: ../larpe/admin/hosts.ptl:964 msgid "Error address" msgstr "" -#: ../larpe/admin/hosts.ptl:950 +#: ../larpe/admin/hosts.ptl:965 msgid "Where the user will be redirected after a disconnection or an error" msgstr "" -#: ../larpe/admin/hosts.ptl:952 +#: ../larpe/admin/hosts.ptl:967 msgid "URL which must initiate the SSO" msgstr "" -#: ../larpe/admin/hosts.ptl:953 +#: ../larpe/admin/hosts.ptl:968 #, python-format msgid "" "Address which must initiate the SSO. If empty, defaults to the previously\n" "specified \"%s\"" msgstr "" -#: ../larpe/admin/hosts.ptl:956 +#: ../larpe/admin/hosts.ptl:971 msgid "Apache HTML proxy" msgstr "" -#: ../larpe/admin/hosts.ptl:957 +#: ../larpe/admin/hosts.ptl:972 msgid "" "Converts urls in the HTML pages according to the host new domain name.\n" "Disabled by default because it makes some sites not work correctly." msgstr "" -#: ../larpe/admin/hosts.ptl:988 ../larpe/admin/hosts.ptl:1009 +#: ../larpe/admin/hosts.ptl:1003 ../larpe/admin/hosts.ptl:1024 msgid "Finish" msgstr "" -#: ../larpe/admin/hosts.ptl:996 +#: ../larpe/admin/hosts.ptl:1011 msgid "Check everything works" msgstr "" -#: ../larpe/admin/hosts.ptl:997 +#: ../larpe/admin/hosts.ptl:1012 msgid "Step 10 - Check everything works" msgstr "" -#: ../larpe/admin/hosts.ptl:1000 +#: ../larpe/admin/hosts.ptl:1015 msgid "" "Now you can fully test your site, start from the home page, initiate a\n" "Single Sign On, federate your identities and do a Single Logout." msgstr "" -#: ../larpe/admin/hosts.ptl:1003 +#: ../larpe/admin/hosts.ptl:1018 msgid "The address of your site is : " msgstr "" -#: ../larpe/admin/hosts.ptl:1008 +#: ../larpe/admin/hosts.ptl:1023 #, python-format msgid "" "If everything works, click the \"%(finish)s\" button, otherwise you can go\n" "back and check your settings." msgstr "" -#: ../larpe/admin/hosts.ptl:1120 ../larpe/admin/hosts.ptl:1135 -#: ../larpe/admin/hosts.ptl:1166 +#: ../larpe/admin/hosts.ptl:1136 ../larpe/admin/hosts.ptl:1151 +#: ../larpe/admin/hosts.ptl:1182 msgid "(filled by users)" msgstr "" -#: ../larpe/admin/hosts.ptl:1217 +#: ../larpe/admin/hosts.ptl:1233 msgid "Configuration assistant" msgstr "" -#: ../larpe/admin/hosts.ptl:1222 +#: ../larpe/admin/hosts.ptl:1238 msgid "Address of the original site" msgstr "" -#: ../larpe/admin/hosts.ptl:1222 +#: ../larpe/admin/hosts.ptl:1238 msgid "Configure the root address of the site" msgstr "" -#: ../larpe/admin/hosts.ptl:1225 +#: ../larpe/admin/hosts.ptl:1241 msgid "New address and name" msgstr "" -#: ../larpe/admin/hosts.ptl:1225 +#: ../larpe/admin/hosts.ptl:1241 msgid "Configure the new address and name of this site" msgstr "" -#: ../larpe/admin/hosts.ptl:1228 +#: ../larpe/admin/hosts.ptl:1244 msgid "Authentication and logout addresses" msgstr "" -#: ../larpe/admin/hosts.ptl:1228 +#: ../larpe/admin/hosts.ptl:1244 msgid "Configure the authentication and logout addresses of the original site" msgstr "" -#: ../larpe/admin/hosts.ptl:1231 +#: ../larpe/admin/hosts.ptl:1247 msgid "Check auto detected configuration" msgstr "" -#: ../larpe/admin/hosts.ptl:1231 +#: ../larpe/admin/hosts.ptl:1247 msgid "Check the automatically detected configuration is right" msgstr "" -#: ../larpe/admin/hosts.ptl:1234 +#: ../larpe/admin/hosts.ptl:1250 msgid "Configure some valid credentials to authenticate on the original site" msgstr "" -#: ../larpe/admin/hosts.ptl:1237 +#: ../larpe/admin/hosts.ptl:1253 msgid "Retry authentication" msgstr "" -#: ../larpe/admin/hosts.ptl:1237 +#: ../larpe/admin/hosts.ptl:1253 msgid "" "Retry sending an authentication request to the site to check if your new " "parameters work well" msgstr "" -#: ../larpe/admin/hosts.ptl:1240 +#: ../larpe/admin/hosts.ptl:1256 msgid "Check authentication response" msgstr "" -#: ../larpe/admin/hosts.ptl:1240 +#: ../larpe/admin/hosts.ptl:1256 msgid "Check the response from the latest authentication request" msgstr "" -#: ../larpe/admin/hosts.ptl:1243 +#: ../larpe/admin/hosts.ptl:1259 msgid "Configure authentication success criteria" msgstr "" -#: ../larpe/admin/hosts.ptl:1243 +#: ../larpe/admin/hosts.ptl:1259 msgid "Specify how Larpe knows if the authentication has succeeded or not" msgstr "" -#: ../larpe/admin/hosts.ptl:1246 +#: ../larpe/admin/hosts.ptl:1262 msgid "Modify authentication request" msgstr "" -#: ../larpe/admin/hosts.ptl:1246 +#: ../larpe/admin/hosts.ptl:1262 msgid "Modify POST fields or HTTP headers of the authentication request" msgstr "" -#: ../larpe/admin/hosts.ptl:1249 +#: ../larpe/admin/hosts.ptl:1265 msgid "Configure how a Single Sign On can be initiated" msgstr "" -#: ../larpe/admin/hosts.ptl:1252 +#: ../larpe/admin/hosts.ptl:1268 msgid "Metadatas and key" msgstr "" -#: ../larpe/admin/hosts.ptl:1252 +#: ../larpe/admin/hosts.ptl:1268 msgid "Download SAML 2.0 or ID-FF metadatas and SSL public key" msgstr "" -#: ../larpe/admin/hosts.ptl:1255 +#: ../larpe/admin/hosts.ptl:1271 msgid "Adavanced options" msgstr "" -#: ../larpe/admin/hosts.ptl:1255 +#: ../larpe/admin/hosts.ptl:1271 msgid "Configure advanced options to setup the last details of your site" msgstr "" -#: ../larpe/admin/hosts.ptl:1259 +#: ../larpe/admin/hosts.ptl:1275 msgid "Form prefilling with ID-WSF" msgstr "" -#: ../larpe/admin/hosts.ptl:1263 +#: ../larpe/admin/hosts.ptl:1279 msgid "Configure the forms to prefill" msgstr "" -#: ../larpe/admin/hosts.ptl:1269 +#: ../larpe/admin/hosts.ptl:1285 msgid "You are about to irrevocably delete this host." msgstr "" -#: ../larpe/admin/hosts.ptl:1276 ../larpe/admin/hosts.ptl:1277 +#: ../larpe/admin/hosts.ptl:1292 ../larpe/admin/hosts.ptl:1293 msgid "Delete Host" msgstr "" -#: ../larpe/admin/hosts.ptl:1289 ../larpe/admin/hosts.ptl:1290 -#: ../larpe/admin/hosts.ptl:1327 ../larpe/admin/hosts.ptl:1334 +#: ../larpe/admin/hosts.ptl:1305 ../larpe/admin/hosts.ptl:1306 +#: ../larpe/admin/hosts.ptl:1343 ../larpe/admin/hosts.ptl:1350 #: ../larpe/admin/root.ptl:44 msgid "Hosts" msgstr "" -#: ../larpe/admin/hosts.ptl:1293 ../larpe/admin/hosts.ptl:1320 -#: ../larpe/admin/hosts.ptl:1321 +#: ../larpe/admin/hosts.ptl:1309 ../larpe/admin/hosts.ptl:1336 +#: ../larpe/admin/hosts.ptl:1337 msgid "New Host" msgstr "" @@ -1262,11 +1273,11 @@ msgstr "" msgid "Edit Profile" msgstr "" -#: ../larpe/qommon/myspace.ptl:124 ../larpe/qommon/ident/password.ptl:310 +#: ../larpe/qommon/myspace.ptl:124 ../larpe/qommon/ident/password.ptl:311 msgid "New Password" msgstr "" -#: ../larpe/qommon/myspace.ptl:126 ../larpe/qommon/ident/password.ptl:312 +#: ../larpe/qommon/myspace.ptl:126 ../larpe/qommon/ident/password.ptl:313 msgid "New Password (confirm)" msgstr "" @@ -1274,7 +1285,7 @@ msgstr "" msgid "Change Password" msgstr "" -#: ../larpe/qommon/myspace.ptl:140 ../larpe/qommon/ident/password.ptl:326 +#: ../larpe/qommon/myspace.ptl:140 ../larpe/qommon/ident/password.ptl:327 msgid "Passwords do not match" msgstr "" @@ -1354,417 +1365,440 @@ msgstr "" msgid "Account Creation Confirmed" msgstr "" -#: ../larpe/qommon/ident/password.ptl:125 +#: ../larpe/qommon/ident/password.ptl:126 msgid "Log in" msgstr "" -#: ../larpe/qommon/ident/password.ptl:131 -#: ../larpe/qommon/ident/password.ptl:132 ../larpe/qommon/ident/idp.ptl:97 +#: ../larpe/qommon/ident/password.ptl:132 +#: ../larpe/qommon/ident/password.ptl:133 ../larpe/qommon/ident/idp.ptl:98 msgid "Login" msgstr "" -#: ../larpe/qommon/ident/password.ptl:165 +#: ../larpe/qommon/ident/password.ptl:166 msgid "Invalid credentials" msgstr "" -#: ../larpe/qommon/ident/password.ptl:176 +#: ../larpe/qommon/ident/password.ptl:177 msgid "This account is waiting for moderation" msgstr "" -#: ../larpe/qommon/ident/password.ptl:181 +#: ../larpe/qommon/ident/password.ptl:182 msgid "This account is waiting for confirmation" msgstr "" -#: ../larpe/qommon/ident/password.ptl:186 +#: ../larpe/qommon/ident/password.ptl:187 msgid "This account has been disabled" msgstr "" -#: ../larpe/qommon/ident/password.ptl:218 +#: ../larpe/qommon/ident/password.ptl:219 msgid "Submit Request" msgstr "" -#: ../larpe/qommon/ident/password.ptl:227 #: ../larpe/qommon/ident/password.ptl:228 +#: ../larpe/qommon/ident/password.ptl:229 msgid "Forgotten password" msgstr "" -#: ../larpe/qommon/ident/password.ptl:245 +#: ../larpe/qommon/ident/password.ptl:246 msgid "There is no user with that name or it has no email contact." msgstr "" -#: ../larpe/qommon/ident/password.ptl:267 +#: ../larpe/qommon/ident/password.ptl:268 msgid "Failed to send email (server error)" msgstr "" -#: ../larpe/qommon/ident/password.ptl:272 +#: ../larpe/qommon/ident/password.ptl:273 msgid "Forgotten Password" msgstr "" -#: ../larpe/qommon/ident/password.ptl:286 +#: ../larpe/qommon/ident/password.ptl:287 msgid "" "The token you submitted does not exist, has expired, or has been cancelled." msgstr "" -#: ../larpe/qommon/ident/password.ptl:287 -#: ../larpe/qommon/ident/password.ptl:292 +#: ../larpe/qommon/ident/password.ptl:288 +#: ../larpe/qommon/ident/password.ptl:293 msgid "home page" msgstr "" -#: ../larpe/qommon/ident/password.ptl:291 +#: ../larpe/qommon/ident/password.ptl:292 msgid "The token you submitted is not appropriate for the requested task." msgstr "" -#: ../larpe/qommon/ident/password.ptl:297 +#: ../larpe/qommon/ident/password.ptl:298 msgid "Request Cancelled" msgstr "" -#: ../larpe/qommon/ident/password.ptl:298 +#: ../larpe/qommon/ident/password.ptl:299 msgid "Your request has been cancelled" msgstr "" -#: ../larpe/qommon/ident/password.ptl:300 +#: ../larpe/qommon/ident/password.ptl:301 msgid "Continue to home page

" msgstr "" -#: ../larpe/qommon/ident/password.ptl:376 +#: ../larpe/qommon/ident/password.ptl:377 msgid "New password sent by email" msgstr "" -#: ../larpe/qommon/ident/password.ptl:406 ../larpe/qommon/ident/idp.ptl:126 +#: ../larpe/qommon/ident/password.ptl:407 ../larpe/qommon/ident/idp.ptl:127 msgid "Create Account" msgstr "" -#: ../larpe/qommon/ident/password.ptl:413 -#: ../larpe/qommon/ident/password.ptl:414 ../larpe/qommon/ident/idp.ptl:133 -#: ../larpe/qommon/ident/idp.ptl:134 +#: ../larpe/qommon/ident/password.ptl:414 +#: ../larpe/qommon/ident/password.ptl:415 ../larpe/qommon/ident/idp.ptl:134 +#: ../larpe/qommon/ident/idp.ptl:135 msgid "New Account" msgstr "" -#: ../larpe/qommon/ident/password.ptl:435 +#: ../larpe/qommon/ident/password.ptl:436 msgid "There is already a user with that username" msgstr "" -#: ../larpe/qommon/ident/password.ptl:438 +#: ../larpe/qommon/ident/password.ptl:439 msgid "There is already a user with that email address" msgstr "" -#: ../larpe/qommon/ident/password.ptl:477 +#: ../larpe/qommon/ident/password.ptl:481 msgid "" "Accounts are configured to require confirmation but accounts can be created " "without emails" msgstr "" -#: ../larpe/qommon/ident/password.ptl:496 -msgid "Account created, waiting for moderation" -msgstr "" - #: ../larpe/qommon/ident/password.ptl:499 -msgid "A site administrator will now review then activate your account." -msgstr "" - -#: ../larpe/qommon/ident/password.ptl:503 -msgid "You will then get your password by email." -msgstr "" - -#: ../larpe/qommon/ident/password.ptl:507 -msgid "Back to home page" -msgstr "" - -#: ../larpe/qommon/ident/password.ptl:513 -msgid "Email sent" +msgid "" +"Accounts are configured to have a generated password but accounts can be " +"created without emails" msgstr "" #: ../larpe/qommon/ident/password.ptl:516 -msgid "An email has been sent to you so you can confirm your account creation." +msgid "Account created, waiting for moderation" msgstr "" -#: ../larpe/qommon/ident/password.ptl:543 +#: ../larpe/qommon/ident/password.ptl:519 +msgid "A site administrator will now review then activate your account." +msgstr "" + +#: ../larpe/qommon/ident/password.ptl:523 +msgid "You will then get your password by email." +msgstr "" + +#: ../larpe/qommon/ident/password.ptl:527 +msgid "Back to home page" +msgstr "" + +#: ../larpe/qommon/ident/password.ptl:533 +msgid "Email sent" +msgstr "" + +#: ../larpe/qommon/ident/password.ptl:561 msgid "Username / Password" msgstr "" -#: ../larpe/qommon/ident/password.ptl:547 +#: ../larpe/qommon/ident/password.ptl:565 msgid "Configure username/password identification method" msgstr "" -#: ../larpe/qommon/ident/password.ptl:561 ../larpe/qommon/ident/idp.ptl:719 +#: ../larpe/qommon/ident/password.ptl:579 ../larpe/qommon/ident/idp.ptl:720 msgid "Identities" msgstr "" -#: ../larpe/qommon/ident/password.ptl:561 ../larpe/qommon/ident/idp.ptl:719 +#: ../larpe/qommon/ident/password.ptl:579 ../larpe/qommon/ident/idp.ptl:720 msgid "Configure identities creation" msgstr "" -#: ../larpe/qommon/ident/password.ptl:563 -#: ../larpe/qommon/ident/password.ptl:602 -#: ../larpe/qommon/ident/password.ptl:603 +#: ../larpe/qommon/ident/password.ptl:581 +#: ../larpe/qommon/ident/password.ptl:620 +#: ../larpe/qommon/ident/password.ptl:621 msgid "Passwords" msgstr "" -#: ../larpe/qommon/ident/password.ptl:563 +#: ../larpe/qommon/ident/password.ptl:581 msgid "Configure all password things" msgstr "" -#: ../larpe/qommon/ident/password.ptl:565 -#: ../larpe/qommon/ident/password.ptl:673 -#: ../larpe/qommon/ident/password.ptl:676 +#: ../larpe/qommon/ident/password.ptl:583 +#: ../larpe/qommon/ident/password.ptl:691 +#: ../larpe/qommon/ident/password.ptl:694 msgid "Bulk Import" msgstr "" -#: ../larpe/qommon/ident/password.ptl:565 +#: ../larpe/qommon/ident/password.ptl:583 msgid "Import accounts from a CSV file" msgstr "" -#: ../larpe/qommon/ident/password.ptl:571 +#: ../larpe/qommon/ident/password.ptl:589 msgid "Users can change their password" msgstr "" -#: ../larpe/qommon/ident/password.ptl:573 +#: ../larpe/qommon/ident/password.ptl:591 msgid "Generate initial password" msgstr "" -#: ../larpe/qommon/ident/password.ptl:576 +#: ../larpe/qommon/ident/password.ptl:594 msgid "Lost Password Behaviour" msgstr "" -#: ../larpe/qommon/ident/password.ptl:578 +#: ../larpe/qommon/ident/password.ptl:596 msgid "Nothing (contact admin)" msgstr "" -#: ../larpe/qommon/ident/password.ptl:579 +#: ../larpe/qommon/ident/password.ptl:597 msgid "Email reminder" msgstr "" -#: ../larpe/qommon/ident/password.ptl:580 +#: ../larpe/qommon/ident/password.ptl:598 msgid "Question selected by user" msgstr "" -#: ../larpe/qommon/ident/password.ptl:581 +#: ../larpe/qommon/ident/password.ptl:599 msgid "Minimum password length" msgstr "" -#: ../larpe/qommon/ident/password.ptl:583 +#: ../larpe/qommon/ident/password.ptl:601 msgid "Maximum password length" msgstr "" -#: ../larpe/qommon/ident/password.ptl:585 +#: ../larpe/qommon/ident/password.ptl:603 msgid "0 for unlimited length" msgstr "" -#: ../larpe/qommon/ident/password.ptl:586 +#: ../larpe/qommon/ident/password.ptl:604 msgid "Email address (for questions...)" msgstr "" -#: ../larpe/qommon/ident/password.ptl:589 +#: ../larpe/qommon/ident/password.ptl:607 msgid "Password Hashing Algorithm" msgstr "" -#: ../larpe/qommon/ident/password.ptl:591 +#: ../larpe/qommon/ident/password.ptl:609 msgid "None" msgstr "" -#: ../larpe/qommon/ident/password.ptl:616 ../larpe/qommon/ident/idp.ptl:1042 +#: ../larpe/qommon/ident/password.ptl:634 ../larpe/qommon/ident/idp.ptl:1043 msgid "Identity Creation" msgstr "" -#: ../larpe/qommon/ident/password.ptl:618 ../larpe/qommon/ident/idp.ptl:1044 +#: ../larpe/qommon/ident/password.ptl:636 ../larpe/qommon/ident/idp.ptl:1045 msgid "Site Administrator" msgstr "" -#: ../larpe/qommon/ident/password.ptl:619 ../larpe/qommon/ident/idp.ptl:1045 +#: ../larpe/qommon/ident/password.ptl:637 ../larpe/qommon/ident/idp.ptl:1046 msgid "Self-registration" msgstr "" -#: ../larpe/qommon/ident/password.ptl:620 +#: ../larpe/qommon/ident/password.ptl:638 msgid "Moderated user registration" msgstr "" -#: ../larpe/qommon/ident/password.ptl:622 ../larpe/qommon/ident/idp.ptl:1048 +#: ../larpe/qommon/ident/password.ptl:640 ../larpe/qommon/ident/idp.ptl:1049 msgid "Require email confirmation for new accounts" msgstr "" -#: ../larpe/qommon/ident/password.ptl:625 ../larpe/qommon/ident/idp.ptl:1052 +#: ../larpe/qommon/ident/password.ptl:643 ../larpe/qommon/ident/idp.ptl:1053 msgid "Notify Administrators on Registration" msgstr "" -#: ../larpe/qommon/ident/password.ptl:627 +#: ../larpe/qommon/ident/password.ptl:645 msgid "Use email as username" msgstr "" -#: ../larpe/qommon/ident/password.ptl:630 +#: ../larpe/qommon/ident/password.ptl:648 msgid "Warn about unused account after so many days" msgstr "" -#: ../larpe/qommon/ident/password.ptl:631 +#: ../larpe/qommon/ident/password.ptl:649 msgid "0 for no warning" msgstr "" -#: ../larpe/qommon/ident/password.ptl:634 +#: ../larpe/qommon/ident/password.ptl:652 msgid "Removed unused account after so many days" msgstr "" -#: ../larpe/qommon/ident/password.ptl:635 +#: ../larpe/qommon/ident/password.ptl:653 msgid "0 for no automatic removal" msgstr "" -#: ../larpe/qommon/ident/password.ptl:649 -#: ../larpe/qommon/ident/password.ptl:650 ../larpe/qommon/ident/idp.ptl:1066 -#: ../larpe/qommon/ident/idp.ptl:1067 +#: ../larpe/qommon/ident/password.ptl:667 +#: ../larpe/qommon/ident/password.ptl:668 ../larpe/qommon/ident/idp.ptl:1067 +#: ../larpe/qommon/ident/idp.ptl:1068 msgid "Identities Interface" msgstr "" -#: ../larpe/qommon/ident/password.ptl:661 +#: ../larpe/qommon/ident/password.ptl:679 msgid "File" msgstr "" -#: ../larpe/qommon/ident/password.ptl:678 +#: ../larpe/qommon/ident/password.ptl:696 msgid "The CSV file must strictly adhere to the following structure:" msgstr "" -#: ../larpe/qommon/ident/password.ptl:681 +#: ../larpe/qommon/ident/password.ptl:699 #, python-format msgid "Charset: %s" msgstr "" -#: ../larpe/qommon/ident/password.ptl:682 +#: ../larpe/qommon/ident/password.ptl:700 msgid "Column Separator: ;" msgstr "" -#: ../larpe/qommon/ident/password.ptl:683 +#: ../larpe/qommon/ident/password.ptl:701 msgid "Columns:" msgstr "" -#: ../larpe/qommon/ident/password.ptl:701 +#: ../larpe/qommon/ident/password.ptl:719 msgid "Passwords will be automatically generated." msgstr "" -#: ../larpe/qommon/ident/password.ptl:731 +#: ../larpe/qommon/ident/password.ptl:749 #, python-format msgid "Incorrect number of columns (line: %s)" msgstr "" -#: ../larpe/qommon/ident/password.ptl:753 -#: ../larpe/qommon/ident/password.ptl:756 +#: ../larpe/qommon/ident/password.ptl:771 +#: ../larpe/qommon/ident/password.ptl:774 #, python-format msgid "Duplicate username (line: %s)" msgstr "" -#: ../larpe/qommon/ident/password.ptl:769 +#: ../larpe/qommon/ident/password.ptl:787 #, python-format msgid "Number of accounts created: %s" msgstr "" -#: ../larpe/qommon/ident/password.ptl:789 +#: ../larpe/qommon/ident/password.ptl:807 msgid "Awaiting Confirmation" msgstr "" -#: ../larpe/qommon/ident/password.ptl:791 +#: ../larpe/qommon/ident/password.ptl:809 msgid "Awaiting Moderation" msgstr "" -#: ../larpe/qommon/ident/password.ptl:793 +#: ../larpe/qommon/ident/password.ptl:811 msgid "Disabled Account" msgstr "" -#: ../larpe/qommon/ident/password.ptl:807 +#: ../larpe/qommon/ident/password.ptl:825 msgid "Username / password" msgstr "" -#: ../larpe/qommon/ident/password.ptl:822 +#: ../larpe/qommon/ident/password.ptl:840 msgid "Duplicate user name" msgstr "" -#: ../larpe/qommon/ident/password.ptl:866 +#: ../larpe/qommon/ident/password.ptl:884 msgid "Accounts" msgstr "" -#: ../larpe/qommon/ident/password.ptl:889 +#: ../larpe/qommon/ident/password.ptl:907 #, python-format msgid "Account - %s" msgstr "" -#: ../larpe/qommon/ident/password.ptl:890 +#: ../larpe/qommon/ident/password.ptl:908 msgid "Moderation of account" msgstr "" -#: ../larpe/qommon/ident/password.ptl:920 -#: ../larpe/qommon/ident/password.ptl:996 -#: ../larpe/qommon/ident/password.ptl:997 -#: ../larpe/qommon/ident/password.ptl:998 -#: ../larpe/qommon/ident/password.ptl:1054 +#: ../larpe/qommon/ident/password.ptl:938 +#: ../larpe/qommon/ident/password.ptl:1014 +#: ../larpe/qommon/ident/password.ptl:1015 +#: ../larpe/qommon/ident/password.ptl:1016 +#: ../larpe/qommon/ident/password.ptl:1072 msgid "Reply by email" msgstr "" -#: ../larpe/qommon/ident/password.ptl:921 -#: ../larpe/qommon/ident/password.ptl:1056 +#: ../larpe/qommon/ident/password.ptl:939 +#: ../larpe/qommon/ident/password.ptl:1074 msgid "Accept" msgstr "" -#: ../larpe/qommon/ident/password.ptl:923 -#: ../larpe/qommon/ident/password.ptl:1058 +#: ../larpe/qommon/ident/password.ptl:941 +#: ../larpe/qommon/ident/password.ptl:1076 msgid "Reject" msgstr "" -#: ../larpe/qommon/ident/password.ptl:959 -#: ../larpe/qommon/ident/password.ptl:985 +#: ../larpe/qommon/ident/password.ptl:977 +#: ../larpe/qommon/ident/password.ptl:1003 msgid "To" msgstr "" -#: ../larpe/qommon/ident/password.ptl:960 -#: ../larpe/qommon/ident/password.ptl:986 ../larpe/qommon/admin/emails.ptl:117 +#: ../larpe/qommon/ident/password.ptl:978 +#: ../larpe/qommon/ident/password.ptl:1004 +#: ../larpe/qommon/admin/emails.ptl:137 msgid "Subject" msgstr "" -#: ../larpe/qommon/ident/password.ptl:961 -#: ../larpe/qommon/ident/password.ptl:988 ../larpe/qommon/admin/logger.ptl:45 +#: ../larpe/qommon/ident/password.ptl:979 +#: ../larpe/qommon/ident/password.ptl:1006 ../larpe/qommon/admin/logger.ptl:45 #: ../larpe/qommon/admin/logger.ptl:152 msgid "Message" msgstr "" -#: ../larpe/qommon/ident/password.ptl:963 +#: ../larpe/qommon/ident/password.ptl:981 msgid "Submit and don't send email" msgstr "" -#: ../larpe/qommon/ident/password.ptl:970 -#: ../larpe/qommon/ident/password.ptl:971 +#: ../larpe/qommon/ident/password.ptl:988 +#: ../larpe/qommon/ident/password.ptl:989 msgid "Rejection" msgstr "" -#: ../larpe/qommon/ident/password.ptl:987 +#: ../larpe/qommon/ident/password.ptl:1005 msgid "About your account request" msgstr "" -#: ../larpe/qommon/ident/password.ptl:1018 +#: ../larpe/qommon/ident/password.ptl:1036 msgid "You are not allowed to access Accounts Management" msgstr "" -#: ../larpe/qommon/ident/password.ptl:1021 -#: ../larpe/qommon/ident/password.ptl:1030 +#: ../larpe/qommon/ident/password.ptl:1039 +#: ../larpe/qommon/ident/password.ptl:1048 msgid "Accounts Management" msgstr "" -#: ../larpe/qommon/ident/password.ptl:1031 +#: ../larpe/qommon/ident/password.ptl:1049 msgid "New accounts waiting for moderation" msgstr "" -#: ../larpe/qommon/ident/password.ptl:1046 +#: ../larpe/qommon/ident/password.ptl:1064 msgid "Username:" msgstr "" -#: ../larpe/qommon/ident/password.ptl:1071 +#: ../larpe/qommon/ident/password.ptl:1089 msgid "Subscription notification for password account" msgstr "" -#: ../larpe/qommon/ident/password.ptl:1072 +#: ../larpe/qommon/ident/password.ptl:1090 msgid "" "Available variables: email, website, token_url, admin_email, username, " "password" msgstr "" -#: ../larpe/qommon/ident/password.ptl:1073 +#: ../larpe/qommon/ident/password.ptl:1091 +#: ../larpe/qommon/ident/password.ptl:1111 +#: ../larpe/qommon/ident/password.ptl:1132 +#: ../larpe/qommon/ident/password.ptl:1142 +#: ../larpe/qommon/ident/password.ptl:1156 +#: ../larpe/qommon/ident/password.ptl:1165 +#: ../larpe/qommon/ident/password.ptl:1174 +#: ../larpe/qommon/ident/password.ptl:1188 +#: ../larpe/qommon/ident/password.ptl:1200 +#: ../larpe/qommon/ident/password.ptl:1209 +#: ../larpe/qommon/ident/password.ptl:1216 +#: ../larpe/qommon/ident/password.ptl:1226 +#: ../larpe/qommon/ident/password.ptl:1235 +#: ../larpe/qommon/ident/password.ptl:1239 +#: ../larpe/qommon/ident/password.ptl:1248 +#: ../larpe/qommon/ident/password.ptl:1256 +#: ../larpe/qommon/ident/password.ptl:1260 +msgid "Identification" +msgstr "" + +#: ../larpe/qommon/ident/password.ptl:1092 msgid "Subscription Confirmation" msgstr "" -#: ../larpe/qommon/ident/password.ptl:1074 +#: ../larpe/qommon/ident/password.ptl:1093 msgid "" "We have received a request for subscription of your email address,\n" "\"[email]\", to the [website] web site.\n" @@ -1780,19 +1814,19 @@ msgid "" "to [admin_email].\n" msgstr "" -#: ../larpe/qommon/ident/password.ptl:1090 +#: ../larpe/qommon/ident/password.ptl:1109 msgid "Request for password change" msgstr "" -#: ../larpe/qommon/ident/password.ptl:1091 +#: ../larpe/qommon/ident/password.ptl:1110 msgid "Available variables: change_url, cancel_url, time" msgstr "" -#: ../larpe/qommon/ident/password.ptl:1092 +#: ../larpe/qommon/ident/password.ptl:1112 msgid "Change Password Request" msgstr "" -#: ../larpe/qommon/ident/password.ptl:1093 +#: ../larpe/qommon/ident/password.ptl:1113 msgid "" "You have (or someone impersonating you has) requested to change your\n" "password. To complete the change, visit the following link:\n" @@ -1808,35 +1842,35 @@ msgid "" "[time]).\n" msgstr "" -#: ../larpe/qommon/ident/password.ptl:1110 +#: ../larpe/qommon/ident/password.ptl:1130 msgid "New generated password" msgstr "" -#: ../larpe/qommon/ident/password.ptl:1111 +#: ../larpe/qommon/ident/password.ptl:1131 msgid "Available variable: password" msgstr "" -#: ../larpe/qommon/ident/password.ptl:1112 +#: ../larpe/qommon/ident/password.ptl:1133 msgid "Your new password" msgstr "" -#: ../larpe/qommon/ident/password.ptl:1113 +#: ../larpe/qommon/ident/password.ptl:1134 msgid "Your new password: [password]\n" msgstr "" -#: ../larpe/qommon/ident/password.ptl:1119 +#: ../larpe/qommon/ident/password.ptl:1140 msgid "Approval of new account" msgstr "" -#: ../larpe/qommon/ident/password.ptl:1120 +#: ../larpe/qommon/ident/password.ptl:1141 msgid "Available variables: username, password" msgstr "" -#: ../larpe/qommon/ident/password.ptl:1121 +#: ../larpe/qommon/ident/password.ptl:1143 msgid "Your account has been approved" msgstr "" -#: ../larpe/qommon/ident/password.ptl:1122 +#: ../larpe/qommon/ident/password.ptl:1144 msgid "" "Your account has been approved.\n" "\n" @@ -1846,50 +1880,50 @@ msgid "" "[if-any password]- password: [password][end]\n" msgstr "" -#: ../larpe/qommon/ident/password.ptl:1132 +#: ../larpe/qommon/ident/password.ptl:1154 msgid "Warning about unusued account" msgstr "" -#: ../larpe/qommon/ident/password.ptl:1133 -#: ../larpe/qommon/ident/password.ptl:1141 +#: ../larpe/qommon/ident/password.ptl:1155 +#: ../larpe/qommon/ident/password.ptl:1164 msgid "Available variables: username" msgstr "" -#: ../larpe/qommon/ident/password.ptl:1134 +#: ../larpe/qommon/ident/password.ptl:1157 msgid "Your account is unused" msgstr "" -#: ../larpe/qommon/ident/password.ptl:1135 +#: ../larpe/qommon/ident/password.ptl:1158 msgid "Your account ([username]) is not being used.\n" msgstr "" -#: ../larpe/qommon/ident/password.ptl:1140 +#: ../larpe/qommon/ident/password.ptl:1163 msgid "Notification of removal of unused account" msgstr "" -#: ../larpe/qommon/ident/password.ptl:1142 +#: ../larpe/qommon/ident/password.ptl:1166 msgid "Your account has been removed" msgstr "" -#: ../larpe/qommon/ident/password.ptl:1143 +#: ../larpe/qommon/ident/password.ptl:1167 msgid "" "Your account ([username]) was not being used, it has therefore been " "removed.\n" msgstr "" -#: ../larpe/qommon/ident/password.ptl:1148 +#: ../larpe/qommon/ident/password.ptl:1172 msgid "Notification of new registration to administrators" msgstr "" -#: ../larpe/qommon/ident/password.ptl:1149 +#: ../larpe/qommon/ident/password.ptl:1173 msgid "Available variables: hostname, email_as_username, username" msgstr "" -#: ../larpe/qommon/ident/password.ptl:1150 +#: ../larpe/qommon/ident/password.ptl:1175 msgid "New Registration" msgstr "" -#: ../larpe/qommon/ident/password.ptl:1151 +#: ../larpe/qommon/ident/password.ptl:1176 msgid "" "Hello,\n" "\n" @@ -1899,11 +1933,30 @@ msgid "" " - username: [username]\n" msgstr "" -#: ../larpe/qommon/ident/password.ptl:1162 +#: ../larpe/qommon/ident/password.ptl:1186 +msgid "Welcome email, with generated password" +msgstr "" + +#: ../larpe/qommon/ident/password.ptl:1187 +msgid "Available variables: hostname, username, password, email_as_username" +msgstr "" + +#: ../larpe/qommon/ident/password.ptl:1189 +msgid "Welcome to [hostname]" +msgstr "" + +#: ../larpe/qommon/ident/password.ptl:1190 +msgid "" +"Welcome to [hostname],\n" +"\n" +"Your password is: [password]\n" +msgstr "" + +#: ../larpe/qommon/ident/password.ptl:1199 msgid "Text when account confirmed by user but waiting moderator approval" msgstr "" -#: ../larpe/qommon/ident/password.ptl:1163 +#: ../larpe/qommon/ident/password.ptl:1201 msgid "" "

\n" "Your account has been created. In order to be effective\n" @@ -1912,22 +1965,22 @@ msgid "" "

" msgstr "" -#: ../larpe/qommon/ident/password.ptl:1170 +#: ../larpe/qommon/ident/password.ptl:1208 msgid "Text when account confirmed by user" msgstr "" -#: ../larpe/qommon/ident/password.ptl:1171 +#: ../larpe/qommon/ident/password.ptl:1210 msgid "" "

\n" "Your account has been created.\n" "

" msgstr "" -#: ../larpe/qommon/ident/password.ptl:1176 +#: ../larpe/qommon/ident/password.ptl:1215 msgid "Text when an email with a change password token has been sent" msgstr "" -#: ../larpe/qommon/ident/password.ptl:1177 +#: ../larpe/qommon/ident/password.ptl:1217 msgid "" "

\n" "A token for changing your password has been emailed to you. Follow the " @@ -1938,11 +1991,11 @@ msgid "" "

" msgstr "" -#: ../larpe/qommon/ident/password.ptl:1185 +#: ../larpe/qommon/ident/password.ptl:1225 msgid "Text when new password has been sent" msgstr "" -#: ../larpe/qommon/ident/password.ptl:1186 +#: ../larpe/qommon/ident/password.ptl:1227 msgid "" "

\n" "Your new password has been sent to you by email.\n" @@ -1952,15 +2005,15 @@ msgid "" "

" msgstr "" -#: ../larpe/qommon/ident/password.ptl:1193 +#: ../larpe/qommon/ident/password.ptl:1234 msgid "Text on top of registration form" msgstr "" -#: ../larpe/qommon/ident/password.ptl:1196 +#: ../larpe/qommon/ident/password.ptl:1238 msgid "Text on forgotten password request page" msgstr "" -#: ../larpe/qommon/ident/password.ptl:1197 +#: ../larpe/qommon/ident/password.ptl:1240 msgid "" "

\n" "If you have an account, but have forgotten your password, enter your user " @@ -1969,15 +2022,15 @@ msgid "" "

" msgstr "" -#: ../larpe/qommon/ident/password.ptl:1203 +#: ../larpe/qommon/ident/password.ptl:1246 msgid "Text linking the login page to the account creation page" msgstr "" -#: ../larpe/qommon/ident/password.ptl:1204 +#: ../larpe/qommon/ident/password.ptl:1247 msgid "Available variable: register_url" msgstr "" -#: ../larpe/qommon/ident/password.ptl:1205 +#: ../larpe/qommon/ident/password.ptl:1249 msgid "" "

\n" "If you do not have an account, you should go to the " msgstr "" -#: ../larpe/qommon/ident/idp.ptl:27 +#: ../larpe/qommon/ident/password.ptl:1255 +msgid "Text on top of the login page" +msgstr "" + +#: ../larpe/qommon/ident/password.ptl:1259 +msgid "Text when a mail for confirmation of an account creation has been sent" +msgstr "" + +#: ../larpe/qommon/ident/password.ptl:1261 +msgid "An email has been sent to you so you can confirm your account creation." +msgstr "" + +#: ../larpe/qommon/ident/idp.ptl:28 msgid "Liberty/SAML2" msgstr "" -#: ../larpe/qommon/ident/idp.ptl:98 +#: ../larpe/qommon/ident/idp.ptl:99 msgid "Select the identity provider you want to use." msgstr "" -#. #-#-#-#-# tmp.46.idp.ptl.pot (PACKAGE VERSION) #-#-#-#-# +#. #-#-#-#-# tmp.47.idp.ptl.pot (PACKAGE VERSION) #-#-#-#-# #. XXX: better error page -#: ../larpe/qommon/ident/idp.ptl:171 ../larpe/root.ptl:87 +#: ../larpe/qommon/ident/idp.ptl:172 ../larpe/root.ptl:87 msgid "Unknown Token" msgstr "" -#: ../larpe/qommon/ident/idp.ptl:185 ../larpe/qommon/ident/idp.ptl:189 -#: ../larpe/qommon/ident/idp.ptl:190 ../larpe/qommon/ident/idp.ptl:716 +#: ../larpe/qommon/ident/idp.ptl:186 ../larpe/qommon/ident/idp.ptl:190 +#: ../larpe/qommon/ident/idp.ptl:191 ../larpe/qommon/ident/idp.ptl:717 msgid "Identity Providers" msgstr "" -#: ../larpe/qommon/ident/idp.ptl:193 +#: ../larpe/qommon/ident/idp.ptl:194 msgid "Create new from remote URL" msgstr "" -#: ../larpe/qommon/ident/idp.ptl:214 +#: ../larpe/qommon/ident/idp.ptl:215 msgid "Broken" msgstr "" -#: ../larpe/qommon/ident/idp.ptl:235 ../larpe/qommon/ident/idp.ptl:519 +#: ../larpe/qommon/ident/idp.ptl:236 ../larpe/qommon/ident/idp.ptl:520 msgid "Client Key and Certificate" msgstr "" -#: ../larpe/qommon/ident/idp.ptl:236 ../larpe/qommon/ident/idp.ptl:520 +#: ../larpe/qommon/ident/idp.ptl:237 ../larpe/qommon/ident/idp.ptl:521 msgid "Hide this provider from user lists" msgstr "" -#: ../larpe/qommon/ident/idp.ptl:322 +#: ../larpe/qommon/ident/idp.ptl:323 msgid "URL to metadata" msgstr "" -#: ../larpe/qommon/ident/idp.ptl:339 ../larpe/qommon/ident/idp.ptl:367 +#: ../larpe/qommon/ident/idp.ptl:340 ../larpe/qommon/ident/idp.ptl:368 msgid "Resource not found" msgstr "" -#: ../larpe/qommon/ident/idp.ptl:341 ../larpe/qommon/ident/idp.ptl:369 +#: ../larpe/qommon/ident/idp.ptl:342 ../larpe/qommon/ident/idp.ptl:370 #, python-format msgid "HTTP error on retrieval: %s" msgstr "" -#: ../larpe/qommon/ident/idp.ptl:343 ../larpe/qommon/ident/idp.ptl:371 +#: ../larpe/qommon/ident/idp.ptl:344 ../larpe/qommon/ident/idp.ptl:372 msgid "Failed to retrieve file" msgstr "" #. ok when provided with a public key -> adding it for real -#: ../larpe/qommon/ident/idp.ptl:361 ../larpe/qommon/ident/idp.ptl:404 +#: ../larpe/qommon/ident/idp.ptl:362 ../larpe/qommon/ident/idp.ptl:405 msgid "URL to public key" msgstr "" -#: ../larpe/qommon/ident/idp.ptl:382 +#: ../larpe/qommon/ident/idp.ptl:383 msgid "Error in this metadata file" msgstr "" -#: ../larpe/qommon/ident/idp.ptl:401 +#: ../larpe/qommon/ident/idp.ptl:402 msgid "File looks like a bad metadata file" msgstr "" -#: ../larpe/qommon/ident/idp.ptl:406 +#: ../larpe/qommon/ident/idp.ptl:407 msgid "The metadata file does not embed a public key, please provide it here." msgstr "" -#: ../larpe/qommon/ident/idp.ptl:509 +#: ../larpe/qommon/ident/idp.ptl:510 msgid "Update from remote URL" msgstr "" -#: ../larpe/qommon/ident/idp.ptl:525 ../larpe/qommon/ident/idp.ptl:526 +#: ../larpe/qommon/ident/idp.ptl:526 ../larpe/qommon/ident/idp.ptl:527 msgid "Edit Identity Provider" msgstr "" -#: ../larpe/qommon/ident/idp.ptl:545 +#: ../larpe/qommon/ident/idp.ptl:546 msgid "You are about to irrevocably remove this identity provider." msgstr "" -#: ../larpe/qommon/ident/idp.ptl:553 +#: ../larpe/qommon/ident/idp.ptl:554 msgid "Deleting" msgstr "" -#: ../larpe/qommon/ident/idp.ptl:555 +#: ../larpe/qommon/ident/idp.ptl:556 msgid "Deleting Identity Provider" msgstr "" -#: ../larpe/qommon/ident/idp.ptl:659 +#: ../larpe/qommon/ident/idp.ptl:660 msgid "Bad metadata or missing public key" msgstr "" -#: ../larpe/qommon/ident/idp.ptl:682 +#: ../larpe/qommon/ident/idp.ptl:683 msgid "Configure Liberty/SAML identification method" msgstr "" -#: ../larpe/qommon/ident/idp.ptl:694 +#: ../larpe/qommon/ident/idp.ptl:695 msgid "Configure Liberty / SAML 2.0 parameters" msgstr "" -#: ../larpe/qommon/ident/idp.ptl:698 +#: ../larpe/qommon/ident/idp.ptl:699 msgid "Configure Liberty parameters" msgstr "" -#: ../larpe/qommon/ident/idp.ptl:705 +#: ../larpe/qommon/ident/idp.ptl:706 msgid "ID-FF 1.2 Service Provider Metadata" msgstr "" -#: ../larpe/qommon/ident/idp.ptl:706 +#: ../larpe/qommon/ident/idp.ptl:707 msgid "Download Service Provider ID-FF 1.2 Metadata file" msgstr "" -#: ../larpe/qommon/ident/idp.ptl:712 +#: ../larpe/qommon/ident/idp.ptl:713 msgid "SAML 2.0 Service Provider Metadata" msgstr "" -#: ../larpe/qommon/ident/idp.ptl:713 +#: ../larpe/qommon/ident/idp.ptl:714 msgid "Download Service Provider SAML 2.0 Metadata file" msgstr "" -#: ../larpe/qommon/ident/idp.ptl:716 +#: ../larpe/qommon/ident/idp.ptl:717 msgid "Add and remove identity providers" msgstr "" -#: ../larpe/qommon/ident/idp.ptl:737 +#: ../larpe/qommon/ident/idp.ptl:738 msgid "Liberty Provider ID" msgstr "" -#: ../larpe/qommon/ident/idp.ptl:740 +#: ../larpe/qommon/ident/idp.ptl:741 msgid "Liberty Base URL" msgstr "" -#: ../larpe/qommon/ident/idp.ptl:742 +#: ../larpe/qommon/ident/idp.ptl:743 msgid "SAML 2.0 Provider ID" msgstr "" -#: ../larpe/qommon/ident/idp.ptl:746 +#: ../larpe/qommon/ident/idp.ptl:747 msgid "SAML 2.0 Base URL" msgstr "" -#: ../larpe/qommon/ident/idp.ptl:749 +#: ../larpe/qommon/ident/idp.ptl:750 msgid "Provider ID" msgstr "" -#: ../larpe/qommon/ident/idp.ptl:751 +#: ../larpe/qommon/ident/idp.ptl:752 msgid "Base URL" msgstr "" -#: ../larpe/qommon/ident/idp.ptl:756 +#: ../larpe/qommon/ident/idp.ptl:757 msgid "Signing Private Key" msgstr "" -#: ../larpe/qommon/ident/idp.ptl:757 +#: ../larpe/qommon/ident/idp.ptl:758 msgid "Signing Public Key" msgstr "" -#: ../larpe/qommon/ident/idp.ptl:758 +#: ../larpe/qommon/ident/idp.ptl:759 msgid "Encryption Private Key" msgstr "" -#: ../larpe/qommon/ident/idp.ptl:759 +#: ../larpe/qommon/ident/idp.ptl:760 msgid "Encryption Public Key" msgstr "" -#: ../larpe/qommon/ident/idp.ptl:762 +#: ../larpe/qommon/ident/idp.ptl:763 msgid "Identity Provider Introduction, Common Domain" msgstr "" -#: ../larpe/qommon/ident/idp.ptl:763 ../larpe/qommon/ident/idp.ptl:768 +#: ../larpe/qommon/ident/idp.ptl:764 ../larpe/qommon/ident/idp.ptl:769 msgid "Disabled if empty" msgstr "" -#: ../larpe/qommon/ident/idp.ptl:767 +#: ../larpe/qommon/ident/idp.ptl:768 msgid "Identity Provider Introduction, URL of Cookie Getter" msgstr "" -#: ../larpe/qommon/ident/idp.ptl:1034 +#: ../larpe/qommon/ident/idp.ptl:1035 msgid "Grab user details with ID-WSF on first logon" msgstr "" -#: ../larpe/qommon/ident/idp.ptl:1038 +#: ../larpe/qommon/ident/idp.ptl:1039 msgid "Lasso version is too old for this support." msgstr "" -#: ../larpe/qommon/ident/idp.ptl:1079 +#: ../larpe/qommon/ident/idp.ptl:1080 msgid "Liberty/SAML2 identity provider" msgstr "" -#: ../larpe/qommon/publisher.py:99 +#: ../larpe/qommon/publisher.py:166 msgid "This feature is not yet implemented." msgstr "" -#: ../larpe/qommon/publisher.py:100 +#: ../larpe/qommon/publisher.py:167 msgid "Sorry" msgstr "" -#: ../larpe/qommon/publisher.py:121 +#: ../larpe/qommon/publisher.py:188 msgid "" "The server encountered an internal error and was unable to complete your " "request." msgstr "" -#: ../larpe/qommon/publisher.py:122 +#: ../larpe/qommon/publisher.py:189 msgid "Internal Server Error" msgstr "" @@ -2235,95 +2300,111 @@ msgstr "" msgid "Since: %s" msgstr "" -#: ../larpe/qommon/admin/texts.ptl:56 ../larpe/qommon/admin/texts.ptl:57 -#: ../larpe/qommon/admin/texts.ptl:114 ../larpe/qommon/admin/texts.ptl:151 +#: ../larpe/qommon/admin/texts.ptl:58 ../larpe/qommon/admin/texts.ptl:131 +#: ../larpe/qommon/admin/texts.ptl:168 msgid "Texts" msgstr "" -#: ../larpe/qommon/admin/texts.ptl:61 ../larpe/qommon/admin/texts.ptl:62 -#: ../larpe/qommon/admin/texts.ptl:66 ../larpe/qommon/admin/texts.ptl:147 -#: ../larpe/qommon/admin/emails.ptl:90 ../larpe/qommon/admin/emails.ptl:91 -#: ../larpe/qommon/admin/emails.ptl:95 ../larpe/qommon/admin/emails.ptl:177 +#: ../larpe/qommon/admin/texts.ptl:59 +msgid "Custom Texts" +msgstr "" + +#: ../larpe/qommon/admin/texts.ptl:67 ../larpe/qommon/admin/emails.ptl:99 +msgid "Miscellaneous" +msgstr "" + +#: ../larpe/qommon/admin/texts.ptl:77 ../larpe/qommon/admin/texts.ptl:78 +#: ../larpe/qommon/admin/texts.ptl:83 ../larpe/qommon/admin/texts.ptl:164 +#: ../larpe/qommon/admin/emails.ptl:109 ../larpe/qommon/admin/emails.ptl:110 +#: ../larpe/qommon/admin/emails.ptl:115 ../larpe/qommon/admin/emails.ptl:197 msgid "description" msgstr "" -#: ../larpe/qommon/admin/texts.ptl:66 -msgid "Custom Text:" -msgstr "" - -#: ../larpe/qommon/admin/texts.ptl:98 +#: ../larpe/qommon/admin/texts.ptl:115 msgid "Restore default text" msgstr "" -#: ../larpe/qommon/admin/texts.ptl:111 ../larpe/qommon/admin/emails.ptl:136 +#: ../larpe/qommon/admin/texts.ptl:128 ../larpe/qommon/admin/emails.ptl:156 msgid "Invalid template" msgstr "" -#: ../larpe/qommon/admin/texts.ptl:115 +#: ../larpe/qommon/admin/texts.ptl:132 msgid "Text" msgstr "" -#: ../larpe/qommon/admin/settings.ptl:18 +#: ../larpe/qommon/admin/settings.ptl:40 +msgid "Session" +msgstr "" + +#: ../larpe/qommon/admin/settings.ptl:44 +msgid "Fix sessions to an IP address" +msgstr "" + +#: ../larpe/qommon/admin/settings.ptl:57 msgid "System Default" msgstr "" -#: ../larpe/qommon/admin/settings.ptl:19 +#: ../larpe/qommon/admin/settings.ptl:58 msgid "English" msgstr "" -#: ../larpe/qommon/admin/settings.ptl:20 +#: ../larpe/qommon/admin/settings.ptl:59 msgid "French" msgstr "" -#: ../larpe/qommon/admin/settings.ptl:39 +#: ../larpe/qommon/admin/settings.ptl:78 msgid "Use a web proxy" msgstr "" -#: ../larpe/qommon/admin/settings.ptl:41 +#: ../larpe/qommon/admin/settings.ptl:80 msgid "Proxy IP address or domain name" msgstr "" -#: ../larpe/qommon/admin/settings.ptl:43 +#: ../larpe/qommon/admin/settings.ptl:82 msgid "Proxy port" msgstr "" -#: ../larpe/qommon/admin/settings.ptl:45 +#: ../larpe/qommon/admin/settings.ptl:84 msgid "User name" msgstr "" -#: ../larpe/qommon/admin/settings.ptl:47 +#: ../larpe/qommon/admin/settings.ptl:86 msgid "User password" msgstr "" -#: ../larpe/qommon/admin/settings.ptl:66 +#: ../larpe/qommon/admin/settings.ptl:105 msgid "Email for Tracebacks" msgstr "" -#: ../larpe/qommon/admin/settings.ptl:68 +#: ../larpe/qommon/admin/settings.ptl:107 msgid "Display Exceptions" msgstr "" -#: ../larpe/qommon/admin/settings.ptl:70 +#: ../larpe/qommon/admin/settings.ptl:109 msgid "No display" msgstr "" -#: ../larpe/qommon/admin/settings.ptl:71 +#: ../larpe/qommon/admin/settings.ptl:110 msgid "Display as Text" msgstr "" -#: ../larpe/qommon/admin/settings.ptl:72 +#: ../larpe/qommon/admin/settings.ptl:111 msgid "Display as Text in an HTML error page" msgstr "" -#: ../larpe/qommon/admin/settings.ptl:73 +#: ../larpe/qommon/admin/settings.ptl:112 msgid "Display as HTML" msgstr "" -#: ../larpe/qommon/admin/settings.ptl:74 +#: ../larpe/qommon/admin/settings.ptl:114 +msgid "Use long form for traces" +msgstr "" + +#: ../larpe/qommon/admin/settings.ptl:116 msgid "Logger" msgstr "" -#: ../larpe/qommon/admin/settings.ptl:76 +#: ../larpe/qommon/admin/settings.ptl:118 msgid "Enable debug mode" msgstr "" @@ -2409,175 +2490,180 @@ msgstr "" msgid "Error" msgstr "" -#: ../larpe/qommon/admin/emails.ptl:55 +#: ../larpe/qommon/admin/emails.ptl:56 msgid "SMTP Server" msgstr "" -#: ../larpe/qommon/admin/emails.ptl:57 +#: ../larpe/qommon/admin/emails.ptl:58 msgid "Email Sender" msgstr "" -#: ../larpe/qommon/admin/emails.ptl:59 +#: ../larpe/qommon/admin/emails.ptl:60 msgid "Reply-To Address" msgstr "" -#: ../larpe/qommon/admin/emails.ptl:61 +#: ../larpe/qommon/admin/emails.ptl:62 msgid "Handle Bounces" msgstr "" -#: ../larpe/qommon/admin/emails.ptl:64 +#: ../larpe/qommon/admin/emails.ptl:65 msgid "Check DNS for domain name" msgstr "" -#: ../larpe/qommon/admin/emails.ptl:66 +#: ../larpe/qommon/admin/emails.ptl:67 msgid "Use a DNS request to check domain names used in email fields" msgstr "" -#: ../larpe/qommon/admin/emails.ptl:95 -msgid "Custom Email:" -msgstr "" - -#: ../larpe/qommon/admin/emails.ptl:115 +#: ../larpe/qommon/admin/emails.ptl:135 msgid "Enabled Email" msgstr "" -#: ../larpe/qommon/admin/emails.ptl:123 +#: ../larpe/qommon/admin/emails.ptl:143 msgid "Restore default email" msgstr "" -#: ../larpe/qommon/admin/emails.ptl:178 +#: ../larpe/qommon/admin/emails.ptl:198 msgid "hint" msgstr "" -#: ../larpe/qommon/form.py:38 +#: ../larpe/qommon/form.py:40 msgid "required field" msgstr "" -#: ../larpe/qommon/form.py:74 +#: ../larpe/qommon/form.py:76 msgid "" "The form you have submitted is invalid. Most likely it has been " "successfully submitted once already. Please review the form data and submit " "the form again." msgstr "" -#: ../larpe/qommon/form.py:78 +#: ../larpe/qommon/form.py:80 msgid "There were errors processing your form. See below for details." msgstr "" -#: ../larpe/qommon/form.py:284 ../larpe/qommon/form.py:286 -#: ../larpe/qommon/form.py:288 +#: ../larpe/qommon/form.py:196 +msgid "Or use previous file" +msgstr "" + +#: ../larpe/qommon/form.py:231 +#, python-format +msgid "Or use previously uploaded file (%s)" +msgstr "" + +#: ../larpe/qommon/form.py:333 ../larpe/qommon/form.py:335 +#: ../larpe/qommon/form.py:337 msgid "must be a valid email address" msgstr "" -#: ../larpe/qommon/form.py:298 +#: ../larpe/qommon/form.py:347 msgid "invalid address domain" msgstr "" -#: ../larpe/qommon/form.py:314 +#: ../larpe/qommon/form.py:363 msgid "Prefill" msgstr "" -#: ../larpe/qommon/form.py:329 ../larpe/qommon/form.py:570 +#: ../larpe/qommon/form.py:378 ../larpe/qommon/form.py:619 msgid "wrong format" msgstr "" -#: ../larpe/qommon/form.py:377 ../larpe/qommon/form.py:381 +#: ../larpe/qommon/form.py:426 ../larpe/qommon/form.py:430 msgid "invalid date" msgstr "" -#: ../larpe/qommon/form.py:384 +#: ../larpe/qommon/form.py:433 #, python-format msgid "invalid date: date must be on or after %s" msgstr "" -#: ../larpe/qommon/form.py:387 +#: ../larpe/qommon/form.py:436 #, python-format msgid "invalid date; date must be on or before %s" msgstr "" -#: ../larpe/qommon/form.py:419 +#: ../larpe/qommon/form.py:468 msgid "Previous Year" msgstr "" -#: ../larpe/qommon/form.py:420 +#: ../larpe/qommon/form.py:469 msgid "Previous Month" msgstr "" -#: ../larpe/qommon/form.py:421 +#: ../larpe/qommon/form.py:470 msgid "Next Year" msgstr "" -#: ../larpe/qommon/form.py:422 +#: ../larpe/qommon/form.py:471 msgid "Next Month" msgstr "" -#: ../larpe/qommon/form.py:423 +#: ../larpe/qommon/form.py:472 msgid "Close" msgstr "" -#: ../larpe/qommon/form.py:424 +#: ../larpe/qommon/form.py:473 msgid "Choose Date" msgstr "" -#: ../larpe/qommon/form.py:466 +#: ../larpe/qommon/form.py:515 msgid "invalid regular expression" msgstr "" -#: ../larpe/qommon/form.py:526 +#: ../larpe/qommon/form.py:575 #, python-format msgid "You must select at most %d answers." msgstr "" -#: ../larpe/qommon/form.py:579 +#: ../larpe/qommon/form.py:628 msgid "must start with http:// or https:// and have a domain name" msgstr "" -#: ../larpe/qommon/form.py:607 +#: ../larpe/qommon/form.py:656 msgid "client error: access forbidden (error 403)" msgstr "" -#: ../larpe/qommon/form.py:609 +#: ../larpe/qommon/form.py:658 msgid "client error: page not found (error 404)" msgstr "" -#: ../larpe/qommon/form.py:611 +#: ../larpe/qommon/form.py:660 #, python-format msgid "client error: %(reason)s (error %(code)s)" msgstr "" -#: ../larpe/qommon/form.py:614 +#: ../larpe/qommon/form.py:663 #, python-format msgid "server error: %(reason)s (error %(code)s)" msgstr "" -#: ../larpe/qommon/form.py:628 +#: ../larpe/qommon/form.py:677 msgid "" "must start with http:// or https:// and have a domain name or start with /" msgstr "" -#: ../larpe/qommon/form.py:646 +#: ../larpe/qommon/form.py:695 msgid "times" msgstr "" -#: ../larpe/qommon/form.py:646 +#: ../larpe/qommon/form.py:695 msgid "plus" msgstr "" -#: ../larpe/qommon/form.py:646 +#: ../larpe/qommon/form.py:695 msgid "minus" msgstr "" -#: ../larpe/qommon/form.py:655 +#: ../larpe/qommon/form.py:704 #, python-format msgid "What is the result of %(a)d %(op)s %(b)d?" msgstr "" -#: ../larpe/qommon/form.py:657 +#: ../larpe/qommon/form.py:706 msgid "" "Please answer this simple mathematical question as proof you are not a bot." msgstr "" -#: ../larpe/qommon/form.py:666 +#: ../larpe/qommon/form.py:715 msgid "wrong answer" msgstr "" @@ -2720,7 +2806,7 @@ msgid "No SAML Response in query string" msgstr "" #: ../larpe/qommon/saml2.ptl:471 ../larpe/qommon/liberty.ptl:124 -#: ../larpe/qommon/liberty.ptl:150 ../larpe/saml2.ptl:324 +#: ../larpe/qommon/liberty.ptl:150 ../larpe/saml2.ptl:334 #: ../larpe/liberty.ptl:142 ../larpe/liberty.ptl:173 msgid "Failed to check single logout request signature." msgstr "" @@ -2751,38 +2837,43 @@ msgstr "" msgid "Identity Provider didn't accept artifact transaction." msgstr "" -#: ../larpe/site_authentication.ptl:55 +#: ../larpe/site_authentication.ptl:60 msgid "Local authentication" msgstr "" -#: ../larpe/site_authentication.ptl:69 +#: ../larpe/site_authentication.ptl:74 msgid "Authentication failure" msgstr "" -#: ../larpe/site_authentication.ptl:72 +#: ../larpe/site_authentication.ptl:77 #, python-format msgid "Connection failed : %s" msgstr "" -#: ../larpe/site_authentication.ptl:75 +#: ../larpe/site_authentication.ptl:80 #, python-format msgid "This service provider is not fully configured : %s" msgstr "" -#: ../larpe/site_authentication.ptl:78 +#: ../larpe/site_authentication.ptl:83 #, python-format msgid "Unknown error : %s" msgstr "" -#: ../larpe/site_authentication.ptl:84 +#: ../larpe/site_authentication.ptl:89 msgid "Please type your login and password for this Service Provider." msgstr "" -#: ../larpe/site_authentication.ptl:85 ../larpe/root.ptl:74 +#: ../larpe/site_authentication.ptl:90 ../larpe/root.ptl:74 msgid "" "Your local account will be federated with your Liberty Alliance account." msgstr "" +#: ../larpe/site_authentication.ptl:296 +#, python-format +msgid "%s logout failed" +msgstr "" + #: ../larpe/root.ptl:27 msgid "Welcome to Larpe reverse proxy" msgstr ""