From ff5a222a894952d5e99c1d8e38de60b76a21302c Mon Sep 17 00:00:00 2001
From: Laurent Destailleur <eldy@users.sourceforge.net>
Date: Wed, 15 Jun 2011 09:58:46 +0000
Subject: [PATCH] Trans

---
 htdocs/core/class/html.formother.class.php | 1 +
 htdocs/langs/en_US/other.lang              | 1 +
 htdocs/langs/fr_FR/other.lang              | 1 +
 3 files changed, 3 insertions(+)

diff --git a/htdocs/core/class/html.formother.class.php b/htdocs/core/class/html.formother.class.php
index 894573499af..6685bc45867 100644
--- a/htdocs/core/class/html.formother.class.php
+++ b/htdocs/core/class/html.formother.class.php
@@ -374,6 +374,7 @@ class FormOther
 	    global $langs;
 		if (! is_array($arrayofcolors) || sizeof($arrayofcolors) < 1)
 		{
+			$langs->load("other");
 		    print '<link rel="stylesheet" media="screen" type="text/css" href="'.DOL_URL_ROOT.'/includes/jquery/plugins/jpicker/css/jPicker-1.1.6.css" />';
             print '<script type="text/javascript" src="'.DOL_URL_ROOT.'/includes/jquery/plugins/jpicker/jpicker-1.1.6.js"></script>';
             print '<script type="text/javascript">
diff --git a/htdocs/langs/en_US/other.lang b/htdocs/langs/en_US/other.lang
index 77a1a2ea2bd..7214235b04e 100644
--- a/htdocs/langs/en_US/other.lang
+++ b/htdocs/langs/en_US/other.lang
@@ -157,6 +157,7 @@ ThisIsListOfModules=This is a list of modules preselected by this demo profile (
 ClickHere=Click here
 UseAdvancedPerms=Use the advanced rights permissions in modules
 FileFormat=File format
+SelectAColor=Choose a color
 
 ##### Bookmark #####
 Bookmark=Bookmark
diff --git a/htdocs/langs/fr_FR/other.lang b/htdocs/langs/fr_FR/other.lang
index f4e7b798996..e762a5839c6 100644
--- a/htdocs/langs/fr_FR/other.lang
+++ b/htdocs/langs/fr_FR/other.lang
@@ -157,6 +157,7 @@ ThisIsListOfModules=Voici une liste de modules présélectionnés par ce profil
 ClickHere=Cliquez ici
 UseAdvancedPerms=Utiliser les droits avancés dans les permissions des modules
 FileFormat=Format de fichier
+SelectAColor=Choisissez une couleur
 
 ##### Bookmark #####
 Bookmark=Marque-page
-- 
GitLab