From 3ac9338aca9c2f75021e5f4cb78b74967ddd646d Mon Sep 17 00:00:00 2001 From: nicobo Date: Thu, 17 Sep 2015 01:08:34 +0200 Subject: [PATCH] + french translation (except for index.jelly) # doc fixes --- .../plugins/script_realm/Messages_fr.properties | 4 ++++ .../ScriptSecurityRealm/config_fr.properties | 5 +++++ .../script_realm/ScriptSecurityRealm/help.html | 2 +- .../ScriptSecurityRealm/help_fr.html | 16 ++++++++++++++++ src/main/webapp/help-emailResolver.html | 2 +- src/main/webapp/help-emailResolver_fr.html | 5 +++++ src/main/webapp/help-groupsCommandLine.html | 7 ++++--- src/main/webapp/help-groupsCommandLine_fr.html | 13 +++++++++++++ src/main/webapp/help-groupsDelimiter_fr.html | 3 +++ src/main/webapp/help-nameResolver.html | 2 +- src/main/webapp/help-nameResolver_fr.html | 5 +++++ 11 files changed, 58 insertions(+), 6 deletions(-) create mode 100755 src/main/resources/hudson/plugins/script_realm/Messages_fr.properties create mode 100755 src/main/resources/hudson/plugins/script_realm/ScriptSecurityRealm/config_fr.properties create mode 100755 src/main/resources/hudson/plugins/script_realm/ScriptSecurityRealm/help_fr.html create mode 100755 src/main/webapp/help-emailResolver_fr.html create mode 100755 src/main/webapp/help-groupsCommandLine_fr.html create mode 100755 src/main/webapp/help-groupsDelimiter_fr.html create mode 100755 src/main/webapp/help-nameResolver_fr.html diff --git a/src/main/resources/hudson/plugins/script_realm/Messages_fr.properties b/src/main/resources/hudson/plugins/script_realm/Messages_fr.properties new file mode 100755 index 0000000..1fe8cef --- /dev/null +++ b/src/main/resources/hudson/plugins/script_realm/Messages_fr.properties @@ -0,0 +1,4 @@ +ScriptSecurityRealm.EmailResolver.nonestrategy.label=Défaut (ne pas résoudre) +ScriptSecurityRealm.EmailResolver.anystrategy.label=Tout essayer (le premier qui fonctionne) +ScriptSecurityRealm.NameResolver.nonestrategy.label=Défaut (ne pas résoudre) +ScriptSecurityRealm.NameResolver.anystrategy.label=Tout essayer (le premier qui fonctionne) \ No newline at end of file diff --git a/src/main/resources/hudson/plugins/script_realm/ScriptSecurityRealm/config_fr.properties b/src/main/resources/hudson/plugins/script_realm/ScriptSecurityRealm/config_fr.properties new file mode 100755 index 0000000..925bda0 --- /dev/null +++ b/src/main/resources/hudson/plugins/script_realm/ScriptSecurityRealm/config_fr.properties @@ -0,0 +1,5 @@ +Login\ Command=Commande pour authentifier +Groups\ Command=Commande pour résoudre les groupes +Groups\ Delimiter=Délimiteur de groupes +Email\ resolver=Résolveur d'e-mail +Name\ resolver=Résolveur de nom diff --git a/src/main/resources/hudson/plugins/script_realm/ScriptSecurityRealm/help.html b/src/main/resources/hudson/plugins/script_realm/ScriptSecurityRealm/help.html index 490d959..b884b94 100644 --- a/src/main/resources/hudson/plugins/script_realm/ScriptSecurityRealm/help.html +++ b/src/main/resources/hudson/plugins/script_realm/ScriptSecurityRealm/help.html @@ -10,6 +10,6 @@

- In case of the failure, the output from the process will be reported in the exception message. + In case of failure, the output from the process will be reported in the exception message.

\ No newline at end of file diff --git a/src/main/resources/hudson/plugins/script_realm/ScriptSecurityRealm/help_fr.html b/src/main/resources/hudson/plugins/script_realm/ScriptSecurityRealm/help_fr.html new file mode 100755 index 0000000..e38961a --- /dev/null +++ b/src/main/resources/hudson/plugins/script_realm/ScriptSecurityRealm/help_fr.html @@ -0,0 +1,16 @@ +
+ Délègue l'authentification à un script. + Cela permet par ex. de se connecter à un mécanisme d'authentification non standard. +
+ +

+ A chaque tentative d'authentification (c.a.d. une fois par session), + le script spécifié sera invoqué et recevra l'identifiant dans la variable d'environnement 'U' + et le mot de passe dans la variable d'environnement 'P'. + L'authentification est considérée réussie si le processus sort avec le statut 0, + sinon elle est considérée en échec. +

