Add language as_IN
This commit is contained in:
parent
b5a27b4c15
commit
be2a95ca51
@ -6,6 +6,7 @@ Language_ar_MA=Arabic (Moroco)
|
|||||||
Language_ar_SA=Arabic
|
Language_ar_SA=Arabic
|
||||||
Language_ar_TN=Arabic (Tunisia)
|
Language_ar_TN=Arabic (Tunisia)
|
||||||
Language_ar_IQ=Arabic (Iraq)
|
Language_ar_IQ=Arabic (Iraq)
|
||||||
|
Language_as_IN=Assamese
|
||||||
Language_az_AZ=Azerbaijani
|
Language_az_AZ=Azerbaijani
|
||||||
Language_bn_BD=Bengali
|
Language_bn_BD=Bengali
|
||||||
Language_bn_IN=Bengali (India)
|
Language_bn_IN=Bengali (India)
|
||||||
|
|||||||
@ -2581,7 +2581,7 @@ class Societe extends CommonObject
|
|||||||
$label .= ' ('.dol_escape_htmltag($this->name_alias).')';
|
$label .= ' ('.dol_escape_htmltag($this->name_alias).')';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$label .= '<br><b>'.$langs->trans('Email').':</b> '.$this->email;
|
$label .= '<br>'.img_picto('', 'email', 'class="pictofixedwidth"').$this->email;
|
||||||
if (!empty($this->phone) || !empty($this->fax)) {
|
if (!empty($this->phone) || !empty($this->fax)) {
|
||||||
$phonelist = array();
|
$phonelist = array();
|
||||||
if ($this->phone) {
|
if ($this->phone) {
|
||||||
@ -2590,7 +2590,7 @@ class Societe extends CommonObject
|
|||||||
if ($this->fax) {
|
if ($this->fax) {
|
||||||
$phonelist[] = dol_print_phone($this->fax, $this->country_code, $this->id, 0, '', ' ', 'fax');
|
$phonelist[] = dol_print_phone($this->fax, $this->country_code, $this->id, 0, '', ' ', 'fax');
|
||||||
}
|
}
|
||||||
$label .= '<br><b>'.$langs->trans('Phone').':</b> '.implode(' ', $phonelist);
|
$label .= '<br>'.implode(' ', $phonelist);
|
||||||
}
|
}
|
||||||
if (!empty($this->address)) {
|
if (!empty($this->address)) {
|
||||||
$label .= '<br><b>'.$langs->trans("Address").':</b> '.dol_format_address($this, 1, ' ', $langs); // Address + country
|
$label .= '<br><b>'.$langs->trans("Address").':</b> '.dol_format_address($this, 1, ' ', $langs); // Address + country
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user