|
201 | 201 | "token_endpoint_auth_method": "JWS alg Algoritm pour la méthode d'authentification à la méthode de point de terminaison de jeton",
|
202 | 202 | "trusted_host": "Hôte de confiance ?",
|
203 | 203 | "usage_type": "Type d'utilisation",
|
| 204 | + "script_path": "Chemin de script", |
204 | 205 | "use_anonymous_bind": "Utiliser la liaison anonyme",
|
205 | 206 | "use_ssl": "Utiliser SSL",
|
206 | 207 | "user_info_encrypted_response_alg": "JWE alg Algorithm pour chiffrer les réponses userinfo",
|
|
296 | 297 | "smtp_user_name": "Entrez le nom d'utilisateur SMTP",
|
297 | 298 | "smtp_user_password": "Entrez le mot de passe de l'utilisateur SMTP",
|
298 | 299 | "spontaneous_client_id": "Saisissez l'identifiant client spontané",
|
299 |
| - "typeahead_holder_message": "Saisissez plusieurs éléments en les sélectionnant dans la liste déroulante qui s'affiche après avoir saisi chaque élément." |
| 300 | + "typeahead_holder_message": "Saisissez plusieurs éléments en les sélectionnant dans la liste déroulante qui s'affiche après avoir saisi chaque élément.", |
| 301 | + "script_path": "Entrez le chemin du fichier de script" |
300 | 302 | },
|
301 | 303 | "titles": {
|
302 | 304 | "acrs": "ACR",
|
|
364 | 366 | "true": "vrai",
|
365 | 367 | "user": "UTILISATEUR",
|
366 | 368 | "yes": "Oui"
|
| 369 | + }, |
| 370 | + "script": { |
| 371 | + "inum": "Unique id identifying the script", |
| 372 | + "name": "Custom script name. Should contain only letters, digits and underscores.", |
| 373 | + "description": "Details describing the script.", |
| 374 | + "scriptPath": "Chemin d'accès au fichier de script", |
| 375 | + "script": "Actual script content.", |
| 376 | + "scriptType": "Type of script.", |
| 377 | + "locationType": "Where the script is located.", |
| 378 | + "programmingLanguage": "Programming language of the custom script.", |
| 379 | + "moduleProperties": " Module-level properties applicable to the script.", |
| 380 | + "configurationProperties": "Configuration properties applicable to the script.", |
| 381 | + "level": "Script level.", |
| 382 | + "enabled": "boolean value indicating if script enabled.", |
| 383 | + "aliases": "List of possible aliases for the custom script.", |
| 384 | + "internal": "boolean value indicating if the script is internal.", |
| 385 | + "revision": "Update revision number of the script." |
367 | 386 | }
|
368 | 387 | }
|
0 commit comments