+ +

+ En cas d'échec, le texte affiché par le script sera rapporté dans le message d'erreur. +

diff --git a/src/main/webapp/help-emailResolver.html b/src/main/webapp/help-emailResolver.html index 0d48d84..023a6a5 100644 --- a/src/main/webapp/help-emailResolver.html +++ b/src/main/webapp/help-emailResolver.html @@ -1,5 +1,5 @@
Choose how to resolve the e-mail of the authenticated user (you may want to install specific plugins to get more options).
- If none, e-mail will not be resolved (it will stay as is).
+ If none, e-mail will not be resolved by this plugin.
Be aware that not all options may work, as they may come from external plugins with their own configuration strategy.
\ No newline at end of file diff --git a/src/main/webapp/help-emailResolver_fr.html b/src/main/webapp/help-emailResolver_fr.html new file mode 100755 index 0000000..38d01b0 --- /dev/null +++ b/src/main/webapp/help-emailResolver_fr.html @@ -0,0 +1,5 @@ +
+ Choisissez la manière de résoudre l'e-mail de la personne authentifiée (vous pouvez installer d'autres plugins pour agrandir la liste).
+ Si vide, les e-mails ne seront pas résolus par ce plugin.
+ Certaines combinaisons peuvent ne pas fonctionner, car les résolveurs peuvent provenir de plugins disposant de leur propre stratégie de configuration.
+
\ No newline at end of file diff --git a/src/main/webapp/help-groupsCommandLine.html b/src/main/webapp/help-groupsCommandLine.html index 2391dab..fdc7a9b 100644 --- a/src/main/webapp/help-groupsCommandLine.html +++ b/src/main/webapp/help-groupsCommandLine.html @@ -2,11 +2,12 @@ Delegates the groups resolution to a custom script.

- Each time the authentication is attemped (which is once per session), - the specified script will be invoked with the username in the 'U' environment variable. + Each time the authentication is attempted, this script will be invoked with the username in the 'U' environment variable. If the script returns exit code 0, the output will be tokenized by the delimiter (default: ',') to create a group with each token. +

- In case of the failure, the output from the process will be reported in the exception message. + In case of failure, the output from the process will be reported in the exception message. +

\ No newline at end of file diff --git a/src/main/webapp/help-groupsCommandLine_fr.html b/src/main/webapp/help-groupsCommandLine_fr.html new file mode 100755 index 0000000..abb2dd6 --- /dev/null +++ b/src/main/webapp/help-groupsCommandLine_fr.html @@ -0,0 +1,13 @@ +
+ Délègue la résolution des groupes à un script. + +

+ A chaque tentative d'authentification, ce script sera invoqué et recevra l'identifiant dans la variable d'environnement 'U'. + Si le processus sort avec le statut 0, sa sortie standard sera interprétée comme l'ensemble des groupes + de l'utilisateur, séparés par le délimiteur (défaut: ','). +

+ +

+ En cas d'échec, le texte affiché par le script sera rapporté dans le message d'erreur. +

+
\ No newline at end of file diff --git a/src/main/webapp/help-groupsDelimiter_fr.html b/src/main/webapp/help-groupsDelimiter_fr.html new file mode 100755 index 0000000..28a60f5 --- /dev/null +++ b/src/main/webapp/help-groupsDelimiter_fr.html @@ -0,0 +1,3 @@ +
+ Délimiteur utilisé pour séparer les groupes dans la sortie du script de résolution des groupes. +
\ No newline at end of file diff --git a/src/main/webapp/help-nameResolver.html b/src/main/webapp/help-nameResolver.html index e938a37..3b52dbd 100644 --- a/src/main/webapp/help-nameResolver.html +++ b/src/main/webapp/help-nameResolver.html @@ -1,5 +1,5 @@
Choose how to resolve the full name of the authenticated user (you may want to install specific plugins to get more options).
- If none, the full name will not be resolved (it will stay as is).
+ If none, the full name will not be resolved by this plugin.
Be aware that not all options may work, as they may come from external plugins with their own configuration strategy.
\ No newline at end of file diff --git a/src/main/webapp/help-nameResolver_fr.html b/src/main/webapp/help-nameResolver_fr.html new file mode 100755 index 0000000..77a56c2 --- /dev/null +++ b/src/main/webapp/help-nameResolver_fr.html @@ -0,0 +1,5 @@ +
+ Choisissez la manière de résoudre le nom complet de la personne authentifiée (vous pouvez installer d'autres plugins pour agrandir la liste).
+ Si vide, le nom complet ne sera pas résolu par ce plugin.
+ Certaines combinaisons peuvent ne pas fonctionner, car les résolveurs peuvent provenir de plugins disposant de leur propre stratégie de configuration.
+
\ No newline at end of file