From 8248f6382695079cefeec2d0a3a9221a45fd3e5b Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 27 Dec 2013 20:31:57 +0100 Subject: [PATCH] Fix: Missing translation --- htdocs/langs/en_US/admin.lang | 1 + htdocs/langs/fr_FR/admin.lang | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/htdocs/langs/en_US/admin.lang b/htdocs/langs/en_US/admin.lang index 7ad649c736a1c..6d55c84105103 100644 --- a/htdocs/langs/en_US/admin.lang +++ b/htdocs/langs/en_US/admin.lang @@ -1012,6 +1012,7 @@ FieldEdition=Edition of field %s FixTZ=TimeZone fix FillThisOnlyIfRequired=Example: +2 (fill only if timezone offset problems are experienced) MemcachedModuleAvailableButNotSetup=Memcached accelerator module enabled but setup not complete +MemcachedAvailableAndSetup=Memcached accelerator module enabled and setup complete ##### Module password generation PasswordGenerationStandard=Return a password generated according to internal Dolibarr algorithm: 8 characters containing shared numbers and characters in lowercase. PasswordGenerationNone=Do not suggest any generated password. Password must be type in manually. diff --git a/htdocs/langs/fr_FR/admin.lang b/htdocs/langs/fr_FR/admin.lang index f07f37580fb75..e5fe0126f4a58 100644 --- a/htdocs/langs/fr_FR/admin.lang +++ b/htdocs/langs/fr_FR/admin.lang @@ -1053,7 +1053,8 @@ AddRefInList=Afficher le code client/fournisseur dans les liste (déroulante ou FieldEdition=Édition du champ %s FixTZ=Correction du Timezone FillThisOnlyIfRequired=Exemple: +2 (ne remplir que si un décalage d'heure est constaté dans l'export) -MemcachedModuleAvailableButNotSetup=Module d'accélération memcached activé mais non configuré. +MemcachedModuleAvailableButNotSetup=Module d'accélération Memcached activé mais non configuré. +MemcachedAvailableAndSetup=Module d'accélération Memcached activé et configuré. ##### Module password generation PasswordGenerationStandard=Renvoie un mot de passe généré selon l'algorithme interne de Dolibarr : 8 caractères, chiffres et caractères en minuscules mélangés. PasswordGenerationNone=Ne propose pas de mots de passe générés. Le mot de passe est à saisir manuellement.