From ce6a3a26af8b52b0a86f8919becf5a0158c66e36 Mon Sep 17 00:00:00 2001 From: Chteufleur Date: Sun, 13 Nov 2016 21:19:06 +0100 Subject: [PATCH] Oups! Forgot to add the lang file and explained it has to be added next to the configuration file. --- messages.lang | 2 ++ packaging/PACKAGE.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 messages.lang diff --git a/messages.lang b/messages.lang new file mode 100644 index 0000000..dd8e0da --- /dev/null +++ b/messages.lang @@ -0,0 +1,2 @@ +en=_DOMAIN_ (with method _METHOD_) need to validate your identity, do you agree ?\nValidation code : _VALIDE_CODE_\nPlease check that this code is the same as on _DOMAIN_.\n\nIf your client doesn't support that functionnality, please send back the validation code to confirm the request. +fr=_DOMAIN_ (avec la methode _METHOD_) a besoin de valider votre identitée, acceptez-vous ?\nVeuillez vérifier que ce code est le même que sur _DOMAIN_.\n\nSi votre client ne support pas cette fonctionnalitée, veuilez renvoyer le code de validation pour confirmer la requête. diff --git a/packaging/PACKAGE.md b/packaging/PACKAGE.md index a8e80de..99cce78 100644 --- a/packaging/PACKAGE.md +++ b/packaging/PACKAGE.md @@ -36,5 +36,5 @@ An example can be found [here](https://github.com/jbuberel/buildmodeshared/tree/ ## Configuration -At the installation, the folder ``$XDG_CONFIG_DIRS/http-auth/`` need to be created (example ``/etc/xdg/http-auth``) where to place the configuration file named ``httpAuth.conf``. +At the installation, the folder ``$XDG_CONFIG_DIRS/http-auth/`` need to be created (example ``/etc/xdg/http-auth``) where to place the configuration file named ``httpAuth.conf`` and the file lang configuration named ``messages.lang``.